Bumps the misc group with 8 updates in the / directory:
Updates@types/node from 22.15.30 to 24.9.2
Commits
Updateseslint from 9.28.0 to 9.38.0
Release notes
Sourced fromeslint's releases.
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)
Chores
d17c795 chore: upgrade@eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33 chore: package.json update for@eslint/js release (Jenkins)c82b5ef refactor: Use types from@eslint/core (#20168) (Nicholas C. Zakas)ff31609 ci: add Node.js 25 toci.yml (#20220) (루밀LuMir)004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fb test: remove use ofnodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2 chore: fix typos (#20200) (ntnyq)dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
v9.37.0
Features
39f7fb4 feat:preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)f81eabc feat: support TS syntax inno-restricted-imports (#19562) (Nitin Kumar)
Bug Fixes
a129cce fix: correctno-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)09e04fc fix: add missing AST token types (#20172) (Pixel998)861c6da fix: correctESLint typings (#20122) (Pixel998)
Documentation
b950359 docs: fix typos across the docs (#20182) (루밀LuMir)42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092 docs: Update README (GitHub Actions Bot)5c97a04 docs: showavailableUntil in deprecated rule banner (#20170) (Pixel998)90a71bf docs: updateREADME files to add badge and instructions (#20115) (루밀LuMir)1603ae1 docs: update references frommaster tomain (#20153) (루밀LuMir)
Chores
afe8a13 chore: update@eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)abee4ca chore: package.json update for@eslint/js release (Jenkins)fc9381f chore: fix typos in comments (#20175) (overlookmotel)e1574a2 chore: unpin jiti (#20173) (renovate[bot])
... (truncated)
Commits
Updatesjest from 29.7.0 to 30.2.0
Release notes
Sourced fromjest's releases.
30.2.0
Chore & Maintenance
[*] Update example repo for testing React Native projects (#15832)[*] Updatejest-watch-typeahead to v3 (#15830)
Features
[jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)
Fixes
[babel-jest] Export theTransformerConfig interface (#15820)[jest-config] Fixjest.config.ts with TS loader specified in docblock pragma (#15839)
30.1.3
Fixes
- Fix
unstable_mockModule withnode: prefixed core modules.
30.1.2
Fixes
[jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)
30.1.1
Fixes
[jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)
30.1.0
Features
[jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)[jest-runtime] Reduce redundant ReferenceError messages[jest-core] Include test modules that failed to load when --onlyFailures is active
Fixes
- `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
[jest-circus] Fixit.concurrent not working withdescribe.skip (#15765)[jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings[jest-runtime] Importing from@jest/globals in more than one file no longer breaks relative paths (#15772)
Chore
[expect] Update docblock fortoContain() to display info on substring check (#15789)
30.0.2
What's Changed
... (truncated)
Changelog
Sourced fromjest's changelog.
30.2.0
Chore & Maintenance
[*] Update example repo for testing React Native projects (#15832)[*] Updatejest-watch-typeahead to v3 (#15830)
Features
[jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)
Fixes
[jest-matcher-utils] Fix infinite recursion with self-referential getters indeepCyclicCopyReplaceable (#15831)[babel-jest] Export theTransformerConfig interface (#15820)[jest-config] Fixjest.config.ts with TS loader specified in docblock pragma (#15839)
30.1.3
Fixes
- Fix
unstable_mockModule withnode: prefixed core modules.
30.1.2
Fixes
[jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)
30.1.1
Fixes
[jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)[jest-snapshot-utils] Improve messaging about goo.gl snapshot link change (#15821)
30.1.0
Features
[jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)[jest-runtime] Reduce redundant ReferenceError messages[jest-core] Include test modules that failed to load when --onlyFailures is active
Fixes
[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)[jest-circus] Fixit.concurrent not working withdescribe.skip (#15765)[jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings[jest-runtime] Importing from@jest/globals in more than one file no longer breaks relative paths (#15772)
... (truncated)
Commits
Updates@types/jest from 29.5.14 to 30.0.0
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
Updatesrimraf from 6.0.1 to 6.1.0
Changelog
Sourced fromrimraf's changelog.
6.1
- Move to native
fs/promises usage instead of promisifyingmanually.
6.0
- Drop support for nodes before v20
- Add
--version to CLI
5.0
- No default export, only named exports
4.4
- Provide Dirent or Stats object as second argument to filter
4.3
- Return boolean indicating whether the path was fully removed
- Add filter option
- bin: add --verbose, -v to print files as they are deleted
- bin: add --no-verbose, -V to not print files as they are deleted
- bin: add -i --interactive to be prompted on each deletion
- bin: add -I --no-interactive to not be prompted on eachdeletion
- 4.3.1 Fixed inappropriately following symbolic links todirectories
v4.2
- Brought back
glob support, using the new and improved glob v9
v4.1
- Improved hybrid module with no need to look at the
.defaultdangly bit..default preserved as a reference torimraffor compatibility with anyone who came to rely on it in v4.0. - Accept and ignore
-rf and-fr arguments to the bin.
v4.0
- Remove
glob dependency entirely. This library now onlyaccepts actual file and folder names to delete. - Accept array of paths or single path.
- Windows performance and reliability improved.
- All strategies separated into explicitly exported methods.
- Drop support for Node.js below version 14
- rewrite in TypeScript
... (truncated)
Commits
18dc77a 6.1.02bd2e62 changelog 6.119311cf refactor: switch to native fs.promises0c437d4 Create separate dir for integration tests65a3b8a Do not pass unnecessary rest args to fs functions02b31b7 Use the same ignoreENOENT and fixEPERM utils everywherec012f4f Mock process.platform with t.interceptc72278a Use tap.intercept to test bin549d1e8 Configure tap coverage-mapa76970b benchmark: add options to filter and compare benchmarks- Additional commits viewable incompare view
Updatests-jest from 29.3.4 to 29.4.5
Release notes
Sourced fromts-jest's releases.
v29.4.5
Please refer toCHANGELOG.md for details.
v29.4.4
Please refer toCHANGELOG.md for details.
v29.4.3
Please refer toCHANGELOG.md for details.
v29.4.2
Please refer toCHANGELOG.md for details.
v29.4.1
Please refer toCHANGELOG.md for details.
v29.4.0
Please refer toCHANGELOG.md for details.
Changelog
Sourced fromts-jest's changelog.
29.4.5 (2025-10-10)
Bug Fixes
- allow filtering modern module warning message with diagnostic code (c290d4d), , closes#5013
29.4.4 (2025-09-19)
Bug Fixes
29.4.3 (2025-09-17)
Bug Fixes
- introduce
transpilation option to replaceisolatedModules option (#5044) (5868761)
29.4.2 (2025-09-15)
Bug Fixes
29.4.1 (2025-08-03)
Bug Fixes
- fix: replace
ejs withhandlebars due to security issues (899c9b7), closes#4969
29.4.0 (2025-06-11)
Features
... (truncated)
Commits
9d5248a chore(release): 29.4.5ca8b623 refactor: improve message about using Node16/18/Nextc290d4d fix: allow filtering modern module warning message with diagnostic code1ff2dda build: replaceconventional-changelog-cli dep1c08db3 ci: runnpm ci --ignore-scripts for workflows9f60d2c ci: enhance security for Renovate PRs1c1077f build(deps): Update dependency@formatjs/ts-transformer to ^3.14.29037f2f build(deps): Update dependency@types/node to v20.19.206ed0e1c build(deps): Update dependency semver to ^7.7.34a06f8c build(deps): Update github/codeql-action digest to a8d1ac4- Additional commits viewable incompare view
Updatestypescript from 5.8.3 to 5.9.3
Release notes
Sourced fromtypescript'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 therelease announcement
Downloads are available on:
TypeScript 5.9
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out therelease announcement
Downloads are available on:
TypeScript 5.9 RC
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out therelease announcement
Downloads are available on:
TypeScript 5.9 Beta
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out therelease announcement.
Downloads are available on:
Commits
c63de15 Bump 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 (#...2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)5be3346 Bump version to 5.9.2 and LKGad825f2 Bump version to 5.9.1-rc and LKG463a5bf Update LKG- Additional commits viewable incompare 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 misc group with 8 updates in the / directory:
22.15.3024.9.29.28.09.38.029.7.030.2.029.5.1430.0.03.5.33.6.26.0.16.1.029.3.429.4.55.8.35.9.3Updates
@types/nodefrom 22.15.30 to 24.9.2Commits
Updates
eslintfrom 9.28.0 to 9.38.0Release notes
Sourced fromeslint's releases.
... (truncated)
Commits
8fe511b9.38.0f961736Build: changelog update for 9.38.0d17c795chore: upgrade@eslint/js@9.38.0 (#20221)25d0e33chore: package.json update for@eslint/jsrelease50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201)c82b5efrefactor: Use types from@eslint/core(#20168)ff31609ci: add Node.js 25 toci.yml(#20220)ce40f74feat: updatecomplexityrule to only highlight function header (#20048)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187)004577eci: bump github/codeql-action from 3 to 4 (#20211)Updates
jestfrom 29.7.0 to 30.2.0Release notes
Sourced fromjest's releases.
... (truncated)
Changelog
Sourced fromjest's changelog.
... (truncated)
Commits
855864ev30.2.0da9b532v30.1.3ebfa31cv30.1.2d347c0fv30.1.14d5f41dv30.1.022236cfv30.0.5f4296d2v30.0.4d4a6c94v30.0.3393acbfv30.0.25ce865bv30.0.1Updates
@types/jestfrom 29.5.14 to 30.0.0Commits
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
rimraffrom 6.0.1 to 6.1.0Changelog
Sourced fromrimraf's changelog.
... (truncated)
Commits
18dc77a6.1.02bd2e62changelog 6.119311cfrefactor: switch to native fs.promises0c437d4Create separate dir for integration tests65a3b8aDo not pass unnecessary rest args to fs functions02b31b7Use the same ignoreENOENT and fixEPERM utils everywherec012f4fMock process.platform with t.interceptc72278aUse tap.intercept to test bin549d1e8Configure tap coverage-mapa76970bbenchmark: add options to filter and compare benchmarksUpdates
ts-jestfrom 29.3.4 to 29.4.5Release notes
Sourced fromts-jest's releases.
Changelog
Sourced fromts-jest's changelog.
... (truncated)
Commits
9d5248achore(release): 29.4.5ca8b623refactor: improve message about using Node16/18/Nextc290d4dfix: allow filtering modern module warning message with diagnostic code1ff2ddabuild: replaceconventional-changelog-clidep1c08db3ci: runnpm ci --ignore-scriptsfor workflows9f60d2cci: enhance security for Renovate PRs1c1077fbuild(deps): Update dependency@formatjs/ts-transformerto ^3.14.29037f2fbuild(deps): Update dependency@types/nodeto v20.19.206ed0e1cbuild(deps): Update dependency semver to ^7.7.34a06f8cbuild(deps): Update github/codeql-action digest to a8d1ac4Updates
typescriptfrom 5.8.3 to 5.9.3Release notes
Sourced fromtypescript's releases.
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)5be3346Bump version to 5.9.2 and LKGad825f2Bump version to 5.9.1-rc and LKG463a5bfUpdate LKGDependabot 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