Files
xk-admin/pnpm-workspace.yaml

220 lines
5.3 KiB
YAML
Raw Normal View History

2024-05-19 21:20:42 +08:00
packages:
- internal/*
- internal/lint-configs/*
- packages/*
- packages/@core/base/*
- packages/@core/ui-kit/*
- packages/@core/forward/*
- packages/@core/*
- packages/effects/*
- packages/business/*
- apps/*
- scripts/*
- docs
- playground
2026-03-24 10:19:24 +08:00
publicHoistPattern:
- lefthook
- eslint
- oxfmt
- oxlint
- stylelint
- '*postcss*'
- '@commitlint/*'
- czg
strictPeerDependencies: false
autoInstallPeers: true
dedupePeerDependents: true
verifyDepsBeforeRun: false
minimumReleaseAge: 0
2026-03-23 17:13:39 +08:00
overrides:
'@ast-grep/napi': 'catalog:'
'@ctrl/tinycolor': 'catalog:'
clsx: 'catalog:'
pinia: 'catalog:'
vue: 'catalog:'
2026-03-24 10:19:24 +08:00
catalog:
2026-07-13 18:29:01 +08:00
'@ast-grep/napi': ^0.44.1
2026-05-16 11:52:20 +08:00
'@changesets/changelog-github': ^0.7.0
2026-07-20 17:40:54 +08:00
'@changesets/cli': ^2.31.1
'@changesets/git': ^3.0.4
2026-07-13 18:29:01 +08:00
'@clack/prompts': ^1.7.0
'@commitlint/cli': ^21.2.1
'@commitlint/config-conventional': ^21.2.0
2025-12-03 16:22:14 +08:00
'@ctrl/tinycolor': ^4.2.0
'@eslint-community/eslint-plugin-eslint-comments': ^4.7.2
'@eslint/js': ^10.0.1
2026-07-13 18:29:01 +08:00
'@faker-js/faker': ^10.5.0
2026-07-20 17:40:54 +08:00
'@iconify/json': ^2.2.501
'@iconify/tailwind4': ^1.2.3
2026-05-16 11:52:20 +08:00
'@iconify/vue': ^5.0.1
2026-07-13 18:29:01 +08:00
'@intlify/core-base': ^11.4.6
'@intlify/unplugin-vue-i18n': ^11.2.4
'@jspm/generator': ^2.16.3
2026-07-20 17:40:54 +08:00
'@lucide/vue': ^1.25.0
2025-12-03 16:22:14 +08:00
'@manypkg/get-packages': ^3.1.0
'@nolebase/vitepress-plugin-git-changelog': ^2.18.2
2026-07-13 18:29:01 +08:00
'@playwright/test': ^1.61.1
2026-03-30 18:24:25 +08:00
'@pnpm/workspace.read-manifest': ^1000.3.1
2026-07-13 18:29:01 +08:00
'@stylistic/stylelint-plugin': ^5.2.1
'@tailwindcss/typography': ^0.5.20
2026-07-20 17:40:54 +08:00
'@tailwindcss/vite': ^4.3.3
'@tanstack/vue-form': ^1.33.2
2026-07-13 18:29:01 +08:00
'@tanstack/vue-query': ^5.101.2
2026-05-16 11:52:20 +08:00
'@tanstack/vue-store': ^0.11.0
2026-07-20 17:40:54 +08:00
'@tiptap/core': ^3.28.0
'@tiptap/extension-document': ^3.28.0
'@tiptap/extension-highlight': ^3.28.0
'@tiptap/extension-image': ^3.28.0
'@tiptap/extension-link': ^3.28.0
'@tiptap/extension-placeholder': ^3.28.0
'@tiptap/extension-text-align': ^3.28.0
'@tiptap/extension-text-style': ^3.28.0
'@tiptap/extension-underline': ^3.28.0
'@tiptap/pm': ^3.28.0
'@tiptap/starter-kit': ^3.28.0
'@tiptap/vue-3': ^3.28.0
'@tsdown/css': ^0.22.9
'@types/archiver': ^8.0.0
chore(deps): bump the non-breaking-changes group with 4 updates (#4451) * chore(deps): bump the non-breaking-changes group with 4 updates Bumps the non-breaking-changes group with 4 updates: [vue](https://github.com/vuejs/core), [rollup](https://github.com/rollup/rollup), [eslint](https://github.com/eslint/eslint) and [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared). Updates `vue` from 3.5.6 to 3.5.7 - [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.6...v3.5.7) Updates `rollup` from 4.22.0 to 4.22.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.22.0...v4.22.2) Updates `eslint` from 9.10.0 to 9.11.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.10.0...v9.11.0) Updates `@vue/shared` from 3.5.6 to 3.5.7 - [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.7/packages/shared) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor 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> * chore: update deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vben <ann.vben@gmail.com>
2024-09-21 10:46:38 +08:00
'@types/html-minifier-terser': ^7.0.2
'@types/json-bigint': ^1.0.4
2025-07-02 16:55:55 +08:00
'@types/jsonwebtoken': ^9.0.10
chore(deps): bump the non-breaking-changes group with 4 updates (#4451) * chore(deps): bump the non-breaking-changes group with 4 updates Bumps the non-breaking-changes group with 4 updates: [vue](https://github.com/vuejs/core), [rollup](https://github.com/rollup/rollup), [eslint](https://github.com/eslint/eslint) and [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared). Updates `vue` from 3.5.6 to 3.5.7 - [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.6...v3.5.7) Updates `rollup` from 4.22.0 to 4.22.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.22.0...v4.22.2) Updates `eslint` from 9.10.0 to 9.11.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.10.0...v9.11.0) Updates `@vue/shared` from 3.5.6 to 3.5.7 - [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.7/packages/shared) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor 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> * chore: update deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vben <ann.vben@gmail.com>
2024-09-21 10:46:38 +08:00
'@types/lodash.clonedeep': ^4.5.9
2026-07-13 18:29:01 +08:00
'@types/node': ^25.9.5
chore(deps): bump the non-breaking-changes group with 4 updates (#4451) * chore(deps): bump the non-breaking-changes group with 4 updates Bumps the non-breaking-changes group with 4 updates: [vue](https://github.com/vuejs/core), [rollup](https://github.com/rollup/rollup), [eslint](https://github.com/eslint/eslint) and [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared). Updates `vue` from 3.5.6 to 3.5.7 - [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.6...v3.5.7) Updates `rollup` from 4.22.0 to 4.22.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.22.0...v4.22.2) Updates `eslint` from 9.10.0 to 9.11.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.10.0...v9.11.0) Updates `@vue/shared` from 3.5.6 to 3.5.7 - [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.7/packages/shared) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor 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> * chore: update deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vben <ann.vben@gmail.com>
2024-09-21 10:46:38 +08:00
'@types/nprogress': ^0.2.3
2025-12-03 16:22:14 +08:00
'@types/qrcode': ^1.5.6
2026-05-16 11:52:20 +08:00
'@types/qs': ^6.15.1
2025-12-03 16:22:14 +08:00
'@types/sortablejs': ^1.15.9
2026-07-20 17:40:54 +08:00
'@typescript-eslint/parser': ^8.64.0
2025-12-03 16:22:14 +08:00
'@vite-pwa/vitepress': ^1.1.0
2026-07-20 17:40:54 +08:00
'@vitejs/plugin-vue': ^6.0.8
2026-07-13 18:29:01 +08:00
'@vitejs/plugin-vue-jsx': ^5.1.6
2026-07-20 17:40:54 +08:00
'@vue/shared': ^3.5.40
2026-06-06 16:19:32 +08:00
'@vue/test-utils': ^2.4.11
2026-05-16 11:52:20 +08:00
'@vueuse/core': ^14.3.0
'@vueuse/integrations': ^14.3.0
'@vueuse/motion': ^3.0.3
2024-11-12 13:34:47 +08:00
ant-design-vue: ^4.2.6
2026-07-20 17:40:54 +08:00
antdv-next: ^1.4.3
archiver: ^8.0.0
2026-07-13 18:29:01 +08:00
axios: ^1.18.1
axios-mock-adapter: ^2.1.0
cac: ^7.0.0
2025-12-03 16:22:14 +08:00
chalk: ^5.6.2
cheerio: ^1.2.0
circular-dependency-scanner: ^3.0.1
class-variance-authority: ^0.7.1
clsx: ^2.1.1
2026-05-18 20:17:35 +08:00
commitlint-plugin-function-rules: ^5.0.1
2025-04-02 18:07:06 +08:00
consola: ^3.4.2
2025-12-05 14:55:44 +08:00
cross-env: ^10.1.0
2026-06-03 13:25:23 +08:00
cspell: ^10.0.1
2026-05-16 11:52:20 +08:00
cz-git: ^1.13.1
czg: ^1.13.1
dayjs: ^1.11.21
2026-04-10 21:18:26 +08:00
defu: ^6.1.7
dotenv: ^17.4.2
2026-05-20 11:30:03 +08:00
echarts: ^6.1.0
2026-07-13 18:29:01 +08:00
element-plus: ^2.14.3
es-toolkit: ^1.49.0
eslint: ^10.7.0
eslint-plugin-better-tailwindcss: ^4.6.1
2026-07-20 17:40:54 +08:00
eslint-plugin-command: ^3.5.3
2026-07-13 18:29:01 +08:00
eslint-plugin-jsonc: ^3.3.0
eslint-plugin-n: ^18.2.2
eslint-plugin-perfectionist: ^5.10.0
2026-05-20 11:30:03 +08:00
eslint-plugin-pnpm: ^1.6.1
eslint-plugin-unused-imports: ^4.4.1
2026-06-06 16:19:32 +08:00
eslint-plugin-vue: ^10.9.2
2026-07-13 18:29:01 +08:00
eslint-plugin-yml: ^3.6.0
execa: ^10.0.0
find-up: ^8.0.0
2026-03-23 17:13:39 +08:00
get-port: ^7.2.0
2026-07-13 18:29:01 +08:00
globals: ^17.7.0
2026-04-10 21:18:26 +08:00
h3: ^1.15.11
2026-07-20 17:40:54 +08:00
happy-dom: ^20.11.0
html-minifier-terser: ^7.2.0
2024-12-20 22:41:38 +08:00
is-ci: ^4.1.0
json-bigint: ^1.0.0
2025-12-05 14:55:44 +08:00
jsonwebtoken: ^9.0.3
2026-07-20 17:40:54 +08:00
knip: ^6.27.0
2026-07-13 18:29:01 +08:00
lefthook: ^2.1.10
lodash.clonedeep: ^4.5.0
medium-zoom: ^1.1.0
2026-03-13 10:33:23 +08:00
naive-ui: ^2.44.1
2026-05-16 11:52:20 +08:00
nitropack: ^2.13.4
nprogress: ^0.2.0
2026-07-13 18:29:01 +08:00
ora: ^9.4.1
oxfmt: ^0.59.0
2026-07-20 17:40:54 +08:00
oxlint: ^1.74.0
oxlint-tsgolint: ^0.25.0
pinia: ^4.0.2
2025-12-03 16:22:14 +08:00
pinia-plugin-persistedstate: ^4.7.1
pkg-types: ^2.3.1
2026-07-13 18:29:01 +08:00
playwright: ^1.61.1
2026-07-20 17:40:54 +08:00
postcss: ^8.5.20
2026-01-23 14:48:06 +08:00
postcss-html: ^1.8.1
postcss-scss: ^4.0.9
2026-05-16 11:52:20 +08:00
publint: ^0.3.21
qrcode: ^1.5.4
2026-07-13 18:29:01 +08:00
qs: ^6.15.3
reka-ui: ^2.10.1
2024-12-04 22:56:29 +08:00
resolve.exports: ^2.0.3
rimraf: ^6.1.3
rollup-plugin-visualizer: ^7.0.1
sass: ^1.101.0
sass-embedded: ^1.100.0
secure-ls: ^2.0.0
sortablejs: ^1.15.7
2026-07-13 18:29:01 +08:00
stylelint: ^17.14.0
stylelint-config-recess-order: ^7.7.0
stylelint-config-recommended: ^18.0.0
2026-04-10 21:18:26 +08:00
stylelint-config-recommended-scss: ^17.0.1
2025-07-02 16:55:55 +08:00
stylelint-config-recommended-vue: ^1.6.1
stylelint-config-standard: ^40.0.0
stylelint-order: ^8.1.1
2026-06-06 16:19:32 +08:00
stylelint-scss: ^7.2.0
2026-05-16 11:52:20 +08:00
tailwind-merge: ^3.6.0
2026-07-20 17:40:54 +08:00
tailwindcss: ^4.3.3
2026-07-13 18:29:01 +08:00
tdesign-vue-next: ^1.20.3
theme-colors: ^0.1.0
tippy.js: ^6.3.7
2026-07-20 17:40:54 +08:00
tsdown: ^0.22.9
turbo: ^2.10.5
tw-animate-css: ^1.4.0
typescript: ^6.0.3
2026-07-13 18:29:01 +08:00
unplugin-dts: ^1.0.3
2025-12-17 13:47:37 +08:00
unplugin-element-plus: ^0.11.2
2026-05-16 11:52:20 +08:00
unplugin-vue: ^7.2.0
2026-07-20 17:40:54 +08:00
vite: ^8.1.5
vite-plugin-compression: ^0.5.1
vite-plugin-lazy-import: ^1.0.7
2026-05-16 11:52:20 +08:00
vite-plugin-pwa: ^1.3.0
2026-07-13 18:29:01 +08:00
vite-plugin-vue-devtools: ^8.1.5
vitepress: ^2.0.0-alpha.18
2026-05-16 11:52:20 +08:00
vitepress-plugin-group-icons: ^1.7.5
2026-07-13 18:29:01 +08:00
vitest: ^4.1.10
2026-07-20 17:40:54 +08:00
vue: ^3.5.40
2026-06-06 16:19:32 +08:00
vue-eslint-parser: ^10.4.1
2026-07-13 18:29:01 +08:00
vue-i18n: ^11.4.6
vue-json-pretty: ^2.6.0
2026-07-20 17:40:54 +08:00
vue-router: ^5.2.0
2025-07-02 16:55:55 +08:00
vue-tippy: ^6.7.1
2026-07-13 18:29:01 +08:00
vue-tsc: ^3.3.7
2026-07-20 17:40:54 +08:00
vxe-pc-ui: ^4.16.15
vxe-table: ^4.20.5
watermark-js-plus: ^1.6.6
2026-07-13 18:29:01 +08:00
yaml-eslint-parser: ^2.1.0
zod: ^4.4.3
zod-defaults: ^0.2.3
allowBuilds:
'@parcel/watcher': true
core-js: true
esbuild: true
lefthook: true
vue-demi: true