Skip to content

Commit 0dd61c9

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.38` | `3.5.39` | | [@vue/tsconfig](https://github.com/vuejs/tsconfig) | `0.7.0` | `0.9.1` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.5.0` | `10.5.2` | | [postcss](https://github.com/postcss/postcss) | `8.5.15` | `8.5.16` | | [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.1` | `8.62.1` | Updates `vue` from 3.5.38 to 3.5.39 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.38...v3.5.39) Updates `@vue/tsconfig` from 0.7.0 to 0.9.1 - [Release notes](https://github.com/vuejs/tsconfig/releases) - [Commits](vuejs/tsconfig@v0.7.0...v0.9.1) Updates `autoprefixer` from 10.5.0 to 10.5.2 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.5.0...10.5.2) Updates `postcss` from 8.5.15 to 8.5.16 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.15...8.5.16) Updates `prettier` from 3.8.4 to 3.9.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.4...3.9.4) Updates `typescript-eslint` from 8.61.1 to 8.62.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.62.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@vue/tsconfig" dependency-version: 0.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui-minor-patch - dependency-name: autoprefixer dependency-version: 10.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-minor-patch - dependency-name: postcss dependency-version: 8.5.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-minor-patch - dependency-name: prettier dependency-version: 3.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui-minor-patch - dependency-name: typescript-eslint dependency-version: 8.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui-minor-patch - dependency-name: vue dependency-version: 3.5.39 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 4f1bad5 commit 0dd61c9

2 files changed

Lines changed: 263 additions & 193 deletions

File tree

ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tauri-apps/plugin-process": "^2",
2424
"@tauri-apps/plugin-updater": "^2",
2525
"pinia": "^3.0.4",
26-
"vue": "^3.5.0",
26+
"vue": "^3.5.39",
2727
"vue-i18n": "^11.0.0",
2828
"vue-router": "^4.4.0"
2929
},
@@ -34,17 +34,17 @@
3434
"@vitejs/plugin-vue": "^5.1.0",
3535
"@vitest/coverage-v8": "^2.1.0",
3636
"@vue/test-utils": "^2.4.6",
37-
"@vue/tsconfig": "^0.7.0",
38-
"autoprefixer": "^10.4.20",
37+
"@vue/tsconfig": "^0.9.1",
38+
"autoprefixer": "^10.5.2",
3939
"eslint": "^9.0.0",
4040
"eslint-config-prettier": "^9.1.0",
4141
"eslint-plugin-vue": "^9.28.0",
4242
"jsdom": "^25.0.0",
43-
"postcss": "^8.4.47",
44-
"prettier": "^3.3.0",
43+
"postcss": "^8.5.16",
44+
"prettier": "^3.9.4",
4545
"tailwindcss": "^3.4.0",
4646
"typescript": "^5.6.0",
47-
"typescript-eslint": "^8.8.0",
47+
"typescript-eslint": "^8.62.1",
4848
"vite": "^6.0.0",
4949
"vitest": "^2.1.0",
5050
"vue-eslint-parser": "^10.0.0",

0 commit comments

Comments
 (0)