Skip to content

Commit

Permalink
refactor: update yarn to 4.6.0 (#4482)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunozoric authored Jan 9, 2025
1 parent 8d2ba62 commit 06b211c
Show file tree
Hide file tree
Showing 7 changed files with 580 additions and 578 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
**/*.d.ts
idea.js
scripts/**/*.js
packages/create-webiny-project/utils/binaries/**
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ packages/cli-plugin-deploy-pulumi/commands/newWatch/handler/mqtt.js
lerna.json
coverage/**
packages/cli/files/**/*.json
packages/create-webiny-project/utils/binaries/**
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 @@ -23,4 +23,4 @@ packageExtensions:
peerDependencies:
react-dom: ^16.14.0

yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@
"apollo-link@^1.0.0": "patch:apollo-link@npm%3A1.2.14#./.yarn/patches/apollo-link-npm-1.2.14-74f0ba01f9.patch",
"@material/base@^14.0.0": "patch:@material/base@npm%3A14.0.0#./.yarn/patches/@material-base-npm-14.0.0-36e0a55c42.patch"
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"dependencies": {
"@types/hoist-non-react-statics": "^3.3.5"
},
"engines": {
"node": ">=20.0.0 <23.0.0"
"node": ">=20.0.0"
}
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/create-webiny-project/utils/createProject.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module.exports = async function createProject({
// Setup yarn
title: "Setup Yarn",
task: async () => {
const yarnVersion = "4.5.3";
const yarnVersion = "4.6.0";
const yarnFile = `yarn-${yarnVersion}.cjs`;
const yarnPath = `.yarn`;
const yarnReleasesPath = path.join(yarnPath, "releases");
Expand Down

0 comments on commit 06b211c

Please sign in to comment.