Skip to content

Commit

Permalink
build: upgrade yarn to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Nov 9, 2023
1 parent 351f998 commit 273822c
Show file tree
Hide file tree
Showing 10 changed files with 10,495 additions and 10,462 deletions.
873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.5.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions console/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
cacheFolder: ../.yarn/cache

compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: ../.yarn/releases/yarn-3.5.0.cjs
cacheFolder: ../.yarn/cache
yarnPath: ../.yarn/releases/yarn-4.0.1.cjs
4 changes: 2 additions & 2 deletions console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
]
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@4.0.1"
}
2 changes: 1 addition & 1 deletion console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>pom</packaging>

<properties>
<node-version>v16.15.0</node-version>
<node-version>v18.18.2</node-version>
<yarn-version>v1.22.19</yarn-version>
</properties>

Expand Down
9,680 changes: 4,840 additions & 4,840 deletions console/yarn.lock

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions examples/sample-plugin/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
cacheFolder: ../../.yarn/cache

compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: ../../.yarn/releases/yarn-3.5.0.cjs
cacheFolder: ../../.yarn/cache
yarnPath: ../../.yarn/releases/yarn-4.0.1.cjs
5 changes: 4 additions & 1 deletion examples/sample-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"last 1 safari version"
]
},
"packageManager": "yarn@3.5.0"
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.0.1"
}
2 changes: 1 addition & 1 deletion examples/sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<!-- node & yarn versions used for build -->
<node-version>v16.15.0</node-version>
<node-version>v18.18.2</node-version>
<yarn-version>v1.22.19</yarn-version>
<!--
Path to the Hawtio plugin TS project. You can specify the path if it's placed
Expand Down
Loading

0 comments on commit 273822c

Please sign in to comment.