Skip to content

Commit 561dcf6

Browse files
authored
chore: bump turbo to 2.0.3 (#66762)
## Why? This pull request bumps turborepo from 1.13.3-canary.2 to [2.0.3](https://github.com/vercel/turbo/releases/tag/v2.0.3) across multiple GitHub workflows and configuration files.
1 parent 0c49daa commit 561dcf6

File tree

13 files changed

+41
-37
lines changed

13 files changed

+41
-37
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
NAPI_CLI_VERSION: 2.16.2
10-
TURBO_VERSION: 1.13.3-canary.2
10+
TURBO_VERSION: 2.0.3
1111
NODE_LTS_VERSION: 20
1212
CARGO_PROFILE_RELEASE_LTO: 'true'
1313
TURBO_TEAM: 'vercel'

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
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: 1.13.3-canary.2
11+
TURBO_VERSION: 2.0.3
1212
NODE_MAINTENANCE_VERSION: 18
1313
NODE_LTS_VERSION: 20
1414
TEST_CONCURRENCY: 8

.github/workflows/build_reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ on:
6262

6363
env:
6464
NAPI_CLI_VERSION: 2.14.7
65-
TURBO_VERSION: 1.13.3-canary.2
65+
TURBO_VERSION: 2.0.3
6666
NODE_LTS_VERSION: 20.9.0
6767
TEST_CONCURRENCY: 8
6868
# disable backtrace for test snapshots

.github/workflows/code_freeze.yml

Lines changed: 1 addition & 1 deletion
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: 1.13.3-canary.2
20+
TURBO_VERSION: 2.0.3
2121
NODE_LTS_VERSION: 20
2222

2323
jobs:

.github/workflows/pull_request_stats.yml

Lines changed: 1 addition & 1 deletion
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: 1.13.3-canary.2
9+
TURBO_VERSION: 2.0.3
1010
NODE_LTS_VERSION: 20
1111
TEST_CONCURRENCY: 6
1212

.github/workflows/trigger_release.yml

Lines changed: 1 addition & 1 deletion
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: 1.13.3-canary.2
38+
TURBO_VERSION: 2.0.3
3939
NODE_LTS_VERSION: 20
4040

4141
jobs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"taskr": "1.1.0",
233233
"tree-kill": "1.2.2",
234234
"tsec": "0.2.1",
235-
"turbo": "1.13.3-canary.2",
235+
"turbo": "2.0.3",
236236
"typescript": "5.3.3",
237237
"unfetch": "4.2.0",
238238
"wait-port": "0.2.2",

packages/create-next-app/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
"validate-npm-package-name": "5.0.1"
5252
},
5353
"engines": {
54-
"node": ">=18.17.0"
55-
}
54+
"node": ">=18.17.0",
55+
"pnpm": "8.15.7"
56+
},
57+
"packageManager": "[email protected]"
5658
}

packages/next-swc/turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": ["//"],
3-
"pipeline": {
3+
"tasks": {
44
"build-native": {
55
"inputs": [
66
"../../.cargo/**",

packages/next/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@
344344
"vercel"
345345
],
346346
"engines": {
347-
"node": ">=18.17.0"
348-
}
347+
"node": ">=18.17.0",
348+
"pnpm": "8.15.7"
349+
},
350+
"packageManager": "[email protected]"
349351
}

0 commit comments

Comments
 (0)