Bump the npm-development group with 6 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 3
(9 months ago)
(9 months ago)
dependencies javascript
Bumps the npm-development group with 6 updates:
| Package | From | To |
|---|---|---|
| @types/node | 24.4.0 |
24.5.2 |
| @typescript-eslint/eslint-plugin | 8.43.0 |
8.44.0 |
| @typescript-eslint/parser | 8.43.0 |
8.44.0 |
| eslint | 9.35.0 |
9.36.0 |
| rollup | 4.50.2 |
4.52.0 |
| ts-jest | 29.4.1 |
29.4.4 |
Updates @types/node from 24.4.0 to 24.5.2
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.43.0 to 8.44.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.44.0
8.44.0 (2025-09-15)
🚀 Features
- eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)
🩹 Fixes
- deps: update dependency
@eslint-community/eslint-utilsto v4.8.0 (#11589)- eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)
❤️ Thank You
- Moses Odutusin
@thebolarin- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.44.0 (2025-09-15)
🚀 Features
- eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)
❤️ Thank You
- Moses Odutusin
@thebolarin- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Commits
77056f7chore(release): publish 8.44.0684e63fchore(deps): update eslint monorepo to v9.35.0 (#11600)2ed6857fix(eslint-plugin): [no-unnecessary-type-conversion] ignore enum members (#11...85d8deafeat(eslint-plugin): [await-thenable] report invalid (non-promise) values pas...42527dfchore: remove unnecessary nullThrows() (#11580)- See full diff in compare view
Updates @typescript-eslint/parser from 8.43.0 to 8.44.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.44.0
8.44.0 (2025-09-15)
🚀 Features
- eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)
🩹 Fixes
- deps: update dependency
@eslint-community/eslint-utilsto v4.8.0 (#11589)- eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)
❤️ Thank You
- Moses Odutusin
@thebolarin- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.44.0 (2025-09-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.
Commits
77056f7chore(release): publish 8.44.0- See full diff in compare view
Updates eslint from 9.35.0 to 9.36.0
Release notes
Sourced from eslint's releases.
v9.36.0
Features
Bug Fixes
75b74d8fix: add missing rule option types (#20127) (ntnyq)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)Documentation
b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)31d9392docs: fix typos (#20118) (Pixel998)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)91f97c5docs: Update README (GitHub Actions Bot)Chores
12411e8chore: upgrade@eslint/js@9.36.0 (#20139) (Milos Djermanovic)488cba6chore: package.json update for@eslint/jsrelease (Jenkins)bac82a2ci: simplify renovate configuration (#19907) (唯然)c00bb37ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751drefactor: usedefaultOptionsin rules (#20121) (Pixel998)1ace67dchore: update example to usedefineConfig(#20111) (루밀LuMir)4821963test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)b42c42echore: disallow use of deprecatedtypeproperty in core rule tests (#20094) (Milos Djermanovic)7bb498dtest: remove deprecatedtypeproperty from core rule tests (#20093) (Pixel998)e10cf2aci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4refactor: usemeta.defaultOptionsinpreserve-caught-error(#20080) (Pixel998)f9f7cb5chore: package.json update for eslint-config-eslint release (Jenkins)81764b2chore: updateeslintpeer dependency ineslint-config-eslint(#20079) (Milos Djermanovic)
Changelog
Sourced from eslint's changelog.
v9.36.0 - September 19, 2025
12411e8chore: upgrade@eslint/js@9.36.0 (#20139) (Milos Djermanovic)488cba6chore: package.json update for@eslint/jsrelease (Jenkins)b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)47afcf6feat: correctpreserve-caught-erroredge cases (#20109) (Francesco Trotta)75b74d8fix: add missing rule option types (#20127) (ntnyq)bac82a2ci: simplify renovate configuration (#19907) (唯然)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)c00bb37ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751drefactor: usedefaultOptionsin rules (#20121) (Pixel998)31d9392docs: fix typos (#20118) (Pixel998)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)1ace67dchore: update example to usedefineConfig(#20111) (루밀LuMir)4821963test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)b42c42echore: disallow use of deprecatedtypeproperty in core rule tests (#20094) (Milos Djermanovic)7bb498dtest: remove deprecatedtypeproperty from core rule tests (#20093) (Pixel998)91f97c5docs: Update README (GitHub Actions Bot)e10cf2aci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4refactor: usemeta.defaultOptionsinpreserve-caught-error(#20080) (Pixel998)f9f7cb5chore: package.json update for eslint-config-eslint release (Jenkins)81764b2chore: updateeslintpeer dependency ineslint-config-eslint(#20079) (Milos Djermanovic)
Commits
b4857e59.36.05878a42Build: changelog update for 9.36.012411e8chore: upgrade@eslint/js@9.36.0 (#20139)488cba6chore: package.json update for@eslint/jsreleaseb73ab12docs: update examples to usedefineConfig(#20131)47afcf6feat: correctpreserve-caught-erroredge cases (#20109)75b74d8fix: add missing rule option types (#20127)bac82a2ci: simplify renovate configuration (#19907)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116)c00bb37ci: bump actions/labeler from 5 to 6 (#20090)- Additional commits viewable in compare view
Updates rollup from 4.50.2 to 4.52.0
Release notes
Sourced from rollup's releases.
v4.52.0
4.52.0
2025-09-19
Features
- Add option
output.onlyExplicitManualChunksto turn off merging additional dependencies into manual chunks (#6087)- Add support for x86_64-pc-windows-gnu platform (#6110)
Pull Requests
- #6087: fix: manualChunks and non manualChunks shared dependencies are merged with the first manualChunk encountered alphabetically (
@maiieul)- #6110: Add support x86_64-pc-windows-gnu (
@lsq,@lukastaegert)- #6118: Automatically remove REPL artefacts label from PRs (
@lukastaegert)v4.51.0
4.51.0
2025-09-19
Features
- Support ROLLUP_FILE_URL_OBJ placeholder to inject file URLs into the generated code (#6108)
Bug Fixes
- Improve OpenHarmony build to work in more situations (#6115)
Pull Requests
- #6108: feat: support ROLLUP_FILE_URL_OBJ for URL object instead of string (
@guybedford,@lukastaegert)- #6112: Disable Cargo cache for Android (
@lukastaegert)- #6113: fix(deps): update rust crate swc_compiler_base to v35 (
@renovate[bot])- #6114: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6115: Disable local_dynamic_tls for OpenHarmony (
@hqzing)- #6116: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6117: chore(deps): lock file maintenance (
@renovate[bot])
Changelog
Sourced from rollup's changelog.
4.52.0
2025-09-19
Features
- Add option
output.onlyExplicitManualChunksto turn off merging additional dependencies into manual chunks (#6087)- Add support for x86_64-pc-windows-gnu platform (#6110)
Pull Requests
- #6087: fix: manualChunks and non manualChunks shared dependencies are merged with the first manualChunk encountered alphabetically (
@maiieul)- #6110: Add support x86_64-pc-windows-gnu (
@lsq,@lukastaegert)- #6118: Automatically remove REPL artefacts label from PRs (
@lukastaegert)4.51.0
2025-09-19
Features
- Support ROLLUP_FILE_URL_OBJ placeholder to inject file URLs into the generated code (#6108)
Bug Fixes
- Improve OpenHarmony build to work in more situations (#6115)
Pull Requests
- #6108: feat: support ROLLUP_FILE_URL_OBJ for URL object instead of string (
@guybedford,@lukastaegert)- #6112: Disable Cargo cache for Android (
@lukastaegert)- #6113: fix(deps): update rust crate swc_compiler_base to v35 (
@renovate[bot])- #6114: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6115: Disable local_dynamic_tls for OpenHarmony (
@hqzing)- #6116: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6117: chore(deps): lock file maintenance (
@renovate[bot])
Commits
2029f634.52.0039ba6bFix release script for commits without GitHub authors98f5d35Automatically remove REPL artefacts label from PRs (#6118)3f124bafix: manualChunks and non manualChunks shared dependencies are merged with th...a0bb78cAdd support x86_64-pc-windows-gnu (#6110)17487364.51.0e518bdechore(deps): lock file maintenance (#6117)9265955Disable local_dynamic_tls for OpenHarmony (#6115)0b8e19dfix(deps): update rust crate swc_compiler_base to v35 (#6113)b14f803chore(deps): lock file maintenance minor/patch updates (#6116)- Additional commits viewable in compare view
Updates ts-jest from 29.4.1 to 29.4.4
Release notes
Sourced from ts-jest's releases.
v29.4.4
Please refer to CHANGELOG.md for details.
v29.4.3
Please refer to CHANGELOG.md for details.
v29.4.2
Please refer to CHANGELOG.md for details.
Changelog
Sourced from ts-jest's changelog.
29.4.4 (2025-09-19)
Bug Fixes
29.4.3 (2025-09-17)
Bug Fixes
- introduce
transpilationoption to replaceisolatedModulesoption (#5044) (5868761), closes #5013 #485929.4.2 (2025-09-15)
Bug Fixes
Commits
89a4f9fchore(release): 29.4.425cb706Revert "fix: introducetranspilationoption to replaceisolatedModulesop...8a7e4c2build(deps): Update dependency ts-jest to ^29.4.351a5a92build(deps): Update dependency@types/nodeto v20.19.17a44e9ccchore(release): 29.4.397e2c03docs: correct link to doc fortranspilationoption94b6ab4build(deps): Update dependency esbuild to ~0.25.105868761fix: introducetranspilationoption to replaceisolatedModulesoption (#5...54dee26build(deps): Update dependency@types/nodeto v20.19.16f5ac13bbuild(deps): Update dependency memfs to ^4.42.0- 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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@typescript-eslint/parser
npm
8.43.0 → 8.44.0
Minor
@typescript-eslint/eslint-plugin
npm
8.43.0 → 8.44.0
Minor
Technical Details
| ID: | 8231584 |
| UUID: | 3440683830 |
| Node ID: | PR_kwDONJJFAM6p0_p1 |
| Host: | GitHub |
| Repository: | github/issue-parser |