chore(deps-dev): bump the npm-development group across 1 directory with 12 updates
Bumps the npm-development group with 11 updates in the / directory:
| Package | From | To |
|---|---|---|
| @jest/globals | 30.0.5 |
30.2.0 |
| @rollup/plugin-node-resolve | 16.0.1 |
16.0.3 |
| @rollup/plugin-typescript | 12.1.4 |
12.3.0 |
| @typescript-eslint/eslint-plugin | 8.40.0 |
8.53.0 |
| eslint | 9.34.0 |
9.39.2 |
| eslint-plugin-jest | 29.0.1 |
29.12.1 |
| eslint-plugin-prettier | 5.5.4 |
5.5.5 |
| jest | 30.0.5 |
30.2.0 |
| prettier | 3.6.2 |
3.7.4 |
| rollup | 4.47.1 |
4.55.1 |
| ts-jest | 29.4.1 |
29.4.6 |
Updates @jest/globals from 30.0.5 to 30.2.0
Release notes
Sourced from @jest/globals's releases.
30.2.0
Chore & Maintenance
[*]Update example repo for testing React Native projects (#15832)[*]Updatejest-watch-typeaheadto v3 (#15830)Features
[jest-environment-jsdom-abstract]Add support for JSDOM v27 (#15834)Fixes
[babel-jest]Export theTransformerConfiginterface (#15820)[jest-config]Fixjest.config.tswith TS loader specified in docblock pragma (#15839)30.1.3
Fixes
- Fix
unstable_mockModulewithnode: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 activeFixes
- `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
[jest-circus]Fixit.concurrentnot 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/globalsin more than one file no longer breaks relative paths (#15772)Chore
[expect]Update docblock fortoContain()to display info on substring check (#15789)
Changelog
Sourced from @jest/globals's changelog.
30.2.0
Chore & Maintenance
[*]Update example repo for testing React Native projects (#15832)[*]Updatejest-watch-typeaheadto 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 theTransformerConfiginterface (#15820)[jest-config]Fixjest.config.tswith TS loader specified in docblock pragma (#15839)30.1.3
Fixes
- Fix
unstable_mockModulewithnode: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 activeFixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)[jest-circus]Fixit.concurrentnot 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/globalsin more than one file no longer breaks relative paths (#15772)
... (truncated)
Commits
855864ev30.2.0ebfa31cv30.1.2d347c0fv30.1.14d5f41dv30.1.0- See full diff in compare view
Updates @rollup/plugin-node-resolve from 16.0.1 to 16.0.3
Changelog
Sourced from @rollup/plugin-node-resolve's changelog.
v16.0.3
2025-10-13
Bugfixes
- fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#1908)
v16.0.2
2025-10-04
Bugfixes
- fix: error thrown with empty entry (#1893)
Commits
Updates @rollup/plugin-typescript from 12.1.4 to 12.3.0
Changelog
Sourced from @rollup/plugin-typescript's changelog.
v12.3.0
2025-10-23
Features
- feat: expose latest Program to transformers in watch mode (#1923)
v12.2.0
2025-10-22
Features
- feat: process .js when allowJs is enabled (#1920)
Commits
Updates @typescript-eslint/eslint-plugin from 8.40.0 to 8.53.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.53.0
8.53.0 (2026-01-12)
🚀 Features
- eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
- eslint-plugin: add rule [strict-void-return] (#9707)
- project-service: allow passing
Partial<ts.server.ServerHost>to project service (#11932)🩹 Fixes
- eslint-plugin: replace unclear "
errortyped" with more helpful description (#11704)- eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
- typescript-estree: forbid type-only import with both default and named specifiers (#11930)
- typescript-estree: fix syntax check for
usingdeclaration (#11910)- typescript-estree: forbid invalid class implements (#11934)
- typescript-estree: forbid invalid "import equals" declaration (#11936)
- typescript-estree: forbid invalid
extendsandimplementsin interface declaration (#11935)❤️ Thank You
- auvred
@auvred- Brad Zacher
@bradzacher- fisker Cheung
@fisker- Josh Goldberg
- Josh Goldberg ✨
- Kirk Waiblinger
- Niki
@phaux- Nikita
- SungHyun627
@SungHyun627- Will Harney
@wjhsfYou can read about our versioning strategy and releases on our website.
v8.52.0
8.52.0 (2026-01-05)
🚀 Features
- eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
- typescript-estree: add tseslint.com redirects for CLI outputs (#11895)
🩹 Fixes
- eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
- eslint-plugin: [no-base-to-string] detect @
@toPrimitiveand valueOf (#11901)❤️ Thank You
- Josh Goldberg ✨
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.53.0 (2026-01-12)
🚀 Features
- eslint-plugin: add rule [strict-void-return] (#9707)
- eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
🩹 Fixes
- eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
- eslint-plugin: replace unclear "
errortyped" with more helpful description (#11704)- typescript-estree: forbid invalid
extendsandimplementsin interface declaration (#11935)- typescript-estree: forbid invalid class implements (#11934)
- typescript-estree: forbid type-only import with both default and named specifiers (#11930)
❤️ Thank You
- Brad Zacher
@bradzacher- fisker Cheung
@fisker- Josh Goldberg
- Josh Goldberg ✨
- Kirk Waiblinger
- Niki
@phaux- Nikita
- SungHyun627
@SungHyun627- Will Harney
@wjhsfYou can read about our versioning strategy and releases on our website.
8.52.0 (2026-01-05)
🚀 Features
- eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
🩹 Fixes
- eslint-plugin: [no-base-to-string] detect @
@toPrimitiveand valueOf (#11901)- eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
❤️ Thank You
- Josh Goldberg ✨
- Ulrich Stark
You can read about our versioning strategy and releases on our website.
8.51.0 (2025-12-29)
🚀 Features
... (truncated)
Commits
3021edechore(release): publish 8.53.0722ab62fix(eslint-plugin): [no-useless-default-assignment] fix false positive for pa...92fcf3efeat(eslint-plugin): add rule [strict-void-return] (#9707)3fb0381docs(eslint-plugin): [no-useless-default-assignment] fix misformatted link (#...62ee26efeat(eslint-plugin): [no-unused-vars] add a fixer to remove unused imports (#...c4d5a56fix(eslint-plugin): replace unclear "errortyped" with more helpful descrip...3ac7735fix(typescript-estree): forbid invalidextendsandimplementsin interfac...a8b924bfix(typescript-estree): forbid invalid class implements (#11934)a98ec1ffix(typescript-estree): forbid type-only import with both default and named s...9ddd571chore(release): publish 8.52.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @typescript-eslint/eslint-plugin since your current version.
Updates @typescript-eslint/parser from 8.40.0 to 8.53.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.53.0
8.53.0 (2026-01-12)
🚀 Features
- eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
- eslint-plugin: add rule [strict-void-return] (#9707)
- project-service: allow passing
Partial<ts.server.ServerHost>to project service (#11932)🩹 Fixes
- eslint-plugin: replace unclear "
errortyped" with more helpful description (#11704)- eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
- typescript-estree: forbid type-only import with both default and named specifiers (#11930)
- typescript-estree: fix syntax check for
usingdeclaration (#11910)- typescript-estree: forbid invalid class implements (#11934)
- typescript-estree: forbid invalid "import equals" declaration (#11936)
- typescript-estree: forbid invalid
extendsandimplementsin interface declaration (#11935)❤️ Thank You
- auvred
@auvred- Brad Zacher
@bradzacher- fisker Cheung
@fisker- Josh Goldberg
- Josh Goldberg ✨
- Kirk Waiblinger
- Niki
@phaux- Nikita
- SungHyun627
@SungHyun627- Will Harney
@wjhsfYou can read about our versioning strategy and releases on our website.
v8.52.0
8.52.0 (2026-01-05)
🚀 Features
- eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
- typescript-estree: add tseslint.com redirects for CLI outputs (#11895)
🩹 Fixes
- eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
- eslint-plugin: [no-base-to-string] detect @
@toPrimitiveand valueOf (#11901)❤️ Thank You
- Josh Goldberg ✨
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.53.0 (2026-01-12)
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.52.0 (2026-01-05)
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.51.0 (2025-12-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.50.1 (2025-12-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.50.0 (2025-12-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.49.0 (2025-12-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.
8.48.1 (2025-12-02)
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.48.0 (2025-11-24)
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.47.0 (2025-11-17)
... (truncated)
Commits
3021edechore(release): publish 8.53.09ddd571chore(release): publish 8.52.095c7c73chore: update deps to latest minor/patch (#11921)e4c57f5chore(release): publish 8.51.0d520b88chore(release): publish 8.50.1c62e858chore(release): publish 8.50.0864595achore(release): publish 8.49.032b7e89chore(deps): update dependency@vitest/eslint-pluginto v1.5.1 (#11816)8fe3445chore(release): publish 8.48.16fb1551chore(release): publish 8.48.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @typescript-eslint/parser since your current version.
Updates eslint from 9.34.0 to 9.39.2
Release notes
Sourced from eslint's releases.
v9.39.2
Bug Fixes
Build Related
Chores
7ca0af7chore: upgrade to@eslint/[email protected](#20394) (Francesco Trotta)c43ce24chore: package.json update for@eslint/jsrelease (Jenkins)4c9858eci: addv9.x-devbranch (#20382) (Milos Djermanovic)v9.39.1
Bug Fixes
Documentation
51b51f4docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)b44d426docs: Update README (GitHub Actions Bot)Chores
92db329chore: update@eslint/jsversion to 9.39.1 (#20284) (Francesco Trotta)c7ebefcchore: package.json update for@eslint/jsrelease (Jenkins)61778f6chore: update eslint-config-eslint dependency@eslint/jsto ^9.39.0 (#20275) (renovate[bot])d9ca2fcci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)009e507test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)v9.39.0
Features
cc57d87feat: update error loc to key inno-dupe-class-members(#20259) (Tanuj Kanti)126552ffeat: update error location infor-directionandno-dupe-args(#20258) (Tanuj Kanti)167d097feat: updatecomplexityrule to highlight only static block header (#20245) (jaymarvelz)Bug Fixes
15f5c7cfix: forward traversalstep.argsto visitors (#20253) (jaymarvelz)5a1a534fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)e86b813fix: Use more types from@eslint/core(#20257) (Nicholas C. Zakas)927272dfix: correctScopetypings (#20198) (jaymarvelz)37f76d9fix: useAST.Programtype for Program node (#20244) (Francesco Trotta)ae07f0bfix: unify timing report for concurrent linting (#20188) (jaymarvelz)b165d47fix: correctRuletypings (#20199) (jaymarvelz)fb97cdafix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)Documentation
d3e81e3docs: Always recommend to include a files property (#20158) (Percy Ma)0f0385fdocs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)a3b1456docs: Update README (GitHub Actions Bot)cf5f2dddocs: fix correct tag ofno-useless-constructor(#20255) (Tanuj Kanti)10b995cdocs: add TS options and examples fornofuncinno-use-before-define(#20249) (Tanuj Kanti)2584187docs: remove repetitive word in comment (#20242) (reddaisyy)
... (truncated)
Commits
92783249.39.2542266aBuild: changelog update for 9.39.27ca0af7chore: upgrade to@eslint/[email protected](#20394)c43ce24chore: package.json update for@eslint/jsrelease5705833fix: warn wheneslint-envconfiguration comments are found (#20381)506f154build: add .scss files entry to knip (#20391)4c9858eci: addv9.x-devbranch (#20382)e2772819.39.14cdf397Build: changelog update for 9.39.192db329chore: update@eslint/jsversion to 9.39.1 (#20284)- Additional commits viewable in compare view
Updates eslint-plugin-jest from 29.0.1 to 29.12.1
Release notes
Sourced from eslint-plugin-jest's releases.
v29.12.1
29.12.1 (2026-01-02)
Bug Fixes
v29.12.0
29.12.0 (2025-12-30)
Features
- prefer-mock-return-shorthand: greatly improve checking if mutable variables are used (#1914) (13bbd20)
v29.11.4
29.11.4 (2025-12-30)
Bug Fixes
v29.11.3
29.11.3 (2025-12-30)
Bug Fixes
v29.11.2
29.11.2 (2025-12-29)
Bug Fixes
v29.11.1
29.11.1 (2025-12-29)
Bug Fixes
v29.11.0
29.11.0 (2025-12-23)
... (truncated)
Changelog
Sourced from eslint-plugin-jest's changelog.
29.12.1 (2026-01-02)
Bug Fixes
29.12.0 (2025-12-30)
Features
- prefer-mock-return-shorthand: greatly improve checking if mutable variables are used (#1914) (13bbd20)
29.11.4 (2025-12-30)
Bug Fixes
29.11.3 (2025-12-30)
Bug Fixes
29.11.2 (2025-12-29)
Bug Fixes
29.11.1 (2025-12-29)
Bug Fixes
29.11.0 (2025-12-23)
Features
29.10.1 (2025-12-22)
... (truncated)
Commits
45edad2chore(release): 29.12.1 [skip ci]388a36cfix(no-unnecessary-assertion): don't report foranyandunknowntypes (#1...badfe77docs: put rule descriptions after title (#1916)ce44f84chore: updateeslint-remote-tester(#1915)cc3cd98chore(release): 29.12.0 [skip ci]13bbd20feat(prefer-mock-return-shorthand): greatly improve checking if mutable varia...eaa5549chore(release): 29.11.4 [skip ci]5713ac9fix(prefer-mock-return-shorthand): ignore use of update expressions (#1913)e9f1a58chore(release): 29.11.3 [skip ci]80288e2fix(prefer-mock-return-shorthand): ignore async implementations (#1912)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-jest since your current version.
Updates eslint-plugin-prettier from 5.5.4 to 5.5.5
Commits
e2c154achore: release eslint-plugin-prettier (#773)6795c1abuild(deps): Bump the actions group across 1 directory with 2 updates (#774)77651a3fix: bump synckit for yarn PnP ESM issue (#776)7264ed0chore: bump prettier-linter-helpers to v1.0.1 (#772)e11a5b7build(deps): Bump the actions group across 1 directory with 3 updates (#769)befda88ci: enable trusted publishing (#757)- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-prettier since your current version.
Updates jest from 30.0.5 to 30.2.0
Release notes
Sourced from jest's releases.
30.2.0
Chore & Maintenance
[*]Update example repo for testing React Native projects (#15832)[*]Updatejest-watch-typeaheadto v3 (#15830)Features
[jest-environment-jsdom-abstract]Add support for JSDOM v27 (#15834)Fixes
[babel-jest]Export theTransformerConfiginterface (#15820)[jest-config]Fixjest.config.tswith TS loader specified in docblock pragma (#15839)30.1.3
Fixes
- Fix
unstable_mockModulewithnode: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 activeFixes
- `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
[jest-circus]Fixit.concurrentnot 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/globalsin more than one file no longer breaks relative paths (#15772)Chore
[expect]Update docblock fortoContain()to display info on substring check (#15789)
Changelog
Sourced from jest's changelog.
30.2.0
Chore & Maintenance
[*]Update example repo for testing React Native projects (#15832)[*]Updatejest-watch-typeaheadto 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 theTransformerConfiginterface (#15820)[jest-config]Fixjest.config.tswith TS loader specified in docblock pragma (#15839)30.1.3
Fixes
- Fix
unstable_mockModulewithnode: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 activeFixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)[jest-circus]Fixit.concurrentnot 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/globalsin more than one file no longer breaks relative paths (#15772)
... (truncated)
Commits
Updates prettier from 3.6.2 to 3.7.4
Release notes
Sourced from prettier's releases.
3.7.4
What's Changed
- Fix comment in union type gets duplicated by
@fiskerin Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >