Skip to content

Commit 8f53488

Browse files
authored
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
1 parent 02aac40 commit 8f53488

File tree

5 files changed

+48
-48
lines changed

5 files changed

+48
-48
lines changed

.github/actions/install-dependencies/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
- name: Install pnpm 📦
1010
uses: pnpm/[email protected]
1111
with:
12-
version: 9.1.0
12+
version: 9.3.0
1313
run_install: false
1414

1515
- name: Setup pnpm config 📖

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"version": "0.0.0",
44
"private": true,
55
"engines": {
6-
"node": ">=20",
7-
"pnpm": ">=9.0.0"
6+
"node": "^20",
7+
"pnpm": "^9.2.0"
88
},
9-
"packageManager": "pnpm@9.1.0",
9+
"packageManager": "pnpm@9.3.0",
1010
"scripts": {
1111
"dev": "pnpm build && turbo dev --filter='./packages/*' --filter=@vue-flow/examples-vite",
1212
"dev:docs": "turbo dev --filter=@vue-flow/docs",
1313
"changelog": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
14-
"build:docs": "turbo build --filter docs",
14+
"build:docs": "turbo build --filter ./docs",
1515
"build": "turbo build --filter='./packages/*'",
1616
"test": "turbo test",
1717
"lint": "turbo lint --filter='./packages/*'",
@@ -23,6 +23,6 @@
2323
"@changesets/changelog-github": "^0.5.0",
2424
"@changesets/cli": "^2.27.5",
2525
"shx": "^0.3.4",
26-
"turbo": "^1.13.3"
26+
"turbo": "^2.0.4"
2727
}
2828
}

pnpm-lock.yaml

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tooling/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@antfu/eslint-config": "^0.43.1",
99
"eslint": "^8.51.0",
1010
"eslint-config-prettier": "^8.10.0",
11-
"eslint-config-turbo": "^1.13.3",
11+
"eslint-config-turbo": "^2.0.4",
1212
"eslint-plugin-prettier": "^4.2.1",
1313
"prettier": "^2.8.8"
1414
}

turbo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://turborepo.org/schema.json",
3-
"pipeline": {
3+
"tasks": {
44
"build": {
55
"dependsOn": ["^build", "types", "theme"],
66
"outputs": ["dist/**"]
@@ -29,5 +29,5 @@
2929
"outputs": ["dist/**"]
3030
}
3131
},
32-
"globalEnv": ["VERCEL_ANALYTICS_ID", "METICULOUS_PROJECT_ID", "ALGOLIA_API_KEY", "SERVER", "VUE_ROUTER_MODE", "VUE_ROUTER_BASE", "NODE_ENV"]
32+
"globalEnv": ["VERCEL_ANALYTICS_ID", "ALGOLIA_API_KEY", "SERVER", "VUE_ROUTER_MODE", "VUE_ROUTER_BASE", "NODE_ENV"]
3333
}

0 commit comments

Comments
 (0)