Bump the npm-development group with 8 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 4
(5 days ago)
(5 days ago)
dependencies javascript
Bumps the npm-development group with 8 updates:
| Package | From | To |
|---|---|---|
| @types/node | 24.9.1 |
24.10.1 |
| @typescript-eslint/eslint-plugin | 8.46.2 |
8.48.1 |
| @typescript-eslint/parser | 8.46.2 |
8.48.1 |
| eslint | 9.38.0 |
9.39.1 |
| eslint-plugin-jest | 29.0.1 |
29.2.1 |
| prettier | 3.6.2 |
3.7.4 |
| rollup | 4.52.5 |
4.53.3 |
| ts-jest | 29.4.5 |
29.4.6 |
Updates @types/node from 24.9.1 to 24.10.1
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.46.2 to 8.48.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.48.1
8.48.1 (2025-12-02)
⏪ Reverts
- eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)
🩹 Fixes
- eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
- eslint-plugin: honor ignored base types on generic classes (#11767)
- eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)
❤️ Thank You
- Josh Goldberg
- OleksandraKordonets
- SangheeSon
@Higangssh- tao
You can read about our versioning strategy and releases on our website.
v8.48.0
8.48.0 (2025-11-24)
🚀 Features
- eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
- rule-tester: remove workaround for jest circular structure error (#11772)
- typescript-estree: gate all errors behind allowInvalidAST (#11693)
- typescript-estree: replace fast-glob with tinyglobby (#11740)
🩹 Fixes
- eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
- scope-manager: change unhelpful
aaaerror message and changeanalyzeto expectsProgram(#11747)- typescript-estree: infers singleRun as true for project service (#11327)
- typescript-estree: disallow binding patterns in parameter properties (#11760)
❤️ Thank You
- Ben McCann
@benmccann- Dima Barabash
@dbarabashh- fisker Cheung
@fisker- James Henry
@JamesHenry- JamesHenry
@JamesHenry- Josh Goldberg
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- mdm317
@gen-ip-1
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.48.1 (2025-12-02)
🩹 Fixes
- eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)
- eslint-plugin: honor ignored base types on generic classes (#11767)
- eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
❤️ Thank You
- Josh Goldberg
- OleksandraKordonets
- SangheeSon
@Higangssh- tao
You can read about our versioning strategy and releases on our website.
8.48.0 (2025-11-24)
🚀 Features
- eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
🩹 Fixes
- typescript-estree: disallow binding patterns in parameter properties (#11760)
- eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
❤️ Thank You
- Dima Barabash
@dbarabashh- JamesHenry
@JamesHenry- Josh Goldberg
- mdm317
@gen-ip-1You can read about our versioning strategy and releases on our website.
8.47.0 (2025-11-17)
🚀 Features
- eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)
❤️ Thank You
- Brad Zacher
@bradzacherYou can read about our versioning strategy and releases on our website.
8.46.4 (2025-11-10)
... (truncated)
Commits
8fe3445chore(release): publish 8.48.15ac66a6fix(eslint-plugin): revert "[no-redundant-type-constituents] use assignabilit...906cc3cfix(eslint-plugin): [restrict-template-expressions] check base types in allow...16cf0f7test(eslint-plugin): [consistent-type-exports] add more shadowed imports test...0db02acfix(eslint-plugin): honor ignored base types on generic classes (#11767)bb9ba53fix(eslint-plugin): [consistent-type-exports] check value flag before resolvi...6fb1551chore(release): publish 8.48.0d26e9dechore(eslint-plugin): correct TODO comment on the wrong line (#11773)5f04910fix(typescript-estree): disallow binding patterns in parameter properties (#1...a4dc42achore: migrate to nx 22 (#11780)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.46.2 to 8.48.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.48.1
8.48.1 (2025-12-02)
⏪ Reverts
- eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)
🩹 Fixes
- eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
- eslint-plugin: honor ignored base types on generic classes (#11767)
- eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)
❤️ Thank You
- Josh Goldberg
- OleksandraKordonets
- SangheeSon
@Higangssh- tao
You can read about our versioning strategy and releases on our website.
v8.48.0
8.48.0 (2025-11-24)
🚀 Features
- eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
- rule-tester: remove workaround for jest circular structure error (#11772)
- typescript-estree: gate all errors behind allowInvalidAST (#11693)
- typescript-estree: replace fast-glob with tinyglobby (#11740)
🩹 Fixes
- eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
- scope-manager: change unhelpful
aaaerror message and changeanalyzeto expectsProgram(#11747)- typescript-estree: infers singleRun as true for project service (#11327)
- typescript-estree: disallow binding patterns in parameter properties (#11760)
❤️ Thank You
- Ben McCann
@benmccann- Dima Barabash
@dbarabashh- fisker Cheung
@fisker- James Henry
@JamesHenry- JamesHenry
@JamesHenry- Josh Goldberg
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- mdm317
@gen-ip-1
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
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)
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.46.4 (2025-11-10)
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.46.3 (2025-11-03)
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.
Commits
Updates eslint from 9.38.0 to 9.39.1
Release notes
Sourced from eslint's releases.
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)637216bdocs: update CLI flags migration instructions (#20238) (jaymarvelz)e7cda3bdocs: Update README (GitHub Actions Bot)7b9446fdocs: handle empty flags sections on the feature flags page (#20222) (sethamus)Chores
dfe3c1bchore: update@eslint/jsversion to 9.39.0 (#20270) (Francesco Trotta)2375a6dchore: package.json update for@eslint/jsrelease (Jenkins)a1f4e52chore: update@eslintdependencies (#20265) (Francesco Trotta)c7d3229chore: update dependency@eslint/coreto ^0.17.0 (#20256) (renovate[bot])27549bcchore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)a1370eeci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])9e7fad4chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Commits
e2772819.39.14cdf397Build: changelog update for 9.39.192db329chore: update@eslint/jsversion to 9.39.1 (#20284)c7ebefcchore: package.json update for@eslint/jsrelease650753efix: Only pass node to JS lang visitor methods (#20283)51b51f4docs: add a section on when to use extends vs cascading (#20268)61778f6chore: update eslint-config-eslint dependency@eslint/jsto ^9.39.0 (#20275)d9ca2fcci: Add rangeStrategy to eslint group in renovate config (#20266)009e507test: fix version tests for ESLint v10 (#20274)b44d426docs: Update README- Additional commits viewable in compare view
Updates eslint-plugin-jest from 29.0.1 to 29.2.1
Release notes
Sourced from eslint-plugin-jest's releases.
v29.2.1
29.2.1 (2025-11-23)
Bug Fixes
v29.2.0
29.2.0 (2025-11-20)
Features
v29.1.0
29.1.0 (2025-11-10)
Features
v29.0.2-next.1
29.0.2-next.1 (2025-10-31)
Bug Fixes
- only specify ts-eslint once in package.json (bc1d010)
Changelog
Sourced from eslint-plugin-jest's changelog.
29.2.1 (2025-11-23)
Bug Fixes
29.2.0 (2025-11-20)
Features
29.1.0 (2025-11-10)
Features
Commits
0694024chore(release): 29.2.1 [skip ci]6cd4e89fix(valid-mock-module-path): report onERR_PACKAGE_PATH_NOT_EXPORTEDerrors...ba20c35chore(deps): update yarn to v4.12.0 (#1859)8a40433chore(deps): update actions/checkout action to v6 (#1855)730c3eechore(release): 29.2.0 [skip ci]a8625f1feat: create newvalid-mock-module-pathrule (#1845)59927d9ci: don't updateuses-within actions (#1856)589917achore(deps): update actions/checkout action to v5.0.1 (#1854)19dc911chore(deps): lock file maintenance (#1853)4851e6bchore(release): 29.1.0 [skip ci]- 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 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 prettier/prettier#18393- Fix unstable comment print in union type by
@fiskerin prettier/prettier#18395- Avoid quote around LWC interpolations by
@kovsuin prettier/prettier#183833.7.3
What's Changed
- Fix
prettier.getFileInfo()change that breaks VSCode extension by@fiskerin prettier/prettier#183753.7.2
What's Changed
- Fix string print when switching quotes by
@fiskerin prettier/prettier#18351- Preserve quote for embedded HTML attribute values by
@kovsuin prettier/prettier#18352- Fix comment in empty type literal by
@fiskerin prettier/prettier#183643.7.1
3.7.0
Changelog
Sourced from prettier's changelog.
3.7.4
LWC: Avoid quote around interpolations (#18383 by
@kovsu)<!-- Input --> <div foo={bar}> </div><!-- Prettier 3.7.3 (--embedded-language-formatting off) --> <div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) --> <div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#18393 by
@fisker)// Input type Foo = (/** comment */ a | b) | c;// Prettier 3.7.3 type Foo = /** comment / (/* comment */ a | b) | c;
// Prettier 3.7.4 type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#18395 by
@fisker)// Input type X = (A | B) & ( // comment A | B );// Prettier 3.7.3 (first format) type X = (A | B) & (// comment A | B);
// Prettier 3.7.3 (second format) type X = ( | A </tr></table>
... (truncated)
Commits
7848357Release 3.7.47686c59Release@prettier/plugin-hermes&@prettier/plugin-oxcv0.1.3fe49434Remove dead code checking union/intersection types length (#18396)ca02b37Fix unstable comment print (#18395)7efb988Fix comment in union type get duplicated (#18393)cfa92c1Update dependency@angular/compilerto v21.0.2 (#18392)1de2737Update dependency yaml to v2.8.2 (#18391)706aa4eSwitch js parse postprocess toonEnter(#18382)d3eb2b2Reuse arrays in visitor keys (#18386)c45fef1Fix LWC attribute with--embedded-language-formatting off(#18383)- 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 prettier since your current version.
Updates rollup from 4.52.5 to 4.53.3
Release notes
Sourced from rollup's releases.
v4.53.3
4.53.3
2025-11-19
Bug Fixes
- Fix an error where too many modules where flagged for having an unused external import (#6182)
- Fix an error where an assignment was wrongly tree-shaken when mutating it (#6183)
Pull Requests
- #6171: Add test-install CI job to test packaging, installation and importing of rollup package (
@antoninkriz,@lukastaegert)- #6174: Re-enable TypeScript test (
@lukastaegert)- #6180: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6182: Tracing the importers chain for exported variables in external module (
@TrickyPi,@lukastaegert)- #6183: Check if left side is included when checking if assigning to an assignment has side effects (
@lukastaegert)v4.53.2
4.53.2
2025-11-10
Bug Fixes
- Do not throw when using invalid escape sequences in template literals (#6177)
Pull Requests
- #6177: handle TemplateElement with null cooked value (
@TrickyPi)v4.53.1
4.53.1
2025-11-07
Bug Fixes
- Fix install script (#6172)
Pull Requests
v4.53.0
4.53.0
2025-11-07
Features
... (truncated)
Changelog
Sourced from rollup's changelog.
4.53.3
2025-11-19
Bug Fixes
- Fix an error where too many modules where flagged for having an unused external import (#6182)
- Fix an error where an assignment was wrongly tree-shaken when mutating it (#6183)
Pull Requests
- #6171: Add test-install CI job to test packaging, installation and importing of rollup package (
@antoninkriz,@lukastaegert)- #6174: Re-enable TypeScript test (
@lukastaegert)- #6180: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6182: Tracing the importers chain for exported variables in external module (
@TrickyPi,@lukastaegert)- #6183: Check if left side is included when checking if assigning to an assignment has side effects (
@lukastaegert)4.53.2
2025-11-10
Bug Fixes
- Do not throw when using invalid escape sequences in template literals (#6177)
Pull Requests
- #6177: handle TemplateElement with null cooked value (
@TrickyPi)4.53.1
2025-11-07
Bug Fixes
- Fix install script (#6172)
Pull Requests
4.53.0
2025-11-07
Features
- Improve rendering performance by caching generated variable names (#5947)
Pull Requests
... (truncated)
Commits
998b5954.53.3ef834c2Tracing the importers chain for exported variables in external module (#6182)fb21d56Check if left side is included when checking if assigning to an assignment ha...4b4581dAdd test-install CI job to test packaging, installation and importing of roll...18ee41bfix(deps): lock file maintenance minor/patch updates (#6180)f0a80d1Re-enable TypeScript test (#6174)d8b01504.53.24f43f03handle TemplateElement with null cooked value (#6177)e3bdcdf4.53.196b5453fix: move patch-package from postinstall to prepare script (#6172)- Additional commits viewable in compare view
Updates ts-jest from 29.4.5 to 29.4.6
Commits
202bde5chore(release): 29.4.6 (#5146)528d37cfix: log hybrid module as warning instead of failing tests (#5144)141e5afbuild(deps): update github/codeql-action digest to 497990dd281ccebuild(deps): update google/osv-scanner-action action to v2.3.00d20322build(deps): update dependency memfs to ^4.51.0455dde2build(deps): update dependency js-yaml to ^4.1.1d579480build(deps): update dependency@types/nodeto v20.19.25f6859d0build(deps): update dependency@types/yargsto ^17.0.354d7e432build(deps): update github/codeql-action digest to d3ced5c4ea70c9build(deps): update actions/checkout digest to 34e1148- Additional commits viewable 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 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
Package Dependencies
@typescript-eslint/parser
npm
8.46.2 → 8.48.1
Minor
@typescript-eslint/eslint-plugin
npm
8.46.2 → 8.48.1
Minor
Technical Details
| ID: | 11731487 |
| UUID: | 3690569162 |
| Node ID: | PR_kwDOQh3OYM622e3U |
| Host: | GitHub |
| Repository: | jessehouwing/actions-dependency-submission |