Skip to content

Commit b6ff360

Browse files
authored
Bump turborepo from 2.8.11 to 2.9.4 (#92425)
Bump the `turbo` dependency from `2.8.11` to `2.9.4` (latest stable).
1 parent b8b72ae commit b6ff360

8 files changed

Lines changed: 66 additions & 66 deletions

File tree

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
env:
2121
NAPI_CLI_VERSION: 2.18.4
22-
TURBO_VERSION: 2.8.11
22+
TURBO_VERSION: 2.9.4
2323
# --env-mode loose is a breaking change required with turbo 2.x since Strict mode is now the default
2424
# TODO: we should add the relevant envs later to to switch to strict mode
2525
TURBO_ARGS: '-v --env-mode loose --remote-cache-timeout 90 --summarize --log-order stream'

.github/workflows/build_reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ on:
9292
default: 'chromium'
9393
env:
9494
NAPI_CLI_VERSION: 2.18.4
95-
TURBO_VERSION: 2.8.11
95+
TURBO_VERSION: 2.9.4
9696
NODE_LTS_VERSION: 20.9.0
9797
# run-tests.js reads `TEST_CONCURRENCY` if no explicit `--concurrency` or `-c`
9898
# argument is provided

.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.18.4
20-
TURBO_VERSION: 2.8.11
20+
TURBO_VERSION: 2.9.4
2121
NODE_LTS_VERSION: 20
2222

2323
jobs:

.github/workflows/create_release_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: Create Release Branch
1919

2020
env:
2121
NAPI_CLI_VERSION: 2.18.4
22-
TURBO_VERSION: 2.8.11
22+
TURBO_VERSION: 2.9.4
2323
NODE_LTS_VERSION: 20
2424

2525
jobs:

.github/workflows/pull_request_stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
env:
1616
NAPI_CLI_VERSION: 2.18.4
17-
TURBO_VERSION: 2.8.11
17+
TURBO_VERSION: 2.9.4
1818
NODE_LTS_VERSION: 20
1919
TEST_CONCURRENCY: 6
2020

.github/workflows/trigger_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ name: Trigger Release
3232

3333
env:
3434
NAPI_CLI_VERSION: 2.18.4
35-
TURBO_VERSION: 2.8.11
35+
TURBO_VERSION: 2.9.4
3636
NODE_LTS_VERSION: 20
3737

3838
jobs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
"tree-kill": "1.2.2",
302302
"tsec": "0.2.1",
303303
"tsx": "4.19.2",
304-
"turbo": "2.8.11",
304+
"turbo": "2.9.4",
305305
"typescript": "5.9.2",
306306
"typescript-eslint": "8.46.0",
307307
"unfetch": "4.2.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)