Skip to content

Commit

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

* chore: upgrade yarn lockfile to v4

* chore: drop support for node 16

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Niels Maerten <[email protected]>
  • Loading branch information
renovate[bot] and nielsmaerten authored Mar 5, 2024
1 parent ff98e18 commit a6b3874
Show file tree
Hide file tree
Showing 7 changed files with 3,288 additions and 3,815 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [16.x, 18.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.8.1.cjs

This file was deleted.

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

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.8.1.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@
"resolutions": {
"minimist": "^1.2.7"
},
"packageManager": "yarn@3.8.1"
"packageManager": "yarn@4.1.1"
}
Loading

0 comments on commit a6b3874

Please sign in to comment.