Bump the npm-development group across 1 directory with 5 updates
Type: Pull Request
State: Closed
Association: None
Comments: 1
(11 months ago)
(11 months ago)
(11 months ago)
dependencies javascript
Bumps the npm-development group with 4 updates in the / directory: @types/node, @typescript-eslint/eslint-plugin, eslint and rollup.
Updates @types/node from 20.19.4 to 20.19.7
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.35.1 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.
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.
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)- See full diff in compare view
Updates @typescript-eslint/parser from 8.35.1 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.
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.
Commits
84b7a2echore(release): publish 8.36.0e2ecca6chore: fix issues introduced by updatednxconfiguration (#11230)- See full diff in compare view
Updates eslint from 9.30.1 to 9.31.0
Release notes
Sourced from eslint's releases.
v9.31.0
Features
35cf44cfeat: output full actual location in rule tester if different (#19904) (ST-DDT)a6a6325feat: support explicit resource management inno-loop-func(#19895) (Milos Djermanovic)4682cdcfeat: support explicit resource management inno-undef-init(#19894) (Milos Djermanovic)5848216feat: support explicit resource management ininit-declarations(#19893) (Milos Djermanovic)bb370b8feat: support explicit resource management inno-const-assign(#19892) (Milos Djermanovic)Bug Fixes
07fac6cfix: retry on EMFILE when writing autofix results (#19926) (TKDev7)28cc7abfix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)Documentation
664cb44docs: Update README (GitHub Actions Bot)40dbe2adocs: fix mismatch betweenglobalIgnores()code and text (#19914) (MaoShizhong)5a0069ddocs: Update README (GitHub Actions Bot)fef04b5docs: Update working on issues info (#19902) (Nicholas C. Zakas)Chores
Changelog
Sourced from eslint's changelog.
v9.31.0 - July 11, 2025
3ddd454chore: upgrade to@eslint/js@9.31.0(#19935) (Francesco Trotta)d5054e5chore: package.json update for@eslint/jsrelease (Jenkins)0f4a378chore: update eslint (#19933) (renovate[bot])664cb44docs: Update README (GitHub Actions Bot)07fac6cfix: retry on EMFILE when writing autofix results (#19926) (TKDev7)35cf44cfeat: output full actual location in rule tester if different (#19904) (ST-DDT)40dbe2adocs: fix mismatch betweenglobalIgnores()code and text (#19914) (MaoShizhong)76c2340chore: bump mocha to v11 (#19917) (루밀LuMir)28cc7abfix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)a6a6325feat: support explicit resource management inno-loop-func(#19895) (Milos Djermanovic)4682cdcfeat: support explicit resource management inno-undef-init(#19894) (Milos Djermanovic)5848216feat: support explicit resource management ininit-declarations(#19893) (Milos Djermanovic)bb370b8feat: support explicit resource management inno-const-assign(#19892) (Milos Djermanovic)5a0069ddocs: Update README (GitHub Actions Bot)fef04b5docs: Update working on issues info (#19902) (Nicholas C. Zakas)
Commits
14053ed9.31.02b77bd0Build: changelog update for 9.31.03ddd454chore: upgrade to@eslint/js@9.31.0(#19935)d5054e5chore: package.json update for@eslint/jsrelease0f4a378chore: update eslint (#19933)664cb44docs: Update README07fac6cfix: retry on EMFILE when writing autofix results (#19926)35cf44cfeat: output full actual location in rule tester if different (#19904)40dbe2adocs: fix mismatch betweenglobalIgnores()code and text (#19914)76c2340chore: bump mocha to v11 (#19917)- Additional commits viewable in compare view
Updates rollup from 4.44.2 to 4.45.0
Release notes
Sourced from rollup's releases.
v4.45.0
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Changelog
Sourced from rollup's changelog.
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Commits
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
1
2
+273
-203
Package Dependencies
@typescript-eslint/parser
npm
8.35.1 → 8.36.0
Minor
@typescript-eslint/eslint-plugin
npm
8.35.1 → 8.36.0
Minor
Technical Details
| ID: | 3153869 |
| UUID: | 2661199601 |
| Node ID: | PR_kwDOPLE4aM6enq7x |
| Host: | GitHub |
| Repository: | xcelera-dev/cli |
| Mergeable: | Yes |
| Merge State: | Unstable |
| Rebaseable: | Yes |