Skip to content

Commit d1603d2

Browse files
chore(deps): combine dependency bumps from #1814-#1830
Supersedes the following Dependabot PRs by combining them into a single update: - #1814 patch group across 3 directories (6 updates) - #1815, #1819, #1822, #1827, #1829 jsdom 29.1.1 -> 30.0.1 - #1816, #1820, #1824 @tanstack/devtools-vite ^0.6.0 -> ^0.8.3 - #1817, #1821, #1823, #1826, #1828 vite ^7.3.6 -> ^8.2.1 - #1818, #1825, #1830 ora ^8.2.0 -> ^9.4.1 packages/backoffice/src/routeTree.gen.ts is regenerated by the @tanstack/router-plugin bump (import ordering only). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent faa4990 commit d1603d2

8 files changed

Lines changed: 180 additions & 260 deletions

File tree

bun.lock

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

packages/app-builder/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
"@segment/analytics-next": "^1.84.1",
2121
"@sentry/vite-plugin": "^5.2.1",
2222
"@tailwindcss/vite": "^4.3.3",
23-
"@tanstack/devtools-vite": "^0.6.0",
23+
"@tanstack/devtools-vite": "^0.8.3",
2424
"@tanstack/react-devtools": "^0.10.9",
2525
"@tanstack/react-form-devtools": "^0.2.29",
2626
"@tanstack/react-query-devtools": "5.101.4",
27-
"@tanstack/react-router-devtools": "1.167.0",
27+
"@tanstack/react-router-devtools": "1.167.1",
2828
"@types/autosuggest-highlight": "^3.2.3",
2929
"@types/js-cookie": "^3.0.6",
3030
"@types/qs": "^6.15.1",
3131
"@types/react": "18.3.24",
3232
"@types/react-dom": "^18.3.5",
3333
"@vitejs/plugin-react": "^5.0.4",
34-
"jsdom": "29.1.1",
34+
"jsdom": "30.0.1",
3535
"tailwindcss": "4.3.3",
3636
"tsx": "^4.22.4",
37-
"vite": "^7.3.6",
37+
"vite": "^8.2.1",
3838
"vite-tsconfig-paths": "^6.1.1",
3939
"vitest": "4.1.10"
4040
},
@@ -72,9 +72,9 @@
7272
"@swan-io/boxed": "^3.2.0",
7373
"@tanstack/react-form": "^1.29.3",
7474
"@tanstack/react-query": "^5.101.4",
75-
"@tanstack/react-router": "1.170.18",
75+
"@tanstack/react-router": "1.170.23",
7676
"@tanstack/react-router-ssr-query": "1.167.1",
77-
"@tanstack/react-start": "1.168.34",
77+
"@tanstack/react-start": "1.168.40",
7878
"@tanstack/react-table": "^8.21.2",
7979
"@tanstack/react-virtual": "3.14.9",
8080
"@vis.gl/react-maplibre": "^8.1.2",

packages/backoffice/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"@tanstack/react-form": "^1.29.3",
2323
"@tanstack/react-query": "^5.99.2",
2424
"@tanstack/react-query-devtools": "^5.84.2",
25-
"@tanstack/react-router": "1.170.16",
26-
"@tanstack/react-router-devtools": "1.167.0",
25+
"@tanstack/react-router": "1.170.23",
26+
"@tanstack/react-router-devtools": "1.167.1",
2727
"@tanstack/react-router-ssr-query": "1.167.1",
28-
"@tanstack/react-start": "1.168.26",
29-
"@tanstack/router-plugin": "1.168.18",
28+
"@tanstack/react-start": "1.168.40",
29+
"@tanstack/router-plugin": "1.168.27",
3030
"@trpc/client": "^11.4.3",
3131
"@trpc/server": "^11.4.3",
3232
"@trpc/tanstack-react-query": "^11.4.3",
@@ -42,25 +42,25 @@
4242
"remeda": "^2.38.0",
4343
"sharpstate": "^0.0.13",
4444
"superjson": "^2.2.6",
45-
"tailwindcss": "4.3.2",
45+
"tailwindcss": "4.3.3",
4646
"ts-pattern": "^5.9.0",
4747
"ui-design-system": "workspace:*",
4848
"ui-icons": "workspace:*",
4949
"vite-tsconfig-paths": "^6.1.1",
5050
"zod": "^4.1.11"
5151
},
5252
"devDependencies": {
53-
"@tanstack/devtools-vite": "^0.6.0",
53+
"@tanstack/devtools-vite": "^0.8.3",
5454
"@testing-library/dom": "^10.4.0",
5555
"@testing-library/react": "16.3.2",
5656
"@types/node": "25.6.2",
5757
"@types/react": "18.3.24",
5858
"@types/react-dom": "^18.3.5",
5959
"@vitejs/plugin-react": "^5.0.4",
6060
"babel-plugin-react-compiler": "^1.0.0",
61-
"jsdom": "29.1.1",
62-
"vite": "^7.3.6",
63-
"vitest": "4.1.8",
61+
"jsdom": "30.0.1",
62+
"vite": "^8.2.1",
63+
"vitest": "4.1.10",
6464
"web-vitals": "^5.1.0"
6565
}
6666
}

packages/backoffice/src/routeTree.gen.ts

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -9,51 +9,51 @@
99
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
1010

1111
import { Route as rootRouteImport } from './routes/__root'
12-
import { Route as AppRouteImport } from './routes/_app'
1312
import { Route as IndexRouteImport } from './routes/index'
14-
import { Route as AppPublicRouteImport } from './routes/_app/_public'
13+
import { Route as AppRouteImport } from './routes/_app'
1514
import { Route as AppPrivateRouteImport } from './routes/_app/_private'
16-
import { Route as ApiTrpcSplatRouteImport } from './routes/api.trpc.$'
17-
import { Route as AppPublicSignInRouteImport } from './routes/_app/_public/sign-in'
15+
import { Route as AppPublicRouteImport } from './routes/_app/_public'
1816
import { Route as AppPrivateDashboardRouteImport } from './routes/_app/_private/dashboard'
17+
import { Route as AppPublicSignInRouteImport } from './routes/_app/_public/sign-in'
18+
import { Route as ApiTrpcSplatRouteImport } from './routes/api.trpc.$'
1919
import { Route as AppPrivateLicensesIndexRouteImport } from './routes/_app/_private/licenses/index'
2020
import { Route as AppPrivateOrganizationsOrgIdRouteImport } from './routes/_app/_private/organizations/$orgId'
2121
import { Route as AppPrivateOrganizationsOrgIdIndexRouteImport } from './routes/_app/_private/organizations/$orgId.index'
22-
import { Route as AppPrivateOrganizationsOrgIdUsersRouteImport } from './routes/_app/_private/organizations/$orgId.users'
23-
import { Route as AppPrivateOrganizationsOrgIdSettingsRouteImport } from './routes/_app/_private/organizations/$orgId.settings'
2422
import { Route as AppPrivateOrganizationsOrgIdOverviewRouteImport } from './routes/_app/_private/organizations/$orgId.overview'
23+
import { Route as AppPrivateOrganizationsOrgIdSettingsRouteImport } from './routes/_app/_private/organizations/$orgId.settings'
24+
import { Route as AppPrivateOrganizationsOrgIdUsersRouteImport } from './routes/_app/_private/organizations/$orgId.users'
2525

26-
const AppRoute = AppRouteImport.update({
27-
id: '/_app',
28-
getParentRoute: () => rootRouteImport,
29-
} as any)
3026
const IndexRoute = IndexRouteImport.update({
3127
id: '/',
3228
path: '/',
3329
getParentRoute: () => rootRouteImport,
3430
} as any)
35-
const AppPublicRoute = AppPublicRouteImport.update({
36-
id: '/_public',
37-
getParentRoute: () => AppRoute,
31+
const AppRoute = AppRouteImport.update({
32+
id: '/_app',
33+
getParentRoute: () => rootRouteImport,
3834
} as any)
3935
const AppPrivateRoute = AppPrivateRouteImport.update({
4036
id: '/_private',
4137
getParentRoute: () => AppRoute,
4238
} as any)
43-
const ApiTrpcSplatRoute = ApiTrpcSplatRouteImport.update({
44-
id: '/api/trpc/$',
45-
path: '/api/trpc/$',
46-
getParentRoute: () => rootRouteImport,
39+
const AppPublicRoute = AppPublicRouteImport.update({
40+
id: '/_public',
41+
getParentRoute: () => AppRoute,
42+
} as any)
43+
const AppPrivateDashboardRoute = AppPrivateDashboardRouteImport.update({
44+
id: '/dashboard',
45+
path: '/dashboard',
46+
getParentRoute: () => AppPrivateRoute,
4747
} as any)
4848
const AppPublicSignInRoute = AppPublicSignInRouteImport.update({
4949
id: '/sign-in',
5050
path: '/sign-in',
5151
getParentRoute: () => AppPublicRoute,
5252
} as any)
53-
const AppPrivateDashboardRoute = AppPrivateDashboardRouteImport.update({
54-
id: '/dashboard',
55-
path: '/dashboard',
56-
getParentRoute: () => AppPrivateRoute,
53+
const ApiTrpcSplatRoute = ApiTrpcSplatRouteImport.update({
54+
id: '/api/trpc/$',
55+
path: '/api/trpc/$',
56+
getParentRoute: () => rootRouteImport,
5757
} as any)
5858
const AppPrivateLicensesIndexRoute = AppPrivateLicensesIndexRouteImport.update({
5959
id: '/licenses/',
@@ -72,10 +72,10 @@ const AppPrivateOrganizationsOrgIdIndexRoute =
7272
path: '/',
7373
getParentRoute: () => AppPrivateOrganizationsOrgIdRoute,
7474
} as any)
75-
const AppPrivateOrganizationsOrgIdUsersRoute =
76-
AppPrivateOrganizationsOrgIdUsersRouteImport.update({
77-
id: '/users',
78-
path: '/users',
75+
const AppPrivateOrganizationsOrgIdOverviewRoute =
76+
AppPrivateOrganizationsOrgIdOverviewRouteImport.update({
77+
id: '/overview',
78+
path: '/overview',
7979
getParentRoute: () => AppPrivateOrganizationsOrgIdRoute,
8080
} as any)
8181
const AppPrivateOrganizationsOrgIdSettingsRoute =
@@ -84,10 +84,10 @@ const AppPrivateOrganizationsOrgIdSettingsRoute =
8484
path: '/settings',
8585
getParentRoute: () => AppPrivateOrganizationsOrgIdRoute,
8686
} as any)
87-
const AppPrivateOrganizationsOrgIdOverviewRoute =
88-
AppPrivateOrganizationsOrgIdOverviewRouteImport.update({
89-
id: '/overview',
90-
path: '/overview',
87+
const AppPrivateOrganizationsOrgIdUsersRoute =
88+
AppPrivateOrganizationsOrgIdUsersRouteImport.update({
89+
id: '/users',
90+
path: '/users',
9191
getParentRoute: () => AppPrivateOrganizationsOrgIdRoute,
9292
} as any)
9393

@@ -179,26 +179,19 @@ export interface RootRouteChildren {
179179

180180
declare module '@tanstack/react-router' {
181181
interface FileRoutesByPath {
182-
'/_app': {
183-
id: '/_app'
184-
path: ''
185-
fullPath: '/'
186-
preLoaderRoute: typeof AppRouteImport
187-
parentRoute: typeof rootRouteImport
188-
}
189182
'/': {
190183
id: '/'
191184
path: '/'
192185
fullPath: '/'
193186
preLoaderRoute: typeof IndexRouteImport
194187
parentRoute: typeof rootRouteImport
195188
}
196-
'/_app/_public': {
197-
id: '/_app/_public'
189+
'/_app': {
190+
id: '/_app'
198191
path: ''
199192
fullPath: '/'
200-
preLoaderRoute: typeof AppPublicRouteImport
201-
parentRoute: typeof AppRoute
193+
preLoaderRoute: typeof AppRouteImport
194+
parentRoute: typeof rootRouteImport
202195
}
203196
'/_app/_private': {
204197
id: '/_app/_private'
@@ -207,12 +200,19 @@ declare module '@tanstack/react-router' {
207200
preLoaderRoute: typeof AppPrivateRouteImport
208201
parentRoute: typeof AppRoute
209202
}
210-
'/api/trpc/$': {
211-
id: '/api/trpc/$'
212-
path: '/api/trpc/$'
213-
fullPath: '/api/trpc/$'
214-
preLoaderRoute: typeof ApiTrpcSplatRouteImport
215-
parentRoute: typeof rootRouteImport
203+
'/_app/_public': {
204+
id: '/_app/_public'
205+
path: ''
206+
fullPath: '/'
207+
preLoaderRoute: typeof AppPublicRouteImport
208+
parentRoute: typeof AppRoute
209+
}
210+
'/_app/_private/dashboard': {
211+
id: '/_app/_private/dashboard'
212+
path: '/dashboard'
213+
fullPath: '/dashboard'
214+
preLoaderRoute: typeof AppPrivateDashboardRouteImport
215+
parentRoute: typeof AppPrivateRoute
216216
}
217217
'/_app/_public/sign-in': {
218218
id: '/_app/_public/sign-in'
@@ -221,12 +221,12 @@ declare module '@tanstack/react-router' {
221221
preLoaderRoute: typeof AppPublicSignInRouteImport
222222
parentRoute: typeof AppPublicRoute
223223
}
224-
'/_app/_private/dashboard': {
225-
id: '/_app/_private/dashboard'
226-
path: '/dashboard'
227-
fullPath: '/dashboard'
228-
preLoaderRoute: typeof AppPrivateDashboardRouteImport
229-
parentRoute: typeof AppPrivateRoute
224+
'/api/trpc/$': {
225+
id: '/api/trpc/$'
226+
path: '/api/trpc/$'
227+
fullPath: '/api/trpc/$'
228+
preLoaderRoute: typeof ApiTrpcSplatRouteImport
229+
parentRoute: typeof rootRouteImport
230230
}
231231
'/_app/_private/licenses/': {
232232
id: '/_app/_private/licenses/'
@@ -249,11 +249,11 @@ declare module '@tanstack/react-router' {
249249
preLoaderRoute: typeof AppPrivateOrganizationsOrgIdIndexRouteImport
250250
parentRoute: typeof AppPrivateOrganizationsOrgIdRoute
251251
}
252-
'/_app/_private/organizations/$orgId/users': {
253-
id: '/_app/_private/organizations/$orgId/users'
254-
path: '/users'
255-
fullPath: '/organizations/$orgId/users'
256-
preLoaderRoute: typeof AppPrivateOrganizationsOrgIdUsersRouteImport
252+
'/_app/_private/organizations/$orgId/overview': {
253+
id: '/_app/_private/organizations/$orgId/overview'
254+
path: '/overview'
255+
fullPath: '/organizations/$orgId/overview'
256+
preLoaderRoute: typeof AppPrivateOrganizationsOrgIdOverviewRouteImport
257257
parentRoute: typeof AppPrivateOrganizationsOrgIdRoute
258258
}
259259
'/_app/_private/organizations/$orgId/settings': {
@@ -263,11 +263,11 @@ declare module '@tanstack/react-router' {
263263
preLoaderRoute: typeof AppPrivateOrganizationsOrgIdSettingsRouteImport
264264
parentRoute: typeof AppPrivateOrganizationsOrgIdRoute
265265
}
266-
'/_app/_private/organizations/$orgId/overview': {
267-
id: '/_app/_private/organizations/$orgId/overview'
268-
path: '/overview'
269-
fullPath: '/organizations/$orgId/overview'
270-
preLoaderRoute: typeof AppPrivateOrganizationsOrgIdOverviewRouteImport
266+
'/_app/_private/organizations/$orgId/users': {
267+
id: '/_app/_private/organizations/$orgId/users'
268+
path: '/users'
269+
fullPath: '/organizations/$orgId/users'
270+
preLoaderRoute: typeof AppPrivateOrganizationsOrgIdUsersRouteImport
271271
parentRoute: typeof AppPrivateOrganizationsOrgIdRoute
272272
}
273273
}

packages/marble-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@types/node": "25.6.2",
1414
"oazapfts": "^7.5.0",
15-
"ora": "^8.2.0",
15+
"ora": "^9.4.1",
1616
"swagger-cli": "^4.0.4",
1717
"tailwind-preset": "^1.0.8",
1818
"tsx": "^4.22.4"

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"@testing-library/user-event": "^14.6.1",
1919
"@types/react": "18.3.24",
2020
"@types/react-dom": "^18.3.5",
21-
"jsdom": "29.1.1",
21+
"jsdom": "30.0.1",
2222
"jsdom-testing-mocks": "^1.13.1",
23-
"vite": "^7.3.6"
23+
"vite": "^8.2.1"
2424
},
2525
"dependencies": {
2626
"@preact/signals-react": "^3.10.1",

packages/ui-design-system/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"@testing-library/user-event": "^14.6.1",
2828
"@types/react": "18.3.24",
2929
"@types/react-dom": "^18.3.5",
30-
"jsdom": "29.1.1",
30+
"jsdom": "30.0.1",
3131
"jsdom-testing-mocks": "^1.13.1",
3232
"i18next": "^26.3.0",
3333
"postcss": "^8.5.25",
3434
"react-i18next": "^17.0.11",
3535
"storybook": "^10.5.5",
3636
"tailwindcss": "4.3.3",
37-
"vite": "^7.3.6",
37+
"vite": "^8.2.1",
3838
"vite-tsconfig-paths": "6.1.1",
3939
"vitest": "4.1.10"
4040
},

packages/ui-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/node": "25.6.2",
1414
"@types/react": "18.3.24",
1515
"@types/svg-sprite": "^0.0.39",
16-
"ora": "^8.2.0",
16+
"ora": "^9.4.1",
1717
"react": "^18.3.1",
1818
"svg-sprite": "^2.0.4",
1919
"tsx": "^4.22.4"

0 commit comments

Comments
 (0)