Bump some dependencies to suppress security warnings - #236
Merged
Conversation
Bumps some dependencies to suppress security warnings: - js-yaml 4 to 4.3.2, - next 16 to 16.3.4, - vitest 4 to 4.1.11. Note there are still some security warnings flagged on older next and vitest versions; these aren't maintained anymore so there aren't bumps available, but these are here for testing only and are benign in this project. Added suppresions for these.
There was a problem hiding this comment.
🟡 Changes recommended
The Vitest 4 fixture breaks the unconditional compatibility test on Node 18; keep Vitest 3 or gate the test before upgrading.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates dependencies and lockfiles to address security warnings, including test tooling and Next.js-related packages.
Changes:
- Refreshes root and compatibility-fixture lockfiles.
- Upgrades selected dependencies, including Vitest.
- Updates audit advisory suppressions and rationale.
File summaries
| File | Description |
|---|---|
yarn.lock |
Updates root dependency resolutions and checksums. |
test/pnpm-compat/yarn.lock |
Regenerates the compatibility fixture dependency graph. |
test/pnpm-compat/package.json |
Upgrades the fixture to Vitest 4. |
.yarnrc.yml |
Updates audit suppressions and documentation. |
Review details
- Files reviewed: 2/4 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This change is in order to suppress vulnerability warnings, even though they're benign in this test code.
dividedmind
force-pushed
the
chore/bump-deps
branch
from
September 11, 2026 13:40
ff57f37 to
be22263
Compare
commit: |
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.
Bump some dependencies, mostly test-only, to suppress vulnerability warnings.