Skip to content

Commit 6fd78a3

Browse files
build(deps-dev): bump the ui-dev-deps group in /ui with 8 updates
Bumps the ui-dev-deps group in /ui with 8 updates: | Package | From | To | | --- | --- | --- | | [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `6.0.0` | `6.1.0` | | [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `2.2.2` | `2.2.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.8.1` | `24.9.1` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.0.4` | `5.1.0` | | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `3.2.4` | `4.0.3` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `7.0.0` | `7.0.1` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.11` | `7.1.12` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.3` | Updates `@antfu/eslint-config` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/antfu/eslint-config/releases) - [Commits](antfu/eslint-config@v6.0.0...v6.1.0) Updates `@eslint-react/eslint-plugin` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v2.2.3/packages/plugins/eslint-plugin) Updates `@types/node` from 24.8.1 to 24.9.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitejs/plugin-react` from 5.0.4 to 5.1.0 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/[email protected]/packages/plugin-react) Updates `@vitest/coverage-istanbul` from 3.2.4 to 4.0.3 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.3/packages/coverage-istanbul) Updates `eslint-plugin-react-hooks` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `vite` from 7.1.11 to 7.1.12 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite) Updates `vitest` from 3.2.4 to 4.0.3 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.3/packages/vitest) --- updated-dependencies: - dependency-name: "@antfu/eslint-config" dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui-dev-deps - dependency-name: "@eslint-react/eslint-plugin" dependency-version: 2.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-dev-deps - dependency-name: "@types/node" dependency-version: 24.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui-dev-deps - dependency-name: "@vitejs/plugin-react" dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui-dev-deps - dependency-name: "@vitest/coverage-istanbul" dependency-version: 4.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: ui-dev-deps - dependency-name: eslint-plugin-react-hooks dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-dev-deps - dependency-name: vite dependency-version: 7.1.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-dev-deps - dependency-name: vitest dependency-version: 4.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: ui-dev-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a44795 commit 6fd78a3

File tree

2 files changed

+547
-794
lines changed

2 files changed

+547
-794
lines changed

ui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"valibot": "^1.1.0"
3232
},
3333
"devDependencies": {
34-
"@antfu/eslint-config": "^6.0.0",
34+
"@antfu/eslint-config": "^6.1.0",
3535
"@codecov/vite-plugin": "1.9.1",
36-
"@eslint-react/eslint-plugin": "^2.2.2",
36+
"@eslint-react/eslint-plugin": "^2.2.3",
3737
"@microsoft/eslint-formatter-sarif": "^3.1.0",
3838
"@testing-library/dom": "^10.4.1",
3939
"@testing-library/jest-dom": "^6.9.1",
@@ -44,23 +44,23 @@
4444
"@types/d3-hierarchy": "^3.1.7",
4545
"@types/d3-scale": "^4.0.9",
4646
"@types/golang-wasm-exec": "^1.15.2",
47-
"@types/node": "^24.8.1",
47+
"@types/node": "^24.9.1",
4848
"@types/react": "^19.2.2",
4949
"@types/react-dom": "^19.2.2",
50-
"@vitejs/plugin-react": "^5.0.4",
51-
"@vitest/coverage-istanbul": "^3.2.4",
50+
"@vitejs/plugin-react": "^5.1.0",
51+
"@vitest/coverage-istanbul": "^4.0.3",
5252
"eslint": "^9.38.0",
5353
"eslint-plugin-import-x": "^4.16.1",
54-
"eslint-plugin-react-hooks": "7.0.0",
54+
"eslint-plugin-react-hooks": "7.0.1",
5555
"eslint-plugin-react-refresh": "^0.4.24",
5656
"jsdom": "^27.0.1",
5757
"sass": "^1.93.2",
5858
"terser": "^5.44.0",
5959
"typescript": "^5.9.3",
60-
"vite": "^7.1.11",
60+
"vite": "^7.1.12",
6161
"vite-plugin-html": "^3.2.2",
6262
"vite-plugin-singlefile": "^2.3.0",
63-
"vitest": "^3.2.4"
63+
"vitest": "^4.0.3"
6464
},
6565
"pnpm": {
6666
"peerDependencyRules": {

0 commit comments

Comments
 (0)