Skip to content

Commit

Permalink
chore(deps): update yarn to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 67679d8 commit 31e3eb4
Show file tree
Hide file tree
Showing 9 changed files with 1,975 additions and 1,916 deletions.
875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.8.7.cjs

This file was deleted.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.8.7.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"secrets": "yarn workspace @arlecchino/secrets",
"worker": "yarn workspace @arlecchino/worker"
},
"packageManager": "yarn@3.8.7",
"packageManager": "yarn@4.6.0",
"devDependencies": {
"@bitomic/eslint-config": "^1.3.0",
"@types/node": "^22.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "rimraf tsconfig.tsbuildinfo dist && tsc",
"lint": "eslint src/ --fix --ext .ts --cache"
},
"packageManager": "yarn@3.8.7",
"packageManager": "yarn@4.6.0",
"devDependencies": {
"@types/node": "^22.13.0",
"eslint": "^9.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint src/ --fix --ext .ts --cache",
"generate": "yarn pnpify prisma generate"
},
"packageManager": "yarn@3.8.7",
"packageManager": "yarn@4.6.0",
"devDependencies": {
"@types/node": "^22.13.0",
"@yarnpkg/pnpify": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "rimraf tsconfig.tsbuildinfo dist && tsc",
"lint": "eslint src/ --fix --ext .ts --cache"
},
"packageManager": "yarn@3.8.7",
"packageManager": "yarn@4.6.0",
"devDependencies": {
"@types/node": "^22.13.0",
"eslint": "^9.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "rimraf tsconfig.tsbuildinfo dist && tsc",
"lint": "eslint src/ --fix --ext .ts --cache"
},
"packageManager": "yarn@3.8.7",
"packageManager": "yarn@4.6.0",
"devDependencies": {
"@types/node": "^22.13.0",
"eslint": "^9.19.0",
Expand Down
Loading

0 comments on commit 31e3eb4

Please sign in to comment.