xingyu4j
9ec98f0846
refactor: replace depcheck with knip for dependency checking
...
Migrate vsh check-dep from depcheck to knip, reducing
315 transitive dependencies. Config is inlined in
DEFAULT_CONFIG, matching the check-circular pattern.
Also re-export CollapsibleParams from @vben/common-ui.
2026-05-20 16:14:21 +08:00
xingyu4j
f71094e878
refactor: migrate json-viewer from vue-json-viewer to vue-json-pretty
...
- Replace vue-json-viewer with vue-json-pretty (actively maintained, Vue 3 native)
- Map original props to vue-json-pretty API in bindProps for backward compatibility
- Implement copy functionality via renderNodeActions slot with i18n support
- Update style.scss from .jv-* to .vjs-* class names
2026-05-20 14:39:17 +08:00
xingyu4j
9badda3d11
chore: update deps
2026-05-20 11:30:03 +08:00
xingyu4j
f77166b3a2
chore: update deps
2026-05-19 15:59:43 +08:00
xingyu4j
5db93a345a
fix: doc build error
2026-05-18 20:17:35 +08:00
xingyu4j
6592135cc5
chore: update vitepress v2
2026-05-18 18:23:10 +08:00
xingyu4j
1ec058cbe3
chore: update deps
2026-05-18 15:06:59 +08:00
xingyu4j
4907f281af
chore: 更新 pnpm-workspace.yaml 配置,添加 publicHoistPattern 和 allowBuilds 设置
2026-05-16 11:56:39 +08:00
xingyu4j
aadf9b6e39
chore: update deps
2026-05-16 11:52:20 +08:00
Jin Mao
d55f17670a
chore: 更新依赖包版本
...
- 更新 pkg-types 从 2.3.0 到 2.3.1
- 更新 rolldown 从 1.0.0-rc.15 到 1.0.0-rc.17
- 更新 typescript 从 6.0.2 到 6.0.3
- 更新 vite 从 8.0.8 到 8.0.10
2026-05-01 06:55:42 +08:00
yuan.ji
4ca2f1c6e8
feat(@vben/plugins): tiptap 支持图片上传功能
...
- 新增 imageUpload 配置项,支持自定义上传接口
- 支持文件选择、拖拽、粘贴三种上传方式
- 上传中显示 blob 预览图 + loading spinner / 进度条
- 支持 accept 和 maxSize 文件校验
- 支持 onUploadError 自定义错误处理
- 未配置 imageUpload 时保持原有 URL 插入行为不变
- 使用 NodeView 实现实时 DOM 控制的进度展示
2026-04-27 13:42:36 +08:00
Jin Mao
d0889b5cc4
chore: 更新依赖包版本
...
- 更新 @tsdown/css 从 0.21.7 到 0.21.8
- 更新 @vitejs/plugin-vue 从 6.0.5 到 6.0.6
- 更新 dotenv 从 17.4.1 到 17.4.2
- 更新 globals 从 17.4.0 到 17.5.0
- 更新 happy-dom 从 20.8.9 到 20.9.0
- 更新 oxlint 从 1.59.0 到 1.60.0
- 更新 tsdown 从 0.21.7 到 0.21.8
2026-04-15 17:28:17 +08:00
xingyu4j
93e23c6b05
chore: update deps
2026-04-13 17:52:16 +08:00
xingyu4j
093479bb33
chore: remove vite-plugin-html
2026-04-13 17:52:16 +08:00
xingyu4j
4f7b396ebb
chore: update deps
2026-04-13 17:52:16 +08:00
Jin Mao
92298bac2b
chore: update deps
2026-04-13 17:52:15 +08:00
Jin Mao
35e1166b9f
chore: fix lint
2026-04-13 17:52:15 +08:00
Jin Mao
7a60a081a2
chore: update deps
2026-04-13 17:52:13 +08:00
xingyu4j
c693c854a7
fix: extension-document
2026-04-13 17:52:13 +08:00
xingyu4j
5eca357a5c
feat(@vben/plugins): add tiptap rich text editor
2026-04-13 17:52:13 +08:00
xingyu4j
e421d9d99b
chore: update deps
2026-04-13 17:52:12 +08:00
过冬
7fbdf3d914
fix(@vben/common-ui): 修复 JsonViewer 在 Vite 下因 CJS 默认导出未解包导致的渲染失败 ( #7728 )
...
* fix: lint
* fix(@vben/common-ui): 修复 JsonViewer 在 Vite 下因 CJS 默认导出未解包导致的渲染失败
2026-03-25 14:54:14 +08:00
Jin Mao
9cd3987475
Merge branch 'main' into fix
2026-03-24 10:24:18 +08:00
Jin Mao
cd955df02f
chore: fix lint
2026-03-24 10:19:24 +08:00
xingyu4j
1128ef5acd
chore: update deps
2026-03-23 17:13:39 +08:00
Jin Mao
2a5b520ec9
chore: update deps
2026-03-22 09:15:27 +08:00
xingyu
0c300d040c
fix: tailwindcss config ( #7693 )
...
* chore: update deps
* fix: tailwindcss config
* fix: lint
* fix: lint
* chore: update deps
2026-03-19 15:51:09 +08:00
Jin Mao
82cda0edaa
Merge branch 'fork/xingyu4j/tsdown'
...
# Conflicts:
# pnpm-lock.yaml
2026-03-16 20:36:27 +08:00
xingyu
186914bcac
fix: vxe i18n ( #7675 )
...
* chore: engines node
* chore: update deps
* fix: oxlint
* chore: fix lint issues
* chore: update deps
* fix: vxe i18n
2026-03-16 18:24:28 +08:00
xingyu4j
c9f7154524
chore(tsdown): remove unbuild leftovers
2026-03-15 22:04:48 +08:00
xingyu4j
b300011d07
refactor(tsdown): migrate ui-kit vue packages
2026-03-15 21:30:13 +08:00
xingyu4j
bdc65cc250
chore: update deps
2026-03-15 21:03:41 +08:00
xingyu4j
26e9aa244b
fix(vite): adapt rolldown workspace resolution
2026-03-15 20:27:01 +08:00
xingyu4j
ae6a75e913
build: migrate core ts packages to tsdown
2026-03-15 18:13:49 +08:00
xingyu
37d72c1628
fix: oxlint config ( #7661 )
...
* chore: engines node
* chore: update deps
* fix: oxlint
* chore: fix lint issues
2026-03-15 17:41:47 +08:00
xingyu4j
1f0cda8aee
chore: update deps
2026-03-15 12:35:42 +08:00
xingyu4j
15f74b9d97
refactor: drop unused turbo eslint shim
2026-03-14 19:20:39 +08:00
xingyu4j
46b4ce81e4
refactor: shrink eslint fallback layer
2026-03-14 19:10:22 +08:00
xingyu4j
90dc8cf997
chore: update deps
2026-03-14 17:52:40 +08:00
xingyu4j
92abf7edaa
chore: oxlint-tsgolint
2026-03-13 23:22:52 +08:00
xingyu4j
6dabb848a5
build: migrate formatting pipeline to oxfmt
2026-03-13 21:56:08 +08:00
xingyu4j
e7fa87b301
chore: finalize oxlint migration config
2026-03-13 20:25:25 +08:00
xingyu4j
40c66958bc
chore: remove un use deps
2026-03-13 15:59:04 +08:00
xingyu4j
443e4b04cd
chore: update vite 8
2026-03-13 15:51:28 +08:00
xingyu4j
0e4bf80bf4
chore: update deps
2026-03-13 10:33:23 +08:00
xingyu
a4736a49f8
feat: migrate to Tailwind CSS v4 ( #7614 )
...
* chore: update deps
* feat: use jsonc/x language
* chore: update eslint 10.0
* fix: no-useless-assignment
* feat: add CLAUDE.md
* chore: ignore
* feat: claude
* fix: lint
* chore: suppot eslint v10
* fix: lint
* fix: lint
* fix: type check
* fix: unit test
* fix: Suggested fix
* fix: unit test
* chore: update stylelint v17
* chore: update all major deps
* fix: echarts console warn
* chore: update vitest v4
* feat: add skills ignores
* chore: update deps
* chore: update deps
* fix: cspell
* chore: update deps
* chore: update tailwindcss v4
* chore: remove postcss config
* fix: no use catalog
* chore: tailwind v4 config
* fix: tailwindcss v4 sort
* feat: use eslint-plugin-better-tailwindcss
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix(lint): resolve prettier and better-tailwindcss formatting conflicts
* fix(tailwind): update theme references and lint sources
* style(format): normalize apps docs and playground vue files
* style(format): normalize core ui-kit components
* style(format): normalize effects ui and layout components
2026-03-10 05:08:45 +08:00
dependabot[bot]
49e45eab54
chore(deps): bump vue-router from 4.6.4 to 5.0.3 ( #7583 )
...
Bumps [vue-router](https://github.com/vuejs/router ) from 4.6.4 to 5.0.3.
- [Release notes](https://github.com/vuejs/router/releases )
- [Commits](https://github.com/vuejs/router/compare/v4.6.4...v5.0.3 )
---
updated-dependencies:
- dependency-name: vue-router
dependency-version: 5.0.3
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-27 17:06:18 +08:00
Jin Mao
ac5e4c4722
chore: update deps
2026-02-09 04:52:06 +08:00
Bin
8cadad0a1e
feat(web): add antdv-next model
2026-02-08 23:00:19 +08:00
xingyu
7680b33b99
fix : #7140 ( #7153 )
...
* chore: add yaml eslint validate
* chore: update deps
* fix: unused ts lint
* fix: 弹窗只能点击一次 #7140
* chore: update actions/checkout v6
* chore: update node version v22.22.0
2026-01-28 18:05:20 +08:00