Bump the npm group with 16 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(27 days ago)
(27 days ago)
(27 days ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the npm group with 16 updates:
| Package | From | To |
|---|---|---|
| @types/react | 19.2.0 |
19.2.2 |
| @types/react-dom | 19.2.0 |
19.2.1 |
| typescript-eslint | 8.45.0 |
8.46.0 |
| @typescript-eslint/eslint-plugin | 8.45.0 |
8.46.0 |
| @typescript-eslint/parser | 8.45.0 |
8.46.0 |
| @typescript-eslint/project-service | 8.45.0 |
8.46.0 |
| @typescript-eslint/scope-manager | 8.45.0 |
8.46.0 |
| @typescript-eslint/tsconfig-utils | 8.45.0 |
8.46.0 |
| @typescript-eslint/type-utils | 8.45.0 |
8.46.0 |
| @typescript-eslint/types | 8.45.0 |
8.46.0 |
| @typescript-eslint/typescript-estree | 8.45.0 |
8.46.0 |
| @typescript-eslint/utils | 8.45.0 |
8.46.0 |
| @typescript-eslint/visitor-keys | 8.45.0 |
8.46.0 |
| electron-to-chromium | 1.5.230 |
1.5.232 |
| get-tsconfig | 4.10.1 |
4.11.0 |
| zod | 4.1.11 |
4.1.12 |
Updates @types/react from 19.2.0 to 19.2.2
Commits
- See full diff in compare view
Updates @types/react-dom from 19.2.0 to 19.2.1
Commits
- See full diff in compare view
Updates typescript-eslint from 8.45.0 to 8.46.0
Release notes
Sourced from typescript-eslint's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.46.0 (2025-10-06)
🚀 Features
❤️ Thank You
- Mister-Hope
@​Mister-HopeYou can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.05c1a159feat(typescript-eslint): export util types (close #10848) (#10849)- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.45.0 to 8.46.0
Release notes
Sourced from @​typescript-eslint/eslint-plugin's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/eslint-plugin's changelog.
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- rule-schema-to-typescript-types: clean up and make public (#11633)
🩹 Fixes
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframevYou can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.0a974191fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...02e0278fix(typescript-estree): forbid abstract method and accessor to have implement...f083798feat(eslint-plugin): [no-unsafe-member-access] add allowOptionalChaining opti...a62f625fix(eslint-plugin): removed error type previously deprecated (#11674)7f5fed7chore: remove unused batchedSingleLineTests test utility (#11675)f8412cefix(eslint-plugin): [no-deprecated] ignore deprecatedexport imports (#11603)8de997efeat(eslint-plugin): [no-unused-vars] support explicit resource management wi...740a63ffeat(rule-schema-to-typescript-types): clean up and make public (#11633)692d4eedocs(eslint-plugin): [prefer-for-of] mention DOM elements and lib: dom.iterab...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.45.0 to 8.46.0
Release notes
Sourced from @​typescript-eslint/parser's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/parser's changelog.
8.46.0 (2025-10-06)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.0- See full diff in compare view
Updates @typescript-eslint/project-service from 8.45.0 to 8.46.0
Release notes
Sourced from @​typescript-eslint/project-service's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/project-service's changelog.
8.46.0 (2025-10-06)
This was a version bump only for project-service to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.0- See full diff in compare view
Updates @typescript-eslint/scope-manager from 8.45.0 to 8.46.0
Release notes
Sourced from @​typescript-eslint/scope-manager's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/scope-manager's changelog.
8.46.0 (2025-10-06)
This was a version bump only for scope-manager to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.0- See full diff in compare view
Updates @typescript-eslint/tsconfig-utils from 8.45.0 to 8.46.0
Release notes
Sourced from @​typescript-eslint/tsconfig-utils's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/tsconfig-utils's changelog.
8.46.0 (2025-10-06)
This was a version bump only for tsconfig-utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.0- See full diff in compare view
Updates @typescript-eslint/type-utils from 8.45.0 to 8.46.0
Release notes
Sourced from @​typescript-eslint/type-utils's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/type-utils's changelog.
8.46.0 (2025-10-06)
🩹 Fixes
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.0a974191fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...- See full diff in compare view
Updates @typescript-eslint/types from 8.45.0 to 8.46.0
Release notes
Sourced from @​typescript-eslint/types's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/types's changelog.
8.46.0 (2025-10-06)
This was a version bump only for types to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.0- See full diff in compare view
Updates @typescript-eslint/typescript-estree from 8.45.0 to 8.46.0
Release notes
Sourced from @​typescript-eslint/typescript-estree's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/typescript-estree's changelog.
8.46.0 (2025-10-06)
🚀 Features
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
🩹 Fixes
- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
You can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.002e0278fix(typescript-estree): forbid abstract method and accessor to have implement...d29bd0afeat(typescript-estree): private identifiers can only appear on LHS of in exp...538f8cefix(typescript-estree): forbidabstractmodifier in object methods (#11656)2efd0ecchore(typescript-estree): extract modifier check logic into a separate file (...5c50292feat(typescript-estree): mention file specifics in project service allowDefau...- See full diff in compare view
Updates @typescript-eslint/utils from 8.45.0 to 8.46.0
Release notes
Sourced from @​typescript-eslint/utils's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/utils's changelog.
8.46.0 (2025-10-06)
🩹 Fixes
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
❤️ Thank You
- Mark de Dios
@​peanutenthusiastYou can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/visitor-keys from 8.45.0 to 8.46.0
Release notes
Sourced from @​typescript-eslint/visitor-keys's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- <...
Description has been truncated
Pull Request Statistics
1
2
+161
-161
Package Dependencies
@typescript-eslint/parser
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/eslint-plugin
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/project-service
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/scope-manager
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/tsconfig-utils
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/type-utils
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/types
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/typescript-estree
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/utils
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/visitor-keys
npm
8.45.0 → 8.46.0
Minor
Technical Details
| ID: | 9783550 |
| UUID: | 2894181678 |
| Node ID: | PR_kwDOGmPE6c6sgbUu |
| Host: | GitHub |
| Repository: | poad/github-oauth-example |
| Merge State: | Unknown |