Bumps the all-dependencies group with 8 updates:
Updates@eslint/js
from 9.21.0 to 9.22.0
Release notes
Sourced from@eslint/js
's releases.
v9.22.0
Features
7ddb095
feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)
Bug Fixes
19c0127
fix: improve message forno-console
suggestions (#19483) (Francesco Trotta)49e624f
fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)
Documentation
86c5f37
docs: Update README (GitHub Actions Bot)fbdeff0
docs: Update README (GitHub Actions Bot)c9e8510
docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)2f386ad
docs: replacevar
withconst
in rule examples (#19469) (Tanuj Kanti)0e688e3
docs: Update README (GitHub Actions Bot)06b596d
docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)
Chores
97f788b
chore: upgrade@eslint/js
@9
.22.0 (#19489) (Milos Djermanovic)eed409a
chore: package.json update for@eslint/js
release (Jenkins)f9a56d3
chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)
Changelog
Sourced from@eslint/js
's changelog.
v9.22.0 - March 7, 2025
97f788b
chore: upgrade@eslint/js
@9
.22.0 (#19489) (Milos Djermanovic)eed409a
chore: package.json update for@eslint/js
release (Jenkins)f9a56d3
chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)7ddb095
feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)86c5f37
docs: Update README (GitHub Actions Bot)19c0127
fix: improve message forno-console
suggestions (#19483) (Francesco Trotta)fbdeff0
docs: Update README (GitHub Actions Bot)c9e8510
docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)2f386ad
docs: replacevar
withconst
in rule examples (#19469) (Tanuj Kanti)0e688e3
docs: Update README (GitHub Actions Bot)49e624f
fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)06b596d
docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)
Commits
Updates@typescript-eslint/eslint-plugin
from 8.25.0 to 8.26.0
Release notes
Sourced from@typescript-eslint/eslint-plugin
's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- rule-tester: export
TestLanguageOptions
(#10892) - scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
- deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
- eslint-plugin: [no-invalid-void-type] report
accessor
properties with an invalidvoid
type (#10864) - eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- rule-tester: Add missing
parser
dependency (#10909)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Changelog
Sourced from@typescript-eslint/eslint-plugin
's changelog.
8.26.0 (2025-03-03)
🚀 Features
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- eslint-plugin: [no-invalid-void-type] report
accessor
properties with an invalidvoid
type (#10864) - eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Commits
bc6d19f
chore(release): publish 8.26.002d9d73
feat(eslint-plugin): [unified-signatures] support ignoring overload signature...84af50e
feat(eslint-plugin): [explicit-module-boundary-types] add an option to ignore...a03b7ef
fix(eslint-plugin): [no-unnecessary-type-assertion] handle unknown (#10875)4082ad0
docs(eslint-plugin): [consistent-return] add link tonoImplicitReturns
docs...d8d4b3c
feat(eslint-plugin): [no-unused-var] handle implicit exports in declaration f...9674629
feat: support TypeScript 5.8 (#10903)3c7b8ff
chore: fix integration-tests (#10906)735064a
fix(eslint-plugin): [no-invalid-void-type] reportaccessor
properties with ...a6feb59
fix(eslint-plugin): [unified-signatures] does not differentiate truly private...- Additional commits viewable incompare view
Updates@typescript-eslint/parser
from 8.25.0 to 8.26.0
Release notes
Sourced from@typescript-eslint/parser
's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- rule-tester: export
TestLanguageOptions
(#10892) - scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
- deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
- eslint-plugin: [no-invalid-void-type] report
accessor
properties with an invalidvoid
type (#10864) - eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- rule-tester: Add missing
parser
dependency (#10909)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Changelog
Sourced from@typescript-eslint/parser
's changelog.
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Commits
Updateseslint-config-prettier
from 10.0.2 to 10.1.1
Release notes
Sourced fromeslint-config-prettier's releases.
v10.1.1
Patch Changes
#309eb56a5e
Thanks@JounQin
! - fix: separate the/flat
entry for compatibility
For flat config users, the previous"eslint-config-prettier"
entry still works, but"eslint-config-prettier/flat"
adds a newname
property forconfig-inspector, we just can't add it for the default entry for compatibility.
See alsoprettier/eslint-config-prettier#308
// beforeimporteslintConfigPrettierfrom"eslint-config-prettier";// afterimporteslintConfigPrettierfrom"eslint-config-prettier/flat";
v10.1.0
Minor Changes
v10.0.3
Patch Changes
New Contributors
Full Changelog:prettier/eslint-config-prettier@v10.0.2...v10.0.3
Changelog
Sourced fromeslint-config-prettier's changelog.
10.1.1
Patch Changes
#309eb56a5e
Thanks@JounQin
! - fix: separate the/flat
entry for compatibility
For flat config users, the previous"eslint-config-prettier"
entry still works, but"eslint-config-prettier/flat"
adds a newname
property forconfig-inspector, we just can't add it for the default entry for compatibility.
See alsoprettier/eslint-config-prettier#308
// beforeimporteslintConfigPrettierfrom"eslint-config-prettier";// afterimporteslintConfigPrettierfrom"eslint-config-prettier/flat";
10.1.0
Minor Changes
10.0.3
Patch Changes
Commits
Updatesprettier
from 3.5.2 to 3.5.3
Release notes
Sourced fromprettier's releases.
3.5.3
🔗Changelog
Changelog
Sourced fromprettier's changelog.
3.5.3
diff
Flow: Fix missing parentheses inConditionalTypeAnnotation
(#17196 by@fisker
)
// InputtypeT<U>='a'|('b'extendsU ?'c' :empty);typeT<U>='a'&('b'extendsU ?'c' :empty);// Prettier 3.5.2typeT<U>="a"|"b"extendsU ?"c" :empty;typeT<U>="a"&"b"extendsU ?"c" :empty;// Prettier 3.5.3typeT<U>="a"|("b"extendsU ?"c" :empty);typeT<U>="a"&("b"extendsU ?"c" :empty);
Commits
Updatestypescript
from 5.7.3 to 5.8.2
Release notes
Sourced fromtypescript's releases.
TypeScript 5.8
For release notes, check out therelease announcement.
Downloads are available on:
TypeScript 5.8 RC
For release notes, check out therelease announcement.
Downloads are available on:
TypeScript 5.8 Beta
For release notes, check out therelease announcement.
Downloads are available on:
Commits
beb69e4
Bump version to 5.8.2 and LKG8fdbd54
🤖 Pick PR#61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...f4a3a8a
🤖 Pick PR#61175 (Ban import=require and export= unde...) into release-5.8 (#...420ff06
Bump version to 5.8.1-rc and LKG48eb13f
Update LKGfb59c19
Merge remote-tracking branch 'origin/main' into release-5.8df342b7
FixedrewriteRelativeImportExtensions
forimport()
within call expression...775412a
Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...e1629e5
Pass ignoreErrors=true to more resolveEntityName callers (#61144)6fd1799
Update LKG- Additional commits viewable incompare view
Updatestypescript-eslint
from 8.25.0 to 8.26.0
Release notes
Sourced fromtypescript-eslint's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- rule-tester: export
TestLanguageOptions
(#10892) - scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
- deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
- eslint-plugin: [no-invalid-void-type] report
accessor
properties with an invalidvoid
type (#10864) - eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- rule-tester: Add missing
parser
dependency (#10909)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Changelog
Sourced fromtypescript-eslint's changelog.
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Commits
Updateseslint-doc-generator
from 2.0.2 to 2.1.0
Release notes
Sourced fromeslint-doc-generator's releases.
Release 2.1.0
🚀 Enhancement
- #598 Support ESLint plugins with
"type": "module"
andmain
in package.json (@y-hsgw
)
Committers: 1
Changelog
Sourced fromeslint-doc-generator's changelog.
v2.1.0 (2025-03-04)
🚀 Enhancement
- #598 Support ESLint plugins with
"type": "module"
andmain
in package.json (@y-hsgw
)
Committers: 1
Commits
6607e5b
Release 2.1.0a1fa3d5
Merge pull request#644 from bmish/dependabot/npm_and_yarn/eslint-9.21.0e997d95
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.21.0263605d
Merge pull request#645 from bmish/dependabot/npm_and_yarn/eslint-plugin-n-17...499ddfb
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-n-17.16.15417557
chore(deps-dev): Bump eslint from 9.19.0 to 9.21.0e79d204
Merge pull request#646 from bmish/dependabot/npm_and_yarn/typescript-eslint/...fbf422e
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/utils-8.26.057e218e
Merge pull request#647 from bmish/dependabot/npm_and_yarn/sort-package-json-...cb6635d
Merge branch 'main' into dependabot/npm_and_yarn/sort-package-json-2.15.1- Additional commits viewable incompare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all-dependencies group with 8 updates:
9.21.0
9.22.0
8.25.0
8.26.0
8.25.0
8.26.0
10.0.2
10.1.1
3.5.2
3.5.3
5.7.3
5.8.2
8.25.0
8.26.0
2.0.2
2.1.0
Updates
@eslint/js
from 9.21.0 to 9.22.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
eed409a
chore: package.json update for@eslint/js
releaseUpdates
@typescript-eslint/eslint-plugin
from 8.25.0 to 8.26.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
bc6d19f
chore(release): publish 8.26.002d9d73
feat(eslint-plugin): [unified-signatures] support ignoring overload signature...84af50e
feat(eslint-plugin): [explicit-module-boundary-types] add an option to ignore...a03b7ef
fix(eslint-plugin): [no-unnecessary-type-assertion] handle unknown (#10875)4082ad0
docs(eslint-plugin): [consistent-return] add link tonoImplicitReturns
docs...d8d4b3c
feat(eslint-plugin): [no-unused-var] handle implicit exports in declaration f...9674629
feat: support TypeScript 5.8 (#10903)3c7b8ff
chore: fix integration-tests (#10906)735064a
fix(eslint-plugin): [no-invalid-void-type] reportaccessor
properties with ...a6feb59
fix(eslint-plugin): [unified-signatures] does not differentiate truly private...Updates
@typescript-eslint/parser
from 8.25.0 to 8.26.0Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
bc6d19f
chore(release): publish 8.26.017e7012
chore(deps): update dependency knip to v5.44.1 (#10845)9674629
feat: support TypeScript 5.8 (#10903)7c88d26
chore: update all test scripts to remove coverage flag (#10582)Updates
eslint-config-prettier
from 10.0.2 to 10.1.1Release notes
Sourced fromeslint-config-prettier's releases.
Changelog
Sourced fromeslint-config-prettier's changelog.
Commits
f12309b
chore: release eslint-config-prettier (#310)79cf679
chore: use flat entry for flat config verificationeb56a5e
fix: separate the/flat
entry for compatibility (#309)2c6f80e
chore: release eslint-config-prettier (#307)56e2e34
feat: migrate to exports field (#306)c27e785
chore: release eslint-config-prettier (#304)c5d7853
chore: add missing@stylistic/eslint-plugin-plus
1837a4d
ci: testing, migrate to yarn v4 (#305)8dbbd6d
feat: add name to config (#294)cba5737
feat: add declaration file (#280)Updates
prettier
from 3.5.2 to 3.5.3Release notes
Sourced fromprettier's releases.
Changelog
Sourced fromprettier's changelog.
Commits
4ff5dc5
Release 3.5.3a2e560e
Fix missing parentheses inConditionalTypeAnnotation
(#17196)fa95c97
AddmergeBlogPost
step to release script (#17199)b47cd50
Add title to patch release changelog (#17197)de30788
Minor fix in release scriptecee6a0
Clean changelog_unreleasedfd06512
Bump Prettier dependency to 3.5.21f74dd5
Update dependents countUpdates
typescript
from 5.7.3 to 5.8.2Release notes
Sourced fromtypescript's releases.
Commits
beb69e4
Bump version to 5.8.2 and LKG8fdbd54
🤖 Pick PR#61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...f4a3a8a
🤖 Pick PR#61175 (Ban import=require and export= unde...) into release-5.8 (#...420ff06
Bump version to 5.8.1-rc and LKG48eb13f
Update LKGfb59c19
Merge remote-tracking branch 'origin/main' into release-5.8df342b7
FixedrewriteRelativeImportExtensions
forimport()
within call expression...775412a
Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...e1629e5
Pass ignoreErrors=true to more resolveEntityName callers (#61144)6fd1799
Update LKGUpdates
typescript-eslint
from 8.25.0 to 8.26.0Release notes
Sourced fromtypescript-eslint's releases.
Changelog
Sourced fromtypescript-eslint's changelog.
Commits
bc6d19f
chore(release): publish 8.26.09674629
feat: support TypeScript 5.8 (#10903)7c88d26
chore: update all test scripts to remove coverage flag (#10582)Updates
eslint-doc-generator
from 2.0.2 to 2.1.0Release notes
Sourced fromeslint-doc-generator's releases.
Changelog
Sourced fromeslint-doc-generator's changelog.
Commits
6607e5b
Release 2.1.0a1fa3d5
Merge pull request#644 from bmish/dependabot/npm_and_yarn/eslint-9.21.0e997d95
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.21.0263605d
Merge pull request#645 from bmish/dependabot/npm_and_yarn/eslint-plugin-n-17...499ddfb
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-n-17.16.15417557
chore(deps-dev): Bump eslint from 9.19.0 to 9.21.0e79d204
Merge pull request#646 from bmish/dependabot/npm_and_yarn/typescript-eslint/...fbf422e
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/utils-8.26.057e218e
Merge pull request#647 from bmish/dependabot/npm_and_yarn/sort-package-json-...cb6635d
Merge branch 'main' into dependabot/npm_and_yarn/sort-package-json-2.15.1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions