Bump mustardscript to 0.2.1#3713
Conversation
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_9453839d-31af-4f48-98f0-64ebb66a3681) |
|
@BugBot run |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_fa9efc94-bb61-4d96-8113-d5df97fd7ff0) |
There was a problem hiding this comment.
Code Review
This pull request upgrades the mustardscript dependency from version 0.2.0 to 0.2.1 in both package.json and package-lock.json, including its platform-specific bindings. I have no feedback to provide as these are standard dependency updates.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
Updates the mustardscript npm dependency to ^0.2.1 and refreshes the npm lockfile so the resolved mustardscript package and its optional native bindings (@mustardscript/binding-*) are pinned to 0.2.1 with updated integrity hashes (including the new libc: glibc metadata for the Linux x64 GNU binding).
Changes:
- Bump
mustardscriptfrom^0.2.0to^0.2.1inpackage.json. - Update
package-lock.jsonto resolvemustardscript@0.2.1and@mustardscript/binding-*@0.2.1.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Bumps the mustardscript dependency range to ^0.2.1. |
| package-lock.json | Updates the resolved mustardscript and @mustardscript/binding-* artifacts to 0.2.1 (new resolved URLs/integrities; adds libc: glibc on the Linux GNU binding entry). |
π‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
π Dyadbot Code Review SummaryVerdict: β
YES - Ready to merge Clean patch-level dependency bump of What was checked:
β No issues found by persona-based review. Generated by Dyadbot persona-based code review |
π Playwright Test Resultsβ Some tests failed
Summary: 1067 passed, 3 failed, 3 flaky, 340 skipped Failed Testsπ macOS
π Re-run Failing Tests (macOS)Copy and paste to re-run all failing spec files locally: npm run e2e \
e2e-tests/local_agent_basic.spec.ts \
e2e-tests/package_manager.spec.ts
|
Note
Low Risk
Patch-level dependency bump with lockfile-only changes; native bindings may affect local-agent behavior on upgrade but no app logic was modified.
Overview
Updates the mustardscript dependency from
^0.2.0to^0.2.1inpackage.jsonand refreshespackage-lock.jsonso the main package and all@mustardscript/binding-*optional native binaries resolve to 0.2.1 (with updated integrity hashes). The lockfile also recordslibc: glibcon the Linux x64 GNU binding entry.There are no application or build-script source changesβonly dependency version pins.
Reviewed by Cursor Bugbot for commit aad5548. Bugbot is set up for automated code reviews on this repo. Configure here.