Skip to content

Commit

Permalink
Upgrade yarn to 3.6.4
Browse files Browse the repository at this point in the history
Version 1 of Yarn is no longer reliably supported, and is only receiving occasional hot fixes on a ‘best efforts’ basis.

Version 3 has been recommended as it has better backwards compatability.
See Yarn's migration steps (linked in pull request).

trello card: https://trello.com/c/AMoqVW5I
  • Loading branch information
beccapearce committed Oct 19, 2023
1 parent 381ec98 commit 57cf152
Show file tree
Hide file tree
Showing 5 changed files with 2,495 additions and 1,176 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@

/node_modules
/yarn-error.log

# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
yarnPath: .yarn/releases/yarn-3.6.4.cjs
nodeLinker: node-modules

packageExtensions:
stylelint-config-recommended-scss@*:
peerDependencies:
postcss: '8'
stylelint-config-standard-scss@*:
peerDependencies:
postcss: '8'
stylelint-config-gds@*:
peerDependencies:
postcss: '8'
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"postcss": "^8.4.31",
"stylelint": "^14.16.1",
"stylelint-config-gds": "^0.3.0"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 57cf152

Please sign in to comment.