Skip to content

Commit b13d8f4

Browse files
committed
chore: update turbo to v2
1 parent 45d9cf0 commit b13d8f4

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"zlib": "1.0.5"
6868
},
6969
"dependencies": {
70-
"turbo": "^1.13.4"
70+
"turbo": "^2.4.4"
7171
},
7272
"engines": {
7373
"node": ">= 18.20.7",

pnpm-lock.yaml

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// https://turbo.build/repo/docs/core-concepts/caching/file-inputs#specifying-additional-inputs
55
"globalDependencies": ["pnpm-lock.yaml", "patches/*", ".github/*"],
66

7-
"pipeline": {
7+
"tasks": {
88
/////////////////////////////////////////////////
99
/////////////////////////////////////////////////
1010
//
@@ -39,8 +39,8 @@
3939
"tsconfig.tsbuildinfo"
4040
],
4141
"dependsOn": ["^build:pkg"],
42-
// https://turbo.build/repo/docs/reference/configuration#outputmode
43-
"outputMode": "new-only"
42+
// https://turbo.build/repo/docs/reference/configuration#outputLogs
43+
"outputLogs": "new-only"
4444
},
4545

4646
// run build in all library packages
@@ -71,8 +71,8 @@
7171
// we should create a "triggers" repo and have it depend
7272
// on a TS "trigger"
7373
],
74-
// https://turbo.build/repo/docs/reference/configuration#outputmode
75-
"outputMode": "new-only"
74+
// https://turbo.build/repo/docs/reference/configuration#outputLogs
75+
"outputLogs": "new-only"
7676
},
7777

7878
/////////////////////////////////////////////////
@@ -100,15 +100,15 @@
100100
"lint": {
101101
"inputs": ["eslint.*", "tsconfig.json", "tsconfig.tsbuildinfo"],
102102
"dependsOn": ["^build:pkg"],
103-
// https://turbo.build/repo/docs/reference/configuration#outputmode
104-
"outputMode": "new-only"
103+
// https://turbo.build/repo/docs/reference/configuration#outputLogs
104+
"outputLogs": "new-only"
105105
},
106106

107107
"check:types": {
108108
"inputs": ["tsconfig.json", "tsconfig.tsbuildinfo"],
109109
"dependsOn": ["^build:pkg"],
110-
// https://turbo.build/repo/docs/reference/configuration#outputmode
111-
"outputMode": "new-only"
110+
// https://turbo.build/repo/docs/reference/configuration#outputLogs
111+
"outputLogs": "new-only"
112112
},
113113

114114
"build:tests": {

0 commit comments

Comments
 (0)