Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
# Do NOT upgrade Yarn without full integration testing and team discussion.
nodeLinker: node-modules

# Install the native binaries for macOS and Linux (arm64 + x64), not just the
# architecture that happens to run the install. Contributors on macOS, Linux CI
# and Linux dev containers share the same node_modules/cache, and packages with
# platform-specific bindings (unrs-resolver, esbuild, @parcel/watcher) would
# otherwise only work on the machine that ran "yarn install".
supportedArchitectures:
os:
- darwin
- linux
cpu:
- arm64
- x64

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@jest/globals": "^30.0.4",
"@jest/globals": "^30.5.1",
"@oclif/test": "^4.0.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^26.0.0",
Expand All @@ -94,7 +94,7 @@
"eslint-plugin-json": "^5.0.0",
"eslint-plugin-prettier": "^5.5.1",
"globals": "^17.0.0",
"jest": "^30.0.4",
"jest": "^30.5.1",
"license-checker-rseidelsohn": "^5.0.1",
"nock": "^14.0.0",
"oclif": "^4.14.31",
Expand Down
Loading
Loading