Skip to content

Commit

Permalink
Update Yarn to v4.2.2 (#1853)
Browse files Browse the repository at this point in the history
* Update Yarn to v4.2.2

* yarn

---------

Co-authored-by: Peter Sutter <[email protected]>
  • Loading branch information
gardener-ci-robot and petersutter authored May 14, 2024
1 parent a14d452 commit 8d0e2ae
Show file tree
Hide file tree
Showing 14 changed files with 402 additions and 311 deletions.
56 changes: 56 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 38 additions & 4 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

593 changes: 297 additions & 296 deletions .yarn/releases/yarn-4.1.1.cjs → .yarn/releases/yarn-4.2.2.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 @@ -59,4 +59,4 @@ supportedArchitectures:
- linux
- darwin

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"vitest": "^1.4.0",
"vitest-fetch-mock": "^0.2.2"
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"jest": "^27.5.1",
"node-gyp": "latest"
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/kube-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/kube-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
}
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"no-console": "error"
}
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": "^20.5.0"
}
Expand Down

0 comments on commit 8d0e2ae

Please sign in to comment.