Skip to content

Commit bb128e3

Browse files
chore: upgrade turbo from v2.8.12 to v2.9.4 (#8859)
1 parent 63fac3b commit bb128e3

7 files changed

Lines changed: 94 additions & 91 deletions

File tree

apps/admin/Dockerfile.admin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN corepack enable pnpm
1313

1414
FROM base AS builder
1515

16-
RUN pnpm add -g turbo@2.8.12
16+
RUN pnpm add -g turbo@2.9.4
1717

1818
COPY . .
1919

apps/live/Dockerfile.live

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apk update
1515
RUN apk add --no-cache libc6-compat
1616
# Set working directory
1717
WORKDIR /app
18-
ARG TURBO_VERSION=2.8.12
18+
ARG TURBO_VERSION=2.9.4
1919
RUN corepack enable pnpm && pnpm add -g turbo@${TURBO_VERSION}
2020
COPY . .
2121
RUN turbo prune --scope=live --docker

apps/space/Dockerfile.space

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN corepack enable pnpm
1313

1414
FROM base AS builder
1515

16-
RUN pnpm add -g turbo@2.8.12
16+
RUN pnpm add -g turbo@2.9.4
1717

1818
COPY . .
1919

apps/web/Dockerfile.web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apk add --no-cache libc6-compat
1414
# Set working directory
1515
WORKDIR /app
1616

17-
ARG TURBO_VERSION=2.8.12
17+
ARG TURBO_VERSION=2.9.4
1818
RUN corepack enable pnpm && pnpm add -g turbo@${TURBO_VERSION}
1919
COPY . .
2020

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint-staged": "16.2.7",
2525
"oxfmt": "0.35.0",
2626
"oxlint": "1.51.0",
27-
"turbo": "2.8.12"
27+
"turbo": "2.9.4"
2828
},
2929
"lint-staged": {
3030
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts,json,css,md}": [
@@ -75,7 +75,8 @@
7575
"picomatch": "2.3.2",
7676
"yaml@1": "1.10.3",
7777
"yaml@2": "2.8.3",
78-
"path-to-regexp": "0.1.13"
78+
"path-to-regexp": "0.1.13",
79+
"defu": "6.1.5"
7980
},
8081
"onlyBuiltDependencies": [
8182
"@parcel/watcher",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ catalog:
2121
"@types/react": 18.3.11
2222
axios: 1.13.5
2323
express: 4.22.0
24-
lodash-es: 4.17.23
24+
lodash-es: 4.18.0
2525
lucide-react: 0.469.0
2626
mobx-react: 9.1.1
2727
mobx-utils: 6.0.8

0 commit comments

Comments
 (0)