Skip to content

Commit 5b1c35d

Browse files
authored
chore: bump turbo to 2.0.7 (vercel#67847)
## Why? - [2.0.7](https://github.com/vercel/turbo/releases/tag/v2.0.7) was recently released. - The [terminal UI](https://turbo.build/repo/docs/reference/configuration#ui) is no longer the default, so toggling that on.
1 parent a47f008 commit 5b1c35d

8 files changed

+37
-36
lines changed

.github/workflows/build_and_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
NAPI_CLI_VERSION: 2.16.2
12-
TURBO_VERSION: 2.0.6-canary.0
12+
TURBO_VERSION: 2.0.7
1313
NODE_LTS_VERSION: 20
1414
CARGO_PROFILE_RELEASE_LTO: 'true'
1515
TURBO_TEAM: 'vercel'

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
NAPI_CLI_VERSION: 2.14.7
11-
TURBO_VERSION: 2.0.6-canary.0
11+
TURBO_VERSION: 2.0.7
1212
NODE_MAINTENANCE_VERSION: 18
1313
NODE_LTS_VERSION: 20
1414
TEST_CONCURRENCY: 8

.github/workflows/code_freeze.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: Code Freeze
1717

1818
env:
1919
NAPI_CLI_VERSION: 2.14.7
20-
TURBO_VERSION: 2.0.6-canary.0
20+
TURBO_VERSION: 2.0.7
2121
NODE_LTS_VERSION: 20
2222

2323
jobs:

.github/workflows/pull_request_stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Generate Pull Request Stats
66

77
env:
88
NAPI_CLI_VERSION: 2.14.7
9-
TURBO_VERSION: 2.0.6-canary.0
9+
TURBO_VERSION: 2.0.7
1010
NODE_LTS_VERSION: 20
1111
TEST_CONCURRENCY: 6
1212

.github/workflows/trigger_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ name: Trigger Release
3535

3636
env:
3737
NAPI_CLI_VERSION: 2.14.7
38-
TURBO_VERSION: 2.0.6-canary.0
38+
TURBO_VERSION: 2.0.7
3939
NODE_LTS_VERSION: 20
4040

4141
jobs:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"taskr": "1.1.0",
237237
"tree-kill": "1.2.2",
238238
"tsec": "0.2.1",
239-
"turbo": "2.0.6-canary.0",
239+
"turbo": "2.0.7",
240240
"typescript": "5.5.3",
241241
"unfetch": "4.2.0",
242242
"wait-port": "0.2.2",

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"inputs": ["run-tests.js"],
1616
"outputs": ["test-timings.json"]
1717
}
18-
}
18+
},
19+
"ui": "tui"
1920
}

0 commit comments

Comments
 (0)