chore(deps): bump qs, devalue, ajv, and wrangler (Dependabot) - #217
Closed
richardthe3rd with Copilot wants to merge 2 commits into
Closed
chore(deps): bump qs, devalue, ajv, and wrangler (Dependabot)#217richardthe3rd with Copilot wants to merge 2 commits into
richardthe3rd with Copilot wants to merge 2 commits into
Conversation
…erts Agent-Logs-Url: https://github.com/richardthe3rd/cambridge-beer-festival-app/sessions/bf81087f-3f12-41c2-a82d-5184aefd7965 Co-authored-by: richardthe3rd <573334+richardthe3rd@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix dependabot issues in the repository
chore(deps): bump qs, devalue, ajv, and wrangler (Dependabot)
Mar 28, 2026
richardthe3rd
marked this pull request as ready for review
May 3, 2026 20:04
Contributor
There was a problem hiding this comment.
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
ajvto^8.18.0inscripts/(manifest + lockfile). - Bump
wranglerto^4.59.2and updatedevalueto^5.6.3incloudflare-worker/(manifest + lockfile). - Update root
package-lock.jsonto pull inqs@6.15.0as 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" |
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.
Addresses the open Dependabot PR (#216) by updating npm dependencies across three directories.
Updates
qs/devalue/cloudflare-workerwrangler/cloudflare-workerajv/scriptsqsis a transitive dependency — onlypackage-lock.jsonupdated at the root;package.jsonunchanged. 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.