Skip to content

chore(deps): bump qs, devalue, ajv, and wrangler (Dependabot) - #217

Closed
richardthe3rd with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-dependabot-issues
Closed

chore(deps): bump qs, devalue, ajv, and wrangler (Dependabot)#217
richardthe3rd with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-dependabot-issues

Conversation

Copilot AI commented Mar 28, 2026

Copy link
Copy Markdown
Contributor

Addresses the open Dependabot PR (#216) by updating npm dependencies across three directories.

Updates

Package Directory From To
qs / 6.14.1 6.15.0
devalue /cloudflare-worker 5.6.2 5.6.3
wrangler /cloudflare-worker ^4.59.1 ^4.59.2
ajv /scripts ^8.12.0 ^8.18.0

qs is a transitive dependency — only package-lock.json updated at the root; package.json unchanged. All other updates include both manifest and lockfile.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Fix dependabot issues in the repository chore(deps): bump qs, devalue, ajv, and wrangler (Dependabot) Mar 28, 2026
Copilot AI requested a review from richardthe3rd March 28, 2026 17:37
@richardthe3rd
richardthe3rd marked this pull request as ready for review May 3, 2026 20:04
Copilot AI review requested due to automatic review settings May 3, 2026 20:04

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

This PR addresses Dependabot PR #216 by updating npm dependency versions (and corresponding lockfiles) across the root, scripts/, and cloudflare-worker/ workspaces to pick up upstream fixes/security updates.

Changes:

  • Bump ajv to ^8.18.0 in scripts/ (manifest + lockfile).
  • Bump wrangler to ^4.59.2 and update devalue to ^5.6.3 in cloudflare-worker/ (manifest + lockfile).
  • Update root package-lock.json to pull in qs@6.15.0 as a transitive dependency bump.

Reviewed changes

Copilot reviewed 2 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
scripts/package.json Updates ajv dependency constraint.
scripts/package-lock.json Locks ajv to 8.18.0 to match the updated constraint.
package-lock.json Updates the resolved qs version to 6.15.0 (transitive).
cloudflare-worker/package.json Updates wrangler, and adds/updates devalue version.
cloudflare-worker/package-lock.json Updates the dependency tree for the worker tooling (wrangler/miniflare/workerd/etc.).
Files not reviewed (2)
  • cloudflare-worker/package-lock.json: Language not supported
  • scripts/package-lock.json: Language not supported

Comment on lines 12 to +15
"@cloudflare/vitest-pool-workers": "^0.8.0",
"devalue": "^5.6.3",
"vitest": "^3.0.0",
"wrangler": "^4.59.1"
"wrangler": "^4.59.2"
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.

3 participants