Skip to content

Commit

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

* `yarn`

* bump to 4.6.0

---------

Co-authored-by: petersutter <[email protected]>
  • Loading branch information
gardener-ci-robot and petersutter authored Jan 7, 2025
1 parent ea33bae commit 3d0170e
Show file tree
Hide file tree
Showing 15 changed files with 313 additions and 311 deletions.
24 changes: 13 additions & 11 deletions .pnp.cjs

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

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
2 changes: 1 addition & 1 deletion yarn.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = {
enforceFieldsOnAllWorkspaces(ctx, {
license: 'Apache-2.0',
'engines.node': '^22.7.0',
'packageManager': 'yarn@4.5.3',
'packageManager': 'yarn@4.6.0',
'repository.type': 'git',
'repository.url': 'git+https://github.com/gardener/dashboard.git',
'repository.directory': workspace => workspace.cwd,
Expand Down

0 comments on commit 3d0170e

Please sign in to comment.