Skip to content

Commit

Permalink
chore(deps): update yarn to v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent a005ece commit 8aa8123
Show file tree
Hide file tree
Showing 10 changed files with 945 additions and 905 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.2.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.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 @@ -8,4 +8,4 @@ logFilters:

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.1.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"engines": {
"node": "20.x",
"yarn": "4.x"
"yarn": "4.5.1"
},
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -44,5 +44,5 @@
"lint-staged": {
"*.{js,ts,tsx}": "yarn lint:fix"
},
"packageManager": "yarn@4.2.1"
"packageManager": "yarn@4.5.1"
}
2 changes: 1 addition & 1 deletion packages/biome-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"engines": {
"node": "20.x",
"yarn": "4.x"
"yarn": "4.5.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"engines": {
"node": "20.x",
"yarn": "4.x"
"yarn": "4.5.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.4.32",
"engines": {
"node": "> 20.x.x",
"yarn": "4.x"
"yarn": "4.5.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/sea/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@chyzwar/sea",
"version": "1.0.14",
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.5.1",
"bin": "./bin/sea.js",
"engines": {
"node": "> 20.x.x",
"yarn": "4.x"
"yarn": "4.5.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"engines": {
"node": "20.x",
"yarn": "4.x"
"yarn": "4.5.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6753,11 +6753,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5.6.2#optional!builtin<compat/typescript>":
version: 5.6.2
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=b45daf"
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c2/e00a6c5824c60399e48fbdde35eb87266087b4dbb4ae8fc519b04c0207d75272098ec78c49f3352b1b5d592606c8d8b40dccf7c9092a078183f19b4bc9b6a3cc
checksum: 10c2/f53c689dfeef2b5bcdde1d5047c0c78f24b97e30b9169a96dec17064a78ad6ab52c2992ef47e62e4578fa8945b8db69403d3d744b7fd89cc73583f304977d811
languageName: node
linkType: hard

Expand Down

0 comments on commit 8aa8123

Please sign in to comment.