Browse Source

chore(deps): bump the non-breaking-changes group with 5 updates (#4395)

Bumps the non-breaking-changes group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.0` | `2.1.1` |
| [vue](https://github.com/vuejs/core) | `3.5.4` | `3.5.5` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `3.5.0` | `3.6.0` |
| [@vue/reactivity](https://github.com/vuejs/core/tree/HEAD/packages/reactivity) | `3.5.4` | `3.5.5` |
| [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared) | `3.5.4` | `3.5.5` |


Updates `vitest` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/vitest)

Updates `vue` from 3.5.4 to 3.5.5
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.5.4...v3.5.5)

Updates `eslint-plugin-perfectionist` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.5.0...v3.6.0)

Updates `@vue/reactivity` from 3.5.4 to 3.5.5
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.5/packages/reactivity)

Updates `@vue/shared` from 3.5.4 to 3.5.5
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.5/packages/shared)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-perfectionist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@vue/reactivity"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@vue/shared"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/4404/head
dependabot[bot] 6 days ago
committed by GitHub
parent
commit
d99cad35d7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/web-antd/package.json
  2. 2
      apps/web-ele/package.json
  3. 2
      apps/web-naive/package.json
  4. 2
      docs/package.json
  5. 2
      internal/lint-configs/eslint-config/package.json
  6. 6
      package.json
  7. 2
      packages/@core/base/icons/package.json
  8. 4
      packages/@core/base/shared/package.json
  9. 2
      packages/@core/base/typings/package.json
  10. 2
      packages/@core/composables/package.json
  11. 2
      packages/@core/preferences/package.json
  12. 2
      packages/@core/ui-kit/form-ui/package.json
  13. 2
      packages/@core/ui-kit/layout-ui/package.json
  14. 2
      packages/@core/ui-kit/menu-ui/package.json
  15. 2
      packages/@core/ui-kit/popup-ui/package.json
  16. 2
      packages/@core/ui-kit/shadcn-ui/package.json
  17. 2
      packages/@core/ui-kit/tabs-ui/package.json
  18. 2
      packages/effects/access/package.json
  19. 2
      packages/effects/common-ui/package.json
  20. 2
      packages/effects/hooks/package.json
  21. 2
      packages/effects/layouts/package.json
  22. 2
      packages/effects/plugins/package.json
  23. 2
      packages/locales/package.json
  24. 2
      packages/stores/package.json
  25. 2
      packages/types/package.json
  26. 2
      playground/package.json
  27. 735
      pnpm-lock.yaml

2
apps/web-antd/package.json

@ -44,7 +44,7 @@
"ant-design-vue": "^4.2.4",
"dayjs": "^1.11.13",
"pinia": "2.2.2",
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-router": "^4.4.5"
}
}

2
apps/web-ele/package.json

@ -44,7 +44,7 @@
"dayjs": "^1.11.13",
"element-plus": "^2.8.3",
"pinia": "2.2.2",
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-router": "^4.4.5"
},
"devDependencies": {

2
apps/web-naive/package.json

@ -43,7 +43,7 @@
"@vueuse/core": "^11.0.3",
"naive-ui": "^2.39.0",
"pinia": "2.2.2",
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-router": "^4.4.5"
}
}

2
docs/package.json

@ -20,6 +20,6 @@
"@vben/vite-config": "workspace:*",
"@vite-pwa/vitepress": "^0.5.3",
"vitepress": "^1.3.4",
"vue": "^3.5.4"
"vue": "^3.5.5"
}
}

2
internal/lint-configs/eslint-config/package.json

@ -43,7 +43,7 @@
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-perfectionist": "^3.5.0",
"eslint-plugin-perfectionist": "^3.6.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^55.0.0",

6
package.json

@ -90,8 +90,8 @@
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vite": "^5.4.5",
"vitest": "^2.1.0",
"vue": "^3.5.4",
"vitest": "^2.1.1",
"vue": "^3.5.5",
"vue-tsc": "^2.1.6"
},
"engines": {
@ -109,7 +109,7 @@
"@ctrl/tinycolor": "4.1.0",
"clsx": "2.1.1",
"pinia": "2.2.2",
"vue": "3.5.4"
"vue": "3.5.5"
},
"neverBuiltDependencies": [
"canvas",

2
packages/@core/base/icons/package.json

@ -36,6 +36,6 @@
"dependencies": {
"@iconify/vue": "^4.1.2",
"lucide-vue-next": "^0.441.0",
"vue": "^3.5.4"
"vue": "^3.5.5"
}
}

4
packages/@core/base/shared/package.json

@ -71,8 +71,8 @@
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@tanstack/vue-store": "^0.5.5",
"@vue/reactivity": "^3.5.4",
"@vue/shared": "^3.5.4",
"@vue/reactivity": "^3.5.5",
"@vue/shared": "^3.5.5",
"clsx": "^2.1.1",
"defu": "^6.1.4",
"lodash.clonedeep": "^4.5.0",

2
packages/@core/base/typings/package.json

@ -38,7 +38,7 @@
}
},
"dependencies": {
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-router": "^4.4.5"
}
}

2
packages/@core/composables/package.json

@ -39,7 +39,7 @@
"@vueuse/core": "^11.0.3",
"radix-vue": "^1.9.5",
"sortablejs": "^1.15.3",
"vue": "^3.5.4"
"vue": "^3.5.5"
},
"devDependencies": {
"@types/sortablejs": "^1.15.8"

2
packages/@core/preferences/package.json

@ -32,6 +32,6 @@
"@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*",
"@vueuse/core": "^11.0.3",
"vue": "^3.5.4"
"vue": "^3.5.5"
}
}

2
packages/@core/ui-kit/form-ui/package.json

@ -43,7 +43,7 @@
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^11.0.3",
"vee-validate": "^4.13.2",
"vue": "^3.5.4",
"vue": "^3.5.5",
"zod": "^3.23.8",
"zod-defaults": "^0.1.3"
}

2
packages/@core/ui-kit/layout-ui/package.json

@ -42,6 +42,6 @@
"@vben-core/shadcn-ui": "workspace:*",
"@vben-core/typings": "workspace:*",
"@vueuse/core": "^11.0.3",
"vue": "^3.5.4"
"vue": "^3.5.5"
}
}

2
packages/@core/ui-kit/menu-ui/package.json

@ -43,6 +43,6 @@
"@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*",
"@vueuse/core": "^11.0.3",
"vue": "^3.5.4"
"vue": "^3.5.5"
}
}

2
packages/@core/ui-kit/popup-ui/package.json

@ -42,6 +42,6 @@
"@vben-core/shadcn-ui": "workspace:*",
"@vben-core/shared": "workspace:*",
"@vueuse/core": "^11.0.3",
"vue": "^3.5.4"
"vue": "^3.5.5"
}
}

2
packages/@core/ui-kit/shadcn-ui/package.json

@ -50,6 +50,6 @@
"lucide-vue-next": "^0.441.0",
"radix-vue": "^1.9.5",
"vee-validate": "^4.13.2",
"vue": "^3.5.4"
"vue": "^3.5.5"
}
}

2
packages/@core/ui-kit/tabs-ui/package.json

@ -43,6 +43,6 @@
"@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*",
"@vueuse/core": "^11.0.3",
"vue": "^3.5.4"
"vue": "^3.5.5"
}
}

2
packages/effects/access/package.json

@ -24,6 +24,6 @@
"@vben/stores": "workspace:*",
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"vue": "^3.5.4"
"vue": "^3.5.5"
}
}

2
packages/effects/common-ui/package.json

@ -29,7 +29,7 @@
"@vben/types": "workspace:*",
"@vueuse/integrations": "^11.0.3",
"qrcode": "^1.5.4",
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-router": "^4.4.5"
},
"devDependencies": {

2
packages/effects/hooks/package.json

@ -25,7 +25,7 @@
"@vben/stores": "workspace:*",
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-router": "^4.4.5",
"watermark-js-plus": "^1.5.6"
}

2
packages/effects/layouts/package.json

@ -36,7 +36,7 @@
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vueuse/core": "^11.0.3",
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-router": "^4.4.5"
}
}

2
packages/effects/plugins/package.json

@ -23,6 +23,6 @@
"@vben/preferences": "workspace:*",
"@vueuse/core": "^11.0.3",
"echarts": "^5.5.1",
"vue": "^3.5.4"
"vue": "^3.5.5"
}
}

2
packages/locales/package.json

@ -22,7 +22,7 @@
"dependencies": {
"@intlify/core-base": "^10.0.1",
"@vben-core/composables": "workspace:*",
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-i18n": "^10.0.1"
}
}

2
packages/stores/package.json

@ -24,7 +24,7 @@
"@vben-core/typings": "workspace:*",
"pinia": "2.2.2",
"pinia-plugin-persistedstate": "^4.0.1",
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-router": "^4.4.5"
}
}

2
packages/types/package.json

@ -21,7 +21,7 @@
},
"dependencies": {
"@vben-core/typings": "workspace:*",
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-router": "^4.4.5"
}
}

2
playground/package.json

@ -45,7 +45,7 @@
"ant-design-vue": "^4.2.4",
"dayjs": "^1.11.13",
"pinia": "2.2.2",
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-router": "^4.4.5"
}
}

735
pnpm-lock.yaml
File diff suppressed because it is too large
View File

Loading…
Cancel
Save