Skip to content

Commit

Permalink
switch to yarn 3
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Jan 10, 2022
1 parent a38b56f commit ce2d810
Show file tree
Hide file tree
Showing 9 changed files with 5,090 additions and 2,378 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ commands:
- restore_cache:
keys:
- yarn-{{ checksum "yarn.lock" }}
- run: yarn install --immutable --frozen-lockfile
- run: yarn install --immutable
- run: yarn test
- save_cache:
key: yarn-{{ checksum "yarn.lock" }}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ yarn-error.log
.nyc_output
dist/
docs/
.yarn/*.gz
.yarn/cache
363 changes: 363 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-outdated.cjs

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

768 changes: 768 additions & 0 deletions .yarn/releases/yarn-3.1.1.cjs

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
enableTelemetry: false

logFilters:
- code: YN0002
level: discard
- code: YN0004
level: discard
- code: YN0032
level: discard
- code: YN0060
level: discard
- code: YN0061
level: discard
- code: YN0062
level: discard

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://github.com/mskelton/yarn-plugin-outdated/raw/v2.3.0/bundles/@yarnpkg/plugin-outdated.js"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.1.1.cjs
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"engines": {
"node": ">=12.0.0"
},
"bin": {
"image-size": "bin/image-size.js"
},
"bin": "bin/image-size.js",
"scripts": {
"pretest": "eslint --ext .ts,.js bin lib specs",
"test": "nyc mocha",
Expand Down Expand Up @@ -64,5 +62,6 @@
},
"dependencies": {
"queue": "6.0.2"
}
},
"packageManager": "yarn@3.1.1"
}
6,238 changes: 3,865 additions & 2,373 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit ce2d810

Please sign in to comment.