chore(deps-dev): bump the dev-dependencies group with 6 updates#403
Merged
Conversation
Raises the declared ranges to the versions already resolved in the lockfile: - @types/node 24.12 -> 24.13 - eslint 10.4 -> 10.5 - eslint-plugin-ava 17.0.0 -> 17.0.1 - eslint-plugin-jsdoc 63.0.1 -> 63.0.4 - eslint-plugin-n 18.0.1 -> 18.1.0 - rollup 4.61 -> 4.62 All minor/patch within their existing majors; lint clean and 453 tests green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project’s dev dependency version ranges (and corresponding lockfile resolutions) to newer in-major releases, keeping the development toolchain aligned with the resolved versions.
Changes:
- Bump declared devDependency ranges for
@types/node,eslint,eslint-plugin-ava,eslint-plugin-jsdoc,eslint-plugin-n, androllup. - Refresh
package-lock.jsonto reflect the updated dependency graph/resolutions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Raises devDependency version ranges for the listed tooling packages. |
| package-lock.json | Updates lockfile entries to match the bumped toolchain and resulting transitive resolution changes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Manual bump raising the declared devDependency ranges to the versions already resolved in the lockfile (some via Dependabot's in-range bumps in #401):
@types/nodeeslinteslint-plugin-avaeslint-plugin-jsdoceslint-plugin-nrollupAll minor/patch within existing majors. No code changes needed — the eslint 10.5 / plugin-n 18.1 / rollup 4.62 release notes carry no rules or features that apply here (checked: error-location tweaks, monorepo/
devEngines/callback-fs additions, manual-chunk splitting — none relevant to a single-bundle, sync-fs, recommended-set-consuming repo).Lint clean, 453 tests green on the bumped toolchain.
🤖 Generated with Claude Code