Skip to content

Commit

Permalink
Merge pull request #949 from spiltcoffee/yarn
Browse files Browse the repository at this point in the history
build: upgrade yarn
  • Loading branch information
spiltcoffee authored Jul 8, 2023
2 parents 0024249 + 05e0187 commit e782b42
Show file tree
Hide file tree
Showing 5 changed files with 957 additions and 1,775 deletions.
768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.1.cjs

This file was deleted.

874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

16 changes: 5 additions & 11 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
logFilters:
- pattern: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=* The win32-x64 architecture is incompatible with this module, link skipped."
level: discard

- pattern: "esbuild-*@npm:* The win32-x64 architecture is incompatible with this module, link skipped."
level: discard
- level: discard
pattern: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=* The win32-x64 architecture is incompatible with this module, link skipped."
- level: discard
pattern: "esbuild-*@npm:* The win32-x64 architecture is incompatible with this module, link skipped."

nodeLinker: node-modules

packageExtensions:
"@commitlint/load@16.1.0":
dependencies:
"@types/node": "*"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
spec: "@yarnpkg/plugin-constraints"
Expand All @@ -20,4 +14,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.1.1.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
"resolutions": {
"npm/chalk": "^4.0.0"
},
"packageManager": "yarn@3.1.1"
"packageManager": "yarn@3.6.1"
}
Loading

0 comments on commit e782b42

Please sign in to comment.