Bumps the minor-development group with 7 updates:
Updates @eslint/js
from 9.29.0 to 9.36.0
Release notes
Sourced from @eslint/js
's releases.
v9.36.0
Features
47afcf6
feat: correct preserve-caught-error
edge cases (#20109) (Francesco Trotta)
Bug Fixes
75b74d8
fix: add missing rule option types (#20127) (ntnyq)
1c0d850
fix: update eslint-all.js
to use Object.freeze
for rules
object (#20116) (루밀LuMir)
7d61b7f
fix: add missing scope types to Scope.type
(#20110) (Pixel998)
7a670c3
fix: correct rule option typings in rules.d.ts
(#20084) (Pixel998)
Documentation
b73ab12
docs: update examples to use defineConfig
(#20131) (sethamus)
31d9392
docs: fix typos (#20118) (Pixel998)
c7f861b
docs: Update README (GitHub Actions Bot)
6b0c08b
docs: Update README (GitHub Actions Bot)
91f97c5
docs: Update README (GitHub Actions Bot)
Chores
12411e8
chore: upgrade @eslint/js
@9
.36.0 (#20139) (Milos Djermanovic)
488cba6
chore: package.json update for @eslint/js
release (Jenkins)
bac82a2
ci: simplify renovate configuration (#19907) (唯然)
c00bb37
ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
fee751d
refactor: use defaultOptions
in rules (#20121) (Pixel998)
1ace67d
chore: update example to use defineConfig
(#20111) (루밀LuMir)
4821963
test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
b42c42e
chore: disallow use of deprecated type
property in core rule tests (#20094) (Milos Djermanovic)
7bb498d
test: remove deprecated type
property from core rule tests (#20093) (Pixel998)
e10cf2a
ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
5cb0ce4
refactor: use meta.defaultOptions
in preserve-caught-error
(#20080) (Pixel998)
f9f7cb5
chore: package.json update for eslint-config-eslint release (Jenkins)
81764b2
chore: update eslint
peer dependency in eslint-config-eslint
(#20079) (Milos Djermanovic)
v9.35.0
Features
42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
e51ffff
feat: add preserve-caught-error
rule (#19913) (Amnish Singh Arora)
Bug Fixes
10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)
bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
dfd11de
fix: add before
and after
to test case types (#20049) (Francesco Trotta)
dabbe95
fix: correct types for no-restricted-imports
rule (#20034) (Milos Djermanovic)
ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Documentation
d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
a355a0e
docs: invert comparison logic for example in no-var
doc page (#20064) (OTonGitHub)
5082fc2
docs: Update README (GitHub Actions Bot)
99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
... (truncated)
Changelog
Sourced from @eslint/js
's changelog.
v9.36.0 - September 19, 2025
12411e8
chore: upgrade @eslint/js
@9
.36.0 (#20139) (Milos Djermanovic)
488cba6
chore: package.json update for @eslint/js
release (Jenkins)
b73ab12
docs: update examples to use defineConfig
(#20131) (sethamus)
47afcf6
feat: correct preserve-caught-error
edge cases (#20109) (Francesco Trotta)
75b74d8
fix: add missing rule option types (#20127) (ntnyq)
bac82a2
ci: simplify renovate configuration (#19907) (唯然)
1c0d850
fix: update eslint-all.js
to use Object.freeze
for rules
object (#20116) (루밀LuMir)
c00bb37
ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
fee751d
refactor: use defaultOptions
in rules (#20121) (Pixel998)
31d9392
docs: fix typos (#20118) (Pixel998)
7d61b7f
fix: add missing scope types to Scope.type
(#20110) (Pixel998)
1ace67d
chore: update example to use defineConfig
(#20111) (루밀LuMir)
4821963
test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
c7f861b
docs: Update README (GitHub Actions Bot)
6b0c08b
docs: Update README (GitHub Actions Bot)
7a670c3
fix: correct rule option typings in rules.d.ts
(#20084) (Pixel998)
b42c42e
chore: disallow use of deprecated type
property in core rule tests (#20094) (Milos Djermanovic)
7bb498d
test: remove deprecated type
property from core rule tests (#20093) (Pixel998)
91f97c5
docs: Update README (GitHub Actions Bot)
e10cf2a
ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
5cb0ce4
refactor: use meta.defaultOptions
in preserve-caught-error
(#20080) (Pixel998)
f9f7cb5
chore: package.json update for eslint-config-eslint release (Jenkins)
81764b2
chore: update eslint
peer dependency in eslint-config-eslint
(#20079) (Milos Djermanovic)
v9.35.0 - September 5, 2025
da87f2f
chore: upgrade @eslint/js
@9
.35.0 (#20077) (Milos Djermanovic)
af2a087
chore: package.json update for @eslint/js
release (Jenkins)
d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
7055764
test: remove tests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)
10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)
42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
84ffb96
chore: update @eslint-community/eslint-utils
(#20069) (Francesco Trotta)
a355a0e
docs: invert comparison logic for example in no-var
doc page (#20064) (OTonGitHub)
e51ffff
feat: add preserve-caught-error
rule (#19913) (Amnish Singh Arora)
5082fc2
docs: Update README (GitHub Actions Bot)
d5ef939
refactor: remove deprecated context.parserOptions
usage across rules (#20060) (sethamus)
1b3881d
chore: remove redundant word (#20058) (pxwanglu)
99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
dfd11de
fix: add before
and after
to test case types (#20049) (Francesco Trotta)
6ad8973
docs: update --no-ignore
and --ignore-pattern
documentation (#20036) (Francesco Trotta)
dabbe95
fix: correct types for no-restricted-imports
rule (#20034) (Milos Djermanovic)
8033b19
docs: add documentation for --no-config-lookup
(#20033) (Francesco Trotta)
ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
v9.34.0 - August 22, 2025
... (truncated)
Commits
488cba6
chore: package.json update for @eslint/js
release
1c0d850
fix: update eslint-all.js
to use Object.freeze
for rules
object (#20116)
af2a087
chore: package.json update for @eslint/js
release
84ffb96
chore: update @eslint-community/eslint-utils
(#20069)
b48fa20
chore: package.json update for @eslint/js
release
ad28371
chore: package.json update for @eslint/js
release
50de1ce
chore: package.json update for @eslint/js
release
d5054e5
chore: package.json update for @eslint/js
release
b3dbc16
chore: package.json update for @eslint/js
release
5a5d526
chore: package.json update for @eslint/js
release
- See full diff in compare view
Updates eslint
from 9.29.0 to 9.36.0
Release notes
Sourced from eslint's releases.
v9.36.0
Features
47afcf6
feat: correct preserve-caught-error
edge cases (#20109) (Francesco Trotta)
Bug Fixes
75b74d8
fix: add missing rule option types (#20127) (ntnyq)
1c0d850
fix: update eslint-all.js
to use Object.freeze
for rules
object (#20116) (루밀LuMir)
7d61b7f
fix: add missing scope types to Scope.type
(#20110) (Pixel998)
7a670c3
fix: correct rule option typings in rules.d.ts
(#20084) (Pixel998)
Documentation
b73ab12
docs: update examples to use defineConfig
(#20131) (sethamus)
31d9392
docs: fix typos (#20118) (Pixel998)
c7f861b
docs: Update README (GitHub Actions Bot)
6b0c08b
docs: Update README (GitHub Actions Bot)
91f97c5
docs: Update README (GitHub Actions Bot)
Chores
12411e8
chore: upgrade @eslint/js
@9
.36.0 (#20139) (Milos Djermanovic)
488cba6
chore: package.json update for @eslint/js
release (Jenkins)
bac82a2
ci: simplify renovate configuration (#19907) (唯然)
c00bb37
ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
fee751d
refactor: use defaultOptions
in rules (#20121) (Pixel998)
1ace67d
chore: update example to use defineConfig
(#20111) (루밀LuMir)
4821963
test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
b42c42e
chore: disallow use of deprecated type
property in core rule tests (#20094) (Milos Djermanovic)
7bb498d
test: remove deprecated type
property from core rule tests (#20093) (Pixel998)
e10cf2a
ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
5cb0ce4
refactor: use meta.defaultOptions
in preserve-caught-error
(#20080) (Pixel998)
f9f7cb5
chore: package.json update for eslint-config-eslint release (Jenkins)
81764b2
chore: update eslint
peer dependency in eslint-config-eslint
(#20079) (Milos Djermanovic)
v9.35.0
Features
42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
e51ffff
feat: add preserve-caught-error
rule (#19913) (Amnish Singh Arora)
Bug Fixes
10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)
bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
dfd11de
fix: add before
and after
to test case types (#20049) (Francesco Trotta)
dabbe95
fix: correct types for no-restricted-imports
rule (#20034) (Milos Djermanovic)
ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Documentation
d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
a355a0e
docs: invert comparison logic for example in no-var
doc page (#20064) (OTonGitHub)
5082fc2
docs: Update README (GitHub Actions Bot)
99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.36.0 - September 19, 2025
12411e8
chore: upgrade @eslint/js
@9
.36.0 (#20139) (Milos Djermanovic)
488cba6
chore: package.json update for @eslint/js
release (Jenkins)
b73ab12
docs: update examples to use defineConfig
(#20131) (sethamus)
47afcf6
feat: correct preserve-caught-error
edge cases (#20109) (Francesco Trotta)
75b74d8
fix: add missing rule option types (#20127) (ntnyq)
bac82a2
ci: simplify renovate configuration (#19907) (唯然)
1c0d850
fix: update eslint-all.js
to use Object.freeze
for rules
object (#20116) (루밀LuMir)
c00bb37
ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
fee751d
refactor: use defaultOptions
in rules (#20121) (Pixel998)
31d9392
docs: fix typos (#20118) (Pixel998)
7d61b7f
fix: add missing scope types to Scope.type
(#20110) (Pixel998)
1ace67d
chore: update example to use defineConfig
(#20111) (루밀LuMir)
4821963
test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
c7f861b
docs: Update README (GitHub Actions Bot)
6b0c08b
docs: Update README (GitHub Actions Bot)
7a670c3
fix: correct rule option typings in rules.d.ts
(#20084) (Pixel998)
b42c42e
chore: disallow use of deprecated type
property in core rule tests (#20094) (Milos Djermanovic)
7bb498d
test: remove deprecated type
property from core rule tests (#20093) (Pixel998)
91f97c5
docs: Update README (GitHub Actions Bot)
e10cf2a
ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
5cb0ce4
refactor: use meta.defaultOptions
in preserve-caught-error
(#20080) (Pixel998)
f9f7cb5
chore: package.json update for eslint-config-eslint release (Jenkins)
81764b2
chore: update eslint
peer dependency in eslint-config-eslint
(#20079) (Milos Djermanovic)
v9.35.0 - September 5, 2025
da87f2f
chore: upgrade @eslint/js
@9
.35.0 (#20077) (Milos Djermanovic)
af2a087
chore: package.json update for @eslint/js
release (Jenkins)
d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
7055764
test: remove tests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)
10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)
42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
84ffb96
chore: update @eslint-community/eslint-utils
(#20069) (Francesco Trotta)
a355a0e
docs: invert comparison logic for example in no-var
doc page (#20064) (OTonGitHub)
e51ffff
feat: add preserve-caught-error
rule (#19913) (Amnish Singh Arora)
5082fc2
docs: Update README (GitHub Actions Bot)
d5ef939
refactor: remove deprecated context.parserOptions
usage across rules (#20060) (sethamus)
1b3881d
chore: remove redundant word (#20058) (pxwanglu)
99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
dfd11de
fix: add before
and after
to test case types (#20049) (Francesco Trotta)
6ad8973
docs: update --no-ignore
and --ignore-pattern
documentation (#20036) (Francesco Trotta)
dabbe95
fix: correct types for no-restricted-imports
rule (#20034) (Milos Djermanovic)
8033b19
docs: add documentation for --no-config-lookup
(#20033) (Francesco Trotta)
ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
v9.34.0 - August 22, 2025
... (truncated)
Commits
Updates globals
from 16.2.0 to 16.4.0
Release notes
Sourced from globals's releases.
v16.4.0
- Update globals (#309) 8b8a2d6
sindresorhus/globals@v16.3.0...v16.4.0
v16.3.0
- Update globals (#304) 8c029d9
sindresorhus/globals@v16.2.0...v16.3.0
Commits
Updates jiti
from 2.4.2 to 2.6.1
Release notes
Sourced from jiti's releases.
v2.6.1
compare changes
🩹 Fixes
- interop: Only passthrough default if it is not a promise (#408)
📦 Build
- Revert to
terser-webpack-plugin
(#407)
❤️ Contributors
v2.6.0
compare changes
🌟 What is new?
This release fixes minor issues, migrates to Rspack for dist, and lazily imports the Babel transformer only when needed, which should noticeably improve startup times.
- Install size reduced from
2.03MB
to 1.67MB
- Loading times improved
150ms
=> 22ms
(full transform: 180ms
=> 115ms
)
🔥 Performance
- Lazy load transformer (#405)
🩹 Fixes
- cjs-interop: Handle function default exports (#396)
- Always use native require/import for
node:
specifiers (#392)
📦 Build
- Migrate to rspack (#404)
- Updated bundled dependencies (diff)
✅ Tests
- Update deno and bun native test coverage (df844f8)
❤️ Contributors
v2.5.1
... (truncated)
Changelog
Sourced from jiti's changelog.
v2.6.1
compare changes
🩹 Fixes
- interop: Only passthrough default if it is not a promise (#408)
📦 Build
- Revert to
terser-webpack-plugin
(#407)
🏡 Chore
❤️ Contributors
v2.6.0
compare changes
🔥 Performance
- Lazy load babel transform (#405)
🩹 Fixes
- cjs-interop: Handle function default exports (#396)
- Always use native for
node:
specifiers (#392)
📦 Build
🏡 Chore
✅ Tests
- Update deno and bun native test ignores (df844f8)
- New bench script (6404427)
❤️ Contributors
... (truncated)
Commits
Updates prettier
from 3.5.3 to 3.6.2
Release notes
Sourced from prettier's releases.
3.6.2
What's Changed
🔗 Changelog
3.6.1
- Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running
--experimental-cli
🔗 Changelog
3.6.0
diff
🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"
Changelog
Sourced from prettier's changelog.
3.6.2
diff
Markdown: Add missing blank line around code block (#17675 by @fisker
)
<!-- Input -->
1. Some text, and code block below, with newline after code block
---
foo: bar
Another
List
<!-- Prettier 3.6.1 -->
Some text, and code block below, with newline after code block
---
foo: bar
Another
List
<!-- Prettier 3.6.2 -->
Some text, and code block below, with newline after code block
---
foo: bar
Another
List
3.6.1
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker
)
... (truncated)
Commits
Updates typescript
from 5.8.3 to 5.9.3
Release notes
Sourced from typescript's releases.
TypeScript 5.9.3
TypeScript 5.9
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 RC
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
For release...
Description has been truncated
Bumps the minor-development group with 7 updates:
9.29.0
9.36.0
9.29.0
9.36.0
16.2.0
16.4.0
2.4.2
2.6.1
3.5.3
3.6.2
5.8.3
5.9.3
8.34.0
8.45.0
Updates
@eslint/js
from 9.29.0 to 9.36.0Release notes
Sourced from
@eslint/js
's releases.... (truncated)
Changelog
Sourced from
@eslint/js
's changelog.... (truncated)
Commits
488cba6
chore: package.json update for@eslint/js
release1c0d850
fix: updateeslint-all.js
to useObject.freeze
forrules
object (#20116)af2a087
chore: package.json update for@eslint/js
release84ffb96
chore: update@eslint-community/eslint-utils
(#20069)b48fa20
chore: package.json update for@eslint/js
releasead28371
chore: package.json update for@eslint/js
release50de1ce
chore: package.json update for@eslint/js
released5054e5
chore: package.json update for@eslint/js
releaseb3dbc16
chore: package.json update for@eslint/js
release5a5d526
chore: package.json update for@eslint/js
releaseUpdates
eslint
from 9.29.0 to 9.36.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
b4857e5
9.36.05878a42
Build: changelog update for 9.36.012411e8
chore: upgrade@eslint/js
@9
.36.0 (#20139)488cba6
chore: package.json update for@eslint/js
releaseb73ab12
docs: update examples to usedefineConfig
(#20131)47afcf6
feat: correctpreserve-caught-error
edge cases (#20109)75b74d8
fix: add missing rule option types (#20127)bac82a2
ci: simplify renovate configuration (#19907)1c0d850
fix: updateeslint-all.js
to useObject.freeze
forrules
object (#20116)c00bb37
ci: bump actions/labeler from 5 to 6 (#20090)Updates
globals
from 16.2.0 to 16.4.0Release notes
Sourced from globals's releases.
Commits
52ba38b
16.4.08b8a2d6
Update globals (#309)2b85fdb
16.3.08c029d9
Update globals (#304)abd92bb
Improve builtin globals creation (#303)3ad88b6
Rewrite scripts to get globals in browser (#300)Updates
jiti
from 2.4.2 to 2.6.1Release notes
Sourced from jiti's releases.
... (truncated)
Changelog
Sourced from jiti's changelog.
... (truncated)
Commits
aedcdee
chore(release): v2.6.18b41497
chore: remove unused code974ca40
chore: update depse840692
build: revert toterser-webpack-plugin
(#407)092cdd9
fix(interop): only passthrough default if it is not a promise (#408)037c646
chore: update bench82919cf
chore(release): v2.6.0c48a5d5
perf: lazy load babel transform (#405)c3f6ff4
fix: always use native fornode:
specifiers (#392)7aa365b
fix(cjs-interop): handle function default exports (#396)Updates
prettier
from 3.5.3 to 3.6.2Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
7a8b05f
Release 3.6.246526b4
Add missing blank line around code block (#17675)a04ec11
chore(deps): update babel to v7.27.7 (#17684)32be5b6
chore(deps): update dependency flow-parser to v0.274.1 (#17676)b55e777
Update docs about "TypeScript Configuration Files" (#17677)b197c99
chore(deps): update dependency@vitejs/plugin-react
to v4.6.0 (#17674)1185f83
chore(deps): update dependency@angular/compiler
to v20.0.5 (#17680)aa1316f
chore(deps): update dependency browserslist to v4.25.1 (#17671)c468d33
chore(deps): update dependency oxc-parser to v0.75.0 (#17672)3f46d91
chore(deps): update dependency vite to v7 (#17673)Updates
typescript
from 5.8.3 to 5.9.3Release notes
Sourced from typescript's releases.