Commit Graph

375 Commits

Author SHA1 Message Date
renovate[bot]
6b08a3e126
chore(deps): update all non-major dependencies 2024-09-19 12:24:47 +00:00
三咲智子 Kevin Deng
1d6003c043
chore: release v1.2.5 2024-09-11 19:23:09 +08:00
Kael
ad14b2d94a
fix: missing colon in event name for dynamic model arguments (#642) 2024-09-11 19:22:27 +08:00
三咲智子 Kevin Deng
8de3f20221
ci: fix build script 2024-09-08 23:14:45 +08:00
三咲智子 Kevin Deng
34f545ad8b
ci: use node 20 2024-09-08 23:11:15 +08:00
三咲智子 Kevin Deng
47f097a98c
chore: release v1.2.4 2024-09-07 05:30:09 +08:00
三咲智子 Kevin Deng
33305d0978
revert: chore(deps): update dependency html-tags to v4 (#708)
This reverts commit 217b9229d6.
2024-09-07 05:29:25 +08:00
三咲智子 Kevin Deng
9ae4ecc6ba
chore: release v1.2.3 2024-09-07 05:18:25 +08:00
三咲智子 Kevin Deng
e2cd42064e
chore: reduce unnecessary build 2024-09-07 05:17:57 +08:00
三咲智子 Kevin Deng
ef190179e2
test: fix import 2024-09-07 05:14:12 +08:00
三咲智子 Kevin Deng
4ccb306305
chore: use pnpm catalog 2024-09-07 05:10:07 +08:00
三咲智子 Kevin Deng
76ef36393e
test: update snapshot for vue 3.5 2024-09-07 05:06:44 +08:00
三咲智子 Kevin Deng
4bd09577cc
refactor(jsx-explorer): replace @babel/core with @babel/standalone 2024-09-07 05:04:05 +08:00
三咲智子 Kevin Deng
455ae7182d
fix(jsx-explorer): support browser env 2024-09-07 04:56:24 +08:00
三咲智子 Kevin Deng
45383745b4
chore: upgrade deps 2024-09-07 04:32:43 +08:00
renovate[bot]
747a6527fa
chore(deps): update all non-major dependencies (#711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-09-07 04:31:34 +08:00
三咲智子 Kevin Deng
de5d8537d6
fix(jsx-explorer): disable optimizing dependencies in build mode 2024-09-07 04:29:28 +08:00
renovate[bot]
13376065fa
chore(deps): update dependency eslint-plugin-import-x to v4 (#723)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 19:05:21 +08:00
renovate[bot]
6543422f6a
chore(deps): update dependency jsdom to v25 (#722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-26 14:31:49 +08:00
renovate[bot]
e670f4ca58
chore(deps): update dependency typescript-eslint to v8 (#719)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-05 13:11:25 +08:00
renovate[bot]
2611dfc751
chore(deps): update vitest monorepo to v2 (major) (#718)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-15 23:06:07 +08:00
renovate[bot]
9de6c7e612
chore(deps): update dependency eslint-plugin-import-x to v3 (#717)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-15 23:01:36 +08:00
renovate[bot]
f1a514229b
chore(deps): update dependency @vitejs/plugin-vue-jsx to v4 (#713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 09:58:30 +08:00
三咲智子 Kevin Deng
bdc68b6b39
test: update snapshot 2024-05-27 03:24:30 +08:00
qlin
734abf5d92
fix: v-slots should not import resolveDirective (#698) 2024-05-27 03:19:02 +08:00
renovate[bot]
217b9229d6
chore(deps): update dependency html-tags to v4 (#708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-05-25 14:39:09 +08:00
renovate[bot]
3852069f00
chore(deps): update all non-major dependencies (#694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-05-25 14:33:58 +08:00
三咲智子 Kevin Deng
dabd9947bf
chore: upgrade ESLint 9 2024-05-25 14:02:07 +08:00
三咲智子 Kevin Deng
261d63f683
chore: add dev script 2024-05-25 13:42:21 +08:00
renovate[bot]
07974281e0
chore(deps): update pnpm to v9 (#707)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-22 19:26:23 +08:00
Haoqun Jiang
9770f43fd3
refactor: update babel-helper-module-imports and use its built-in imports-merging feature
The snapshots are also updated. These are just order-related changes,
the functionality remains the same.
2024-03-27 22:00:49 +08:00
三咲智子 Kevin Deng
fb00715da4
fix: don't merge imports
revert: https://github.com/vuejs/babel-plugin-jsx/pull/274
2024-03-21 01:33:55 +08:00
Haoqun Jiang
c52e244983
chore: release v1.2.2 2024-03-20 00:34:48 +08:00
Haoqun Jiang
f916afa2ef
fix: pin @babel/helper-module-imports to ~7.22.15, workaround for babel regression
https://github.com/babel/babel/pull/16349 seems to have caused a
regression in this plugin, leading to https://github.com/vuejs/core/issues/10549
2024-03-20 00:30:56 +08:00
renovate[bot]
b4f9f1b81e
chore(deps): update dependency @typescript-eslint/eslint-plugin to v7 (#695)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-19 16:46:44 +08:00
renovate[bot]
3c2d65e327
chore(deps): update all non-major dependencies (#693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-02-05 22:21:26 +08:00
三咲智子 Kevin Deng
bb8cbe957e
fix: enable optimizing dependencies in build mode 2024-01-24 03:11:39 +08:00
三咲智子 Kevin Deng
20ef600064
feat(jsx-explorer): support tsx 2024-01-24 03:02:07 +08:00
三咲智子 Kevin Deng
d99206b059
refactor(jsx-explorer): dogfooding of JSX syntax 2024-01-24 02:42:21 +08:00
Pig Fang
9d97341d04
feat(jsx-explorer): add resolveType option (#692) 2024-01-24 02:19:02 +08:00
三咲智子 Kevin Deng
0838a222d9
chore: release v1.2.1 2024-01-22 23:10:24 +08:00
三咲智子 Kevin Deng
fab7958958
fix(resolve-type): overwrite exports field for publish 2024-01-22 23:08:58 +08:00
renovate[bot]
4442cfa548
chore(deps): update all non-major dependencies (#690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-22 13:38:47 +08:00
renovate[bot]
d6fe1a728d
chore(deps): update dependency jsdom to v24 (#691)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-22 13:38:23 +08:00
三咲智子 Kevin Deng
6451e890cf
chore: update docs 2024-01-21 17:38:31 +08:00
三咲智子 Kevin Deng
6d71c30835
chore: bump 1.2.0 2024-01-21 17:34:12 +08:00
三咲智子 Kevin Deng
e9c7e2c2a0
refactor: disable resolveType by default 2024-01-21 17:32:31 +08:00
三咲智子 Kevin Deng
830fa7dff8
fix(resolve-type): support es2015 2024-01-21 17:26:26 +08:00
三咲智子 Kevin Deng
3f8f4bbfc6
feat: resolve TS type (#664) 2024-01-21 17:25:13 +08:00
三咲智子 Kevin Deng
edf7cb1025
chore: upgrade deps 2024-01-21 17:12:49 +08:00