chore(deps-dev): bump the non-breaking-changes group with 3 updates (#4671)

* chore(deps-dev): bump the non-breaking-changes group with 3 updates

Bumps the non-breaking-changes group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) and [sass](https://github.com/sass/dart-sass).


Updates `@types/node` from 22.7.5 to 22.7.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `cspell` from 8.15.2 to 8.15.3
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.15.3/packages/cspell)

Updates `sass` from 1.79.5 to 1.80.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.79.5...1.80.1)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update deps

* chore: update deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-18 21:38:39 +08:00 committed by GitHub
parent c491b9e021
commit 6f3d50984f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 398 additions and 385 deletions

View File

@ -99,7 +99,7 @@
"node": ">=20.10.0", "node": ">=20.10.0",
"pnpm": ">=9.5.0" "pnpm": ">=9.5.0"
}, },
"packageManager": "pnpm@9.12.1", "packageManager": "pnpm@9.12.2",
"pnpm": { "pnpm": {
"peerDependencyRules": { "peerDependencyRules": {
"allowedVersions": { "allowedVersions": {

View File

@ -48,12 +48,12 @@ const titleText = computed(() => {
case '500': { case '500': {
return $t('fallback.internalError'); return $t('fallback.internalError');
} }
case 'offline': {
return $t('fallback.offlineError');
}
case 'coming-soon': { case 'coming-soon': {
return $t('fallback.comingSoon'); return $t('fallback.comingSoon');
} }
case 'offline': {
return $t('fallback.offlineError');
}
default: { default: {
return ''; return '';
} }
@ -94,12 +94,12 @@ const fallbackIcon = computed(() => {
case '500': { case '500': {
return Icon500; return Icon500;
} }
case 'offline': {
return IconOffline;
}
case 'coming-soon': { case 'coming-soon': {
return IconHello; return IconHello;
} }
case 'offline': {
return IconOffline;
}
default: { default: {
return null; return null;
} }

735
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@ catalog:
'@ctrl/tinycolor': ^4.1.0 '@ctrl/tinycolor': ^4.1.0
'@eslint/js': ^9.12.0 '@eslint/js': ^9.12.0
'@faker-js/faker': ^9.0.3 '@faker-js/faker': ^9.0.3
'@iconify/json': ^2.2.260 '@iconify/json': ^2.2.261
'@iconify/tailwind': ^1.1.3 '@iconify/tailwind': ^1.1.3
'@iconify/vue': ^4.1.2 '@iconify/vue': ^4.1.2
'@intlify/core-base': ^10.0.4 '@intlify/core-base': ^10.0.4
@ -43,13 +43,13 @@ catalog:
'@types/html-minifier-terser': ^7.0.2 '@types/html-minifier-terser': ^7.0.2
'@types/jsonwebtoken': ^9.0.7 '@types/jsonwebtoken': ^9.0.7
'@types/lodash.clonedeep': ^4.5.9 '@types/lodash.clonedeep': ^4.5.9
'@types/node': ^22.7.5 '@types/node': ^22.7.6
'@types/nprogress': ^0.2.3 '@types/nprogress': ^0.2.3
'@types/postcss-import': ^14.0.3 '@types/postcss-import': ^14.0.3
'@types/qrcode': ^1.5.5 '@types/qrcode': ^1.5.5
'@types/sortablejs': ^1.15.8 '@types/sortablejs': ^1.15.8
'@typescript-eslint/eslint-plugin': ^8.9.0 '@typescript-eslint/eslint-plugin': ^8.10.0
'@typescript-eslint/parser': ^8.9.0 '@typescript-eslint/parser': ^8.10.0
'@vee-validate/zod': ^4.13.2 '@vee-validate/zod': ^4.13.2
'@vite-pwa/vitepress': ^0.5.3 '@vite-pwa/vitepress': ^0.5.3
'@vitejs/plugin-vue': ^5.1.4 '@vitejs/plugin-vue': ^5.1.4
@ -73,7 +73,7 @@ catalog:
commitlint-plugin-function-rules: ^4.0.0 commitlint-plugin-function-rules: ^4.0.0
consola: ^3.2.3 consola: ^3.2.3
cross-env: ^7.0.3 cross-env: ^7.0.3
cspell: ^8.15.2 cspell: ^8.15.4
cssnano: ^7.0.6 cssnano: ^7.0.6
cz-git: ^1.10.1 cz-git: ^1.10.1
czg: ^1.10.1 czg: ^1.10.1
@ -82,24 +82,24 @@ catalog:
depcheck: ^1.4.7 depcheck: ^1.4.7
dotenv: ^16.4.5 dotenv: ^16.4.5
echarts: ^5.5.1 echarts: ^5.5.1
element-plus: ^2.8.5 element-plus: ^2.8.6
eslint: ^9.12.0 eslint: ^9.12.0
eslint-config-turbo: ^2.1.3 eslint-config-turbo: ^2.1.3
eslint-plugin-command: ^0.2.6 eslint-plugin-command: ^0.2.6
eslint-plugin-eslint-comments: ^3.2.0 eslint-plugin-eslint-comments: ^3.2.0
eslint-plugin-import-x: ^4.3.1 eslint-plugin-import-x: ^4.3.1
eslint-plugin-jsdoc: ^50.4.1 eslint-plugin-jsdoc: ^50.4.3
eslint-plugin-jsonc: ^2.16.0 eslint-plugin-jsonc: ^2.16.0
eslint-plugin-n: ^17.11.1 eslint-plugin-n: ^17.11.1
eslint-plugin-no-only-tests: ^3.3.0 eslint-plugin-no-only-tests: ^3.3.0
eslint-plugin-perfectionist: ^3.9.0 eslint-plugin-perfectionist: ^3.9.1
eslint-plugin-prettier: ^5.2.1 eslint-plugin-prettier: ^5.2.1
eslint-plugin-regexp: ^2.6.0 eslint-plugin-regexp: ^2.6.0
eslint-plugin-unicorn: ^56.0.0 eslint-plugin-unicorn: ^56.0.0
eslint-plugin-unused-imports: ^4.1.4 eslint-plugin-unused-imports: ^4.1.4
eslint-plugin-vitest: ^0.5.4 eslint-plugin-vitest: ^0.5.4
eslint-plugin-vue: ^9.29.0 eslint-plugin-vue: ^9.29.0
execa: ^9.4.0 execa: ^9.4.1
find-up: ^7.0.0 find-up: ^7.0.0
get-port: ^7.1.0 get-port: ^7.1.0
globals: ^15.11.0 globals: ^15.11.0
@ -138,7 +138,7 @@ catalog:
rimraf: ^6.0.1 rimraf: ^6.0.1
rollup: ^4.24.0 rollup: ^4.24.0
rollup-plugin-visualizer: ^5.12.0 rollup-plugin-visualizer: ^5.12.0
sass: ^1.79.5 sass: ^1.80.2
sortablejs: ^1.15.3 sortablejs: ^1.15.3
stylelint: ^16.10.0 stylelint: ^16.10.0
stylelint-config-recess-order: ^5.1.1 stylelint-config-recess-order: ^5.1.1
@ -148,7 +148,7 @@ catalog:
stylelint-config-standard: ^36.0.1 stylelint-config-standard: ^36.0.1
stylelint-order: ^6.0.4 stylelint-order: ^6.0.4
stylelint-prettier: ^5.0.2 stylelint-prettier: ^5.0.2
stylelint-scss: ^6.7.0 stylelint-scss: ^6.8.1
tailwind-merge: ^2.5.4 tailwind-merge: ^2.5.4
tailwindcss: ^3.4.14 tailwindcss: ^3.4.14
tailwindcss-animate: ^1.0.7 tailwindcss-animate: ^1.0.7
@ -165,7 +165,7 @@ catalog:
vite-plugin-lazy-import: ^1.0.7 vite-plugin-lazy-import: ^1.0.7
vite-plugin-lib-inject-css: ^2.1.1 vite-plugin-lib-inject-css: ^2.1.1
vite-plugin-pwa: ^0.20.5 vite-plugin-pwa: ^0.20.5
vite-plugin-vue-devtools: ^7.4.6 vite-plugin-vue-devtools: ^7.5.2
vitepress: ^1.4.1 vitepress: ^1.4.1
vitepress-plugin-group-icons: ^1.3.0 vitepress-plugin-group-icons: ^1.3.0
vitest: ^2.1.3 vitest: ^2.1.3
@ -174,7 +174,7 @@ catalog:
vue-i18n: ^10.0.4 vue-i18n: ^10.0.4
vue-router: ^4.4.5 vue-router: ^4.4.5
vue-tsc: ^2.1.6 vue-tsc: ^2.1.6
vxe-pc-ui: ^4.2.20 vxe-pc-ui: ^4.2.24
vxe-table: ^4.7.86 vxe-table: ^4.7.86
watermark-js-plus: ^1.5.7 watermark-js-plus: ^1.5.7
zod: ^3.23.8 zod: ^3.23.8

View File

@ -143,15 +143,15 @@ function printResult(
break; break;
} }
case 'suggestion': {
suggestionsCount++;
break;
}
case 'warning': { case 'warning': {
warningCount++; warningCount++;
break; break;
} }
case 'suggestion': {
suggestionsCount++;
break;
}
// No default // No default
} }
const ruleUrl = `https://publint.dev/rules#${message.code.toLocaleLowerCase()}`; const ruleUrl = `https://publint.dev/rules#${message.code.toLocaleLowerCase()}`;