Skip to content

Commit

Permalink
Update Yarn to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-ci-robot committed Dec 29, 2024
1 parent f36015c commit 2a964fb
Show file tree
Hide file tree
Showing 13 changed files with 299 additions and 299 deletions.
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 @@ -60,4 +60,4 @@ supportedArchitectures:
- linux
- darwin

yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "^22.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "^22.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"vitest": "^2.0.0",
"vitest-fetch-mock": "^0.4.0"
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "^22.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"bin": {
"update-prod-install": "./scripts/update-prod-install.cjs"
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "^22.7.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 @@ -71,7 +71,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "^22.7.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 @@ -61,7 +61,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "^22.7.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 @@ -55,7 +55,7 @@
}
}
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "^22.7.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 @@ -60,7 +60,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "^22.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/polling-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "^22.7.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 @@ -66,7 +66,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "^22.7.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 @@ -29,7 +29,7 @@
"eslint-plugin-security": "^3.0.1",
"neostandard": "^0.11.7"
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "^22.7.0"
}
Expand Down

0 comments on commit 2a964fb

Please sign in to comment.