vite/playground
Hiroshi Ogawa 8ab04b70ad
Some checks are pending
CI / Get changed files (push) Waiting to run
CI / Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }} (18, ubuntu-latest) (push) Blocked by required conditions
CI / Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }} (20, ubuntu-latest) (push) Blocked by required conditions
CI / Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }} (22, macos-latest) (push) Blocked by required conditions
CI / Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }} (22, ubuntu-latest) (push) Blocked by required conditions
CI / Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }} (22, windows-latest) (push) Blocked by required conditions
CI / Build & Test Passed or Skipped (push) Blocked by required conditions
CI / Build & Test Failed (push) Blocked by required conditions
CI / Lint: node-20, ubuntu-latest (push) Waiting to run
Preview release / preview (push) Waiting to run
fix(html): fix inline proxy modules invalidation (#18696)
2024-11-18 13:01:09 +01:00
..
alias fix(deps): update all non-major dependencies (#18345) 2024-10-15 16:13:43 +09:00
assets feat(asset): inline svg in dev if within limit (#18581) 2024-11-06 10:28:44 +01:00
assets-sanitize fix: fs.deny with leading double slash (#13348) 2023-05-26 10:17:52 +00:00
backend-integration chore(deps): update all non-major dependencies (#18562) 2024-11-04 11:48:40 +08:00
build-old test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
cli chore(deps): update dependency execa to v9 (#16662) 2024-05-13 15:29:57 +08:00
cli-module fix(deps): update all non-major dependencies (#17780) 2024-07-30 13:38:12 +08:00
client-reload fix: use websocket to test server liveness before client reload (#17891) 2024-10-25 13:54:11 +09:00
config chore(deps): update all non-major dependencies (#18562) 2024-11-04 11:48:40 +08:00
csp feat: write cspNonce to style tags (#16419) 2024-04-18 10:54:39 +00:00
css test: run css sourcemap playground for legacy sass (#18636) 2024-11-11 12:31:34 +01:00
css-codesplit fix(css): avoid generating empty JS files when JS files becomes empty but has CSS files imported (#16078) 2024-05-18 15:22:00 +08:00
css-codesplit-cjs test: consolidate spec names in all playgrounds (#15718) 2024-01-26 08:25:41 +01:00
css-dynamic-import test(css): make "duplicate CSS" test to focus on what it's testing (#18308) 2024-10-09 14:56:34 +02:00
css-lightningcss chore(deps): update all non-major dependencies (#18562) 2024-11-04 11:48:40 +08:00
css-lightningcss-proxy chore: upgrade to express 5 (#18537) 2024-11-05 19:27:51 +08:00
css-lightningcss-root chore(deps): update all non-major dependencies (#18562) 2024-11-04 11:48:40 +08:00
css-no-codesplit fix(css): avoid generating empty JS files when JS files becomes empty but has CSS files imported (#16078) 2024-05-18 15:22:00 +08:00
css-sourcemap test: run css sourcemap playground for legacy sass (#18636) 2024-11-11 12:31:34 +01:00
data-uri fix(data-uri): only match ids starting with data: (#18241) 2024-09-30 10:57:36 +02:00
define fix: define in environment config was not working (#18515) 2024-10-30 07:34:08 +01:00
dynamic-import fix(dynamicImportVars): correct glob pattern for paths with parentheses (#17940) 2024-09-09 16:10:58 +02: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
environment-react-ssr fix(deps): update all non-major dependencies (#18484) 2024-10-28 17:06:33 +08:00
extensions fix(deps): update all non-major dependencies (#18345) 2024-10-15 16:13:43 +09:00
external chore(deps): update transitive deps (#18602) 2024-11-07 15:33:03 +01:00
fs-serve fix: fs raw query (#18112) 2024-09-16 17:38:29 +02:00
glob-import fix(css): dont remove JS chunk for pure CSS chunk when the export is used (#18307) 2024-10-09 15:12:45 +02:00
hmr revert: use chokidar v3 (#18659) 2024-11-14 09:13:41 +01:00
hmr-root fix: add watch in fallback file load (#14938) 2023-11-10 10:00:22 +00:00
hmr-ssr feat: use a single transport for fetchModule and HMR support (#18362) 2024-11-07 11:24:48 +09:00
html fix(html): fix inline proxy modules invalidation (#18696) 2024-11-18 13:01:09 +01:00
import-assertion test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
js-sourcemap chore: upgrade to unbuild v3 rc (#18502) 2024-10-29 06:16:13 +01:00
json test: simplify playground/json/__tests__/ssr (#18701) 2024-11-18 13:00:04 +01:00
legacy chore: upgrade to express 5 (#18537) 2024-11-05 19:27:51 +08:00
lib feat(lib)!: use package name for css output file name (#18488) 2024-10-30 09:13:01 +01:00
minify fix(css): use esbuild legalComments config when minifying CSS (#13661) 2023-06-30 16:13:48 +08:00
module-graph feat: Environment API (#16471) 2024-09-04 11:27:09 +02:00
multiple-entrypoints chore(deps): update all non-major dependencies (#18562) 2024-11-04 11:48:40 +08:00
nested-deps feat: support for self-referencing (#16068) 2024-03-12 21:10:04 +08:00
object-hooks fix(deps): update all non-major dependencies (#18345) 2024-10-15 16:13:43 +09:00
optimize-deps fix(deps): update all non-major dependencies (#18345) 2024-10-15 16:13:43 +09:00
optimize-deps-no-discovery fix(deps): update all non-major dependencies (#18345) 2024-10-15 16:13:43 +09:00
optimize-missing-deps chore: upgrade to express 5 (#18537) 2024-11-05 19:27:51 +08:00
preload chore(deps): update all non-major dependencies (#18404) 2024-10-21 13:06:14 +09:00
preserve-symlinks chore(deps): update dependency prettier to v3 (#13759) 2023-07-19 09:53:25 +02:00
proxy-bypass test: consolidate spec names in all playgrounds (#15718) 2024-01-26 08:25:41 +01:00
proxy-hmr test: fix proxy-bypass and proxy-hmr ports (#15716) 2024-01-26 06:15:31 +01:00
resolve feat: expose default mainFields/conditions (#18648) 2024-11-14 09:14:35 +01:00
resolve-config chore: remove fs-extra dev dependency (#17782) 2024-07-29 19:20:03 +08:00
resolve-linked test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
self-referencing feat: support for self-referencing (#16068) 2024-03-12 21:10:04 +08:00
ssr feat: use a single transport for fetchModule and HMR support (#18362) 2024-11-07 11:24:48 +09:00
ssr-alias fix(ssr): apply alias to resolvable dependencies during dev (#15602) 2024-03-12 22:14:51 +08:00
ssr-conditions feat: expose default mainFields/conditions (#18648) 2024-11-14 09:14:35 +01:00
ssr-deps chore: upgrade to express 5 (#18537) 2024-11-05 19:27:51 +08:00
ssr-html test: skip ssr-html build tests (#18694) 2024-11-18 16:04:27 +08:00
ssr-noexternal chore: upgrade to express 5 (#18537) 2024-11-05 19:27:51 +08:00
ssr-pug chore: upgrade to express 5 (#18537) 2024-11-05 19:27:51 +08:00
ssr-resolve fix(ssr): mark builtin modules as side effect free (#15658) 2024-01-19 16:19:35 +01:00
ssr-webworker feat: expose default mainFields/conditions (#18648) 2024-11-14 09:14:35 +01:00
tailwind fix(deps): update all non-major dependencies (#18484) 2024-10-28 17:06:33 +08:00
tailwind-sourcemap chore(deps): update all non-major dependencies (#18404) 2024-10-21 13:06:14 +09:00
transform-plugin fix: handle addWatchFile in load hooks (#14967) 2023-11-13 19:06:58 +01:00
tsconfig-json chore: update moduleResolution value casing (#18409) 2024-10-21 16:33:54 +09:00
tsconfig-json-load-error chore: update moduleResolution value casing (#18409) 2024-10-21 16:33:54 +09:00
wasm test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
worker fix(deps): update all non-major dependencies (#18345) 2024-10-15 16:13:43 +09:00
package.json chore(deps): update all non-major dependencies (#13938) 2023-08-06 16:36:01 +08:00
shims.d.ts
test-utils.ts fix: use websocket to test server liveness before client reload (#17891) 2024-10-25 13:54:11 +09:00
tsconfig.json chore: update moduleResolution value casing (#18409) 2024-10-21 16:33:54 +09:00
vitestGlobalSetup.ts fix(css): fix sass modern source map (#17938) 2024-09-01 23:27:03 +08:00
vitestSetup.ts chore: replace deprecated File type with RunnerTestFile (#18448) 2024-10-24 12:14:48 +02:00