chore(deps): update devdependency non-major updates by renovate-mike[bot] · Pull Request #1566 · mikepenz/release-changelog-builder-action (original) (raw)
This PR contains the following updates:
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.58.2
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#12147)
- remove tsbuildinfo cache file from published packages (#12187)
❤️ Thank You
- Abhijeet Singh @cseas
- 송재욱
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.58.2
🩹 Fixes
- remove tsbuildinfo cache file from published packages (#12187)
❤️ Thank You
- Abhijeet Singh @cseas
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
eslint/eslint (eslint)
v10.2.1
Bug Fixes
- 14be92b fix: model generator yield resumption paths in code path analysis (#20665) (sethamus)
- 84a19d2 fix: no-async-promise-executor false positives for shadowed Promise (#20740) (xbinaryx)
- af764af fix: clarify language and processor validation errors (#20729) (Pixel998)
- e251b89 fix: update eslint (#20715) (renovate[bot])
Documentation
- ca92ca0 docs: reuse markdown-it instance for markdown filter (#20768) (Amaresh S M)
- 57d2ee2 docs: Enable Eleventy incremental mode for watch (#20767) (Amaresh S M)
- c1621b9 docs: fix typos in code-path-analyzer.js (#20700) (Ayush Shukla)
- 1418d52 docs: Update README (GitHub Actions Bot)
- 39771e6 docs: Update README (GitHub Actions Bot)
- 71e0469 docs: fix incomplete JSDoc param description in no-shadow rule (#20728) (kuldeep kumar)
- 22119ce docs: clarify scope of for-direction rule with dead code examples (#20723) (Amaresh S M)
- 8f3fb77 docs: document
meta.docs.dialects(#20718) (Pixel998)
Chores
- 7ddfea9 chore: update dependency prettier to v3.8.2 (#20770) (renovate[bot])
- fac40e1 ci: bump pnpm/action-setup from 5.0.0 to 6.0.0 (#20763) (dependabot[bot])
- 7246f92 test: add tests for SuppressionsService.load() error handling (#20734) (kuldeep kumar)
- 4f34b1e chore: update pnpm/action-setup action to v5 (#20762) (renovate[bot])
- 51080eb test: processor service (#20731) (kuldeep kumar)
- e7e1889 chore: remove stale babel-eslint10 fixture and test (#20727) (kuldeep kumar)
- 4e1a87c test: remove redundant async/await in flat config array tests (#20722) (Pixel998)
- 066eabb test: add rule metadata coverage for
languagesanddocs.dialects(#20717) (Pixel998) prettier/prettier (prettier)
v3.8.3
SCSS: Prevent trailing comma in if() function (#18471 by @kovsu)
// Input $value: if(sass(false): 1; else: -1);
// Prettier 3.8.2 $value: if( sass(false): 1; else: -1, );
// Prettier 3.8.3 $value: if(sass(false): 1; else: -1);
microsoft/TypeScript (typescript)
v6.0.3: TypeScript 6.0.3
For release notes, check out the release announcement blog post.
- fixed issues query for TypeScript 6.0.0 (Beta).
- fixed issues query for TypeScript 6.0.1 (RC).
- fixed issues query for TypeScript 6.0.2 (Stable).
- fixed issues query for TypeScript 6.0.3 (Stable).
Downloads are available on:
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.