Skip to content

Commit

Permalink
bump yarn to 4.2.2 (via allure-framework#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed May 16, 2024
1 parent 2584bfe commit 0afa470
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 305 deletions.
56 changes: 56 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 38 additions & 4 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

593 changes: 297 additions & 296 deletions .yarn/releases/yarn-4.1.1.cjs → .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ compressionLevel: mixed

enableGlobalCache: false

plugins:
- ./plugin-ci-version.js

packageExtensions:
codeceptjs@*:
dependencies:
Expand All @@ -17,6 +14,9 @@ packageExtensions:
dependencies:
postman-collection: "*"

plugins:
- ./plugin-ci-version.js

supportedArchitectures:
cpu:
- current
Expand All @@ -31,4 +31,4 @@ supportedArchitectures:
- darwin
- linux

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.2"
}

0 comments on commit 0afa470

Please sign in to comment.