Skip to content

chore(deps): update yarn to v4.6.0 #4294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 31, 2024
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
574 changes: 287 additions & 287 deletions .yarn/releases/yarn-4.5.3.cjs → .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs

# esbuild use native binaries, we need both to work locally and on the CI.
supportedArchitectures:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"renovate-config-algolia": "2.2.0",
"typescript": "5.7.2"
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "^22.0.0",
"yarn": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"typescript-eslint": "8.18.2",
"vite": "6.0.6"
},
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.0"
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"react-dom": "18.3.1",
"remark-smartypants": "3.0.2"
},
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.0"
}