Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rolldown optimizer #23

Closed
wants to merge 656 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
656 commits
Select commit Hold shift + click to select a range
592c95a
chore: use `@polka/compression` (#16146)
chaejunlee Mar 12, 2024
a149d9e
fix: apply correct fs restrictions for Yarn PnP when serving files fr…
smeng9 Mar 12, 2024
4559ac0
style: update overlay style on mobile (#15760)
PengBoUESTC Mar 12, 2024
03b9674
feat: support for self-referencing (#16068)
XiSenao Mar 12, 2024
75a9fc6
feat: accept assets to be specified as input (#16087)
sapphi-red Mar 12, 2024
3efb1a1
feat(config): `import.meta.filename`/`dirname` support (#15888)
sapphi-red Mar 12, 2024
dd49505
feat: convert overlay template to DOM (#15852)
Snugug Mar 12, 2024
17d71ec
fix(css): treeshake css modules (#16051)
bluwy Mar 12, 2024
1cc88c1
feat(resolve): auto externalize node builtins for `noExternal: true` …
bluwy Mar 12, 2024
6d6ae10
feat: add entry name to manifest (#15849)
brillout Mar 12, 2024
57628dc
fix(hmr): call dispose before prune (#15782)
bluwy Mar 12, 2024
b10d162
fix: encode URLs correctly (fix #15298) (#15311)
pzerelles Mar 12, 2024
e030f4b
refactor: normalize cache package dir (#15546)
btea Mar 12, 2024
8e54af6
fix(ssr): apply alias to resolvable dependencies during dev (#15602)
hi-ogawa Mar 12, 2024
74dc73a
feat(ssr): `import.meta.filename`/`dirname` support (#15887)
sapphi-red Mar 12, 2024
2f95c2b
chore(deps): bump rollup to 4.13.0 (#15295)
moui0 Mar 12, 2024
d82e8b1
release: v5.2.0-beta.0
bluwy Mar 12, 2024
8cd846c
fix(ssr): crash on circular import (#14441)
Dunqing Mar 13, 2024
6f77b2b
fix(esbuild): preserve import.meta even if esbuild.target is set to l…
sapphi-red Mar 13, 2024
f377a84
fix: `sideEffects: []` should work as `sideEffects: false` (#16152)
sapphi-red Mar 13, 2024
1d5eec4
feat: csp nonce support (#16052)
sapphi-red Mar 13, 2024
7ee4261
feat(optimizer): show a friendly warning with 404 instead of 504 outd…
sapphi-red Mar 13, 2024
5aabad3
fix(docs): fix load error handling window reload example (#16159)
seanwash Mar 14, 2024
1645fc0
fix(create-vite): remove vue3 deprecated plugin (TypeScript Vue Plugi…
wChenonly Mar 14, 2024
90556eb
docs: backend integration clarify tags to include in production HTML …
brownan Mar 14, 2024
7970aa6
docs: fix a small typo in `backend-integration.md` (#16161)
shuuji3 Mar 14, 2024
9888843
feat: formalize waitForRequestsIdle (experimental) (#16135)
patak-dev Mar 14, 2024
1574f35
docs: remove `vue` from the example when `skipLibCheck` needs to be e…
sapphi-red Mar 14, 2024
20bf97d
release: v5.2.0-beta.1
bluwy Mar 14, 2024
6f8a320
docs: add `@shikiji/vitepress-twoslash` (#16168)
sapphi-red Mar 15, 2024
50caf67
fix(assets): avoid splitting `,` inside query parameter of image URI …
caseycarroll Mar 17, 2024
de60f1e
perf(transformRequest): fast-path watch and sourcemap handling (#16170)
bluwy Mar 17, 2024
842643d
chore(deps): update all non-major dependencies (#16186)
renovate[bot] Mar 18, 2024
72104f6
chore(deps): update dependency vue-tsc to v2 (#16187)
renovate[bot] Mar 18, 2024
1a3b1d7
fix: update client.ts@cleanUrl to accomodate blob protocol (#16182)
ferdisap Mar 19, 2024
ea480df
fix(create-vite): switch to default Remix template (#16203)
markdalgleish Mar 19, 2024
e4572b8
release: v5.2.0
bluwy Mar 20, 2024
0a56177
docs: update volar name and remove takeover mode related docs (#16171)
leon-fong Mar 20, 2024
e41d8cf
release: [email protected]
bluwy Mar 20, 2024
0b2e40b
fix: encode path uri only (#16212)
bluwy Mar 20, 2024
ee4d2bc
release: v5.2.1
patak-dev Mar 20, 2024
e4d2d60
fix(importAnalysis): skip encode in ssr (#16213)
bluwy Mar 20, 2024
d443428
release: v5.2.2
bluwy Mar 20, 2024
d7c5256
fix: handle warmup request error correctly (#16223)
sapphi-red Mar 21, 2024
dad7f4f
fix(runtime): fix sourcemap with `prepareStackTrace` (#16220)
hi-ogawa Mar 21, 2024
9800c73
chore: `utf8` replaced with `utf-8` (#16232)
btea Mar 22, 2024
f184c80
fix(optimizer): fix `optimizeDeps.include` glob syntax for `./*` expo…
hi-ogawa Mar 22, 2024
8617e76
fix: skip encode if is data uri (#16233)
bluwy Mar 22, 2024
a67f9f6
release: v5.2.3
bluwy Mar 22, 2024
fbf69d5
fix: dont resolve imports with malformed URI (#16244)
sapphi-red Mar 23, 2024
6a07243
release: v5.2.4
patak-dev Mar 23, 2024
3a73e48
docs: clarify enforce vs hook.order (#16226)
wmertens Mar 24, 2024
520bb89
docs(create-vite): link to Vue docs for IDE support info (#16225)
patak-dev Mar 24, 2024
7093f77
fix: avoid SSR requests in waitForRequestIdle (#16246)
patak-dev Mar 24, 2024
7a2791c
release: v5.2.5
patak-dev Mar 24, 2024
ba5269c
fix: `fs.deny` with globs with directories (#16250)
sapphi-red Mar 24, 2024
7369016
release: v5.2.6
sapphi-red Mar 24, 2024
b5347d2
docs: fix typo (#16265)
pascalwill Mar 25, 2024
cdc664d
chore(deps): update tj-actions/changed-files action to v43 (#16259)
renovate[bot] Mar 25, 2024
890538a
fix: skip injecting `__vite__mapDeps` when it's not used (#16271)
hi-ogawa Mar 26, 2024
7caef42
fix(deps): update all non-major dependencies (#16258)
renovate[bot] Mar 26, 2024
24e376a
fix(sourcemap): don't warn even if the sourcesContent is an empty str…
sapphi-red Mar 26, 2024
1d9a042
chore: improve PR template (#16266)
patak-dev Mar 26, 2024
c2d0b88
docs: use href attribute for link with rel=modulepreload (#16279)
Laupetin Mar 27, 2024
1f53796
feat(hmr): reload when HTML file is created/deleted (#16288)
sapphi-red Mar 27, 2024
dfffea1
fix(hmr): don't mutate module graph when collecting modules (#16302)
sapphi-red Mar 29, 2024
ffedc06
fix(hmr): trigger hmr for missing file import errored module after fi…
sapphi-red Mar 29, 2024
45a06da
chore: deprecate splitVendorChunkPlugin (#16274)
patak-dev Mar 29, 2024
e14123f
docs(css): duplicate `@import` behavior (#16304)
sapphi-red Mar 29, 2024
ad246da
release: v5.2.7
patak-dev Mar 29, 2024
eca68fa
fix(scanner): duplicate modules for same id if glob is used in html-l…
sapphi-red Mar 29, 2024
01af308
fix(css): unknown file error happened with lightningcss (#16306)
sapphi-red Mar 29, 2024
21cc10b
fix(hmr): multiple updates happened when invalidate is called while m…
sapphi-red Mar 29, 2024
f1e67b6
docs: fix capitalization typos (#16309)
jay-es Mar 29, 2024
3c85c6b
fix: csp nonce injection when no closing tag (#16281) (#16282)
gregtwallace Mar 31, 2024
5647d07
ci: run lint in node 20 (#16338)
sapphi-red Apr 3, 2024
4581e83
refactor: use types from sass instead of @types/sass (#16340)
sapphi-red Apr 3, 2024
175de2f
chore(deps): update tj-actions/changed-files action to v44 (#16326)
renovate[bot] Apr 3, 2024
a78e265
chore(deps): update all non-major dependencies (#16325)
renovate[bot] Apr 3, 2024
445c4f2
fix: fix sourcemap when using object as `define` value (#15805)
hi-ogawa Apr 3, 2024
646319c
fix: do not access document in `/@vite/client` when not defined (#16318)
keyding Apr 3, 2024
72cd3e3
chore: `pnpm audit --fix` (#16346)
sapphi-red Apr 3, 2024
8b8d402
release: v5.2.8
sapphi-red Apr 3, 2024
b762517
ci: run publish in node 20 (#16348)
sapphi-red Apr 3, 2024
c0ec6be
perf: reduce size of injected __vite__mapDeps code (#16184)
panstromek Apr 5, 2024
e2658ad
perf(css): only replace empty chunk if imported (#16349)
bluwy Apr 5, 2024
b05c405
fix: `fsp.rm` removing files does not take effect (#16032)
btea Apr 5, 2024
77562c3
chore: update region comment (#16380)
btea Apr 8, 2024
60367ee
docs: add Mastodon to “resources” in docs navigation (#16370)
meduzen Apr 8, 2024
58a2938
fix(deps): update all non-major dependencies (#16376)
renovate[bot] Apr 8, 2024
4af9f97
fix(legacy): modern polyfill autodetection was not injecting enough p…
sapphi-red Apr 9, 2024
f8e0791
docs: update dep optimization options entries (#16204)
btea Apr 9, 2024
e526573
docs: add links to environment api (#16392)
bluwy Apr 10, 2024
6c323d5
docs: SF meetup promo (#16398)
yyx990803 Apr 11, 2024
102c2fd
fix: fix accumulated stacks in error overlay (#16393)
hi-ogawa Apr 13, 2024
a77707d
release: v5.2.9
patak-dev Apr 15, 2024
6cccef7
chore(deps): update dependency eslint-plugin-n to v17 (#16381)
renovate[bot] Apr 15, 2024
b872635
fix(cspNonce): don't overwrite existing nonce values (#16415)
thebanjomatic Apr 18, 2024
af72eab
fix: adjust esm syntax judgment logic (#16436)
XiSenao Apr 18, 2024
8e54bbd
feat: write cspNonce to style tags (#16419)
thebanjomatic Apr 18, 2024
721f94d
fix: add base to virtual html (#16442)
XiSenao Apr 18, 2024
11444dc
feat: show warning if root is in build.outDir (#16454)
sapphi-red Apr 18, 2024
6a127d6
fix: don't add outDirs to watch.ignored if emptyOutDir is false (#16453)
sapphi-red Apr 18, 2024
e7adcf0
docs: twoslash cut does not take effect (#16466)
btea Apr 19, 2024
6977352
chore: add bun to bug report (#16459)
Shinigami92 Apr 19, 2024
77e7359
revert: perf: use workspace root for fs cache (#15712) (#16476)
sapphi-red Apr 20, 2024
088d24b
release: v5.2.10
sapphi-red Apr 20, 2024
7171837
docs(legacy): update `modernTargets` option default value description…
btea Apr 22, 2024
4d83eb5
fix(dev): watch publicDir explicitly to include it outside the root (…
Shakeskeyboarde Apr 23, 2024
2d50be2
fix(deps): update all non-major dependencies (#16488)
renovate[bot] Apr 23, 2024
f71ba5b
fix: dynamic-import-vars plugin normalize path issue (#16518)
godky Apr 25, 2024
b7ddfae
ci: test on Node.js 22 (#16545)
btea Apr 28, 2024
f222406
docs(env): clarify env are statically replaced (#16553)
bluwy Apr 29, 2024
2322657
feat(plugin-legacy): support `additionalModernPolyfills` (#16514)
iammminzzy Apr 30, 2024
8c6d4be
chore: update `CONTRIBUTING.md` (#16465)
btea Apr 30, 2024
bb79c9b
fix(preload): skip preload for non-static urls (#16556)
bluwy Apr 30, 2024
0e93f58
fix: scripts and styles were missing from built HTML on Windows (#16421)
rse May 1, 2024
2d6a13b
fix(deps): update all non-major dependencies (#16549)
renovate[bot] May 1, 2024
cbf968e
chore(npmrc): set `package-manager-strict` to false (#16565)
btea May 1, 2024
72343be
docs(static-deploy): add xmit deployment guide (#16441)
pcarrier May 1, 2024
2f42006
docs(static-deploy): add criteria comment (#16568)
bluwy May 1, 2024
02db947
fix(ssr): handle function expression name scoping (#16563)
bluwy May 1, 2024
c071eb3
fix(ssr): handle class declaration and expression name scoping (#16569)
bluwy May 1, 2024
f8feeea
feat: improve dynamic import variable failure error message (#16519)
btea May 2, 2024
2bc5d3d
release: v5.2.11
patak-dev May 2, 2024
be2829d
docs: revert SF meetup promo
yyx990803 May 3, 2024
6a7dde5
docs: add cute logo
yyx990803 May 3, 2024
913c040
fix(sourcemap): improve sourcemap compatibility for vue2 (#16594)
amweiss May 5, 2024
6711553
fix(deps): update all non-major dependencies (#16603)
renovate[bot] May 7, 2024
c2a4ce5
test: don't skip unicode related tests anymore (#16339)
sapphi-red May 7, 2024
a265282
chore(create-vite): update IDE support instructions in helloworld com…
awxiaoxian2020 May 7, 2024
7a8ae49
docs: update manifest example (#16620)
sapphi-red May 7, 2024
66f12ab
docs: add custom event types docs (#16609)
FreeJ1nG May 7, 2024
c3b3d3c
release: [email protected]
bluwy May 8, 2024
b0b839a
fix(logger): truncate log over 5000 characters long (#16581)
chaejunlee May 8, 2024
c04192b
chore(deps): update dependency conventional-changelog-cli to v5 (#16604)
renovate[bot] May 8, 2024
22dc196
fix(error-logging): rollup errors weren't displaying id and codeframe…
thebanjomatic May 9, 2024
4501b5a
chore(deps): update @shikijs/vitepress-twoslash to 1.5.0 (#16637)
btea May 10, 2024
27b8ed4
chore(deps): update pnpm/action-setup action to v4 (#16663)
renovate[bot] May 13, 2024
bf2f014
fix(deps): update all non-major dependencies (#16660)
renovate[bot] May 13, 2024
3b161c9
docs: update `announcing-vite5.md` and `announcing-vite5-1.md` (#16646)
nazarepiedady May 13, 2024
6583ad2
fix(build): make SystemJSWrapRE match lazy (#16633)
AfireHong May 13, 2024
76d1642
chore(deps): update dependency execa to v9 (#16662)
renovate[bot] May 13, 2024
65eb48f
test: fix flaky test fail (#16667)
sapphi-red May 13, 2024
2b61cc3
fix(hmr): trigger page reload when calling invalidate on root module …
ArnaudBarre May 14, 2024
31f526f
docs: add meta `og:site_name` & update `og:title` (#16672)
btea May 17, 2024
c9aa06a
chore: patch http-proxy compatible with node22 (#16655)
btea May 17, 2024
95fe5a7
fix(css): avoid generating empty JS files when JS files becomes empty…
sapphi-red May 18, 2024
abf766e
docs: correct proxy shorthand example (#15938)
cecilia-sanare May 18, 2024
8041846
fix(css): page reload was not happening with .css?raw (#16455)
sapphi-red May 18, 2024
89378c0
fix: mention `build.rollupOptions.output.manualChunks` instead of `b…
baseballyama May 20, 2024
b45922a
chore(deps): update all non-major dependencies (#16722)
renovate[bot] May 20, 2024
76fbbba
chore: skip github releases for alpha (#16733)
antfu May 21, 2024
e7d38ab
docs: deprecate server.hot (#16741)
ArnaudBarre May 23, 2024
4053c6f
docs: add comment in create project guide (#16321)
appleSimple May 27, 2024
6a085d0
fix(hmr): normalize the path info (#14255)
btea May 27, 2024
4a89766
fix(deps): update all non-major dependencies (#17321)
renovate[bot] May 27, 2024
8e4e932
fix(css): handle lightningcss compiled css in Deno (#17301)
easymikey May 27, 2024
8f16765
chore: move to eslint flat config (#16743)
antfu May 27, 2024
f0fb987
fix(optimizer): log dependencies added by plugins (#16729)
ArnaudBarre May 27, 2024
15a6ebb
fix(css): only use files the current bundle contains (#16684)
susnux May 28, 2024
5a45745
chore(deps): remove unused deps (#17329)
bluwy May 28, 2024
bed3faa
release: v5.2.12
bluwy May 28, 2024
e861168
chore: fix release diff tag detection (#17331)
bluwy May 28, 2024
14b5ced
feat: add an option to not start a websocket server (#16219)
sheremet-va May 29, 2024
5f13bf8
chore(deps): update esbuild (#17290)
amweiss May 29, 2024
8880bc5
feat(asset): support `/*@vite-ignore*/` for `new URL(, import.meta.ur…
sapphi-red May 29, 2024
4aa4a80
refactor: plugin container (#17288)
antfu May 29, 2024
4102ca9
feat: add 'system' library format (#11256)
tristanlins May 29, 2024
9853190
refactor(build): remove quotes from preload marker (#16562)
PengBoUESTC May 29, 2024
9f02a9f
feat: add headTagInsertCheck warning (#16555)
PengBoUESTC May 29, 2024
7b0a65e
fix(proxy): rewrite the origin header to match the target for ws prox…
johnhunter May 29, 2024
48edfcd
fix(plugin-legacy): improve deterministic polyfills discovery (#16566)
shankerwangmiao May 29, 2024
f599ab4
fix: adjust import analysis behavior to match Node (#16738)
stenin-nikita May 29, 2024
454e2d1
refactor: remove acorn (#16238)
sapphi-red May 29, 2024
e6a70b7
docs(plugin-legacy): update outdated warning about `modernPolyfills` …
xuhdev May 29, 2024
4161843
fix(optimize-deps): don't externalize JS files imported with asset ex…
proc07 May 30, 2024
c735cc7
fix(plugin-legacy): group discovered polyfills by output (#17347)
bluwy May 30, 2024
1f60647
fix: prevent unhandledRejection if `--open` fails (#16726)
gtm-nayan May 30, 2024
c8360b5
release: [email protected]
bluwy May 30, 2024
18a68cf
release: v5.3.0-beta.0
bluwy May 30, 2024
c2c4bc0
docs: update static-deploy.md (#17359)
anthonygilbertt May 31, 2024
4835e2b
feat(typescript): update tsconfck to add support for `${configDir}` r…
dominikg May 31, 2024
147e922
docs(guide): clarify Node.js version requirement (fix #16734) (#17353)
younggglcy May 31, 2024
f2d52f1
chore(deps): update all non-major dependencies (#17373)
renovate[bot] Jun 3, 2024
6fbb5e0
fix(css): handle url replacing when preprocessing with lightningcss (…
bluwy Jun 3, 2024
b3f5bd1
fix(css): handle lightningcss minification in Deno (#17372)
easymikey Jun 3, 2024
a8c7083
chore: add region comment (#17370)
btea Jun 3, 2024
67ff94b
fix(ssr): remove pure CSS dynamic import (#17371)
sapphi-red Jun 6, 2024
687c38b
fix(ssr): resolve interlocking circular dependency issues (#15395)
shYkiSto Jun 6, 2024
f43f71f
fix(build): allow dynamic import treeshaking when injecting preload (…
sun0day Jun 6, 2024
feae09f
release: v5.3.0-beta.1
bluwy Jun 7, 2024
04af3a0
docs(api-javascript): document preprocessCSS (#17433)
bluwy Jun 10, 2024
a52ed1d
fix(css): ensure order of extracted CSS (#16588)
susnux Jun 10, 2024
e04193f
chore: add error recovery option to LightningCSSOptions (#17420)
apple-yagi Jun 10, 2024
0b8d47d
chore: add Huly to gold sponsors (#17434)
patak-dev Jun 10, 2024
507b3de
chore(deps): update dependency @rollup/plugin-commonjs to v26 (#17431)
renovate[bot] Jun 10, 2024
4453d35
fix(deps): update all non-major dependencies (#17430)
renovate[bot] Jun 10, 2024
a826a08
chore: pin ci windows node version (#17435)
bluwy Jun 10, 2024
6db2515
build: use esbuild to speedup building vite package (#17299)
ArnaudBarre Jun 10, 2024
2207a68
fix: gracefully shutdown preview server on `SIGTERM` (fix #12990) (#1…
elias-pap Jun 10, 2024
7176c90
release: v5.3.0-beta.2
bluwy Jun 10, 2024
6851a70
chore(deps): update pnpm to v9 (#16489)
renovate[bot] Jun 10, 2024
68aa9f8
fix: typo in client log (#17363)
hmt Jun 10, 2024
d6a174f
feat: add pkg.pr.new (#17314)
AmirSa12 Jun 11, 2024
ceb5f43
test: wait networkidle before assert (#17442)
bluwy Jun 11, 2024
ec287f8
feat: asset type add bmp (#17439)
btea Jun 11, 2024
d72fdab
chore: add Handsontable as gold sponsor (#17451)
patak-dev Jun 12, 2024
a073ac4
chore: pkg.pr.new publish by command (#17452)
AmirSa12 Jun 13, 2024
f16fae5
test: disable isolate for unit test (#17448)
bluwy Jun 13, 2024
0a76652
fix(ssrTransform): handle arbitrary module namespace identifiers (#17…
gtm-nayan Jun 13, 2024
cf3f40c
feat(create-vite): use "solution" tsconfig so that vite.config.ts is …
philbates35 Jun 13, 2024
29a260c
release: v5.3.0
bluwy Jun 13, 2024
3e27071
fix(build): handle preload treeshaking for commas (#17472)
bluwy Jun 14, 2024
af194e2
docs(guide): explicitly mention how to install vite (#16583) (#17404)
hchiam Jun 14, 2024
1f09344
chore: consolidate changelog for 5.3 (#17476)
patak-dev Jun 14, 2024
d355568
fix(build): handle preload treeshaking for braces (#17479)
bluwy Jun 14, 2024
6ced135
fix(build): preload treeshaking ignore equal (#17480)
bluwy Jun 14, 2024
c608e6a
release: v5.3.1
bluwy Jun 14, 2024
b4b4acf
chore: check permission for pkg-pr-new comment (#17461)
bluwy Jun 14, 2024
1d9bfc0
feat(create-vite): add help usage (#16390)
edvardsanta Jun 17, 2024
4219b86
chore: test windows with node 20 (#17462)
bluwy Jun 17, 2024
8eecc62
docs(env-and-mode): fix typescript lib links (fix #17488) (#17497)
matteo-gobbo Jun 17, 2024
ec16a5e
chore: fix some comments (#17495)
sjtucoder Jun 17, 2024
bf123f2
fix(deps): update all non-major dependencies (#17494)
renovate[bot] Jun 18, 2024
5fe0af7
docs(announcing-vite3): fix solidjs link (#17502)
baicie Jun 18, 2024
6c10662
chore(deps): update dependency eslint to v9 (#16661)
renovate[bot] Jun 18, 2024
7b240e4
fix(create-vite): update tsconfig with moduleDetection true (#17468)
t-cc Jun 18, 2024
86cf1b4
fix(create-vite): revert eslint 9 upgrade in templates (#17511)
patak-dev Jun 18, 2024
fc04971
docs: fix typos (#17524)
omahs Jun 19, 2024
cafa7d5
docs(shared-options): better explain base (#17535)
PatrickJS Jun 20, 2024
48b53f2
release: [email protected]
bluwy Jun 21, 2024
a8e2f6f
fix(client): uniform variable `location` (#17528)
imfenghuang Jun 21, 2024
ff57d61
docs(shared-options): fix small typo (#17550)
shuuji3 Jun 23, 2024
7c06ef0
refactor(optimizer): use early continues (#17551)
Simon-He95 Jun 23, 2024
f946c86
fix(create-vite): target dir contains special characters (#17549)
btea Jun 23, 2024
2d6672f
chore(deps): update es-module-lexer to 1.5.4 (#17555)
simonbuchan Jun 24, 2024
a33a97f
chore(deps): update all non-major dependencies (#17553)
renovate[bot] Jun 24, 2024
1b0979f
docs(migration): fix wrong import (#17564)
iamandrewluca Jun 25, 2024
a97e059
docs: switch Polyfill.io to Cloudflare hosted version (#17567)
pnegahdar Jun 26, 2024
61357f6
docs: rename cdnjs link (#17565)
josephnle Jun 26, 2024
24c799b
fix(typescript): correctly expand ${configDir} in tsconfig.json (#17576)
dominikg Jun 27, 2024
3af02bd
release: v5.3.2
bluwy Jun 27, 2024
14e1472
docs(config): update `preview.https` type (#17586)
Jainex17 Jun 29, 2024
dafff4a
fix: lazily evaluate __vite__mapDeps files (#17602)
bluwy Jul 2, 2024
055f1c1
fix(lib): remove pure CSS dynamic import (#17601)
bluwy Jul 2, 2024
14c3d49
fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsO…
johnhunter Jul 2, 2024
012490c
fix(deps): update all non-major dependencies (#17590)
renovate[bot] Jul 2, 2024
22b2994
release: v5.3.3
bluwy Jul 3, 2024
6e2ae46
feat(optimizer): using rolldown instead of esbuild
underfin Jul 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

240 changes: 0 additions & 240 deletions .eslintrc.cjs

This file was deleted.

3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:
id: reproduction
attributes:
label: Reproduction
description: Please provide a link via [vite.new](https://vite.new/) or a link to a repo that can reproduce the problem you ran into. `npm create vite@latest` and `npm create vite-extra@latest` (for SSR or library repros) can be used as a starter template. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required ([Why?](https://antfu.me/posts/why-reproductions-are-required)). If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. If no reproduction is provided after 3 days, it will be auto-closed.
description: Please provide a link via [vite.new](https://vite.new/) or a link to a repo that can reproduce the problem you ran into. `npm create vite@latest` and `npm create vite-extra@latest` (for SSR or library repros) can be used as a starter template. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required ([Why?](https://antfu.me/posts/why-reproductions-are-required)). If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "needs reproduction" label. If no reproduction is provided after 3 days, it will be auto-closed.
placeholder: Reproduction URL
validations:
required: true
Expand Down Expand Up @@ -46,6 +46,7 @@ body:
- npm
- yarn
- pnpm
- bun
validations:
required: true
- type: textarea
Expand Down
30 changes: 9 additions & 21 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
<!-- Thank you for contributing! -->

### Description

<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->

### Additional context

<!-- e.g. is there anything you'd like reviewers to focus on? -->

---

### What is the purpose of this pull request? <!-- (put an "X" next to an item) -->
<!-- What is this PR solving? Write a clear description or reference the issues it solves (e.g. `fixes #123`). What other alternatives have you explored? Are there any parts you think require more attention from reviewers? -->

- [ ] Bug fix
- [ ] New Feature
- [ ] Documentation update
- [ ] Other
<!----------------------------------------------------------------------
Before creating the pull request, please make sure you do the following:

### Before submitting the PR, please make sure you do the following
- Read the Contributing Guidelines at https://github.com/vitejs/vite/blob/main/CONTRIBUTING.md.
- Check that there isn't already a PR that solves the problem the same way. If you find a duplicate, please help us reviewing it.
- Update the corresponding documentation if needed.
- Include relevant tests that fail without this PR but pass with it.

- [ ] Read the [Contributing Guidelines](https://github.com/vitejs/vite/blob/main/CONTRIBUTING.md).
- [ ] Read the [Pull Request Guidelines](https://github.com/vitejs/vite/blob/main/CONTRIBUTING.md#pull-request-guidelines) and follow the [PR Title Convention](https://github.com/vitejs/vite/blob/main/.github/commit-convention.md).
- [ ] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
- [ ] Provide a description in this PR that addresses **what** the PR is solving, or reference the issue that it solves (e.g. `fixes #123`).
- [ ] Ideally, include relevant tests that fail without this PR but pass with it.
Thank you for contributing to Vite!
----------------------------------------------------------------------->
Binary file removed .github/issue-workflow-dark.png
Binary file not shown.
Loading
Loading