vite/playground
2023-12-12 06:53:01 +01:00
..
alias chore(deps): update all non-major dependencies (#15145) 2023-11-27 12:15:40 +08:00
assets fix(build): decode urls in CSS files (fix #15109) (#15246) 2023-12-12 06:53:01 +01:00
assets-sanitize fix: fs.deny with leading double slash (#13348) 2023-05-26 10:17:52 +00:00
backend-integration fix(css): use non-nested chunk name if facadeModule is not CSS file (#15155) 2023-11-28 15:36:57 +01:00
build-old test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
cli test: avoid magic number on cli playground spec (#15168) 2023-11-29 11:52:10 +01:00
cli-module fix(deps): update all non-major dependencies (#14092) 2023-09-19 15:52:21 +08:00
config chore(deps): update all non-major dependencies (#15145) 2023-11-27 12:15:40 +08:00
css chore(deps): update all non-major dependencies (#15145) 2023-11-27 12:15:40 +08:00
css-codesplit fix: multiple entries with shared css and no JS (#13962) 2023-07-28 11:50:31 +02:00
css-codesplit-cjs fix(deps): update all non-major dependencies (#14961) 2023-11-13 09:25:20 +01:00
css-dynamic-import test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
css-lightningcss fix(deps): update all non-major dependencies (#14961) 2023-11-13 09:25:20 +01:00
css-lightningcss-proxy feat: preserve vite.middlewares connect instance after restarts (#15166) 2023-11-29 11:44:06 +01:00
css-sourcemap chore(deps): update all non-major dependencies (#15145) 2023-11-27 12:15:40 +08:00
data-uri test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
define fix(define): allow define process.env (#15173) 2023-11-29 10:37:05 +01:00
dynamic-import fix: injectQuery check with double slash in the url (#14910) 2023-11-09 09:25:02 +01:00
dynamic-import-inline fix(build): silence warn dynamic import module when inlineDynamicImports true (#13970) 2023-08-01 10:58:39 +02:00
env feat(define): handle replacement with esbuild (#11151) 2023-10-26 11:30:05 +08:00
env-nested test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
extensions chore(deps): update all non-major dependencies (#15145) 2023-11-27 12:15:40 +08:00
external chore(deps): update all non-major dependencies (#15145) 2023-11-27 12:15:40 +08:00
fs-serve fix(importAnalysis): strip url base before passing as safeModulePaths (#13712) 2023-07-29 20:28:40 +02:00
glob-import feat!: rollup v4 (#14508) 2023-10-18 00:54:47 +08:00
hmr refactor: use dedicated regex methods (#15228) 2023-12-03 13:37:17 +01:00
hmr-root fix: add watch in fallback file load (#14938) 2023-11-10 10:00:22 +00:00
html test: skip unicode test on windows instead of lowering the Node version (#15096) 2023-11-22 11:15:57 +01:00
import-assertion test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
js-sourcemap fix: emit vite:preloadError for chunks without deps (#15203) 2023-12-01 14:21:51 +01:00
json feat: preserve vite.middlewares connect instance after restarts (#15166) 2023-11-29 11:44:06 +01:00
legacy fix(legacy): preserve async generator function invocation (#15021) 2023-11-21 13:00:58 +01:00
lib chore: reduce test flakiness (#14684) 2023-10-19 15:38:06 +09:00
minify fix(css): use esbuild legalComments config when minifying CSS (#13661) 2023-06-30 16:13:48 +08:00
module-graph fix(import-analysis): preserve importedUrls import order (#14465) 2023-09-26 10:18:16 +02:00
multiple-entrypoints fix(deps): update all non-major dependencies (#14729) 2023-10-28 23:33:46 +08:00
nested-deps test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
object-hooks chore(deps): update all non-major dependencies (#15145) 2023-11-27 12:15:40 +08:00
optimize-deps test: reduce optimize-deps playground flaky fail (#15205) 2023-12-02 15:40:45 +01:00
optimize-deps-no-discovery chore(deps): update all non-major dependencies (#15145) 2023-11-27 12:15:40 +08:00
optimize-missing-deps test: missing __dirname in playground (#15243) 2023-12-06 01:31:59 +09:00
preload fix(deps): update all non-major dependencies (#14883) 2023-11-06 13:18:58 +08:00
preserve-symlinks chore(deps): update dependency prettier to v3 (#13759) 2023-07-19 09:53:25 +02:00
proxy-bypass fix(proxy): correct the logic of bypass returning false (#14579) 2023-10-11 09:07:24 +02:00
proxy-hmr chore: reduce test flakiness (#14684) 2023-10-19 15:38:06 +09:00
resolve fix(deps): update all non-major dependencies (#15233) 2023-12-04 09:54:15 +01:00
resolve-config test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
resolve-linked test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
ssr fix: proxy html path should be encoded (#15223) 2023-12-03 11:09:40 +01:00
ssr-conditions feat: preserve vite.middlewares connect instance after restarts (#15166) 2023-11-29 11:44:06 +01:00
ssr-deps feat: preserve vite.middlewares connect instance after restarts (#15166) 2023-11-29 11:44:06 +01:00
ssr-html feat: preserve vite.middlewares connect instance after restarts (#15166) 2023-11-29 11:44:06 +01:00
ssr-noexternal feat: preserve vite.middlewares connect instance after restarts (#15166) 2023-11-29 11:44:06 +01:00
ssr-pug feat: preserve vite.middlewares connect instance after restarts (#15166) 2023-11-29 11:44:06 +01:00
ssr-resolve test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
ssr-webworker fix(deps): update all non-major dependencies (#15233) 2023-12-04 09:54:15 +01:00
tailwind chore(deps): update all non-major dependencies (#15145) 2023-11-27 12:15:40 +08:00
tailwind-sourcemap fix(deps): update all non-major dependencies (#14729) 2023-10-28 23:33:46 +08:00
transform-plugin fix: handle addWatchFile in load hooks (#14967) 2023-11-13 19:06:58 +01:00
tsconfig-json refactor(esbuild)!: remove esbuild 0.17 -> 0.18 compat (#14804) 2023-10-30 16:58:27 +00:00
tsconfig-json-load-error chore(deps): update dependency prettier to v3 (#13759) 2023-07-19 09:53:25 +02:00
wasm test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
worker fix(worker): prevent inject esm in classic workers (#14918) 2023-11-09 10:33:25 +01:00
hasWindowsUnicodeFsBug.js test: skip unicode test on windows instead of lowering the Node version (#15096) 2023-11-22 11:15:57 +01:00
package.json chore(deps): update all non-major dependencies (#13938) 2023-08-06 16:36:01 +08:00
shims.d.ts test: ensure ports are free for test servers 2022-05-11 20:31:21 +08:00
test-utils.ts test: reduce optimize-deps playground flaky fail (#15205) 2023-12-02 15:40:45 +01:00
tsconfig.json feat!: bump minimum node version to 18 (#14030) 2023-08-15 15:28:17 +02:00
vitestGlobalSetup.ts refactor: use dedicated regex methods (#15228) 2023-12-03 13:37:17 +01:00
vitestSetup.ts test: use isPreview instead of previewBase (#14878) 2023-11-06 09:32:24 +01:00