chore(deps): update dependencies - #1615
Merged
Merged
Conversation
Apply all available patch and minor updates with ncu, and refresh the lockfile (also picks up the js-yaml advisory fix via npm audit fix). Bump the E2E Playwright Docker image to v1.62.1-noble to match @playwright/test. Held back (major, needs separate work): eslint 10, jsdom 30, typescript 7. prettier2 stays on prettier 2 by design. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YJAJsF48U5ZuD2F1t8f7JJ
domoritz
deleted the
domoritz/Update-dependencies-make-a-pull-request
branch
September 2, 2026 00:06
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.
Update all dependencies to their latest patch and minor versions with
ncu, and regenerate the lockfile.Highlights
npm audit fixresolves the high-severity js-yaml advisory (GHSA-5p4m-2wfm-xmqj). The remaining dompurify advisory only has a fix that downgrades monaco-editor, so it is left alone.v1.62.1-nobleto match@playwright/test.Held back
Major bumps left for separate PRs: eslint 10, jsdom 30, typescript 7.
prettier2intentionally stays on prettier 2.Verification
All run locally on Node 24 (the version CI uses):
npx tsc --noEmit— cleannpm run lint— 0 errorsnpx vitest run --project unit— 37 passednpx playwright test --project=chromium— 84 passednpm run build— succeedsnpm ci— resolves cleanly from the regenerated lockfile🤖 Generated with Claude Code
https://claude.ai/code/session_01YJAJsF48U5ZuD2F1t8f7JJ