Bumps the minor-development group with 5 updates:
Updates @eslint/js
from 9.32.0 to 9.34.0
Release notes
Sourced from @eslint/js
's releases.
v9.34.0
Features
0bb777a
feat: multithread linting (#19794) (Francesco Trotta)
43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)
Bug Fixes
9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)
Documentation
0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
327c672
docs: Update README (GitHub Actions Bot)
bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
c36570c
docs: Update README (GitHub Actions Bot)
Chores
f19ad94
chore: upgrade to @eslint/js@9.34.0
(#20030) (Francesco Trotta)
b48fa20
chore: package.json update for @eslint/js
release (Jenkins)
4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)
0c9999c
refactor: prefer default options in grouped-accessor-pairs
(#20028) (루밀LuMir)
d503f19
ci: fix stale.yml
(#20010) (루밀LuMir)
e2dc67d
ci: centralize stale.yml
(#19994) (루밀LuMir)
7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
v9.33.0
Features
e07820e
feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
90b050e
feat: support explicit resource management in one-var
(#19941) (Sweta Tanwar)
Bug Fixes
732433c
fix: allow any type for meta.docs.recommended
in custom rules (#19995) (Francesco Trotta)
e8a6914
fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
Documentation
34f0723
docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
dc942a4
docs: Update README (GitHub Actions Bot)
5a4b6f7
docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
247e156
docs: add missing let declarations in no-plusplus
(#19980) (Yuki Takada (Yukinosuke Takada))
0d17242
docs: Update README (GitHub Actions Bot)
fa20b9d
docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
Build Related
27fa865
build: use ESLint
class to generate formatter examples (#19972) (Milos Djermanovic)
Chores
4258046
chore: update dependency @eslint/js
to v9.33.0 (#19998) (renovate[bot])
ad28371
chore: package.json update for @eslint/js
release (Jenkins)
... (truncated)
Changelog
Sourced from @eslint/js
's changelog.
v9.34.0 - August 22, 2025
f19ad94
chore: upgrade to @eslint/js@9.34.0
(#20030) (Francesco Trotta)
b48fa20
chore: package.json update for @eslint/js
release (Jenkins)
4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)
0c9999c
refactor: prefer default options in grouped-accessor-pairs
(#20028) (루밀LuMir)
0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)
327c672
docs: Update README (GitHub Actions Bot)
d503f19
ci: fix stale.yml
(#20010) (루밀LuMir)
0bb777a
feat: multithread linting (#19794) (Francesco Trotta)
bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)
e2dc67d
ci: centralize stale.yml
(#19994) (루밀LuMir)
7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
c36570c
docs: Update README (GitHub Actions Bot)
v9.33.0 - August 8, 2025
4258046
chore: update dependency @eslint/js
to v9.33.0 (#19998) (renovate[bot])
ad28371
chore: package.json update for @eslint/js
release (Jenkins)
06a22f1
test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
732433c
fix: allow any type for meta.docs.recommended
in custom rules (#19995) (Francesco Trotta)
34f0723
docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
dc942a4
docs: Update README (GitHub Actions Bot)
5a4b6f7
docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
247e156
docs: add missing let declarations in no-plusplus
(#19980) (Yuki Takada (Yukinosuke Takada))
0d17242
docs: Update README (GitHub Actions Bot)
e07820e
feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
fa20b9d
docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
54920ed
test: switch to Linter.Config
in ESLintRules
type tests (#19977) (Francesco Trotta)
e8a6914
fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
90b050e
feat: support explicit resource management in one-var
(#19941) (Sweta Tanwar)
27fa865
build: use ESLint
class to generate formatter examples (#19972) (Milos Djermanovic)
Commits
b48fa20
chore: package.json update for @eslint/js
release
ad28371
chore: package.json update for @eslint/js
release
- See full diff in compare view
Updates @types/node
from 24.1.0 to 24.3.0
Commits
Updates eslint
from 9.32.0 to 9.34.0
Release notes
Sourced from eslint's releases.
v9.34.0
Features
0bb777a
feat: multithread linting (#19794) (Francesco Trotta)
43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)
Bug Fixes
9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)
Documentation
0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
327c672
docs: Update README (GitHub Actions Bot)
bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
c36570c
docs: Update README (GitHub Actions Bot)
Chores
f19ad94
chore: upgrade to @eslint/js@9.34.0
(#20030) (Francesco Trotta)
b48fa20
chore: package.json update for @eslint/js
release (Jenkins)
4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)
0c9999c
refactor: prefer default options in grouped-accessor-pairs
(#20028) (루밀LuMir)
d503f19
ci: fix stale.yml
(#20010) (루밀LuMir)
e2dc67d
ci: centralize stale.yml
(#19994) (루밀LuMir)
7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
v9.33.0
Features
e07820e
feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
90b050e
feat: support explicit resource management in one-var
(#19941) (Sweta Tanwar)
Bug Fixes
732433c
fix: allow any type for meta.docs.recommended
in custom rules (#19995) (Francesco Trotta)
e8a6914
fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
Documentation
34f0723
docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
dc942a4
docs: Update README (GitHub Actions Bot)
5a4b6f7
docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
247e156
docs: add missing let declarations in no-plusplus
(#19980) (Yuki Takada (Yukinosuke Takada))
0d17242
docs: Update README (GitHub Actions Bot)
fa20b9d
docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
Build Related
27fa865
build: use ESLint
class to generate formatter examples (#19972) (Milos Djermanovic)
Chores
4258046
chore: update dependency @eslint/js
to v9.33.0 (#19998) (renovate[bot])
ad28371
chore: package.json update for @eslint/js
release (Jenkins)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.34.0 - August 22, 2025
f19ad94
chore: upgrade to @eslint/js@9.34.0
(#20030) (Francesco Trotta)
b48fa20
chore: package.json update for @eslint/js
release (Jenkins)
4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)
0c9999c
refactor: prefer default options in grouped-accessor-pairs
(#20028) (루밀LuMir)
0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)
327c672
docs: Update README (GitHub Actions Bot)
d503f19
ci: fix stale.yml
(#20010) (루밀LuMir)
0bb777a
feat: multithread linting (#19794) (Francesco Trotta)
bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)
e2dc67d
ci: centralize stale.yml
(#19994) (루밀LuMir)
7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
c36570c
docs: Update README (GitHub Actions Bot)
v9.33.0 - August 8, 2025
4258046
chore: update dependency @eslint/js
to v9.33.0 (#19998) (renovate[bot])
ad28371
chore: package.json update for @eslint/js
release (Jenkins)
06a22f1
test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
732433c
fix: allow any type for meta.docs.recommended
in custom rules (#19995) (Francesco Trotta)
34f0723
docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
dc942a4
docs: Update README (GitHub Actions Bot)
5a4b6f7
docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
247e156
docs: add missing let declarations in no-plusplus
(#19980) (Yuki Takada (Yukinosuke Takada))
0d17242
docs: Update README (GitHub Actions Bot)
e07820e
feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
fa20b9d
docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
54920ed
test: switch to Linter.Config
in ESLintRules
type tests (#19977) (Francesco Trotta)
e8a6914
fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
90b050e
feat: support explicit resource management in one-var
(#19941) (Sweta Tanwar)
27fa865
build: use ESLint
class to generate formatter examples (#19972) (Milos Djermanovic)
Commits
b8875f6
9.34.0
2e455fb
Build: changelog update for 9.34.0
f19ad94
chore: upgrade to @eslint/js@9.34.0
(#20030)
b48fa20
chore: package.json update for @eslint/js
release
4bce8a2
chore: package.json update for eslint-config-eslint release
0c9999c
refactor: prefer default options in grouped-accessor-pairs
(#20028)
0b4a590
docs: make rulesdir deprecation clearer (#20018)
9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024)
6c07420
fix: fix spurious failure in neostandard integration test (#20023)
676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002)
- Additional commits viewable in compare view
Updates openapi-typescript
from 7.8.0 to 7.9.1
Release notes
Sourced from openapi-typescript's releases.
openapi-typescript@7.9.1
Patch Changes
openapi-typescript@7.9.0
Minor Changes
Changelog
Sourced from openapi-typescript's changelog.
7.9.1
Patch Changes
7.9.0
Minor Changes
Commits
Updates typescript-eslint
from 8.38.0 to 8.41.0
Release notes
Sourced from typescript-eslint's releases.
v8.41.0
8.41.0 (2025年08月25日)
🚀 Features
- tighten
tsconfigRootDir
validation (#11463)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.40.0
8.40.0 (2025年08月18日)
🩹 Fixes
- typescript-eslint: export
plugin
, parser
, and configs
that are compatible with both defineConfig()
and tseslint.config()
(#11475)
- typescript-estree: correct range of import assertion with trailing comma (#11478)
- utils: correct
calculateConfigForFile
return type (#11451)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.39.1
8.39.1 (2025年08月11日)
🩹 Fixes
- typescript-eslint: handle
file://
urls in stack trace when inferring tsconfigRootDir
(#11464)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.39.0
8.39.0 (2025年08月04日)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
8.41.0 (2025年08月25日)
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.40.0 (2025年08月18日)
🩹 Fixes
- typescript-eslint: export
plugin
, parser
, and configs
that are compatible with both defineConfig()
and tseslint.config()
(#11475)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
8.39.1 (2025年08月11日)
🩹 Fixes
- typescript-eslint: handle
file://
urls in stack trace when inferring tsconfigRootDir
(#11464)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
8.39.0 (2025年08月04日)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
Commits
31a7336
chore(release): publish 8.41.0
60c3b26
chore(release): publish 8.40.0
3426f0d
fix(typescript-eslint): export plugin
, parser
, and configs
that are com...
b2ee794
chore(release): publish 8.39.1
7319bad
fix(typescript-eslint): handle file://
urls in stack trace when inferring `...
c98d513
chore(release): publish 8.39.0
2112d58
feat: update to TypeScript 5.9.2 (#11445)
- See full diff in compare 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
Uh oh!
There was an error while loading. Please reload this page.
Bumps the minor-development group with 5 updates:
9.32.0
9.34.0
24.1.0
24.3.0
9.32.0
9.34.0
7.8.0
7.9.1
8.38.0
8.41.0
Updates
@eslint/js
from 9.32.0 to 9.34.0Release notes
Sourced from
@eslint/js
's releases.... (truncated)
Changelog
Sourced from
@eslint/js
's changelog.Commits
b48fa20
chore: package.json update for@eslint/js
releasead28371
chore: package.json update for@eslint/js
releaseUpdates
@types/node
from 24.1.0 to 24.3.0Commits
Updates
eslint
from 9.32.0 to 9.34.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
Commits
b8875f6
9.34.02e455fb
Build: changelog update for 9.34.0f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030)b48fa20
chore: package.json update for@eslint/js
release4bce8a2
chore: package.json update for eslint-config-eslint release0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028)0b4a590
docs: make rulesdir deprecation clearer (#20018)9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024)6c07420
fix: fix spurious failure in neostandard integration test (#20023)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002)Updates
openapi-typescript
from 7.8.0 to 7.9.1Release notes
Sourced from openapi-typescript's releases.
Changelog
Sourced from openapi-typescript's changelog.
Commits
61c176c
[ci] release (#2404)5be22d7
Enum with Root Types Filtering Recursive Reference (#2375)6943ccf
Enum generation descriptions - allow for nulls/empty strings (#2393)eabac43
[ci] release (#2398)c5ebbb8
feat(openapi-typescript): support JSDoc examples from JSON schema examples ar...56bb981
chore: Update deps (#2395)Updates
typescript-eslint
from 8.38.0 to 8.41.0Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
Commits
31a7336
chore(release): publish 8.41.060c3b26
chore(release): publish 8.40.03426f0d
fix(typescript-eslint): exportplugin
,parser
, andconfigs
that are com...b2ee794
chore(release): publish 8.39.17319bad
fix(typescript-eslint): handlefile://
urls in stack trace when inferring `...c98d513
chore(release): publish 8.39.02112d58
feat: update to TypeScript 5.9.2 (#11445)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