Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-js-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ jobs:
run: |
# Note the lack of spaces between package names.
PACKAGES_TO_BUILD="@noir-lang/types,@noir-lang/noir_js"
yarn workspaces foreach -vtp --from "{$PACKAGES_TO_BUILD}" run build
yarn workspaces foreach -Wvtp --from "{$PACKAGES_TO_BUILD}" run build

- name: Run `integration-tests`
working-directory: ./compiler/integration-tests
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:
run: |
# Note the lack of spaces between package names.
PACKAGES_TO_BUILD="@noir-lang/types,@noir-lang/noir_js"
yarn workspaces foreach -vtp --from "{$PACKAGES_TO_BUILD}" run build
yarn workspaces foreach -Wvtp --from "{$PACKAGES_TO_BUILD}" run build

- name: Run `integration-tests`
working-directory: ./compiler/integration-tests
Expand Down
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

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

This file was deleted.

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

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.2.cjs

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
compressionLevel: mixed

enableGlobalCache: false

logFilters:
- code: YN0013
level: discard

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-4.5.2.cjs
2 changes: 1 addition & 1 deletion acvm-repo/acvm_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"package.json"
],
"sideEffects": false,
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@4.5.2",
"scripts": {
"build": "bash ./build.sh",
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"docs"
],
"scripts": {
"build": "yarn workspaces foreach -vp --topological-dev --exclude \"{docs,@noir-lang/root}\" run build",
"test": "yarn workspaces foreach --parallel --verbose run test",
"build": "yarn workspaces foreach -A -vp --topological-dev --exclude \"{docs,@noir-lang/root}\" run build",
"test": "yarn workspaces foreach -A -vp run test",
"test:integration": "yarn workspace integration-tests test",
"clean:workspaces": "yarn workspaces foreach --exclude @noir-lang/root run clean",
"clean:workspaces": "yarn workspaces foreach -A --exclude @noir-lang/root run clean",
"clean:root": "rm -rf ./target ./packages",
"clean": "yarn clean:workspaces && yarn clean:root",
"lint": "yarn workspaces foreach --verbose run lint",
"lint": "yarn workspaces foreach -A -vp run lint",
"spellcheck": "cspell '**/*.{md,rs}' -c ./cspell.json",
"prepare:publish": "yarn clean && yarn build",
"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",
"nightly:version": "yarn workspaces foreach run nightly:version",
"publish:all": "yarn install && yarn workspaces foreach run publish"
"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",
"nightly:version": "yarn workspaces foreach -A run nightly:version",
"publish:all": "yarn install && yarn workspaces foreach -A run publish"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
Expand All @@ -44,5 +44,5 @@
"@types/estree": "1.0.6",
"@types/mocha": "10.0.10"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.5.2"
}
2 changes: 1 addition & 1 deletion tooling/noir_codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"The Noir Team <team@noir-lang.org>"
],
"version": "1.0.0-beta.3",
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@4.5.2",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"homepage": "https://noir-lang.org/",
Expand Down
2 changes: 1 addition & 1 deletion tooling/noir_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"The Noir Team <team@noir-lang.org>"
],
"version": "1.0.0-beta.3",
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@4.5.2",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"homepage": "https://noir-lang.org/",
Expand Down
2 changes: 1 addition & 1 deletion tooling/noir_js_types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contributors": [
"The Noir Team <team@noir-lang.org>"
],
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@4.5.2",
"version": "1.0.0-beta.3",
"license": "(MIT OR Apache-2.0)",
"homepage": "https://noir-lang.org/",
Expand Down
Loading
Loading