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: correctpreserve-caught-error edge cases (#20109) (Francesco Trotta)
Bug Fixes
75b74d8 fix: add missing rule option types (#20127) (ntnyq)1c0d850 fix: updateeslint-all.js to useObject.freeze forrules object (#20116) (루밀LuMir)7d61b7f fix: add missing scope types toScope.type (#20110) (Pixel998)7a670c3 fix: correct rule option typings inrules.d.ts (#20084) (Pixel998)
Documentation
b73ab12 docs: update examples to usedefineConfig (#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 usedefineConfig (#20111) (루밀LuMir)4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)b42c42e chore: disallow use of deprecatedtype property in core rule tests (#20094) (Milos Djermanovic)7bb498d test: remove deprecatedtype property from core rule tests (#20093) (Pixel998)e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4 refactor: usemeta.defaultOptions inpreserve-caught-error (#20080) (Pixel998)f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)81764b2 chore: updateeslint peer dependency ineslint-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: addpreserve-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: addbefore andafter to test case types (#20049) (Francesco Trotta)dabbe95 fix: correct types forno-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 inno-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 usedefineConfig (#20131) (sethamus)47afcf6 feat: correctpreserve-caught-error edge cases (#20109) (Francesco Trotta)75b74d8 fix: add missing rule option types (#20127) (ntnyq)bac82a2 ci: simplify renovate configuration (#19907) (唯然)1c0d850 fix: updateeslint-all.js to useObject.freeze forrules 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 toScope.type (#20110) (Pixel998)1ace67d chore: update example to usedefineConfig (#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 inrules.d.ts (#20084) (Pixel998)b42c42e chore: disallow use of deprecatedtype property in core rule tests (#20094) (Milos Djermanovic)7bb498d test: remove deprecatedtype 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: usemeta.defaultOptions inpreserve-caught-error (#20080) (Pixel998)f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)81764b2 chore: updateeslint peer dependency ineslint-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: removetests/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 inno-var doc page (#20064) (OTonGitHub)e51ffff feat: addpreserve-caught-error rule (#19913) (Amnish Singh Arora)5082fc2 docs: Update README (GitHub Actions Bot)d5ef939 refactor: remove deprecatedcontext.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: addbefore andafter to test case types (#20049) (Francesco Trotta)6ad8973 docs: update--no-ignore and--ignore-pattern documentation (#20036) (Francesco Trotta)dabbe95 fix: correct types forno-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 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 release- See full diff incompare view
Updateseslint from 9.29.0 to 9.36.0
Release notes
Sourced fromeslint's releases.
v9.36.0
Features
47afcf6 feat: correctpreserve-caught-error edge cases (#20109) (Francesco Trotta)
Bug Fixes
75b74d8 fix: add missing rule option types (#20127) (ntnyq)1c0d850 fix: updateeslint-all.js to useObject.freeze forrules object (#20116) (루밀LuMir)7d61b7f fix: add missing scope types toScope.type (#20110) (Pixel998)7a670c3 fix: correct rule option typings inrules.d.ts (#20084) (Pixel998)
Documentation
b73ab12 docs: update examples to usedefineConfig (#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 usedefineConfig (#20111) (루밀LuMir)4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)b42c42e chore: disallow use of deprecatedtype property in core rule tests (#20094) (Milos Djermanovic)7bb498d test: remove deprecatedtype property from core rule tests (#20093) (Pixel998)e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4 refactor: usemeta.defaultOptions inpreserve-caught-error (#20080) (Pixel998)f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)81764b2 chore: updateeslint peer dependency ineslint-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: addpreserve-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: addbefore andafter to test case types (#20049) (Francesco Trotta)dabbe95 fix: correct types forno-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 inno-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 fromeslint'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 usedefineConfig (#20131) (sethamus)47afcf6 feat: correctpreserve-caught-error edge cases (#20109) (Francesco Trotta)75b74d8 fix: add missing rule option types (#20127) (ntnyq)bac82a2 ci: simplify renovate configuration (#19907) (唯然)1c0d850 fix: updateeslint-all.js to useObject.freeze forrules 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 toScope.type (#20110) (Pixel998)1ace67d chore: update example to usedefineConfig (#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 inrules.d.ts (#20084) (Pixel998)b42c42e chore: disallow use of deprecatedtype property in core rule tests (#20094) (Milos Djermanovic)7bb498d test: remove deprecatedtype 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: usemeta.defaultOptions inpreserve-caught-error (#20080) (Pixel998)f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)81764b2 chore: updateeslint peer dependency ineslint-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: removetests/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 inno-var doc page (#20064) (OTonGitHub)e51ffff feat: addpreserve-caught-error rule (#19913) (Amnish Singh Arora)5082fc2 docs: Update README (GitHub Actions Bot)d5ef939 refactor: remove deprecatedcontext.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: addbefore andafter to test case types (#20049) (Francesco Trotta)6ad8973 docs: update--no-ignore and--ignore-pattern documentation (#20036) (Francesco Trotta)dabbe95 fix: correct types forno-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
Updatesglobals from 16.2.0 to 16.4.0
Release notes
Sourced fromglobals'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
Updatesjiti from 2.4.2 to 2.6.1
Release notes
Sourced fromjiti'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 to1.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 fromjiti'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
Updatesprettier from 3.5.3 to 3.6.2
Release notes
Sourced fromprettier'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 fromprettier'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: barAnotherList<!-- Prettier 3.6.1-->Some text, and code block below, with newline after code block---foo: barAnotherList<!-- Prettier 3.6.2-->Some text, and code block below, with newline after code block---foo: barAnotherList
3.6.1
diff
TypeScript: Allow const without initializer (#17650,#17654 by@fisker)
... (truncated)
Commits
Updatestypescript from 5.8.3 to 5.9.3
Release notes
Sourced fromtypescript's releases.
TypeScript 5.9.3
TypeScript 5.9
For release notes, check out therelease announcement
Downloads are available on:
TypeScript 5.9 RC
For release notes, check out therelease announcement
Downloads are available on:
TypeScript 5.9 Beta
For release...
Description has been truncated
Uh oh!
There was an error while loading.Please reload this page.
Bumps the minor-development group with 7 updates:
9.29.09.36.09.29.09.36.016.2.016.4.02.4.22.6.13.5.33.6.25.8.35.9.38.34.08.45.0Updates
@eslint/jsfrom 9.29.0 to 9.36.0Release notes
Sourced from
@eslint/js's releases.... (truncated)
Changelog
Sourced from
@eslint/js's changelog.... (truncated)
Commits
488cba6chore: package.json update for@eslint/jsrelease1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116)af2a087chore: package.json update for@eslint/jsrelease84ffb96chore: update@eslint-community/eslint-utils(#20069)b48fa20chore: package.json update for@eslint/jsreleasead28371chore: package.json update for@eslint/jsrelease50de1cechore: package.json update for@eslint/jsreleased5054e5chore: package.json update for@eslint/jsreleaseb3dbc16chore: package.json update for@eslint/jsrelease5a5d526chore: package.json update for@eslint/jsreleaseUpdates
eslintfrom 9.29.0 to 9.36.0Release notes
Sourced fromeslint's releases.
... (truncated)
Changelog
Sourced fromeslint's changelog.
... (truncated)
Commits
b4857e59.36.05878a42Build: changelog update for 9.36.012411e8chore: upgrade@eslint/js@9.36.0 (#20139)488cba6chore: package.json update for@eslint/jsreleaseb73ab12docs: update examples to usedefineConfig(#20131)47afcf6feat: correctpreserve-caught-erroredge cases (#20109)75b74d8fix: add missing rule option types (#20127)bac82a2ci: simplify renovate configuration (#19907)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116)c00bb37ci: bump actions/labeler from 5 to 6 (#20090)Updates
globalsfrom 16.2.0 to 16.4.0Release notes
Sourced fromglobals's releases.
Commits
52ba38b16.4.08b8a2d6Update globals (#309)2b85fdb16.3.08c029d9Update globals (#304)abd92bbImprove builtin globals creation (#303)3ad88b6Rewrite scripts to get globals in browser (#300)Updates
jitifrom 2.4.2 to 2.6.1Release notes
Sourced fromjiti's releases.
... (truncated)
Changelog
Sourced fromjiti's changelog.
... (truncated)
Commits
aedcdeechore(release): v2.6.18b41497chore: remove unused code974ca40chore: update depse840692build: revert toterser-webpack-plugin(#407)092cdd9fix(interop): only passthrough default if it is not a promise (#408)037c646chore: update bench82919cfchore(release): v2.6.0c48a5d5perf: lazy load babel transform (#405)c3f6ff4fix: always use native fornode:specifiers (#392)7aa365bfix(cjs-interop): handle function default exports (#396)Updates
prettierfrom 3.5.3 to 3.6.2Release notes
Sourced fromprettier's releases.
Changelog
Sourced fromprettier's changelog.
... (truncated)
Commits
7a8b05fRelease 3.6.246526b4Add missing blank line around code block (#17675)a04ec11chore(deps): update babel to v7.27.7 (#17684)32be5b6chore(deps): update dependency flow-parser to v0.274.1 (#17676)b55e777Update docs about "TypeScript Configuration Files" (#17677)b197c99chore(deps): update dependency@vitejs/plugin-reactto v4.6.0 (#17674)1185f83chore(deps): update dependency@angular/compilerto v20.0.5 (#17680)aa1316fchore(deps): update dependency browserslist to v4.25.1 (#17671)c468d33chore(deps): update dependency oxc-parser to v0.75.0 (#17672)3f46d91chore(deps): update dependency vite to v7 (#17673)Updates
typescriptfrom 5.8.3 to 5.9.3Release notes
Sourced fromtypescript's releases.