Skip to content

Commit f51ae2c

Browse files
build(deps): Bump the ui-minor-patch group across 1 directory with 6 updates
Bumps the ui-minor-patch group with 6 updates in the /ui directory: | Package | From | To | | --- | --- | --- | | [vue](https://github.com/vuejs/core) | `3.5.40` | `3.5.41` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.2` | `26.2.0` | | [eslint](https://github.com/eslint/eslint) | `10.8.0` | `10.8.1` | | [postcss](https://github.com/postcss/postcss) | `8.5.25` | `8.5.26` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.65.0` | `8.67.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.0` | `8.2.1` | Updates `vue` from 3.5.40 to 3.5.41 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.40...v3.5.41) Updates `@types/node` from 26.1.2 to 26.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 10.8.0 to 10.8.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.8.0...v10.8.1) Updates `postcss` from 8.5.25 to 8.5.26 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.25...8.5.26) Updates `typescript-eslint` from 8.65.0 to 8.67.0 - [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.67.0/packages/typescript-eslint) Updates `vite` from 8.2.0 to 8.2.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.2.1/packages/vite) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui-minor-patch - dependency-name: eslint dependency-version: 10.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-minor-patch - dependency-name: postcss dependency-version: 8.5.26 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-minor-patch - dependency-name: typescript-eslint dependency-version: 8.67.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui-minor-patch - dependency-name: vite dependency-version: 8.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-minor-patch - dependency-name: vue dependency-version: 3.5.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent accce5b commit f51ae2c

2 files changed

Lines changed: 359 additions & 406 deletions

File tree

ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tauri-apps/plugin-process": "^2",
2626
"@tauri-apps/plugin-updater": "^2",
2727
"pinia": "^4.0.2",
28-
"vue": "^3.5.39",
28+
"vue": "^3.5.41",
2929
"vue-i18n": "^11.4.8",
3030
"vue-router": "^5.2.0"
3131
},
@@ -39,16 +39,16 @@
3939
"@vitest/coverage-v8": "^2.1.9",
4040
"@vue/test-utils": "^2.4.6",
4141
"@vue/tsconfig": "^0.9.1",
42-
"eslint": "^10.8.0",
42+
"eslint": "^10.8.1",
4343
"eslint-config-prettier": "^10.1.8",
4444
"eslint-plugin-vue": "^10.10.0",
4545
"jsdom": "^30.0.1",
46-
"postcss": "^8.5.25",
46+
"postcss": "^8.5.26",
4747
"prettier": "^3.9.6",
4848
"tailwindcss": "^4.3.2",
4949
"typescript": "^6.0.3",
50-
"typescript-eslint": "^8.65.0",
51-
"vite": "^8.2.0",
50+
"typescript-eslint": "^8.67.0",
51+
"vite": "^8.2.1",
5252
"vitest": "^2.1.9",
5353
"vue-eslint-parser": "^10.0.0",
5454
"vue-tsc": "^3.3.9"

0 commit comments

Comments
 (0)