Skip to content

Commit

Permalink
chore: update yarn to v4 (#37)
Browse files Browse the repository at this point in the history
* chore: update yarn to v4

* update lockfiles

* merge main

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: uyamanaka <[email protected]>
  • Loading branch information
renovate[bot] and mew-ton authored Oct 23, 2023
1 parent b423f73 commit b4e6112
Show file tree
Hide file tree
Showing 13 changed files with 4,933 additions and 5,013 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

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

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

npmAuthToken: "${NODE_AUTH_TOKEN:-''}"

npmPublishRegistry: "https://registry.npmjs.org/"
yarnPath: .yarn/releases/yarn-3.6.3.cjs

yarnPath: .yarn/releases/yarn-4.0.0.cjs
8 changes: 6 additions & 2 deletions examples/enclosure-vue2.7/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
yarnPath: ../../.yarn/releases/yarn-3.6.3.cjs

yarnPath: ../../.yarn/releases/yarn-4.0.0.cjs
1,436 changes: 718 additions & 718 deletions examples/enclosure-vue2.7/yarn.lock

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions examples/enclosure-vue3/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
yarnPath: ../../.yarn/releases/yarn-3.6.3.cjs

yarnPath: ../../.yarn/releases/yarn-4.0.0.cjs
924 changes: 462 additions & 462 deletions examples/enclosure-vue3/yarn.lock

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions examples/insider-vue2.7/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
yarnPath: ../../.yarn/releases/yarn-3.6.3.cjs

yarnPath: ../../.yarn/releases/yarn-4.0.0.cjs
1,438 changes: 719 additions & 719 deletions examples/insider-vue2.7/yarn.lock

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions examples/insider-vue3/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
yarnPath: ../../.yarn/releases/yarn-3.6.3.cjs

yarnPath: ../../.yarn/releases/yarn-4.0.0.cjs
Loading

0 comments on commit b4e6112

Please sign in to comment.