Skip to content

Commit 42a834a

Browse files
chore(deps-dev): bump the dev-dependencies group with 9 updates
Bumps the dev-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.4.0` | `25.5.0` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.18` | `4.1.0` | | [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `4.0.18` | `4.1.0` | | [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.2.17` | `10.2.19` | | [happy-dom](https://github.com/capricorn86/happy-dom) | `20.8.3` | `20.8.4` | | [msw](https://github.com/mswjs/msw) | `2.12.10` | `2.12.11` | | [turbo](https://github.com/vercel/turborepo) | `2.8.15` | `2.8.17` | | [vite-plugin-compression2](https://github.com/nonzzz/vite-plugin-compression) | `2.5.0` | `2.5.2` | | [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `4.0.2` | `4.0.8` | Updates `@types/node` from 25.4.0 to 25.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitest/coverage-v8` from 4.0.18 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/coverage-v8) Updates `@vitest/ui` from 4.0.18 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/ui) Updates `eslint-plugin-storybook` from 10.2.17 to 10.2.19 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.2.19/code/lib/eslint-plugin) Updates `happy-dom` from 20.8.3 to 20.8.4 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.8.3...v20.8.4) Updates `msw` from 2.12.10 to 2.12.11 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.12.10...v2.12.11) Updates `turbo` from 2.8.15 to 2.8.17 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.8.15...v2.8.17) Updates `vite-plugin-compression2` from 2.5.0 to 2.5.2 - [Release notes](https://github.com/nonzzz/vite-plugin-compression/releases) - [Changelog](https://github.com/nonzzz/vite-plugin-compression/blob/master/CHANGELOG.md) - [Commits](nonzzz/vite-plugin-compression@v2.5.0...v2.5.2) Updates `shadcn` from 4.0.2 to 4.0.8 - [Release notes](https://github.com/shadcn-ui/ui/releases) - [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md) - [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.0.8/packages/shadcn) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@vitest/coverage-v8" dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@vitest/ui" dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-storybook dependency-version: 10.2.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: happy-dom dependency-version: 20.8.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: msw dependency-version: 2.12.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: turbo dependency-version: 2.8.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: vite-plugin-compression2 dependency-version: 2.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: shadcn dependency-version: 4.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ffbc8f4 commit 42a834a

14 files changed

Lines changed: 492 additions & 423 deletions

File tree

apps/console/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@
7777
"@testing-library/jest-dom": "^6.9.1",
7878
"@testing-library/react": "^16.3.2",
7979
"@testing-library/user-event": "^14.6.1",
80-
"@types/node": "^25.4.0",
80+
"@types/node": "^25.5.0",
8181
"@types/react": "19.2.14",
8282
"@types/react-dom": "19.2.3",
8383
"@vitejs/plugin-react": "^5.1.4",
84-
"@vitest/ui": "^4.0.18",
84+
"@vitest/ui": "^4.1.0",
8585
"autoprefixer": "^10.4.27",
86-
"happy-dom": "^20.8.3",
86+
"happy-dom": "^20.8.4",
8787
"lucide-react": "^0.577.0",
88-
"msw": "^2.12.10",
88+
"msw": "^2.12.11",
8989
"postcss": "^8.5.8",
9090
"react": "19.2.4",
9191
"react-dom": "19.2.4",

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@tailwindcss/postcss": "^4.2.1",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^25.4.0",
47+
"@types/node": "^25.5.0",
4848
"@types/react": "19.2.14",
4949
"@types/react-dom": "19.2.3",
5050
"postcss": "^8.5.8",

examples/msw-todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react-dom": "19.2.3",
2727
"@vitejs/plugin-react": "^5.1.4",
2828
"autoprefixer": "^10.4.27",
29-
"msw": "^2.12.10",
29+
"msw": "^2.12.11",
3030
"postcss": "^8.5.8",
3131
"tailwindcss": "^4.2.1",
3232
"typescript": "^5.9.3",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,22 @@
8484
"@testing-library/jest-dom": "^6.9.1",
8585
"@testing-library/react": "^16.3.2",
8686
"@testing-library/user-event": "^14.6.1",
87-
"@types/node": "^25.4.0",
87+
"@types/node": "^25.5.0",
8888
"@types/react": "19.2.14",
8989
"@types/react-dom": "19.2.3",
90-
"@vitest/coverage-v8": "^4.0.18",
91-
"@vitest/ui": "^4.0.18",
90+
"@vitest/coverage-v8": "^4.1.0",
91+
"@vitest/ui": "^4.1.0",
9292
"autoprefixer": "^10.4.27",
9393
"axe-core": "^4.11.1",
9494
"concurrently": "^9.2.1",
9595
"eslint": "^9.39.4",
9696
"eslint-plugin-react-hooks": "^7.0.1",
9797
"eslint-plugin-react-refresh": "^0.5.2",
98-
"eslint-plugin-storybook": "^10.2.17",
98+
"eslint-plugin-storybook": "^10.2.19",
9999
"globals": "^17.4.0",
100-
"happy-dom": "^20.8.3",
100+
"happy-dom": "^20.8.4",
101101
"jsdom": "^28.1.0",
102-
"msw": "^2.12.10",
102+
"msw": "^2.12.11",
103103
"msw-storybook-addon": "^2.0.6",
104104
"playwright": "^1.58.2",
105105
"prettier": "^3.8.1",
@@ -111,12 +111,12 @@
111111
"tailwindcss": "^4.2.1",
112112
"tslib": "^2.8.1",
113113
"tsx": "^4.21.0",
114-
"turbo": "^2.8.15",
114+
"turbo": "^2.8.17",
115115
"typedoc": "^0.28.17",
116116
"typedoc-plugin-markdown": "^4.10.0",
117117
"typescript": "^5.9.3",
118118
"typescript-eslint": "^8.57.0",
119-
"vite-plugin-compression2": "^2.5.0",
119+
"vite-plugin-compression2": "^2.5.2",
120120
"vitest": "^4.0.18",
121121
"vitest-axe": "^0.1.0",
122122
"wait-on": "^9.0.4"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@types/express": "^4.17.25",
6767
"@types/js-yaml": "^4.0.9",
68-
"@types/node": "^25.4.0",
68+
"@types/node": "^25.5.0",
6969
"tsup": "^8.5.1",
7070
"typescript": "^5.9.3",
7171
"vitest": "^4.0.18"

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@vitejs/plugin-react": "^5.1.4",
7575
"autoprefixer": "^10.4.27",
7676
"postcss": "^8.5.8",
77-
"shadcn": "^4.0.2",
77+
"shadcn": "^4.0.8",
7878
"storybook": "^8.6.18",
7979
"tailwindcss": "^4.2.1",
8080
"typescript": "^5.9.3",

packages/create-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@types/fs-extra": "^11.0.4",
28-
"@types/node": "^25.4.0",
28+
"@types/node": "^25.5.0",
2929
"@types/prompts": "^2.4.9",
3030
"tsup": "^8.5.1",
3131
"typescript": "^5.9.3",

packages/plugin-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"tailwind-merge": "^3.5.0"
3636
},
3737
"devDependencies": {
38-
"@types/node": "^25.4.0",
38+
"@types/node": "^25.5.0",
3939
"@types/react": "19.2.14",
4040
"@types/react-dom": "19.2.3",
4141
"@vitejs/plugin-react": "^5.1.4",

packages/plugin-designer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"tailwind-merge": "^3.5.0"
4242
},
4343
"devDependencies": {
44-
"@types/node": "^25.4.0",
44+
"@types/node": "^25.5.0",
4545
"@types/react": "19.2.14",
4646
"@types/react-dom": "19.2.3",
4747
"@vitejs/plugin-react": "^5.1.4",

packages/plugin-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@object-ui/data-objectstack": "workspace:*",
3636
"@vitejs/plugin-react": "^5.1.4",
37-
"msw": "^2.12.10",
37+
"msw": "^2.12.11",
3838
"typescript": "^5.9.3",
3939
"vite": "^7.3.1",
4040
"vite-plugin-dts": "^4.5.4"

0 commit comments

Comments
 (0)