Conversation
- sharp 0.35.0 -> 0.35.4, fast-uri 3.1.5 -> 3.1.6, js-yaml 3.15.1 -> 3.15.2 and 4.3.1 -> 4.3.2: raise the existing pinned overrides (selector ceiling moves with the pin) - qs 6.15.3 -> 6.16.0, hono 4.13.2 -> 4.13.7: lockfile-only - mysql2 3.16.0 removed: it was only drizzle-orm's optional peer and is no longer resolved
|
auxesis
approved these changes
Sep 18, 2026
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
Security updates for transitive npm dependencies.
@img/sharp-*, libvips 1.3.0 -> 1.3.3)sharp@<0.35.0: 0.35.0raised tosharp@<0.35.4: 0.35.4fast-uri@<3.1.6: 3.1.6js-yaml@<3.15.2: 3.15.2js-yaml@>=4.0.0 <5pin raised to4.3.2Notes:
pnpm-workspace.yaml.e2e/tests/supply-chain.e2e.test.tscaps overrides at 12, and there are 11. qs, hono and mysql2 are fixed in the lockfile only, with no new override entries.pnpm update --depth Infinitywould also have bumped unrelated packages (express-rate-limit, ip-address, negotiator, jose, lru.min), so it wasn't used.drizzle-orm's optional peer (peerDependenciesMeta.mysql2.optional), and nothing in the workspace uses MySQL. On re-resolve, pnpm no longer installs that optional peer, so mysql2 and its own dependencies (aws-ssl-profiles, denque, generate-function, is-property, long, lru.min, named-placeholders, seq-queue, sqlstring) drop out of the lockfile.@types/nodepeer. That's whynext@15.5.23,@clerk/nextjsandevlogsnapshot keys now include(@types/node@26.2.0), which is already in the lockfile. No version changes come from it.minimumReleaseAgeis satisfied.next15.5.24 PR. Whichever merges second may need its lockfile regenerated (pnpm install --lockfile-only) because both touch thenext@15.5.x(...)snapshot keys.Verification (pnpm 10.33.2)
pnpm install --frozen-lockfilesucceedse2e/tests/supply-chain.e2e.test.ts: 26/26 pass, including the override-count cap and "every security override actually took effect"turbo run buildfor wizard, nextjs and stack-drizzle (and their deps): all succeedpackages/wizard: typecheck passes; tests pass (366 pass, 5 skipped)packages/nextjs: tests pass (25)packages/stack-drizzle: tests pass (371)pnpm changeset statusruns cleanly on js-yaml 3.15.2 and 4.3.2