Skip to content

Commit 46d4077

Browse files
chore(deps): update turbo monorepo to ^2.8.11 (#739)
* chore(deps): update turbo monorepo to ^2.8.11 * chore(changeset): add changeset for dependency updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b234a1f commit 46d4077

File tree

8 files changed

+78
-73
lines changed

8 files changed

+78
-73
lines changed

.changeset/bright-hedgehogs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@o2s/framework': patch
3+
---
4+
5+
chore(deps): update dependencies

apps/api-harmonization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@swc/cli": "^0.7.10",
9999
"@swc/core": "^1.15.11",
100100
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
101-
"@turbo/gen": "^2.8.10",
101+
"@turbo/gen": "^2.8.11",
102102
"@types/compression": "^1.8.1",
103103
"@types/cookie-parser": "^1.4.10",
104104
"@types/express": "^5.0.6",

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@o2s/typescript-config": "*",
8282
"@svgr/webpack": "^8.1.0",
8383
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
84-
"@turbo/gen": "^2.8.10",
84+
"@turbo/gen": "^2.8.11",
8585
"@types/node": "^24.10.14",
8686
"@types/react": "19.2.14",
8787
"@types/react-autosuggest": "^10.1.11",

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@storybook/addon-themes": "^10.2.12",
5454
"@storybook/addon-vitest": "^10.2.12",
5555
"@storybook/nextjs-vite": "^10.2.12",
56-
"@turbo/gen": "^2.8.10",
56+
"@turbo/gen": "^2.8.11",
5757
"@types/cli-progress": "^3.11.6",
5858
"@types/fs-extra": "^11.0.4",
5959
"@types/prompts": "^2.4.9",
@@ -72,7 +72,7 @@
7272
"simple-git": "^3.32.2",
7373
"storybook": "^10.2.12",
7474
"syncpack": "^14.0.0-canary.1",
75-
"turbo": "^2.8.10",
75+
"turbo": "^2.8.11",
7676
"typescript": "5.9.3",
7777
"unplugin-swc": "^1.5.9",
7878
"vite": "^7.3.1",

packages/configs/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"@typescript-eslint/eslint-plugin": "^8.56.1",
2525
"@typescript-eslint/parser": "^8.56.1",
2626
"eslint-config-prettier": "^10.1.8",
27-
"eslint-config-turbo": "^2.8.10",
27+
"eslint-config-turbo": "^2.8.11",
2828
"eslint-plugin-only-warn": "^1.1.0",
2929
"eslint-plugin-react": "^7.37.5",
3030
"eslint-plugin-react-hooks": "^7.0.1",
31-
"eslint-plugin-turbo": "^2.8.10",
31+
"eslint-plugin-turbo": "^2.8.11",
3232
"globals": "^17.3.0",
3333
"typescript": "5.9.3",
3434
"typescript-eslint": "^8.56.1"

packages/framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@o2s/prettier-config": "*",
5555
"@o2s/typescript-config": "*",
5656
"@o2s/vitest-config": "*",
57-
"@turbo/gen": "^2.8.10",
57+
"@turbo/gen": "^2.8.11",
5858
"@types/express": "^5.0.6",
5959
"@types/qs": "^6.14.0",
6060
"concurrently": "^9.2.1",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@o2s/typescript-config": "*",
3535
"@tailwindcss/postcss": "^4.2.1",
3636
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
37-
"@turbo/gen": "^2.8.10",
37+
"@turbo/gen": "^2.8.11",
3838
"@types/eslint": "^9.6.1",
3939
"@types/node": "^24.10.14",
4040
"@types/throttle-debounce": "^5.0.2",

0 commit comments

Comments
 (0)