Bumps the development-dependencies group with 5 updates:
Updates@types/node from 22.18.7 to 22.18.13
Commits
Updates@typescript-eslint/eslint-plugin from 8.45.0 to 8.46.2
Release notes
Sourced from@typescript-eslint/eslint-plugin's releases.
v8.46.2
8.46.2 (2025-10-20)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
- typescript-estree: forbid invalid modifiers in object methods (#11689)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
v8.46.1
8.46.1 (2025-10-13)
🩹 Fixes
- ast-spec: cleanup
TSLiteralType (#11624) - eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
- eslint-plugin: [no-misused-promises] special-case
.finally not to report when a promise returning function is provided as an argument (#11667)
❤️ Thank You
- Abraham Guo
- mdm317
- Ronen Amiel
You can read about ourversioning strategy andreleases on our website.
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: void and binding (#11634) - eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603) - eslint-plugin: removed error type previously deprecated (#11674)
... (truncated)
Changelog
Sourced from@typescript-eslint/eslint-plugin's changelog.
8.46.2 (2025-10-20)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
8.46.1 (2025-10-13)
🩹 Fixes
- eslint-plugin: [no-misused-promises] special-case
.finally not to report when a promise returning function is provided as an argument (#11667) - eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
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: void and binding (#11634) - rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
❤️ Thank You
... (truncated)
Commits
55ca033 chore(release): publish 8.46.2698e7a8 fix(eslint-plugin): [prefer-optional-chain] skip optional chaining when it co...3f5fbf6 chore(release): publish 8.46.1a64b3cc fix(eslint-plugin): [no-misused-promises] special-case.finally not to repo...73003bf fix(eslint-plugin): [prefer-optional-chain] include mixed "nullish comparison...aec785e chore(release): publish 8.46.0a974191 fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...02e0278 fix(typescript-estree): forbid abstract method and accessor to have implement...f083798 feat(eslint-plugin): [no-unsafe-member-access] add allowOptionalChaining opti...a62f625 fix(eslint-plugin): removed error type previously deprecated (#11674)- Additional commits viewable incompare view
Updates@typescript-eslint/parser from 8.45.0 to 8.46.2
Release notes
Sourced from@typescript-eslint/parser's releases.
v8.46.2
8.46.2 (2025-10-20)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
- typescript-estree: forbid invalid modifiers in object methods (#11689)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
v8.46.1
8.46.1 (2025-10-13)
🩹 Fixes
- ast-spec: cleanup
TSLiteralType (#11624) - eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
- eslint-plugin: [no-misused-promises] special-case
.finally not to report when a promise returning function is provided as an argument (#11667)
❤️ Thank You
- Abraham Guo
- mdm317
- Ronen Amiel
You can read about ourversioning strategy andreleases on our website.
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: void and binding (#11634) - eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603) - eslint-plugin: removed error type previously deprecated (#11674)
... (truncated)
Changelog
Sourced from@typescript-eslint/parser's changelog.
8.46.2 (2025-10-20)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about ourversioning strategy andreleases on our website.
8.46.1 (2025-10-13)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about ourversioning strategy andreleases on our website.
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 ourversioning strategy andreleases on our website.
Commits
Updateseslint from 9.36.0 to 9.39.0
Release notes
Sourced fromeslint's releases.
v9.39.0
Features
cc57d87 feat: update error loc to key inno-dupe-class-members (#20259) (Tanuj Kanti)126552f feat: update error location infor-direction andno-dupe-args (#20258) (Tanuj Kanti)167d097 feat: updatecomplexity rule to highlight only static block header (#20245) (jaymarvelz)
Bug Fixes
15f5c7c fix: forward traversalstep.args to visitors (#20253) (jaymarvelz)5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)e86b813 fix: Use more types from@eslint/core (#20257) (Nicholas C. Zakas)927272d fix: correctScope typings (#20198) (jaymarvelz)37f76d9 fix: useAST.Program type for Program node (#20244) (Francesco Trotta)ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)b165d47 fix: correctRule typings (#20199) (jaymarvelz)fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)
Documentation
d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)a3b1456 docs: Update README (GitHub Actions Bot)cf5f2dd docs: fix correct tag ofno-useless-constructor (#20255) (Tanuj Kanti)10b995c docs: add TS options and examples fornofunc inno-use-before-define (#20249) (Tanuj Kanti)2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)e7cda3b docs: Update README (GitHub Actions Bot)7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)
Chores
dfe3c1b chore: update@eslint/js version to 9.39.0 (#20270) (Francesco Trotta)2375a6d chore: package.json update for@eslint/js release (Jenkins)a1f4e52 chore: update@eslint dependencies (#20265) (Francesco Trotta)c7d3229 chore: update dependency@eslint/core to ^0.17.0 (#20256) (renovate[bot])27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
v9.38.0
Features
ce40f74 feat: updatecomplexity rule to only highlight function header (#20048) (Atul Nair)e37e590 feat: correctno-loss-of-precision false positives withe notation (#20187) (Francesco Trotta)
Bug Fixes
50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)
Documentation
462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65 docs: correct formatting inno-irregular-whitespace rule documentation (#20203) (루밀LuMir)b39e71a docs: Update README (GitHub Actions Bot)cd39983 docs: movecustom-formatters type descriptions tonodejs-api (#20190) (Percy Ma)
... (truncated)
Commits
Updatesmocha from 11.7.3 to 11.7.4
Release notes
Sourced frommocha's releases.
v11.7.4
11.7.4 (2025-10-01)
🩹 Fixes
📚 Documentation
- migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)
🧹 Chores
Changelog
Sourced frommocha's changelog.
11.7.4 (2025-10-01)
🩹 Fixes
📚 Documentation
- migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)
🧹 Chores
Commits
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 development-dependencies group with 5 updates:
22.18.722.18.138.45.08.46.28.45.08.46.29.36.09.39.011.7.311.7.4Updates
@types/nodefrom 22.18.7 to 22.18.13Commits
Updates
@typescript-eslint/eslint-pluginfrom 8.45.0 to 8.46.2Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.... (truncated)
Commits
55ca033chore(release): publish 8.46.2698e7a8fix(eslint-plugin): [prefer-optional-chain] skip optional chaining when it co...3f5fbf6chore(release): publish 8.46.1a64b3ccfix(eslint-plugin): [no-misused-promises] special-case.finallynot to repo...73003bffix(eslint-plugin): [prefer-optional-chain] include mixed "nullish comparison...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)Updates
@typescript-eslint/parserfrom 8.45.0 to 8.46.2Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
55ca033chore(release): publish 8.46.23f5fbf6chore(release): publish 8.46.1aec785echore(release): publish 8.46.0Updates
eslintfrom 9.36.0 to 9.39.0Release notes
Sourced fromeslint's releases.
... (truncated)
Commits
ac3a60d9.39.0e79017fBuild: changelog update for 9.39.0dfe3c1bchore: update@eslint/jsversion to 9.39.0 (#20270)2375a6dchore: package.json update for@eslint/jsreleased3e81e3docs: Always recommend to include a files property (#20158)15f5c7cfix: forward traversalstep.argsto visitors (#20253)5a1a534fix: allow JSDoc comments in object-shorthand rule (#20167)cc57d87feat: update error loc to key inno-dupe-class-members(#20259)a1f4e52chore: update@eslintdependencies (#20265)e86b813fix: Use more types from@eslint/core(#20257)Updates
mochafrom 11.7.3 to 11.7.4Release notes
Sourced frommocha's releases.
Changelog
Sourced frommocha's changelog.
Commits
8649f39chore(main): release 11.7.4 (#5473)c2667c3fix: watch mode using chokidar v4 (#5379)7f68e5cchore: remove trailing spaces (#5475)bff9166Docs: migrate remaining legacy wiki pages to main documentation (#5465)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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