Skip to content
Open
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
942 changes: 0 additions & 942 deletions .yarn/releases/yarn-4.12.0.cjs

This file was deleted.

940 changes: 940 additions & 0 deletions .yarn/releases/yarn-4.14.1.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 @@ -10,4 +10,4 @@ networkSettings:

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.12.0.cjs
yarnPath: .yarn/releases/yarn-4.14.1.cjs
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
"vite-plugin-vuetify": "2.1.3",
"vitest": "4.0.18"
},
"dependenciesMeta": {
"cypress": {
"built": true
}
},
Comment on lines +92 to +96
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yarn 4.14 has disabled postinstall scripts by default (seemingly in response to the axios supply chain attack) so we either need to re-enable them in our Yarn config or enable them on a package-by-package basis here (seems the safer option) - https://yarnpkg.com/features/security#postinstalls

"peerDependenciesMeta": {
"react": {
"optional": true
Expand All @@ -100,5 +105,5 @@
"bugs": {
"url": "https://github.com/cylc/cylc-ui/issues"
},
"packageManager": "yarn@4.12.0"
"packageManager": "yarn@4.14.1"
}
5 changes: 4 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 9
cacheKey: 10c0

"@acemir/cssom@npm:^0.9.31":
Expand Down Expand Up @@ -4118,6 +4118,9 @@ __metadata:
vue3-apexcharts: "npm:1.8.0"
vuetify: "npm:3.11.8"
vuex: "npm:4.1.0"
dependenciesMeta:
cypress:
built: true
peerDependenciesMeta:
react:
optional: true
Expand Down
Loading