chore(deps-dev): upgrade turbo to latest (#1472)
* chore(deps-dev): upgrade turbo to latest * chore: cleanup * chore: update pkg json config * chore(workflows): upgrade pnpm to latest * chore: update pkg json config * chore: update pkg json config * chore: cleanup
This commit is contained in:
@@ -9,7 +9,7 @@ runs:
|
|||||||
- name: Install pnpm 📦
|
- name: Install pnpm 📦
|
||||||
uses: pnpm/action-setup@v3.0.0
|
uses: pnpm/action-setup@v3.0.0
|
||||||
with:
|
with:
|
||||||
version: 9.1.0
|
version: 9.3.0
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: Setup pnpm config 📖
|
- name: Setup pnpm config 📖
|
||||||
|
|||||||
10
package.json
10
package.json
@@ -3,15 +3,15 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20",
|
"node": "^20",
|
||||||
"pnpm": ">=9.0.0"
|
"pnpm": "^9.2.0"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.1.0",
|
"packageManager": "pnpm@9.3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "pnpm build && turbo dev --filter='./packages/*' --filter=@vue-flow/examples-vite",
|
"dev": "pnpm build && turbo dev --filter='./packages/*' --filter=@vue-flow/examples-vite",
|
||||||
"dev:docs": "turbo dev --filter=@vue-flow/docs",
|
"dev:docs": "turbo dev --filter=@vue-flow/docs",
|
||||||
"changelog": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
|
"changelog": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
|
||||||
"build:docs": "turbo build --filter docs",
|
"build:docs": "turbo build --filter ./docs",
|
||||||
"build": "turbo build --filter='./packages/*'",
|
"build": "turbo build --filter='./packages/*'",
|
||||||
"test": "turbo test",
|
"test": "turbo test",
|
||||||
"lint": "turbo lint --filter='./packages/*'",
|
"lint": "turbo lint --filter='./packages/*'",
|
||||||
@@ -23,6 +23,6 @@
|
|||||||
"@changesets/changelog-github": "^0.5.0",
|
"@changesets/changelog-github": "^0.5.0",
|
||||||
"@changesets/cli": "^2.27.5",
|
"@changesets/cli": "^2.27.5",
|
||||||
"shx": "^0.3.4",
|
"shx": "^0.3.4",
|
||||||
"turbo": "^1.13.3"
|
"turbo": "^2.0.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
78
pnpm-lock.yaml
generated
78
pnpm-lock.yaml
generated
@@ -18,8 +18,8 @@ importers:
|
|||||||
specifier: ^0.3.4
|
specifier: ^0.3.4
|
||||||
version: 0.3.4
|
version: 0.3.4
|
||||||
turbo:
|
turbo:
|
||||||
specifier: ^1.13.3
|
specifier: ^2.0.4
|
||||||
version: 1.13.3
|
version: 2.0.4
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -513,8 +513,8 @@ importers:
|
|||||||
specifier: ^8.10.0
|
specifier: ^8.10.0
|
||||||
version: 8.10.0(eslint@8.51.0)
|
version: 8.10.0(eslint@8.51.0)
|
||||||
eslint-config-turbo:
|
eslint-config-turbo:
|
||||||
specifier: ^1.13.3
|
specifier: ^2.0.4
|
||||||
version: 1.13.3(eslint@8.51.0)
|
version: 2.0.4(eslint@8.51.0)
|
||||||
eslint-plugin-prettier:
|
eslint-plugin-prettier:
|
||||||
specifier: ^4.2.1
|
specifier: ^4.2.1
|
||||||
version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.51.0))(eslint@8.51.0)(prettier@2.8.8)
|
version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.51.0))(eslint@8.51.0)(prettier@2.8.8)
|
||||||
@@ -3924,8 +3924,8 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=7.0.0'
|
eslint: '>=7.0.0'
|
||||||
|
|
||||||
eslint-config-turbo@1.13.3:
|
eslint-config-turbo@2.0.4:
|
||||||
resolution: {integrity: sha512-if/QtwEiWZ5b7Bg8yZBPSvS0TeCG2Zvfa/+XBYANS7uSYucjmW+BBC8enJB0PqpB/YLGGOumeo3x7h1Nuba9iw==}
|
resolution: {integrity: sha512-zGvU+bxoNWVvSl0prGItrnH9FgeNzKEAjRmv8ruqql1psI37T8IoLF/XeOzT3CzzYzJxuI3wW1yb2agDFYQdHQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>6.6.0'
|
eslint: '>6.6.0'
|
||||||
|
|
||||||
@@ -4040,8 +4040,8 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^7.0.0 || ^8.0.0
|
eslint: ^7.0.0 || ^8.0.0
|
||||||
|
|
||||||
eslint-plugin-turbo@1.13.3:
|
eslint-plugin-turbo@2.0.4:
|
||||||
resolution: {integrity: sha512-RjmlnqYsEqnJ+U3M3IS5jLJDjWv5NsvReCpsC61n5pJ4JMHTZ/lU0EIoL1ccuL1L5wP0APzdXdByBxERcPQ+Nw==}
|
resolution: {integrity: sha512-Ozn//vTXJeqIEvEkThM2vuuldMckPqAne7vg/S3GxF+BBY516cjdp7+dYpCU5Q0083hVm638c8542ubccNE+8w==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>6.6.0'
|
eslint: '>6.6.0'
|
||||||
|
|
||||||
@@ -6798,38 +6798,38 @@ packages:
|
|||||||
tunnel-agent@0.6.0:
|
tunnel-agent@0.6.0:
|
||||||
resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==}
|
resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==}
|
||||||
|
|
||||||
turbo-darwin-64@1.13.3:
|
turbo-darwin-64@2.0.4:
|
||||||
resolution: {integrity: sha512-glup8Qx1qEFB5jerAnXbS8WrL92OKyMmg5Hnd4PleLljAeYmx+cmmnsmLT7tpaVZIN58EAAwu8wHC6kIIqhbWA==}
|
resolution: {integrity: sha512-x9mvmh4wudBstML8Z8IOmokLWglIhSfhQwnh2gBCSqabgVBKYvzl8Y+i+UCNPxheCGTgtsPepTcIaKBIyFIcvw==}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
turbo-darwin-arm64@1.13.3:
|
turbo-darwin-arm64@2.0.4:
|
||||||
resolution: {integrity: sha512-/np2xD+f/+9qY8BVtuOQXRq5f9LehCFxamiQnwdqWm5iZmdjygC5T3uVSYuagVFsZKMvX3ycySwh8dylGTl6lg==}
|
resolution: {integrity: sha512-/B1Ih8zPRGVw5vw4SlclOf3C/woJ/2T6ieH6u54KT4wypoaVyaiyMqBcziIXycdObIYr7jQ+raHO7q3mhay9/A==}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
turbo-linux-64@1.13.3:
|
turbo-linux-64@2.0.4:
|
||||||
resolution: {integrity: sha512-G+HGrau54iAnbXLfl+N/PynqpDwi/uDzb6iM9hXEDG+yJnSJxaHMShhOkXYJPk9offm9prH33Khx2scXrYVW1g==}
|
resolution: {integrity: sha512-6aG670e5zOWu6RczEYcB81nEl8EhiGJEvWhUrnAfNEUIMBEH1pR5SsMmG2ol5/m3PgiRM12r13dSqTxCLcHrVg==}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
turbo-linux-arm64@1.13.3:
|
turbo-linux-arm64@2.0.4:
|
||||||
resolution: {integrity: sha512-qWwEl5VR02NqRyl68/3pwp3c/olZuSp+vwlwrunuoNTm6JXGLG5pTeme4zoHNnk0qn4cCX7DFrOboArlYxv0wQ==}
|
resolution: {integrity: sha512-AXfVOjst+mCtPDFT4tCu08Qrfv12Nj7NDd33AjGwV79NYN1Y1rcFY59UQ4nO3ij3rbcvV71Xc+TZJ4csEvRCSg==}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
turbo-windows-64@1.13.3:
|
turbo-windows-64@2.0.4:
|
||||||
resolution: {integrity: sha512-Nudr4bRChfJzBPzEmpVV85VwUYRCGKecwkBFpbp2a4NtrJ3+UP1VZES653ckqCu2FRyRuS0n03v9euMbAvzH+Q==}
|
resolution: {integrity: sha512-QOnUR9hKl0T5gq5h1fAhVEqBSjpcBi/BbaO71YGQNgsr6pAnCQdbG8/r3MYXet53efM0KTdOhieWeO3KLNKybA==}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
turbo-windows-arm64@1.13.3:
|
turbo-windows-arm64@2.0.4:
|
||||||
resolution: {integrity: sha512-ouJCgsVLd3icjRLmRvHQDDZnmGzT64GBupM1Y+TjtYn2LVaEBoV6hicFy8x5DUpnqdLy+YpCzRMkWlwhmkX7sQ==}
|
resolution: {integrity: sha512-3v8WpdZy1AxZw0gha0q3caZmm+0gveBQ40OspD6mxDBIS+oBtO5CkxhIXkFJJW+jDKmDlM7wXDIGfMEq+QyNCQ==}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
turbo@1.13.3:
|
turbo@2.0.4:
|
||||||
resolution: {integrity: sha512-n17HJv4F4CpsYTvKzUJhLbyewbXjq1oLCi90i5tW1TiWDz16ML1eDG7wi5dHaKxzh5efIM56SITnuVbMq5dk4g==}
|
resolution: {integrity: sha512-Ilme/2Q5kYw0AeRr+aw3s02+WrEYaY7U8vPnqSZU/jaDG/qd6jHVN6nRWyd/9KXvJGYM69vE6JImoGoyNjLwaw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
tweetnacl@0.14.5:
|
tweetnacl@0.14.5:
|
||||||
@@ -11690,10 +11690,10 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
eslint: 8.51.0
|
eslint: 8.51.0
|
||||||
|
|
||||||
eslint-config-turbo@1.13.3(eslint@8.51.0):
|
eslint-config-turbo@2.0.4(eslint@8.51.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 8.51.0
|
eslint: 8.51.0
|
||||||
eslint-plugin-turbo: 1.13.3(eslint@8.51.0)
|
eslint-plugin-turbo: 2.0.4(eslint@8.51.0)
|
||||||
|
|
||||||
eslint-import-resolver-node@0.3.9:
|
eslint-import-resolver-node@0.3.9:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -11829,7 +11829,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
eslint: 8.51.0
|
eslint: 8.51.0
|
||||||
|
|
||||||
eslint-plugin-turbo@1.13.3(eslint@8.51.0):
|
eslint-plugin-turbo@2.0.4(eslint@8.51.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
dotenv: 16.0.3
|
dotenv: 16.0.3
|
||||||
eslint: 8.51.0
|
eslint: 8.51.0
|
||||||
@@ -12489,7 +12489,7 @@ snapshots:
|
|||||||
|
|
||||||
hosted-git-info@7.0.1:
|
hosted-git-info@7.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
lru-cache: 10.0.1
|
lru-cache: 10.2.0
|
||||||
|
|
||||||
html-minifier@4.0.0:
|
html-minifier@4.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -14948,32 +14948,32 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
safe-buffer: 5.2.1
|
safe-buffer: 5.2.1
|
||||||
|
|
||||||
turbo-darwin-64@1.13.3:
|
turbo-darwin-64@2.0.4:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
turbo-darwin-arm64@1.13.3:
|
turbo-darwin-arm64@2.0.4:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
turbo-linux-64@1.13.3:
|
turbo-linux-64@2.0.4:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
turbo-linux-arm64@1.13.3:
|
turbo-linux-arm64@2.0.4:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
turbo-windows-64@1.13.3:
|
turbo-windows-64@2.0.4:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
turbo-windows-arm64@1.13.3:
|
turbo-windows-arm64@2.0.4:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
turbo@1.13.3:
|
turbo@2.0.4:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
turbo-darwin-64: 1.13.3
|
turbo-darwin-64: 2.0.4
|
||||||
turbo-darwin-arm64: 1.13.3
|
turbo-darwin-arm64: 2.0.4
|
||||||
turbo-linux-64: 1.13.3
|
turbo-linux-64: 2.0.4
|
||||||
turbo-linux-arm64: 1.13.3
|
turbo-linux-arm64: 2.0.4
|
||||||
turbo-windows-64: 1.13.3
|
turbo-windows-64: 2.0.4
|
||||||
turbo-windows-arm64: 1.13.3
|
turbo-windows-arm64: 2.0.4
|
||||||
|
|
||||||
tweetnacl@0.14.5: {}
|
tweetnacl@0.14.5: {}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"@antfu/eslint-config": "^0.43.1",
|
"@antfu/eslint-config": "^0.43.1",
|
||||||
"eslint": "^8.51.0",
|
"eslint": "^8.51.0",
|
||||||
"eslint-config-prettier": "^8.10.0",
|
"eslint-config-prettier": "^8.10.0",
|
||||||
"eslint-config-turbo": "^1.13.3",
|
"eslint-config-turbo": "^2.0.4",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"prettier": "^2.8.8"
|
"prettier": "^2.8.8"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://turborepo.org/schema.json",
|
"$schema": "https://turborepo.org/schema.json",
|
||||||
"pipeline": {
|
"tasks": {
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build", "types", "theme"],
|
"dependsOn": ["^build", "types", "theme"],
|
||||||
"outputs": ["dist/**"]
|
"outputs": ["dist/**"]
|
||||||
@@ -29,5 +29,5 @@
|
|||||||
"outputs": ["dist/**"]
|
"outputs": ["dist/**"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"globalEnv": ["VERCEL_ANALYTICS_ID", "METICULOUS_PROJECT_ID", "ALGOLIA_API_KEY", "SERVER", "VUE_ROUTER_MODE", "VUE_ROUTER_BASE", "NODE_ENV"]
|
"globalEnv": ["VERCEL_ANALYTICS_ID", "ALGOLIA_API_KEY", "SERVER", "VUE_ROUTER_MODE", "VUE_ROUTER_BASE", "NODE_ENV"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user