1126 Commits

Author SHA1 Message Date
neverland
5580b1be1b
chore(deps): bump Rsbuild and Vue (#12532) 2023-12-26 01:03:54 +00:00
Amumu
562184dfe2
feat: support link css from shadow dom (#12526) 2023-12-25 10:25:14 +08:00
neverland
8b64451b0c
chore(deps): bump esbuild v0.19 (#12524) 2023-12-23 10:27:43 +00:00
neverland
214c13b532
chore(deps): bump vite v5 (#12523) 2023-12-23 10:14:34 +00:00
neverland
de023c6e99
chore(deps): bump Vue 3.4.0-beta.4 (#12520) 2023-12-23 09:14:04 +00:00
neverland
a7ec33cbc5
chore(deps): bump Rsbuild v0.2.8 (#12519) 2023-12-23 08:41:58 +00:00
neverland
4040827740
feat(cli): bump Rsbuild v0.2.2 (#12502) 2023-12-12 21:12:17 +08:00
dependabot[bot]
2523aa385a
chore(deps): bump vite from 4.4.9 to 4.4.12 (#12493)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-10 11:03:12 +08:00
neverland
3c3f96e268
perf: disable source map to make compilation faster (#12484) 2023-12-04 17:29:52 +08:00
neverland
ba0d2b7532
fix(cli): remove unused script in template (#12482) 2023-12-02 21:10:40 +08:00
neverland
b09b807fe0
refactor(CLI): integrate Rsbuild to build website (#12481) 2023-12-02 21:04:39 +08:00
neverland
e0cdad3a3f
chore(deps): fix security alerts of babel and postcss (#12414) 2023-10-29 17:56:12 +08:00
neverland
9065400586
chore(cli): merge greet logs (#12365) 2023-10-14 17:30:11 +08:00
neverland
714bb42719
chore(deps): bump rslog v1.1.0 (#12364) 2023-10-14 17:08:33 +08:00
chenjiahan
af9b89c42c chore(cli): adjust log type 2023-10-06 10:46:00 +08:00
dependabot[bot]
d8521b78af
chore(deps): bump postcss from 8.4.27 to 8.4.31 (#12341)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-05 22:44:42 +08:00
neverland
087ecda7b2
feat(cli): using rslog (#12334) 2023-10-02 21:34:03 +08:00
chenjiahan
c1bf174270 fix(cli): allow missing build script when releasing 2023-09-17 11:10:11 +08:00
neverland
57dc768a02
chore: use workspace protocol for internal deps (#12225) 2023-08-27 16:07:22 +08:00
neverland
694daef6ea
test: migrate test runner to vitest (#12206) 2023-08-20 18:48:09 +08:00
neverland
5dc2f4dcd2
refactor(cli): remove execa dependency (#12205) 2023-08-19 15:14:40 +08:00
neverland
2b921f6123
fix(cli): should escape curly brackets in markdown (#12188) 2023-08-14 16:53:28 +08:00
Colin McDonnell
feba5e742f
docs: add instructions for bun package manager (#12182) 2023-08-14 13:18:25 +08:00
neverland
8af469602a
chore(deps): bump markdown-it v13 and commander v11 (#12180) 2023-08-13 19:26:35 +08:00
neverland
f691eacb24
refactor(cli): rewrite vite-plugin-md (#12179) 2023-08-13 19:13:11 +08:00
neverland
cfa33c2fa1
chore(eslint-config): bump dependencies (#12155) 2023-08-06 10:53:59 +08:00
neverland
cac08f88e8
refactor(cli): use GitHub changelog instead of conventional-changelog (#12139)
* refactor(cli): use GitHub changelog instead of conventional-changelog

* chore: revert lock file
2023-07-31 21:48:11 +08:00
neverland
b6d35cd268
feat(cli): support gitTag option for release command (#12134)
* feat(cli): support gitTag option for release command

* chore: exclude temp file

* release: vant v4.6.4-beta.1
2023-07-30 11:50:56 +08:00
neverland
e6a0694807
refactor(cli): rewrite release command (#12133)
* refactor(cli): rewrite release command

* fix: duplicated build

* fix: no git check

* feat: rollback version

* chore: release config

* chore: add release config
2023-07-30 10:43:26 +08:00
chenjiahan
b480ec8a2d docs(changelog): @vant/cli@6.2.0 2023-07-29 11:37:19 +08:00
chenjiahan
ecd26122af release: @vant/cli v6.2.0 2023-07-29 11:35:09 +08:00
suncohey
3acee8bf2b
feat(cli): support replace ext in dynamic imports (#12046)
* feat(get-deps): import('../foo.vue') => import('../foo.mjs') 的替换

* feat(get-deps): import('../foo.vue') => import('../foo.mjs') 的替换

* feat(get-deps): 对应正则的优化

* feat(get-deps): 对应正则的优化

* feat(get-deps): 对应正则的优化之前的太宽泛了

* feat(get-deps): 对应正则的优化之前的太宽泛了

* feat(get-deps): 对应正则的优化之前的太宽泛了

---------

Co-authored-by: sunguohui <sunguohui@vcom.com>
2023-07-29 11:29:46 +08:00
neverland
3326547cf1
chore(deps): bump release-it v16 (#12115) 2023-07-23 19:39:42 +08:00
neverland
95572cd3e4
chore: avoid prettier breaking hbs template (#12113) 2023-07-23 18:54:48 +08:00
neverland
3dcc92a5c0
chore: bump prettier v3 and format all code (#12111)
* chore: bump prettier v3 and format all code

* chore: mjs config

* chore: revert

* chore: revert

* chore: update lock
2023-07-22 14:14:14 +08:00
neverland
4ebc7bbb0e
chore(deps): bump vite 4.4, esbuild 0.18 (#12068) 2023-07-09 16:27:51 +08:00
chenjiahan
60163c65ab chore: add exclude config to tsconfig.json 2023-07-02 17:39:30 +08:00
chenjiahan
a05418fc25 release: @vant/eslint-config v4.0.0 2023-07-02 17:32:26 +08:00
neverland
523844eae4
chore: extend eslint range to all src, test directories (#12055)
* chore: extend eslint range to all src, test directories

* chore: fix range
2023-07-02 13:13:27 +08:00
neverland
9333633406
chore(eslint-config): bump all dependencies (#12054) 2023-07-02 12:45:54 +08:00
neverland
47a3aea291
fix(cli): fix autoprefixer plugin conditions (#12052) 2023-07-02 10:27:55 +08:00
ShuGang Zhou
63a8e4443e
feat(VantCli): mobile page refreshes are located based on the hash (#11918) 2023-05-30 21:20:38 +08:00
neverland
1dcfd2dac0
chore(deps): bump Vue v3.3 (#11913) 2023-05-26 22:22:06 +08:00
neverland
0d102db0ee
chore(deps): bump vite v4.3 (#11912) 2023-05-26 22:15:28 +08:00
neverland
3bbe31da1b
docs(perf): lazy import transliteration (#11893) 2023-05-21 22:20:21 +08:00
Jevon
b275e1867d
feat(docs): sync mobile position on anchor click (#11879) 2023-05-20 18:46:50 +08:00
neverland
dc1531084b
chore: using workspace protocol for vant package (#11791) 2023-05-01 11:30:08 +08:00
neverland
8bc6169ae1
chore(deps): bump consola v3 and rimraf v5 (#11751)
* chore(deps): bump consola v3 and rimraf v5

* chore: revert demo
2023-04-15 09:36:41 +08:00
Jungzl
1c1e2e3b27
fix(Field): label-align top works well with label-width (#11684)
* fix(Field): label-align top works well with label-width

* fix(Field): update snapshot

* fix(Field): break long label when `labelAlign="top"`
2023-03-26 11:39:45 +08:00
chenjiahan
9fa1cbb9dc chore: format release commit message 2023-03-19 20:49:39 +08:00