Skip to content

Commit f860cef

Browse files
build(deps-dev): bump turbo from 2.8.14 to 2.8.15 (#1054)
* build(deps-dev): bump turbo from 2.8.14 to 2.8.15 Bumps [turbo](https://github.com/vercel/turborepo) from 2.8.14 to 2.8.15. - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.8.14...v2.8.15) --- updated-dependencies: - dependency-name: turbo dependency-version: 2.8.15 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump depz * source .envrc.local if it is around, gitignore all *.local files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cody A Price <cody@ngrok.com>
1 parent 930e5fb commit f860cef

File tree

4 files changed

+209
-206
lines changed

4 files changed

+209
-206
lines changed

.envrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ export TURBO_TELEMETRY_DISABLED=1 # Turborepo telemetry
9191
export VERCEL_TELEMETRY_DISABLED=1 # Vercel CLI telemetry
9292
export TURBO_TEAM="ngrok-frontend" # Set Turborepo team for remote caching
9393

94+
[[ -f .envrc.local ]] && source_env .envrc.local
95+
9496
# =============================================================================
9597
# DEPENDENCY INSTALLATION
9698
# =============================================================================

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dist-ssr
2525

2626
tsconfig.tsbuildinfo
2727

28+
*.local
2829
.cache
2930
build
3031
.env

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@
2828
"@types/node": "catalog:",
2929
"@typescript/native-preview": "7.0.0-dev.20260307.1",
3030
"husky": "9.1.7",
31-
"lint-staged": "16.3.2",
32-
"oxfmt": "0.36.0",
33-
"oxlint": "1.51.0",
31+
"lint-staged": "16.3.3",
32+
"oxfmt": "0.38.0",
33+
"oxlint": "1.53.0",
3434
"tsx": "catalog:",
35-
"turbo": "2.8.14",
35+
"turbo": "2.8.16",
3636
"vitest": "4.0.18"
3737
},
3838
"engines": {
3939
"node": "^24.0.0"
4040
},
41-
"packageManager": "pnpm@10.31.0",
41+
"packageManager": "pnpm@10.32.1",
4242
"pnpm": {
4343
"overrides": {
4444
"@types/node": "24.12.0",

0 commit comments

Comments
 (0)