[codex] Refresh vulnerable dev dependency cluster#15
Draft
Jesssullivan wants to merge 1 commit intojess/tin-168-add-blocking-ci-and-bazel-publish-parityfrom
Draft
Conversation
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.
What changed
vite->^6.4.2vitest->^4.1.4svelte->^5.55.4svelte-check->^4.4.6@fast-check/vitest->^0.4.0@sveltejs/packageand@sveltejs/vite-plugin-svelteto the currently validated ranges already in usepicomatch ^4.0.4so the remaining transitive advisory clears without a bigger toolchain migrationdevalue 5.7.1,picomatch 4.0.4,vite 6.4.2,vitest 4.1.4)Why
The repo still had 6 open Dependabot/npm audit alerts, concentrated in the dev toolchain rather than the published runtime package surface. The goal here is to clear that vulnerability cluster with the smallest safe dependency move, not to do a broad framework upgrade.
Impact
Validation
pnpm audit --prod --devpnpm run check:release-metadatapnpm run buildpnpm run checkpnpm run testpnpm run check:packagenpx --yes @bazel/bazelisk build //:pkg //:typecheck //:test --verbose_failuresnpm_config_cache=/tmp/tinyvectors-npm-cache npm publish --dry-run --ignore-scripts --access public ./bazel-bin/pkgNotes
jess/tin-168-add-blocking-ci-and-bazel-publish-parity)TIN-169