Skip to content

Commit

Permalink
Upgrade yarn v3->v4 (#509)
Browse files Browse the repository at this point in the history
* `yarn set version stable`

* `yarn`

* upgrade `actions/setup-node` v3->v4
  • Loading branch information
rtrembecky authored Dec 3, 2024
1 parent 3c1a731 commit ad6913b
Show file tree
Hide file tree
Showing 8 changed files with 4,473 additions and 4,962 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Check out branch code
uses: actions/checkout@v4
- name: Setup Node.js with Yarn cache
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
Expand Down
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.5.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-echo-execute.cjs
spec: "https://yarnplugins.com/echo-execute"

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"sass": "^1.81.0",
"typed-scss-modules": "^8.0.1"
},
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@4.5.3",
"resolutions": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
Expand Down
7,064 changes: 3,532 additions & 3,532 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit ad6913b

Please sign in to comment.