Skip to content

Commit 94a8e37

Browse files
authored
chore: update yarn version to 4.5.2 (#7678)
1 parent 6f44109 commit 94a8e37

File tree

13 files changed

+9875
-10397
lines changed

13 files changed

+9875
-10397
lines changed

.github/workflows/test-js-packages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ jobs:
438438
run: |
439439
# Note the lack of spaces between package names.
440440
PACKAGES_TO_BUILD="@noir-lang/types,@noir-lang/noir_js"
441-
yarn workspaces foreach -vtp --from "{$PACKAGES_TO_BUILD}" run build
441+
yarn workspaces foreach -Wvtp --from "{$PACKAGES_TO_BUILD}" run build
442442
443443
- name: Run `integration-tests`
444444
working-directory: ./compiler/integration-tests
@@ -483,7 +483,7 @@ jobs:
483483
run: |
484484
# Note the lack of spaces between package names.
485485
PACKAGES_TO_BUILD="@noir-lang/types,@noir-lang/noir_js"
486-
yarn workspaces foreach -vtp --from "{$PACKAGES_TO_BUILD}" run build
486+
yarn workspaces foreach -Wvtp --from "{$PACKAGES_TO_BUILD}" run build
487487
488488
- name: Run `integration-tests`
489489
working-directory: ./compiler/integration-tests

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

-541
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-typescript.cjs

-9
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

-28
This file was deleted.

.yarn/releases/yarn-3.6.3.cjs

-874
This file was deleted.

.yarn/releases/yarn-4.5.2.cjs

+934
Large diffs are not rendered by default.

.yarnrc.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
15
logFilters:
26
- code: YN0013
37
level: discard
48

59
nodeLinker: node-modules
610

7-
plugins:
8-
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
9-
spec: "@yarnpkg/plugin-typescript"
10-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
11-
spec: "@yarnpkg/plugin-workspace-tools"
12-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
13-
spec: "@yarnpkg/plugin-interactive-tools"
14-
15-
yarnPath: .yarn/releases/yarn-3.6.3.cjs
11+
yarnPath: .yarn/releases/yarn-4.5.2.cjs

acvm-repo/acvm_js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"package.json"
2727
],
2828
"sideEffects": false,
29-
"packageManager": "yarn@3.5.1",
29+
"packageManager": "yarn@4.5.2",
3030
"scripts": {
3131
"build": "bash ./build.sh",
3232
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha",

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
"docs"
1313
],
1414
"scripts": {
15-
"build": "yarn workspaces foreach -vp --topological-dev --exclude \"{docs,@noir-lang/root}\" run build",
16-
"test": "yarn workspaces foreach --parallel --verbose run test",
15+
"build": "yarn workspaces foreach -A -vp --topological-dev --exclude \"{docs,@noir-lang/root}\" run build",
16+
"test": "yarn workspaces foreach -A -vp run test",
1717
"test:integration": "yarn workspace integration-tests test",
18-
"clean:workspaces": "yarn workspaces foreach --exclude @noir-lang/root run clean",
18+
"clean:workspaces": "yarn workspaces foreach -A --exclude @noir-lang/root run clean",
1919
"clean:root": "rm -rf ./target ./packages",
2020
"clean": "yarn clean:workspaces && yarn clean:root",
21-
"lint": "yarn workspaces foreach --verbose run lint",
21+
"lint": "yarn workspaces foreach -A -vp run lint",
2222
"spellcheck": "cspell '**/*.{md,rs}' -c ./cspell.json",
2323
"prepare:publish": "yarn clean && yarn build",
24-
"build:js:only": "yarn workspaces foreach -vtp --exclude \"{@noir-lang/acvm_js,@noir-lang/noirc_abi,@noir-lang/noir_wasm,docs,@noir-lang/root}\" run build",
25-
"nightly:version": "yarn workspaces foreach run nightly:version",
26-
"publish:all": "yarn install && yarn workspaces foreach run publish"
24+
"build:js:only": "yarn workspaces foreach -A -vtp --exclude \"{@noir-lang/acvm_js,@noir-lang/noirc_abi,@noir-lang/noir_wasm,docs,@noir-lang/root}\" run build",
25+
"nightly:version": "yarn workspaces foreach -A run nightly:version",
26+
"publish:all": "yarn install && yarn workspaces foreach -A run publish"
2727
},
2828
"devDependencies": {
2929
"@eslint/eslintrc": "^3.3.0",
@@ -44,5 +44,5 @@
4444
"@types/estree": "1.0.6",
4545
"@types/mocha": "10.0.10"
4646
},
47-
"packageManager": "yarn@3.6.4"
47+
"packageManager": "yarn@4.5.2"
4848
}

tooling/noir_codegen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"The Noir Team <team@noir-lang.org>"
55
],
66
"version": "1.0.0-beta.3",
7-
"packageManager": "yarn@3.5.1",
7+
"packageManager": "yarn@4.5.2",
88
"license": "(MIT OR Apache-2.0)",
99
"type": "module",
1010
"homepage": "https://noir-lang.org/",

tooling/noir_js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"The Noir Team <team@noir-lang.org>"
55
],
66
"version": "1.0.0-beta.3",
7-
"packageManager": "yarn@3.5.1",
7+
"packageManager": "yarn@4.5.2",
88
"license": "(MIT OR Apache-2.0)",
99
"type": "module",
1010
"homepage": "https://noir-lang.org/",

tooling/noir_js_types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"contributors": [
44
"The Noir Team <team@noir-lang.org>"
55
],
6-
"packageManager": "yarn@3.5.1",
6+
"packageManager": "yarn@4.5.2",
77
"version": "1.0.0-beta.3",
88
"license": "(MIT OR Apache-2.0)",
99
"homepage": "https://noir-lang.org/",

0 commit comments

Comments
 (0)