Skip to content

Comments

Upgrade targeted lockfile dependencies in rnllama and wasm test#17605

Open
Copilot wants to merge 2 commits intomainfrom
copilot/upgrade-dependencies
Open

Upgrade targeted lockfile dependencies in rnllama and wasm test#17605
Copilot wants to merge 2 commits intomainfrom
copilot/upgrade-dependencies

Conversation

Copy link
Contributor

Copilot AI commented Feb 20, 2026

Summary

Updates the two requested lockfiles to bump vulnerable/transitively constrained packages with minimal scope: ajv and minimatch in rnllama, and minimatch in extension/wasm/test.
Also updates react-server-dom-webpack in rnllama to the nearest published patch (19.0.4), since 10.0.4 is not available in npm.

  • examples/demo-apps/react-native/rnllama/yarn.lock

    • ajv 8.17.18.18.0
    • minimatch 9.0.510.2.1
    • react-server-dom-webpack 19.0.319.0.4
    • Added/updated required transitive entries for the minimatch bump:
      • brace-expansion@^5.0.2
      • balanced-match@^4.0.2
    • Updated dependent range references to keep lockfile resolution consistent.
  • extension/wasm/test/yarn.lock

    • minimatch 9.0.510.2.1
    • Added/updated transitive entries:
      • brace-expansion@^5.0.2
      • balanced-match@^4.0.2
    • Updated dependent range references for consistent lock resolution.
# representative lockfile change
minimatch@^10.2.1:
  version "10.2.1"
  dependencies:
    brace-expansion "^5.0.2"

Test plan

  • cd examples/demo-apps/react-native/rnllama && yarn install --frozen-lockfile --ignore-scripts
  • cd extension/wasm/test && yarn install --frozen-lockfile --ignore-scripts (retains pre-existing on-headers integrity 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.

@pytorch-bot
Copy link

pytorch-bot bot commented Feb 20, 2026

🔗 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 Failures

As of commit bebf007 with merge base 20f9719 (image):

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.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 20, 2026
@github-actions
Copy link

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

Co-authored-by: kirklandsign <107070759+kirklandsign@users.noreply.github.com>
@kirklandsign kirklandsign marked this pull request as ready for review February 20, 2026 23:50
Copilot AI review requested due to automatic review settings February 20, 2026 23:50
@kirklandsign kirklandsign self-requested a review as a code owner February 20, 2026 23:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot AI changed the title [WIP] Upgrade dependencies in demo-apps and wasm test Upgrade targeted lockfile dependencies in rnllama and wasm test Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants