Skip to content

Commit b4c705f

Browse files
chore(deps-dev): bump the dev-dependencies group with 9 updates
Bumps the dev-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [axe-core](https://github.com/dequelabs/axe-core) | `4.11.3` | `4.11.4` | | [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.3.5` | `10.3.6` | | [globals](https://github.com/sindresorhus/globals) | `17.5.0` | `17.6.0` | | [jsdom](https://github.com/jsdom/jsdom) | `29.1.0` | `29.1.1` | | [msw](https://github.com/mswjs/msw) | `2.13.6` | `2.14.2` | | [turbo](https://github.com/vercel/turborepo) | `2.9.6` | `2.9.8` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.0` | `8.59.1` | | [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `4.5.0` | `4.6.0` | | [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.116.0` | `1.118.0` | Updates `axe-core` from 4.11.3 to 4.11.4 - [Release notes](https://github.com/dequelabs/axe-core/releases) - [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md) - [Commits](dequelabs/axe-core@v4.11.3...v4.11.4) Updates `eslint-plugin-storybook` from 10.3.5 to 10.3.6 - [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.3.6/code/lib/eslint-plugin) Updates `globals` from 17.5.0 to 17.6.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.5.0...v17.6.0) Updates `jsdom` from 29.1.0 to 29.1.1 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](jsdom/jsdom@v29.1.0...v29.1.1) Updates `msw` from 2.13.6 to 2.14.2 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.13.6...v2.14.2) Updates `turbo` from 2.9.6 to 2.9.8 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.9.6...v2.9.8) Updates `typescript-eslint` from 8.59.0 to 8.59.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.1/packages/typescript-eslint) Updates `shadcn` from 4.5.0 to 4.6.0 - [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.6.0/packages/shadcn) Updates `@types/vscode` from 1.116.0 to 1.118.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode) --- updated-dependencies: - dependency-name: axe-core dependency-version: 4.11.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint-plugin-storybook dependency-version: 10.3.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: globals dependency-version: 17.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: jsdom dependency-version: 29.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: msw dependency-version: 2.14.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: turbo dependency-version: 2.9.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.59.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: shadcn dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/vscode" dependency-version: 1.118.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9eac9b5 commit b4c705f

6 files changed

Lines changed: 252 additions & 316 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@
7979
"@vitest/coverage-v8": "^4.1.5",
8080
"@vitest/ui": "^4.1.5",
8181
"autoprefixer": "^10.5.0",
82-
"axe-core": "^4.11.3",
82+
"axe-core": "^4.11.4",
8383
"concurrently": "^9.2.1",
8484
"eslint": "^9.39.4",
8585
"eslint-plugin-react-hooks": "^7.1.1",
8686
"eslint-plugin-react-refresh": "^0.5.2",
87-
"eslint-plugin-storybook": "^10.3.5",
88-
"globals": "^17.5.0",
87+
"eslint-plugin-storybook": "^10.3.6",
88+
"globals": "^17.6.0",
8989
"happy-dom": "^20.9.0",
90-
"jsdom": "^29.1.0",
91-
"msw": "^2.13.6",
90+
"jsdom": "^29.1.1",
91+
"msw": "^2.14.2",
9292
"msw-storybook-addon": "^2.0.7",
9393
"playwright": "^1.59.1",
9494
"prettier": "^3.8.3",
@@ -100,11 +100,11 @@
100100
"tailwindcss": "^4.2.4",
101101
"tslib": "^2.8.1",
102102
"tsx": "^4.21.0",
103-
"turbo": "^2.9.6",
103+
"turbo": "^2.9.8",
104104
"typedoc": "^0.28.19",
105105
"typedoc-plugin-markdown": "^4.11.0",
106106
"typescript": "^6.0.3",
107-
"typescript-eslint": "^8.59.0",
107+
"typescript-eslint": "^8.59.1",
108108
"vite-plugin-compression2": "^2.5.3",
109109
"vitest": "^4.1.5",
110110
"vitest-axe": "^0.1.0",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@vitejs/plugin-react": "^6.0.1",
101101
"autoprefixer": "^10.5.0",
102102
"postcss": "^8.5.13",
103-
"shadcn": "^4.5.0",
103+
"shadcn": "^4.6.0",
104104
"storybook": "^8.6.18",
105105
"tailwindcss": "^4.2.4",
106106
"typescript": "^6.0.3",

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": "^6.0.1",
37-
"msw": "^2.13.6",
37+
"msw": "^2.14.2",
3838
"typescript": "^6.0.3",
3939
"vite": "^8.0.9",
4040
"vite-plugin-dts": "^4.5.4"

packages/plugin-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@object-ui/data-objectstack": "workspace:*",
3838
"@vitejs/plugin-react": "^6.0.1",
39-
"msw": "^2.13.6",
39+
"msw": "^2.14.2",
4040
"typescript": "^6.0.3",
4141
"vite": "^8.0.9",
4242
"vite-plugin-dts": "^4.5.4"

packages/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"publish": "vsce publish"
200200
},
201201
"devDependencies": {
202-
"@types/vscode": "^1.116.0",
202+
"@types/vscode": "^1.118.0",
203203
"@vscode/vsce": "^3.9.1",
204204
"tsup": "^8.5.1",
205205
"typescript": "^6.0.3",

0 commit comments

Comments
 (0)