Skip to content

Commit

Permalink
Merge pull request #429 from privacy-scaling-explorations/chore/updat…
Browse files Browse the repository at this point in the history
…e-yarn

Update `yarn` version to v4
  • Loading branch information
vplasencia authored Mar 8, 2024
2 parents 49b63bd + d4e8278 commit 21eab4c
Show file tree
Hide file tree
Showing 7 changed files with 10,647 additions and 11,207 deletions.
550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

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

This file was deleted.

873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.4.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.

12 changes: 5 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
checksumBehavior: update

nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"bugs": "https://github.com/privacy-scaling-explorations/bandada/issues",
"private": true,
"scripts": {
"start": "yarn workspaces foreach --exclude bandada-docs -pi run start",
"dev": "yarn workspaces foreach -pi run dev",
"start": "yarn workspaces foreach --exclude bandada-docs -A -pi run start",
"dev": "yarn workspaces foreach -A -pi run dev",
"test": "jest && yarn workspace contracts test",
"test:coverage": "yarn test:jest:coverage && yarn test:contracts:coverage",
"test:jest:coverage": "jest --coverage",
"test:contracts:coverage": "yarn workspace contracts test:coverage",
"build": "yarn workspaces foreach -t run build && yarn workspace contracts compile",
"build": "yarn workspaces foreach -A -t run build && yarn workspace contracts compile",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx && yarn workspace contracts lint",
"prettier": "prettier -c .",
"prettier:write": "prettier -w .",
"version:bump": "yarn workspaces foreach --no-private version -d ${0} && yarn version apply --all && git commit -am \"chore: v${0}\" && git tag v${0}",
"version:publish": "yarn workspaces foreach --no-private run build && yarn workspaces foreach --no-private npm publish --tolerate-republish",
"version:bump": "yarn workspaces foreach -A --no-private version -d ${0} && yarn version apply --all && git commit -am \"chore: v${0}\" && git tag v${0}",
"version:publish": "yarn workspaces foreach -A --no-private run build && yarn workspaces foreach -A --no-private npm publish --tolerate-republish",
"version:release": "changelogithub",
"commit": "cz",
"precommit": "lint-staged",
Expand All @@ -29,7 +29,7 @@
"apps/*",
"apps/contracts/contracts"
],
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@4.1.1",
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.4.3",
Expand Down
Loading

0 comments on commit 21eab4c

Please sign in to comment.