Skip to content

chore(deps-dev): bump the dev-dependencies group with 6 updates#403

Merged
TylerVigario merged 1 commit into
mainfrom
chore/bump-dev-deps
Jun 16, 2026
Merged

chore(deps-dev): bump the dev-dependencies group with 6 updates#403
TylerVigario merged 1 commit into
mainfrom
chore/bump-dev-deps

Conversation

@TylerVigario

Copy link
Copy Markdown
Collaborator

Manual bump raising the declared devDependency ranges to the versions already resolved in the lockfile (some via Dependabot's in-range bumps in #401):

package from to
@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 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

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>
Copilot AI review requested due to automatic review settings June 16, 2026 21:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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, and rollup.
  • Refresh package-lock.json to 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.

@TylerVigario TylerVigario merged commit 744305f into main Jun 16, 2026
8 checks passed
@TylerVigario TylerVigario deleted the chore/bump-dev-deps branch June 16, 2026 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants