Bump the npm-development group across 1 directory with 7 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(2 months ago)
(2 months ago)
dependencies javascript
Bumps the npm-development group with 6 updates in the / directory:
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.4 |
@typescript-eslint/eslint-plugin | 8.35.0 |
8.35.1 |
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]
TheInverse
type is now exported (#15714)[expect]
feat: supportasync functions
intoBe
(#15704)Fixes
Commits
f4296d2
v30.0.4- See full diff in compare view
Updates @rollup/plugin-typescript
from 12.1.3 to 12.1.4
Commits
ad58c8d
chore(release): typescript v12.1.4a569848
fix(typescript): revert #1653 (#1880)- See full diff in compare view
Updates @types/node
from 20.19.1 to 20.19.4
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 8.35.0 to 8.35.1
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
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.35.1 (2025-06-30)
🩹 Fixes
- remove prettier from eslint-plugin (#11339)
❤️ Thank You
- Abhijeet Singh
@cseas
You can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/parser
from 8.35.0 to 8.35.1
Release notes
Sourced from @typescript-eslint/parser
's releases.
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.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
f9bd7d8
chore(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
ab7c625
docs: Update README (GitHub Actions Bot)dae1e5b
docs: update jsdoc's link (#19896) (JamesVanWaza)Chores
b035f74
chore: upgrade to@eslint/js@9.30.1
(#19906) (Francesco Trotta)b3dbc16
chore: package.json update for@eslint/js
release (Jenkins)v9.30.0
Features
52a5fca
feat: SupportbasePath
property in config objects (#19879) (Milos Djermanovic)4ab4482
feat: addallowSeparateTypeImports
option tono-duplicate-imports
(#19872) (sethamus)b8a7e7a
feat: throw error when column is negative ingetIndexFromLoc
(#19831) (루밀LuMir)Bug Fixes
6a0f164
fix: handlenull
typeloc
ingetIndexFromLoc
method (#19862) (루밀LuMir)3fbcd70
fix: update error message forno-restricted-properties
(#19855) (Tanuj Kanti)7ef4cf7
fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)7dabc38
fix: useprocess.version
in--env-info
(#19865) (TKDev7)Documentation
8662ed1
docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)20158b0
docs: typo in comment for unused variables handling (#19870) (leopardracer)ebfb5b4
docs: Fixed Typo in configuration-files.md (#19873) (0-20)4112fd0
docs: 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
b035f74
chore: upgrade to@eslint/js@9.30.1
(#19906) (Francesco Trotta)b3dbc16
chore: package.json update for@eslint/js
release (Jenkins)e91bb87
fix: allow separate default and named type imports (#19899) (xbinaryx)ab7c625
docs: Update README (GitHub Actions Bot)dae1e5b
docs: update jsdoc's link (#19896) (JamesVanWaza)v9.30.0 - June 27, 2025
2b6491c
chore: upgrade to@eslint/js@9.30.0
(#19889) (Francesco Trotta)5a5d526
chore: package.json update for@eslint/js
release (Jenkins)52a5fca
feat: SupportbasePath
property in config objects (#19879) (Milos Djermanovic)6a0f164
fix: handlenull
typeloc
ingetIndexFromLoc
method (#19862) (루밀LuMir)8662ed1
docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)eaf8a41
chore: Correct typos in linter tests (#19878) (kilavvy)4ab4482
feat: addallowSeparateTypeImports
option tono-duplicate-imports
(#19872) (sethamus)3fbcd70
fix: update error message forno-restricted-properties
(#19855) (Tanuj Kanti)20158b0
docs: typo in comment for unused variables handling (#19870) (leopardracer)ebfb5b4
docs: Fixed Typo in configuration-files.md (#19873) (0-20)b8a7e7a
feat: throw error when column is negative ingetIndexFromLoc
(#19831) (루밀LuMir)7ef4cf7
fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)7dabc38
fix: useprocess.version
in--env-info
(#19865) (TKDev7)4112fd0
docs: clarify that boolean is still allowed for rulemeta.deprecated
(#19866) (Bryan Mishkin)
Commits
6769b5f
9.30.1b2950ac
Build: changelog update for 9.30.1b035f74
chore: upgrade to@eslint/js@9.30.1
(#19906)b3dbc16
chore: package.json update for@eslint/js
releasee91bb87
fix: allow separate default and named type imports (#19899)ab7c625
docs: Update READMEdae1e5b
docs: update jsdoc's link (#19896)ad1d639
9.30.0c02d70b
Build: changelog update for 9.30.02b6491c
chore: 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 afternew
keyword (#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 afternew
keyword (#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
d6dd1e7
4.44.2af9fb94
List included PRs before release7155102
Add location info for closing brace of block statement (#5999)a916563
Support @PURE when nested after new in constructor invocations (#5998)bd2d98c
chore(deps): update dependency vite to v7 (#6002)960c246
fix(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 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
Pull Request Statistics
1
2
+267
-268
Package Dependencies
@typescript-eslint/eslint-plugin
npm
8.35.0 → 8.35.1
Patch
@rollup/plugin-typescript
npm
12.1.3 → 12.1.4
Patch
Technical Details
ID: | 2913024 |
UUID: | 2647126352 |
Node ID: | PR_kwDOPGmdd86dx_FQ |
Host: | GitHub |
Repository: | soma2000-lang/typescript |
Merge State: | Unknown |