Skip to content

Commit ec19789

Browse files
chore(deps-dev): bump the development-dependencies group across 1 directory with 7 updates (#105)
Bumps the development-dependencies group with 7 updates in the /ui directory: | Package | From | To | | --- | --- | --- | | [@halo-dev/ui-plugin-bundler-kit](https://github.com/halo-dev/halo/tree/HEAD/ui/packages/ui-plugin-bundler-kit) | `2.23.0` | `2.24.0` | | [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.462` | `2.2.464` | | [eslint](https://github.com/eslint/eslint) | `10.2.0` | `10.2.1` | | [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) | `1.60.0` | `1.61.0` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.45.0` | `0.46.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.60.0` | `1.61.0` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.6` | `3.2.7` | Updates `@halo-dev/ui-plugin-bundler-kit` from 2.23.0 to 2.24.0 - [Release notes](https://github.com/halo-dev/halo/releases) - [Commits](https://github.com/halo-dev/halo/commits/v2.24.0/ui/packages/ui-plugin-bundler-kit) Updates `@iconify/json` from 2.2.462 to 2.2.464 - [Commits](iconify/icon-sets@2.2.462...2.2.464) Updates `eslint` from 10.2.0 to 10.2.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.2.0...v10.2.1) Updates `eslint-plugin-oxlint` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/oxc-project/eslint-plugin-oxlint/releases) - [Commits](oxc-project/eslint-plugin-oxlint@v1.60.0...v1.61.0) Updates `oxfmt` from 0.45.0 to 0.46.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.46.0/npm/oxfmt) Updates `oxlint` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.61.0/npm/oxlint) Updates `vue-tsc` from 3.2.6 to 3.2.7 - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v3.2.7/packages/tsc) --- updated-dependencies: - dependency-name: "@halo-dev/ui-plugin-bundler-kit" dependency-version: 2.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@iconify/json" dependency-version: 2.2.464 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint dependency-version: 10.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint-plugin-oxlint dependency-version: 1.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: oxfmt dependency-version: 0.46.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: oxlint dependency-version: 1.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: vue-tsc dependency-version: 3.2.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ebc2f67 commit ec19789

2 files changed

Lines changed: 408 additions & 381 deletions

File tree

ui/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"vue": "^3.5.32"
2727
},
2828
"devDependencies": {
29-
"@halo-dev/ui-plugin-bundler-kit": "^2.23.0",
30-
"@iconify/json": "^2.2.462",
29+
"@halo-dev/ui-plugin-bundler-kit": "^2.24.0",
30+
"@iconify/json": "^2.2.464",
3131
"@rsbuild/core": "^1.7.5",
3232
"@rsbuild/plugin-sass": "^1.5.1",
3333
"@tsconfig/node20": "^20.1.9",
@@ -39,19 +39,19 @@
3939
"@vue/eslint-config-typescript": "^14.7.0",
4040
"@vue/test-utils": "^2.4.6",
4141
"@vue/tsconfig": "^0.9.1",
42-
"eslint": "^10.2.0",
43-
"eslint-plugin-oxlint": "^1.60.0",
42+
"eslint": "^10.2.1",
43+
"eslint-plugin-oxlint": "^1.61.0",
4444
"eslint-plugin-vue": "~10.8.0",
4545
"husky": "^8.0.0",
4646
"jsdom": "^29.0.2",
4747
"npm-run-all2": "^8.0.4",
48-
"oxfmt": "^0.45.0",
49-
"oxlint": "^1.60.0",
48+
"oxfmt": "^0.46.0",
49+
"oxlint": "^1.61.0",
5050
"sass": "^1.99.0",
5151
"typescript": "~5.9.3",
5252
"unplugin-icons": "^23.0.1",
5353
"vitest": "^4.1.4",
54-
"vue-tsc": "^3.2.6"
54+
"vue-tsc": "^3.2.7"
5555
},
5656
"engines": {
5757
"node": ">=24",

0 commit comments

Comments
 (0)