Conversation
These skills now live at the global (~/.claude) level; drop the in-repo duplicates to avoid divergence.
- audit: resolved all 25 pnpm-audit advisories (3 low / 7 moderate / 14 high / 1 critical -> 0) via pnpm.overrides pins. Bounded the undici override to <8.0.0 (an unbounded >=7.29.0 pulled undici 8.x, which broke jsdom's internal require of undici/lib/handler/wrap-handler.js). Consolidated three conflicting fast-uri overrides into a single fast-uri ^4.1.2 pin (the range-selector form was silently ignored, leaving fast-uri at vulnerable 4.0.0). Removed two dead fast-uri 3.x overrides. - dependabot (npm): folded in all three open PRs - vue 3.5.35 -> 3.5.38 (#43); postcss 8.5.15 -> 8.5.23 (#49); development group of 15 dev-dep patch/minor bumps incl. playwright/@playwright/test 1.60.0 -> 1.61.1, eslint 10.4.1 -> 10.7.0, prettier 3.8.4 -> 3.9.5, eslint-plugin-vue 10.9.2 -> 10.10.0, @vitest/browser-playwright 4.1.8 -> 4.1.10, vitest 4.1.8 -> 4.1.10 (#47). pnpm ready green (lint, format, unit + browser + E2E, build).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
pnpm auditadvisories (1 critical / 14 high / 7 moderate / 3 low, all transitive) viapnpm.overridespins. Net result:pnpm auditreports no known vulnerabilities..claude/skills/auditand.claude/skills/readycopies, which now live at the global level.Decisions
<8.0.0.pnpm audit --fixgenerated an unbounded>=7.29.0, which pulled undici 8.x and removedundici/lib/handler/wrap-handler.jsthat jsdom 29.1.1 requires at runtime — crashing the unit suite. Pinned to>=7.29.0 <8.0.0, which still satisfies the advisories.^4.1.2override. The auto-generated range-selector form (fast-uri@>=4.0.0: >=4.1.2) was silently ignored by pnpm, leaving the vulnerable 4.0.0 in the tree. A plain-key override resolves it correctly; the two deadfast-uri3.x overrides were dropped.pnpm readygate (lint, format, unit + browser + E2E across Chromium/Firefox/WebKit, and production build) — all green.