Commit Graph

40 Commits

Author SHA1 Message Date
renovate[bot]
671155337a
fix(deps): update all non-major dependencies (#16603)
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-05-07 10:01:16 +02:00
renovate[bot]
6cccef78a5
chore(deps): update dependency eslint-plugin-n to v17 (#16381)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-04-15 16:49:17 +08:00
翠 / green
b20d54257e
refactor: share code with vite runtime (#15907) 2024-02-24 11:05:19 +01:00
Bjorn Lu
a1f80822ea
chore: use eslint-plugin-i (#15569) 2024-01-11 14:21:58 +01:00
Shinigami
88be6140a5
chore(deps): update eslint-define-config (#15026) 2023-11-21 11:58:00 +08:00
renovate[bot]
0a7c75305a
chore(deps): update dependency eslint-plugin-regexp to v2 (#14730)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2023-10-26 23:05:06 +08:00
Bjorn Lu
2c1a45c86c
feat!: bump minimum node version to 18 (#14030) 2023-08-15 15:28:17 +02:00
cunzaizhuyi
d1264fd343
chore(eslint): allow type annotations (#13920) 2023-07-22 11:37:17 +02:00
Xavier Mawet
45c6f3b760
chore(deps): update @typescript-eslint/* dependencies to v6.0.0 (#13817) 2023-07-15 08:09:56 +02:00
Arnaud Barré
c6c5d49d15
feat(css): add support for Lightning CSS (#12807) 2023-06-19 15:46:46 +02:00
fi3ework
a8c7eb24a2
test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
Arnaud Barré
d84460a5fc
feat(create-vite): add eslint to React templates (#12801) 2023-04-20 09:56:12 +02:00
Anthony Fu
62ebe28d40
refactor(eslint): migrate to eslint-plugin-n (#12895) 2023-04-18 11:45:47 +00:00
翠 / green
e58a4f00e2
chore: enable @typescript-eslint/ban-ts-comment (#11326) 2022-12-12 11:59:02 +01:00
Arnaud Barré
134ce68179
chore: enable prettier trailing commas (#11167) 2022-12-04 08:19:06 +01:00
翠 / green
fc007dfba2
perf: regexp perf issues, refactor regexp stylistic issues (#10905)
fix https://github.com/vitejs/vite/issues/10900
2022-11-14 12:23:27 +00:00
Bjorn Lu
291174d89c
refactor(types): simplify type exports (#10243)
Co-authored-by: 翠 / green <green@sapphi.red>
2022-09-30 11:29:26 +02:00
翠 / green
da632bf36f
refactor(types): bundle client types (#9966) 2022-09-24 13:52:06 +02:00
翠 / green
37ac91e5f6
perf: bundle create-vite (#9034) 2022-08-29 20:21:35 +02:00
翠 / green
9e9cd23763
chore: node prefix lint (#9514) 2022-08-03 22:57:50 +09:00
翠 / green
f4addcfc24
chore: tidy up eslint config (#9468) 2022-08-01 14:39:26 +09:00
翠 / green
2826303bd2
fix: mention that Node.js 13/15 support is dropped (fixes #9113) (#9116) 2022-07-15 15:23:41 +02:00
Bjorn Lu
8a05432e6d
feat: bump minimum node version to 14.18.0 (#8662) 2022-06-19 19:50:37 +02:00
Bjorn Lu
0e20949dbf
chore: update major deps (#8572) 2022-06-13 20:26:27 +02:00
翠 / green
6673b3e68f
chore: set node/no-unsupported-features version (#8388) 2022-05-29 19:34:03 +02:00
翠 / green
9a99bc48e3
chore: enable reportUnusedDisableDirectives (#8384) 2022-05-29 23:25:01 +08:00
Sosuke Suzuki
104caf95ec
chore: enable @typescript-eslint/explicit-module-boundary-types (#8372) 2022-05-28 22:08:56 +02:00
Anthony Fu
76fdc27437
feat!: migrate to ESM (#8178) 2022-05-21 13:38:33 +08:00
翠 / green
9baa70b788
fix: rewrite CJS specific funcs/vars in plugins (#8227) 2022-05-19 09:23:45 +08:00
Anthony Fu
11243de9eb
chore: enable import/no-duplicates eslint rule (#8199) 2022-05-17 16:32:43 +02:00
Anthony Fu
638b168628
chore: use unbuild to bundle plugins (#8139) 2022-05-13 12:00:54 +09:00
Anthony Fu
da6dc9d4f7
test: refactor test utils and setup (#8135) 2022-05-12 13:12:43 +08:00
Anthony Fu
79ef186b40
chore: enable typecheck for tests and scripts (#8114) 2022-05-11 18:09:52 +08:00
Anthony Fu
d2874827f7
test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
Anthony Fu
43a58ddcd6
chore(lint): sort for imports (#8113) 2022-05-11 10:44:14 +02:00
Anthony Fu
8148f67f4a
test: migrate to vitest (#8076) 2022-05-11 14:33:20 +08:00
Anthony Fu
875fc116a0
chore: move playground to root (#8072) 2022-05-09 09:36:14 +02:00
Anthony Fu
63cd53d248
fix: use Vitest for unit testing, clean regex bug (#8040) 2022-05-06 10:00:31 +02:00
Shinigami
7186857905
chore: prefer type imports (#5835) 2021-12-19 19:35:25 +08:00
Ben McCann
775babac40
chore: use cjs extension with scripts (#5877) 2021-11-29 21:40:44 +08:00