Skip to content

Commit

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

This file was deleted.

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

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.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.4.0"
},
"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.4.0"
}
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.4.0"
},
"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.4.0"
},
"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.29",
"engines": {
"node": "> 20.x.x",
"yarn": "4.x"
"yarn": "4.4.0"
},
"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.11",
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.4.0",
"bin": "./bin/sea.js",
"engines": {
"node": "> 20.x.x",
"yarn": "4.x"
"yarn": "4.4.0"
},
"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.4.0"
},
"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 @@ -7398,11 +7398,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5.5.4#optional!builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=b45daf"
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c2/bd61bc412bb5ff854f2b15d11bd9fed5b6ad18c5e4ecb7a5b7b28d3fbe8b1a611d75faae42534851effce1b58de17779d1e872cd8b3e462b7bdd1b3ac26f2f1f
checksum: 10c2/a0e7fdd245778c7f14413bafa359d1708da4550e121af4cc42247dea09742005f9ad2b3d8ef87e2f3cc994fbbedc941391fa1cc5b2d230e2e6a07490b211d0bd
languageName: node
linkType: hard

Expand Down

0 comments on commit ee0c897

Please sign in to comment.