Bump the npm-development group with 7 updates
Type: Pull Request
State: Open
Association: None
Comments: 2
(4 months ago)
(3 months ago)
dependencies javascript
Bumps the npm-development group with 7 updates:
| Package | From | To |
|---|---|---|
| @jest/globals | 30.0.3 |
30.0.4 |
| @rollup/plugin-typescript | 12.1.3 |
12.1.4 |
| @types/node | 20.19.1 |
20.19.6 |
| @typescript-eslint/eslint-plugin | 8.35.0 |
8.36.0 |
| @typescript-eslint/parser | 8.35.0 |
8.36.0 |
| eslint | 9.29.0 |
9.30.1 |
| rollup | 4.44.1 |
4.44.2 |
Updates @jest/globals from 30.0.3 to 30.0.4
Changelog
Sourced from @jest/globals's changelog.
30.0.4
Features
[expect]TheInversetype is now exported (#15714)[expect]feat: supportasync functionsintoBe(#15704)Fixes
Commits
f4296d2v30.0.4- See full diff in compare view
Updates @rollup/plugin-typescript from 12.1.3 to 12.1.4
Commits
ad58c8dchore(release): typescript v12.1.4a569848fix(typescript): revert #1653 (#1880)- See full diff in compare view
Updates @types/node from 20.19.1 to 20.19.6
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.35.0 to 8.36.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.36.0
8.36.0 (2025-07-07)
🚀 Features
- typescript-eslint: support
basePathintseslint.config()(#11357)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
v8.35.1
8.35.1 (2025-06-30)
🩹 Fixes
- remove prettier from eslint-plugin (#11339)
- website: did not find a source file error if url hash doesn't contain fileType (#11350)
❤️ Thank You
- Abhijeet Singh
@cseas- mdm317
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.36.0 (2025-07-07)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.35.1 (2025-06-30)
🩹 Fixes
- remove prettier from eslint-plugin (#11339)
❤️ Thank You
- Abhijeet Singh
@cseasYou can read about our versioning strategy and releases on our website.
Commits
84b7a2echore(release): publish 8.36.0d1388fcfix(eslint-plugin): [no-deprecated] should allow ignoring of deprecated value...4a60d3edocs(eslint-plugin): [only-throw-error] document options (#11348)1ca81c1chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...e2ecca6chore: fix issues introduced by updatednxconfiguration (#11230)f9bd7d8chore(release): publish 8.35.1db32b8adocs: update only-throw-error documentation allowRethrowing (#11346)3e54520fix: remove prettier from eslint-plugin (#11339)- See full diff in compare view
Updates @typescript-eslint/parser from 8.35.0 to 8.36.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.36.0
8.36.0 (2025-07-07)
🚀 Features
- typescript-eslint: support
basePathintseslint.config()(#11357)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
v8.35.1
8.35.1 (2025-06-30)
🩹 Fixes
- remove prettier from eslint-plugin (#11339)
- website: did not find a source file error if url hash doesn't contain fileType (#11350)
❤️ Thank You
- Abhijeet Singh
@cseas- mdm317
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.36.0 (2025-07-07)
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.35.1 (2025-06-30)
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
84b7a2echore(release): publish 8.36.0e2ecca6chore: fix issues introduced by updatednxconfiguration (#11230)f9bd7d8chore(release): publish 8.35.1- See full diff in compare view
Updates eslint from 9.29.0 to 9.30.1
Release notes
Sourced from eslint's releases.
v9.30.1
Bug Fixes
Documentation
ab7c625docs: Update README (GitHub Actions Bot)dae1e5bdocs: update jsdoc's link (#19896) (JamesVanWaza)Chores
b035f74chore: upgrade to@eslint/js@9.30.1(#19906) (Francesco Trotta)b3dbc16chore: package.json update for@eslint/jsrelease (Jenkins)v9.30.0
Features
52a5fcafeat: SupportbasePathproperty in config objects (#19879) (Milos Djermanovic)4ab4482feat: addallowSeparateTypeImportsoption tono-duplicate-imports(#19872) (sethamus)b8a7e7afeat: throw error when column is negative ingetIndexFromLoc(#19831) (루밀LuMir)Bug Fixes
6a0f164fix: handlenulltypelocingetIndexFromLocmethod (#19862) (루밀LuMir)3fbcd70fix: update error message forno-restricted-properties(#19855) (Tanuj Kanti)7ef4cf7fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)7dabc38fix: useprocess.versionin--env-info(#19865) (TKDev7)Documentation
8662ed1docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)20158b0docs: typo in comment for unused variables handling (#19870) (leopardracer)ebfb5b4docs: Fixed Typo in configuration-files.md (#19873) (0-20)4112fd0docs: clarify that boolean is still allowed for rulemeta.deprecated(#19866) (Bryan Mishkin)Chores
Changelog
Sourced from eslint's changelog.
v9.30.1 - July 1, 2025
b035f74chore: upgrade to@eslint/js@9.30.1(#19906) (Francesco Trotta)b3dbc16chore: package.json update for@eslint/jsrelease (Jenkins)e91bb87fix: allow separate default and named type imports (#19899) (xbinaryx)ab7c625docs: Update README (GitHub Actions Bot)dae1e5bdocs: update jsdoc's link (#19896) (JamesVanWaza)v9.30.0 - June 27, 2025
2b6491cchore: upgrade to@eslint/js@9.30.0(#19889) (Francesco Trotta)5a5d526chore: package.json update for@eslint/jsrelease (Jenkins)52a5fcafeat: SupportbasePathproperty in config objects (#19879) (Milos Djermanovic)6a0f164fix: handlenulltypelocingetIndexFromLocmethod (#19862) (루밀LuMir)8662ed1docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)eaf8a41chore: Correct typos in linter tests (#19878) (kilavvy)4ab4482feat: addallowSeparateTypeImportsoption tono-duplicate-imports(#19872) (sethamus)3fbcd70fix: update error message forno-restricted-properties(#19855) (Tanuj Kanti)20158b0docs: typo in comment for unused variables handling (#19870) (leopardracer)ebfb5b4docs: Fixed Typo in configuration-files.md (#19873) (0-20)b8a7e7afeat: throw error when column is negative ingetIndexFromLoc(#19831) (루밀LuMir)7ef4cf7fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)7dabc38fix: useprocess.versionin--env-info(#19865) (TKDev7)4112fd0docs: clarify that boolean is still allowed for rulemeta.deprecated(#19866) (Bryan Mishkin)
Commits
6769b5f9.30.1b2950acBuild: changelog update for 9.30.1b035f74chore: upgrade to@eslint/js@9.30.1(#19906)b3dbc16chore: package.json update for@eslint/jsreleasee91bb87fix: allow separate default and named type imports (#19899)ab7c625docs: Update READMEdae1e5bdocs: update jsdoc's link (#19896)ad1d6399.30.0c02d70bBuild: changelog update for 9.30.02b6491cchore: upgrade to@eslint/js@9.30.0(#19889)- Additional commits viewable in compare view
Updates rollup from 4.44.1 to 4.44.2
Release notes
Sourced from rollup's releases.
v4.44.2
4.44.2
2025-07-04
Bug Fixes
- Correctly handle
@__PURE__annotations afternewkeyword (#5998)- Generate correct source mapping for closing braces of block statements (#5999)
Pull Requests
- #5998: Support
@__PURE__when nested after new in constructor invocations (@TrickyPi)- #5999: Add location info for closing brace of block statement (
@TrickyPi)- #6002: chore(deps): update dependency vite to v7 (
@renovate[bot],@lukastaegert)- #6004: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)
Changelog
Sourced from rollup's changelog.
4.44.2
2025-07-04
Bug Fixes
- Correctly handle
@__PURE__annotations afternewkeyword (#5998)- Generate correct source mapping for closing braces of block statements (#5999)
Pull Requests
- #5998: Support
@__PURE__when nested after new in constructor invocations (@TrickyPi)- #5999: Add location info for closing brace of block statement (
@TrickyPi)- #6002: chore(deps): update dependency vite to v7 (
@renovate[bot],@lukastaegert)- #6004: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)
Commits
d6dd1e74.44.2af9fb94List included PRs before release7155102Add location info for closing brace of block statement (#5999)a916563Support @PURE when nested after new in constructor invocations (#5998)bd2d98cchore(deps): update dependency vite to v7 (#6002)960c246fix(deps): lock file maintenance minor/patch updates (#6004)- See full diff 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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@typescript-eslint/parser
npm
8.35.0 → 8.36.0
Minor
@typescript-eslint/eslint-plugin
npm
8.35.0 → 8.36.0
Minor
@rollup/plugin-typescript
npm
12.1.3 → 12.1.4
Patch
Technical Details
| ID: | 3947812 |
| UUID: | 3216008388 |
| Node ID: | PR_kwDOPJqVcs6eIRqB |
| Host: | GitHub |
| Repository: | vkhtech/TypeScriptAction |