Upgrade targeted lockfile dependencies in rnllama and wasm test#17605
Upgrade targeted lockfile dependencies in rnllama and wasm test#17605
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17605
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New Failures, 2 Unrelated FailuresAs of commit bebf007 with merge base 20f9719 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following job failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Co-authored-by: kirklandsign <107070759+kirklandsign@users.noreply.github.com>
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Updates the two requested lockfiles to bump vulnerable/transitively constrained packages with minimal scope:
ajvandminimatchinrnllama, andminimatchinextension/wasm/test.Also updates
react-server-dom-webpackinrnllamato the nearest published patch (19.0.4), since10.0.4is not available in npm.examples/demo-apps/react-native/rnllama/yarn.lockajv8.17.1→8.18.0minimatch9.0.5→10.2.1react-server-dom-webpack19.0.3→19.0.4brace-expansion@^5.0.2balanced-match@^4.0.2extension/wasm/test/yarn.lockminimatch9.0.5→10.2.1brace-expansion@^5.0.2balanced-match@^4.0.2Test plan
cd examples/demo-apps/react-native/rnllama && yarn install --frozen-lockfile --ignore-scriptscd extension/wasm/test && yarn install --frozen-lockfile --ignore-scripts(retains pre-existingon-headersintegrity mismatch unrelated to this change)✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.