Skip to content

Commit c9d6dde

Browse files
chore(deps): update all non-major dependencies (#138)
* chore(deps): update all non-major dependencies * chore(linter): fix `@` internal pattern --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: StarHeartHunt <starheart233@gmail.com>
1 parent 3f27e12 commit c9d6dde

File tree

3 files changed

+309
-186
lines changed

3 files changed

+309
-186
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export const imports = {
269269
],
270270
pathGroups: [
271271
{ group: "builtin", pattern: "vue", position: "before" },
272-
{ group: "internal", pattern: "{{@,~}/,#}**" },
272+
{ group: "internal", pattern: "@/**" },
273273
],
274274
pathGroupsExcludedImportTypes: [],
275275
"newlines-between": "always",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nonebot-registry",
33
"license": "MIT",
4-
"packageManager": "pnpm@10.6.2",
4+
"packageManager": "pnpm@10.6.3",
55
"private": true,
66
"version": "0.0.0",
77
"type": "module",
@@ -38,28 +38,28 @@
3838
"@types/node": "^22.13.10",
3939
"@unocss/eslint-config": "^65.5.0",
4040
"@unocss/transformer-directives": "^65.5.0",
41-
"@vitejs/plugin-vue": "^5.2.1",
41+
"@vitejs/plugin-vue": "^5.2.2",
4242
"eslint": "^9.22.0",
4343
"eslint-config-prettier": "^10.1.1",
44-
"eslint-plugin-import-x": "^4.6.1",
44+
"eslint-plugin-import-x": "^4.8.0",
4545
"eslint-plugin-prettier": "^5.2.3",
4646
"eslint-plugin-unicorn": "^57.0.0",
4747
"eslint-plugin-vue": "^10.0.0",
4848
"globals": "^16.0.0",
4949
"husky": "^9.1.7",
50-
"lint-staged": "^15.4.3",
50+
"lint-staged": "^15.5.0",
5151
"prettier": "^3.5.3",
5252
"rollup-plugin-visualizer": "^5.14.0",
5353
"sass": "^1.85.1",
5454
"sass-loader": "^16.0.5",
55-
"stylelint": "^16.15.0",
55+
"stylelint": "^16.16.0",
5656
"stylelint-config-standard": "^37.0.0",
5757
"stylelint-config-standard-scss": "^14.0.0",
5858
"stylelint-prettier": "^5.0.3",
5959
"typescript": "^5.8.2",
60-
"typescript-eslint": "8.26.0",
60+
"typescript-eslint": "8.26.1",
6161
"unocss": "^65.5.0",
62-
"vite": "^6.2.1",
62+
"vite": "^6.2.2",
6363
"vue-eslint-parser": "^9.4.3",
6464
"vue-tsc": "^2.2.8"
6565
},

0 commit comments

Comments
 (0)