chore(deps): bump the all-dependencies group across 1 directory with 10 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(2 months ago)
(2 months ago)
(2 months ago)
by dgreif
dependencies javascript
Bumps the all-dependencies group with 10 updates in the / directory:
| Package | From | To |
|---|---|---|
| @eslint/compat | 1.3.2 |
1.4.0 |
| @eslint/js | 9.35.0 |
9.37.0 |
| @typescript-eslint/eslint-plugin | 8.42.0 |
8.45.0 |
| @typescript-eslint/parser | 8.42.0 |
8.45.0 |
| globals | 16.3.0 |
16.4.0 |
| typescript | 5.9.2 |
5.9.3 |
| typescript-eslint | 8.42.0 |
8.45.0 |
| chai | 6.0.1 |
6.2.0 |
| eslint | 9.35.0 |
9.37.0 |
| mocha | 11.7.2 |
11.7.4 |
Updates @eslint/compat from 1.3.2 to 1.4.0
Release notes
Sourced from @eslint/compat's releases.
migrate-config: v1.4.0
1.4.0 (2025-03-14)
Features
compat: v1.4.0
1.4.0 (2025-09-16)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.15.2 to ^0.16.0migrate-config: v1.3.8
1.3.8 (2025-02-21)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/compatbumped from ^1.2.6 to ^1.2.7migrate-config: v1.3.7
1.3.7 (2025-01-31)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/compatbumped from ^1.2.5 to ^1.2.6migrate-config: v1.3.6
1.3.6 (2025-01-09)
Dependencies
- The following workspace dependencies were updated
... (truncated)
Changelog
Sourced from @eslint/compat's changelog.
1.4.0 (2025-09-16)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.15.2 to ^0.16.0
Commits
7f592e3chore: release main (#257)4f07e51docs: correct bun installation command and usedefineConfigin README (#269)ab10682docs: Update README sponsors7255100chore: standardize test filenames to *.test.js (#267)7e61e90test: remove deprecatedtypeproperty (#266)100a4c7docs: Update README sponsorsb23f179docs: Update README sponsors7b6dd37feat: Add config types in@eslint/core(#237)8ba766arefactor: update eslint-config-eslint (#253)62089bcdocs: Update README sponsors- Additional commits viewable in compare view
Updates @eslint/js from 9.35.0 to 9.37.0
Release notes
Sourced from @eslint/js's releases.
v9.37.0
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for@eslint/jsrelease (Jenkins)fc9381fchore: fix typos in comments (#20175) (overlookmotel)e1574a2chore: unpin jiti (#20173) (renovate[bot])e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#20157) (Pixel998)347906dchore: update eslint (#20149) (renovate[bot])0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566ci: pinjitito version 2.5.1 (#20151) (Pixel998)177f669perf: improve worker count calculation for"auto"concurrency (#20067) (Francesco Trotta)448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)v9.36.0
Features
Bug Fixes
75b74d8fix: add missing rule option types (#20127) (ntnyq)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)Documentation
b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)31d9392docs: fix typos (#20118) (Pixel998)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)91f97c5docs: Update README (GitHub Actions Bot)Chores
... (truncated)
Commits
abee4cachore: package.json update for@eslint/jsrelease90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115)488cba6chore: package.json update for@eslint/jsrelease1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116)- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.42.0 to 8.45.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.45.0
8.45.0 (2025-09-29)
🚀 Features
- eslint-plugin: expose rule name via RuleModule interface (#11616)
🩹 Fixes
- disable generating declaration maps (#11627)
- ast-spec: narrow ArrowFunctionExpression.generator to false (#11636)
- eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
- eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)
❤️ Thank You
- Bjorn Lu
- Josh Goldberg ✨
- mdm317
- Moses Odutusin
@thebolarin- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.44.1
8.44.1 (2025-09-22)
🩹 Fixes
- eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
- eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
- eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
- typescript-estree: forbid class property with name
constructor(#11590)❤️ Thank You
- fisker Cheung
@fisker- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.44.0
8.44.0 (2025-09-15)
🚀 Features
- eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.45.0 (2025-09-29)
🚀 Features
- eslint-plugin: expose rule name via RuleModule interface (#11616)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)
- eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
❤️ Thank You
- mdm317
- Moses Odutusin
@thebolarin- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
8.44.1 (2025-09-22)
🩹 Fixes
- eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
- eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
- eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
8.44.0 (2025-09-15)
🚀 Features
- eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)
❤️ Thank You
- Moses Odutusin
@thebolarin- Ronen Amiel
... (truncated)
Commits
255e9e2chore(release): publish 8.45.0967764efix(eslint-plugin): [prefer-nullish-coalescing] ignoreBooleanCoercion should ...f2eeb9dfeat(eslint-plugin): expose rule name via RuleModule interface (#11616)590fac6fix(eslint-plugin): [no-base-to-string] check if superclass is ignored (#11617)c198052chore(release): publish 8.44.1c392a0dfix(eslint-plugin): [await-thenable] should not report passing values to prom...20c3d97fix(eslint-plugin): [no-unsafe-enum-comparison] support unions of literals (#...4fde781fix(eslint-plugin): [no-base-to-string] make ignoredTypeNames match type name...77056f7chore(release): publish 8.44.0684e63fchore(deps): update eslint monorepo to v9.35.0 (#11600)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.42.0 to 8.45.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.45.0
8.45.0 (2025-09-29)
🚀 Features
- eslint-plugin: expose rule name via RuleModule interface (#11616)
🩹 Fixes
- disable generating declaration maps (#11627)
- ast-spec: narrow ArrowFunctionExpression.generator to false (#11636)
- eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
- eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)
❤️ Thank You
- Bjorn Lu
- Josh Goldberg ✨
- mdm317
- Moses Odutusin
@thebolarin- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.44.1
8.44.1 (2025-09-22)
🩹 Fixes
- eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
- eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
- eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
- typescript-estree: forbid class property with name
constructor(#11590)❤️ Thank You
- fisker Cheung
@fisker- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.44.0
8.44.0 (2025-09-15)
🚀 Features
- eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.45.0 (2025-09-29)
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.
8.44.1 (2025-09-22)
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.
8.44.0 (2025-09-15)
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.
8.43.0 (2025-09-08)
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
255e9e2chore(release): publish 8.45.0c198052chore(release): publish 8.44.177056f7chore(release): publish 8.44.0ef9173cchore(release): publish 8.43.0- See full diff in compare view
Updates globals from 16.3.0 to 16.4.0
Release notes
Sourced from globals's releases.
v16.4.0
- Update globals (#309) 8b8a2d6
https://github.com/sindresorhus/globals/compare/v16.3.0...v16.4.0
Commits
52ba38b16.4.08b8a2d6Update globals (#309)- See full diff in compare view
Updates typescript from 5.9.2 to 5.9.3
Release notes
Sourced from typescript's releases.
TypeScript 5.9.3
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
- fixed issues query for Typescript 5.9.3 (Stable).
Downloads are available on:
Commits
c63de15Bump version to 5.9.3 and LKG8428ca4🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...a131cac🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...0424333🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)bdb641a🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...0d9b9b9🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...2dce0c5Intentionally regress one buggy declaration output to an older version (#62163)- See full diff in compare view
Updates typescript-eslint from 8.42.0 to 8.45.0
Release notes
Sourced from typescript-eslint's releases.
v8.45.0
8.45.0 (2025-09-29)
🚀 Features
- eslint-plugin: expose rule name via RuleModule interface (#11616)
🩹 Fixes
- disable generating declaration maps (#11627)
- ast-spec: narrow ArrowFunctionExpression.generator to false (#11636)
- eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
- eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)
❤️ Thank You
- Bjorn Lu
- Josh Goldberg ✨
- mdm317
- Moses Odutusin
@thebolarin- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.44.1
8.44.1 (2025-09-22)
🩹 Fixes
- eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
- eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
- eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
- typescript-estree: forbid class property with name
constructor(#11590)❤️ Thank You
- fisker Cheung
@fisker- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.44.0
8.44.0 (2025-09-15)
🚀 Features
- eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
8.45.0 (2025-09-29)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.44.1 (2025-09-22)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.44.0 (2025-09-15)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.43.0 (2025-09-08)
🩹 Fixes
- eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)
❤️ Thank You
- Victor Genaev
@mainframevYou can read about our versioning strategy and releases on our website.
Commits
Updates chai from 6.0.1 to 6.2.0
Release notes
Sourced from chai's releases.
v6.2.0
What's Changed
- feat(events): add addChainableMethod event by
@perrin4869in chaijs/chai#1707Full Changelog: https://github.com/chaijs/chai/compare/v6.1.0...v6.2.0
v6.1.0
What's Changed
- build(deps-dev): bump tar-fs from 3.0.9 to 3.1.1 by
@dependabot[bot] in chaijs/chai#1706- feat: add eventEmitter (chaijs/chai#1693) Adds an event emitter for hooking into method/property creation in chaijs/chai#1693
Full Changelog: https://github.com/chaijs/chai/compare/v6.0.2...v6.1.0
Commits
Updates eslint from 9.35.0 to 9.37.0
Release notes
Sourced from eslint's releases.
v9.37.0
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for@eslint/jsrelease (Jenkins)fc9381fchore: fix typos in comments (#20175) (overlookmotel)e1574a2chore: unpin jiti (#20173) (renovate[bot])e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#20157) (Pixel998)347906dchore: update eslint (#20149) (renovate[bot])0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566ci: pinjitito version 2.5.1 (#20151) (Pixel998)177f669perf: improve worker count calculation for"auto"concurrency (#20067) (Francesco Trotta)448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)v9.36.0
Features
Bug Fixes
75b74d8fix: add missing rule option types (#20127) (ntnyq)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)Documentation
b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)31d9392docs: fix typos (#20118) (Pixel998)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)91f97c5docs: Update README (GitHub Actions Bot)Chores
... (truncated)
Commits
d5d1bdf9.37.094865ffBuild: changelog update for 9.37.0afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183)abee4cachore: package.json update for@eslint/jsreleaseb950359docs: fix typos across the docs (#20182)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181)fc9381fchore: fix typos in comments (#20175)e1574a2chore: unpin jiti (#20173)29ea092docs: Update READMEa129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164)- Additional commits viewable in compare view
Updates mocha from 11.7.2 to 11.7.4
Release notes
Sourced from mocha's releases.
v11.7.4
11.7.4 (2025-10-01)
🩹 Fixes
📚 Documentation
🧹 Chores
v11.7.3
11.7.3 (2025-09-30)
🩹 Fixes
📚 Documentation
- add security escalation policy (#5466) (4122c7d)
- fix duplicate global leak documentation (#5461) (1164b9d)
- migrate third party UIs wiki page to docs (#5434) (6654704)
- update maintainer release notes for release-please (#5453) (185ae1e)
🤖 Automation
Changelog
Sourced from mocha's changelog.
11.7.4 (2025-10-01)
🩹 Fixes
📚 Documentation
🧹 Chores
11.7.3 (2025-09-30)
🩹 Fixes
📚 Documentation
- add security escalation policy (#5466) (4122c7d)
- fix duplicate global leak documentation (#5461) (1164b9d)
- migrate third party UIs wiki page to docs (#5434) (6654704)
- update maintainer release notes for release-please (#5453) (185ae1e)
🤖 Automation
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)c805327chore(main): release 11.7.3 (#5455)ebdbc48fix: use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION ...4122c7ddocs: add security escalation policy (#5466)1164b9ddocs: fix duplicate global leak documentation (#5461)48c6f40build(deps): bump actions/setup-node in the github-actions group (#5459)6654704docs: migrate third party UIs wiki page to docs (#5434)- Additional commits viewable in compare view
Pull Request Statistics
1
1
+113
-95
Package Dependencies
@typescript-eslint/parser
npm
8.42.0 → 8.45.0
Minor
@typescript-eslint/eslint-plugin
npm
8.42.0 → 8.45.0
Minor
Technical Details
| ID: | 9471423 |
| UUID: | 2888483698 |
| Node ID: | PR_kwDOA0Yg8M6sKsNy |
| Host: | GitHub |
| Repository: | github/eslint-plugin-github |
| Merge State: | Unknown |