Skip to content

Commit

Permalink
upd yarn v
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Mar 7, 2024
1 parent 45acdc9 commit a02d9da
Show file tree
Hide file tree
Showing 8 changed files with 7,119 additions and 7,146 deletions.
16 changes: 0 additions & 16 deletions .gitlab-ci.yml

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.0.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,3 +1,5 @@
afterInstall: yarn postinstall

changesetBaseRefs:
- main
- origin/main
Expand All @@ -7,7 +9,7 @@ enableTelemetry: false

nodeLinker: node-modules

npmAuthToken: '${NPM_AUTH_TOKEN:-}'
npmAuthToken: "${NPM_AUTH_TOKEN:-}"

packageExtensions:
debug@*:
Expand All @@ -16,11 +18,7 @@ packageExtensions:
optional: true

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
- path: .yarn/plugins/@yarnpkg/plugin-after-install.cjs
spec: 'https://raw.githubusercontent.com/mhassan1/yarn-plugin-after-install/v0.6.0/bundles/@yarnpkg/plugin-after-install.js'
spec: "https://raw.githubusercontent.com/mhassan1/yarn-plugin-after-install/v0.6.0/bundles/@yarnpkg/plugin-after-install.js"

yarnPath: .yarn/releases/yarn-3.6.0.cjs

afterInstall: yarn postinstall
yarnPath: .yarn/releases/yarn-4.1.1.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"scripts": {
"apply-version": "node scripts/versions.js $0 && yarn build:connector && yarn workspace @rarimo/rarime preversion",
"build": "yarn workspaces foreach --parallel --topological --verbose run build",
"build": "yarn workspaces foreach -pv --topological-dev --verbose --all run build",
"build:connector": "yarn workspace @rarimo/rarime-connector build",
"postinstall": "patch-package",
"lint": "yarn lint:eslint && yarn lint:misc --check",
Expand Down Expand Up @@ -56,7 +56,7 @@
"ts-node": "^10.9.1",
"typescript": "4.7.4"
},
"packageManager": "yarn@3.2.1",
"packageManager": "yarn@4.1.1",
"engines": {
"node": ">=16.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/rarimo/rarime.git"
},
"source": {
"shasum": "b52eqBXoqzSEScKcR/JZ9DJZKuYzt1rJEeooEwSKqTg=",
"shasum": "jB7ep9fkWawR8pJEDamZmRu6lKSgK4LnNwopuRqvAmc=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Loading

0 comments on commit a02d9da

Please sign in to comment.