Skip to content

Commit 04e1762

Browse files
committed
build: update dependencies and configs for stability
1 parent 2028164 commit 04e1762

File tree

64 files changed

+6553
-6906
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+6553
-6906
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"cypress": "^14.3.3"
3030
},
3131
"dependencies": {
32-
"cypress": "^14.3.3"
32+
"cypress": "^14.5.4"
3333
}
3434
}

packages/astro/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,21 @@
8383
"@rollup/plugin-dynamic-import-vars": "^2.1.5",
8484
"@storyblok/eslint-config": "workspace:*",
8585
"@types/lodash.mergewith": "^4.6.9",
86-
"@types/node": "^22.15.18",
87-
"astro": "^5.13.2",
88-
"cypress": "^14.3.3",
89-
"eslint": "^9.26.0",
90-
"eslint-config-prettier": "^10.0.1",
86+
"@types/node": "^22.18.1",
87+
"astro": "^5.13.7",
88+
"cypress": "^14.5.4",
89+
"eslint": "^9.35.0",
90+
"eslint-config-prettier": "^10.1.8",
9191
"eslint-plugin-astro": "^1.3.1",
9292
"eslint-plugin-cypress": "^4.3.0",
93-
"prettier": "^3.4.2",
93+
"prettier": "^3.6.2",
9494
"prettier-plugin-astro": "^0.13.0",
95-
"start-server-and-test": "^2.0.11",
95+
"start-server-and-test": "^2.1.0",
9696
"typescript": "5.8.3",
97-
"vite": "^6.3.5",
98-
"vite-plugin-dts": "^4.5.3",
99-
"vite-plugin-static-copy": "^2.2.0",
100-
"vitest": "^3.1.3"
97+
"vite": "^6.3.6",
98+
"vite-plugin-dts": "^4.5.4",
99+
"vite-plugin-static-copy": "^2.3.2",
100+
"vitest": "^3.2.4"
101101
},
102102
"eslintConfig": {
103103
"env": {

packages/astro/playground/ssg/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"preview": "astro preview"
1010
},
1111
"dependencies": {
12-
"@astrojs/react": "^4.3.0",
13-
"@astrojs/svelte": "^7.1.0",
14-
"@astrojs/vue": "^5.1.0",
12+
"@astrojs/react": "^4.3.1",
13+
"@astrojs/svelte": "^7.1.1",
14+
"@astrojs/vue": "^5.1.1",
1515
"@storyblok/astro": "workspace:*",
16-
"astro": "^5.13.2",
16+
"astro": "^5.13.7",
1717
"react": "^19.1.1",
1818
"react-dom": "^19.1.1",
19-
"svelte": "^5.38.2",
20-
"vue": "^3.5.19"
19+
"svelte": "^5.38.10",
20+
"vue": "^3.5.21"
2121
},
2222
"devDependencies": {
2323
"vite-plugin-mkcert": "^1.17.8"

packages/astro/playground/ssr/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"preview": "astro preview"
1010
},
1111
"dependencies": {
12-
"@astrojs/react": "^4.3.0",
13-
"@astrojs/svelte": "^7.1.0",
14-
"@astrojs/vercel": "^8.2.6",
15-
"@astrojs/vue": "^5.1.0",
12+
"@astrojs/react": "^4.3.1",
13+
"@astrojs/svelte": "^7.1.1",
14+
"@astrojs/vercel": "^8.2.7",
15+
"@astrojs/vue": "^5.1.1",
1616
"@storyblok/astro": "workspace:*",
17-
"astro": "^5.13.2",
17+
"astro": "^5.13.7",
1818
"react": "^19.1.1",
1919
"react-dom": "^19.1.1",
20-
"svelte": "^5.38.2",
21-
"vue": "^3.5.19"
20+
"svelte": "^5.38.10",
21+
"vue": "^3.5.21"
2222
},
2323
"devDependencies": {
2424
"vite-plugin-mkcert": "^1.17.8"

packages/astro/playground/test/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"preview": "astro preview"
1010
},
1111
"dependencies": {
12-
"@astrojs/react": "^4.3.0",
13-
"@astrojs/svelte": "^7.1.0",
14-
"@astrojs/vue": "^5.1.0",
12+
"@astrojs/react": "^4.3.1",
13+
"@astrojs/svelte": "^7.1.1",
14+
"@astrojs/vue": "^5.1.1",
1515
"@storyblok/astro": "workspace:*",
16-
"astro": "^5.13.2",
16+
"astro": "^5.13.7",
1717
"react": "^19.1.1",
1818
"react-dom": "^19.1.1",
19-
"svelte": "^5.38.2",
20-
"vue": "^3.5.19"
19+
"svelte": "^5.38.10",
20+
"vue": "^3.5.21"
2121
},
2222
"nx": {
2323
"projectType": "application"

packages/astro/src/dev-toolbar/toolbarApp.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import {
2-
type Icon,
2+
33
isDefinedIcon,
44
} from 'astro/runtime/client/dev-toolbar/ui-library/icons.js';
5+
import type { Icon } from 'astro/runtime/client/dev-toolbar/ui-library/icons.js';
56
import { defineToolbarApp } from 'astro/toolbar';
67

78
export const storyblokLogo = `<svg width="45px" height="53px" viewBox="0 0 45 53" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

packages/cli/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@
3838
"coverage": "vitest run --coverage"
3939
},
4040
"dependencies": {
41-
"@inquirer/prompts": "^7.5.1",
41+
"@inquirer/prompts": "^7.8.4",
4242
"@storyblok/js": "workspace:*",
4343
"@storyblok/management-api-client": "workspace:*",
4444
"@storyblok/region-helper": "workspace:*",
4545
"@topcli/spinner": "^2.1.2",
4646
"async-sema": "^3.1.1",
47-
"chalk": "^5.4.1",
47+
"chalk": "^5.6.2",
4848
"cli-progress": "^3.12.0",
4949
"commander": "^13.1.0",
50-
"dotenv": "^16.5.0",
50+
"dotenv": "^16.6.1",
5151
"filenamify": "^6.0.0",
5252
"json-schema-to-typescript": "^15.0.4",
5353
"minimatch": "^10.0.3",
5454
"octokit": "^5.0.3",
5555
"ohash": "^2.0.11",
56-
"open": "^10.1.2",
56+
"open": "^10.2.0",
5757
"pathe": "^2.0.3",
5858
"read-package-up": "^11.0.0",
5959
"storyblok-js-client": "workspace:*"
@@ -62,18 +62,18 @@
6262
"@release-it/conventional-changelog": "10.0.0",
6363
"@storyblok/eslint-config": "workspace:*",
6464
"@types/cli-progress": "^3.11.6",
65-
"@types/inquirer": "^9.0.8",
66-
"@types/node": "^22.15.18",
67-
"@vitest/coverage-v8": "^3.1.3",
68-
"@vitest/ui": "^3.1.3",
69-
"eslint": "^9.26.0",
70-
"memfs": "^4.17.1",
71-
"msw": "^2.8.2",
65+
"@types/inquirer": "^9.0.9",
66+
"@types/node": "^22.18.1",
67+
"@vitest/coverage-v8": "^3.2.4",
68+
"@vitest/ui": "^3.2.4",
69+
"eslint": "^9.35.0",
70+
"memfs": "^4.39.0",
71+
"msw": "^2.11.2",
7272
"release-it": "^18.1.2",
7373
"typescript": "5.8.3",
74-
"unbuild": "^3.5.0",
74+
"unbuild": "^3.6.1",
7575
"uuid": "^11.1.0",
76-
"vite": "^6.3.5",
77-
"vitest": "^3.1.3"
76+
"vite": "^6.3.6",
77+
"vitest": "^3.2.4"
7878
}
7979
}

packages/cli/src/api.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { ManagementApiClient, type ManagementApiClientConfig } from '@storyblok/management-api-client';
1+
import { ManagementApiClient } from '@storyblok/management-api-client';
2+
import type { ManagementApiClientConfig } from '@storyblok/management-api-client';
23
import { RateLimit } from 'async-sema';
34

45
let instance: ManagementApiClient | null = null;

packages/cli/src/commands/components/push/progress-display.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import chalk from 'chalk';
22
import { konsola } from '../../../utils/konsola';
33

4-
export type ProcessingEvent =
5-
| { type: 'start'; total: number }
6-
| { type: 'success'; name: string; resourceType: string; color: string; elapsedMs?: number }
7-
| { type: 'skip'; name: string; resourceType: string; elapsedMs?: number }
8-
| { type: 'error'; name: string; resourceType: string; error: unknown; elapsedMs?: number }
9-
| { type: 'complete'; summary: { updated: number; unchanged: number; failed: number } };
4+
export type ProcessingEvent
5+
= | { type: 'start'; total: number }
6+
| { type: 'success'; name: string; resourceType: string; color: string; elapsedMs?: number }
7+
| { type: 'skip'; name: string; resourceType: string; elapsedMs?: number }
8+
| { type: 'error'; name: string; resourceType: string; error: unknown; elapsedMs?: number }
9+
| { type: 'complete'; summary: { updated: number; unchanged: number; failed: number } };
1010

1111
export class ProgressDisplay {
1212
public total = 0;

packages/cli/src/commands/create/actions.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { spawn } from 'node:child_process';
22
import fs from 'node:fs/promises';
33
import { vol } from 'memfs';
4-
import { beforeEach, describe, expect, it, type MockedFunction, vi } from 'vitest';
4+
import { beforeEach, describe, expect, it, vi } from 'vitest';
5+
import type { MockedFunction } from 'vitest';
56
import open from 'open';
67
import { createEnvFile, extractPortFromTopics, fetchBlueprintRepositories, generateProject, generateSpaceUrl, openSpaceInBrowser, repositoryToTemplate } from './actions';
78
import * as filesystem from '../../utils/filesystem';

0 commit comments

Comments
 (0)