build(deps): roll tar forward to 7.5.21 - #481
Open
thefounderluke wants to merge 1 commit into
Open
Conversation
Bumps the locked transitive tar (via @tailwindcss/oxide) from 7.5.13 to 7.5.21 in apps/livekit-moss-vercel/agent-react, and raises the matching onnxruntime-node override pin in moss-live-labs/examples/image-search/setup-js to ^7.5.21. Fixes usemoss#475 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codex reviewNo issues found. |
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.
Pull Request Checklist
Please ensure that your PR meets the following requirements:
Description
Rolls
tarforward to 7.5.21 (latest), per #475:apps/livekit-moss-vercel/agent-react/pnpm-lock.yaml: bumps the locked transitivetar7.5.13 → 7.5.21 (pulled in via@tailwindcss/oxide, whose^7.4.3range allows it). Lockfile-only; no manifest changes.moss-live-labs/examples/image-search/setup-js/package.json: raises theonnxruntime-nodeoverride pin^7.5.13→^7.5.21to match. Note: this override currently has no effect on the resolved tree (onnxruntime-nodeis not in this example's current dependency graph), so its lockfile is unchanged.How verified:
pnpm install(pnpm 9.15.9, matching the app'spackageManagerpin) completes cleanly against the updated lockfile.pnpm buildof agent-react for full verification, but it fails identically on unmodifiedmainin my environment (Windows; module-resolution errors unrelated to this change) — so no build regression is attributable to this change, but flagging honestly that I could not build-verify locally.Fixes #475