An open API service for software projects hosted on Open Collective.

Vite

We maintain Vite, a fast and simple build tool for the web.
Collective - Host: opensource - https://opencollective.com/vite - Website: https://vite.dev/ - Code: https://github.com/vitejs/vite

fix(html): import expression in classic script for dev (#14595)

github.com/vitejs/vite - ea47b8fa51d958bc3fa9d27dc23c0bae2b6066d7 authored almost 2 years ago
fix(html): inline style attribute not working in dev (#14592)

github.com/vitejs/vite - a4a17b8e3e3acae0465c888e2e4ac8314c4cd036 authored almost 2 years ago
build: clean generated type file (#14582)

github.com/vitejs/vite - fffe16ee9a9773910ef6cc8e9f0b75b3b9db7b58 authored almost 2 years ago
fix: off-by-one bug in HTML whitespace removal (#14589)

github.com/vitejs/vite - f54e6d8dad6daeaede55d6363ed7f1cf6899f914 authored almost 2 years ago
fix(html): relative paths without leading dot wasn't rewritten (#14591)

github.com/vitejs/vite - 0a38e3b395d1e705321f6f18690acde5f0fc378c authored almost 2 years ago
feat: add off method to ViteHotContext (issue #14185) (#14518)

github.com/vitejs/vite - 31333bbb77ce3bf4a34380a2f07f926330993cac authored almost 2 years ago
docs(prebundling): remove uncertain warning (#14586)

github.com/vitejs/vite - c558ae567b362870366b74cd82fcb9ca5782d07b authored almost 2 years ago
fix(proxy): correct the logic of bypass returning false (#14579)

github.com/vitejs/vite - 261633a1a1d22706728701b42b4b113662122802 authored almost 2 years ago
build: use rollup-plugin-dts (#14571)

github.com/vitejs/vite - d89725b1a424969245b7ec00c140efe483f3e2f8 authored almost 2 years ago
release: v5.0.0-beta.6

github.com/vitejs/vite - 14142076f91601b78b60d96631abdbf55dfab09e authored almost 2 years ago
refactor(css): make `getEmptyChunkReplacer` for unit test (#14528)

Signed-off-by: Ferdinand Thiessen <[email protected]>
Co-authored-by: bluwy <bjornlu.dev@...

github.com/vitejs/vite - 18900fdd39d65da77846c01297e497995e234ece authored almost 2 years ago
fix(optimizer): limit bundled file name length to 170 characters (#14561)

Co-authored-by: patak <[email protected]>

github.com/vitejs/vite - a3b6d8da6be78eefe6fea4ebf9fc0614157d6117 authored almost 2 years ago
perf: reduce preload marker markup size (#14550)

github.com/vitejs/vite - 6f12fd8bd297e576eda1574fcda40f30a0994a53 authored almost 2 years ago
chore: use `npm-run-all2` (#14566)

github.com/vitejs/vite - 5bb13aa6b299e7352b1db40914cb19cc66a52a19 authored almost 2 years ago
release: v5.0.0-beta.5

github.com/vitejs/vite - 90fbe301ce2e9048559fd2fbfd900e72303df897 authored almost 2 years ago
perf: move up external url check before fs path checks (#13639)

github.com/vitejs/vite - c2ebea16517a0b1d5690d5afb57dd95c1d701db6 authored almost 2 years ago
refactor!: remove jest condition (#14544)

github.com/vitejs/vite - 8d18a910128db25b120218260ab911dd31ff6a5b authored almost 2 years ago
fix: update transform error message (#14139)

Co-authored-by: patak <[email protected]>

github.com/vitejs/vite - e0eb30401b1875e2bb0b2f01362934aec161efa8 authored almost 2 years ago
docs: fix resolveDependencies signature (#14562)

github.com/vitejs/vite - ab103b02c1c573ab461a383f3f03523b04ce6c12 authored almost 2 years ago
refactor: ensure HTML is stripped of generated blank lines (#14274)

github.com/vitejs/vite - bc97091ec0ccfc2d1393f78a4e6751d91117e6ce authored almost 2 years ago
fix(deps): update all non-major dependencies (#14559)

github.com/vitejs/vite - 6868480d0036f08388e82611992d58ee52cf97b7 authored almost 2 years ago
refactor: remove unused record flatIdToExports (#14557)

Co-authored-by: Eddie Kao <[email protected]>

github.com/vitejs/vite - 7e62710326f72b5f66d35068a6e736f9de628316 authored almost 2 years ago
fix: esbuild glob resolve error (#14533)

github.com/vitejs/vite - 3615c68172ca77da2da69ef2c7bd471fa276d174 authored almost 2 years ago
fix(lib): esbuild helper functions injection not working with named exports (#14539)

github.com/vitejs/vite - 5004d004e7c86363a778b584ca3b94eb0b18950f authored almost 2 years ago
docs: update wrangler command (#14555)

github.com/vitejs/vite - 27bffc4641c36012069d190b710232cf0af2758f authored almost 2 years ago
docs: fix typo (#14554)

github.com/vitejs/vite - 3b996494a0c4393d8a3c089dfc356ffea03c45bc authored almost 2 years ago
feat(optimizer): check optimizeDeps.extensions for scannable files (#14543)

github.com/vitejs/vite - 23ef8a1a7abdb4a7e0400d7dd6ad3f7d444c548f authored almost 2 years ago
fix(legacy)!: should rename `x.[hash].js` to `x-legacy.[hash].js` (#11599)

Co-authored-by: bluwy <[email protected]>

github.com/vitejs/vite - e7d7a6f4ee095bca4ed4fddf387a9ff06fcea7bb authored almost 2 years ago
docs: redirect vite.dev to vitejs.dev

github.com/vitejs/vite - a2e9fb5243874686603814f41410c5b9ba6ac54a authored almost 2 years ago
feat(ssr): support for ssr.resolve.conditions and ssr.resolve.externalConditions options (#14498)

github.com/vitejs/vite - d0afc3948bb246b0c4928c9350c0de4364bf61f9 authored almost 2 years ago
feat(create-vite): update to vite 5.0 beta (#14534)

github.com/vitejs/vite - 97c58e0d045aea9088ae7d0492c3073847658e95 authored almost 2 years ago
refactor!: remove `server.force` (#14530)

github.com/vitejs/vite - 33ecfd967136f8b05f204168971e7ba607e0eb5f authored almost 2 years ago
fix(deps): update all non-major dependencies (#14510)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by:...

github.com/vitejs/vite - eb204fd3c5bffb6c6fb40f562f762e426fbaf183 authored almost 2 years ago
test: fix flaky legacy structuredClone fail (#14522)

github.com/vitejs/vite - 21ae3716927ed8c466235bdd667a45c26468c8c0 authored almost 2 years ago
test: cleanup `testConfig.baseRoute` and use `testConfig.previewBase` (#14475)

github.com/vitejs/vite - bf3cc839290493e0a63e98f46bc4a031cc1d6317 authored almost 2 years ago
chore: fix typo in console warning message (#14519)

github.com/vitejs/vite - ad9718d5d251094470cb7b1eaa3540e3595300a0 authored almost 2 years ago
release: v5.0.0-beta.4

github.com/vitejs/vite - a30fdd9ed2d2b0b5242c82fd13de198a47f61506 authored almost 2 years ago
fix(resolve): support submodules of optional peer deps (#14489)

github.com/vitejs/vite - f80ff77a4326669a07f76df3a2ccd66f9e0cafa5 authored almost 2 years ago
ci: use Node 18.17 for Windows due to a bug in Node (#14507)

github.com/vitejs/vite - cb3ab5f465e0de340c4d8b82603e7ee1489b5b62 authored almost 2 years ago
docs: v4 to v5 migration guide (#14343)

Co-authored-by: bluwy <[email protected]>

github.com/vitejs/vite - 5e98fe71f8cf8459ae67f6225a24439640edba11 authored almost 2 years ago
fix(preview): allow path containing . to fallback to index.html

github.com/vitejs/vite - fddc1518d1c022ff0d372d55fac9cd396b1590de authored almost 2 years ago
fix: allow path ending with .html to fallback to index.html

github.com/vitejs/vite - dae6d0aa63d436da747cbc67ad9e735b0d1934f0 authored almost 2 years ago
fix: update .html fallback in MPA

github.com/vitejs/vite - b5637a722ae64a9b5ed3d4700a8e064c55df0a76 authored almost 2 years ago
fix(analysis): warnings for dynamic imports that use static template literals (#14458)

Co-authored-by: 翠 / green <[email protected]>

github.com/vitejs/vite - ec7ee22cf15bed05a6c55693ecbac27cfd615118 authored almost 2 years ago
fix(hmr): dev mode reduce unnecessary restart (#14426)

github.com/vitejs/vite - 6f9d39dcd3f18979a568bf93e751fea6ee405686 authored almost 2 years ago
feat(terser): add `maxWorkers` option for terserOptions (#13858)

Co-authored-by: bluwy <[email protected]>

github.com/vitejs/vite - 884fc3d8f721853de8d012fee104f449ba2b99e3 authored almost 2 years ago
fix: handle fs.realpath.native MAX_PATH issue for Node.js <18.10 (#14487)

github.com/vitejs/vite - 17c5928415ebedbc6b4b13ac90592b2a0160c383 authored almost 2 years ago
test: fix "WebSocket server error: Port is already in use" happening in json playground (#14476)

github.com/vitejs/vite - 2de425d0288bfae345c5ced5c84cf67ffccaef48 authored almost 2 years ago
fix(import-analysis): preserve importedUrls import order (#14465)

github.com/vitejs/vite - 99b0645c4cc0ed9cab8362f0627dc27b8ccdb5d5 authored almost 2 years ago
feat: show warning to discourage putting process/global to `define` option (#14447)

github.com/vitejs/vite - 83a56f7b46538d485a204a4b9309f3f10c94ee51 authored almost 2 years ago
fix(legacy): fix broken build when renderModernChunks=false & polyfills=false (fix #14324) (#14346)

github.com/vitejs/vite - 27e5b1114ce653b5716cd175aed9e2775da2f97a authored almost 2 years ago
test(ssr): add import and export ordering snapshot (#14468)

github.com/vitejs/vite - ca34c64b1dc6e898495d655f89c300dd14758121 authored almost 2 years ago
docs: update server.watch info (#14469)

Co-authored-by: Eric Eastwood <[email protected]>

github.com/vitejs/vite - fbfad218ee0ba546fb780dd647fb5524eabc1875 authored almost 2 years ago
release: v5.0.0-beta.3

github.com/vitejs/vite - 5e28eefc8508bcf455ce73589b45412ba0823697 authored almost 2 years ago
refactor: replace duplicate code with tryStatSync (#14461)

github.com/vitejs/vite - be6b0c8cceb342212f042e7cc94c0bd5d1608c45 authored almost 2 years ago
test: tweak lib helpers inject to test "use strict" (#14452)

github.com/vitejs/vite - 669a38d61d870797f78aae70c84c427ad813927b authored almost 2 years ago
fix(deps): update all non-major dependencies (#14460)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/vitejs/vite - b77bff0b93ba9449f63c8373ecf82289a39832a0 authored almost 2 years ago
test(ssr): proper test coverage of SSR shebang import hoisting (#14448)

github.com/vitejs/vite - fdd466946c2a7fe4ff1a6d1b5950820b310c61f9 authored almost 2 years ago
fix(create-vite): remove non-standard style (#14451)

github.com/vitejs/vite - 8349d4e7efd2835eafde5d85eec51defa5d8b69f authored almost 2 years ago
refactor(legacy)!: remove `ignoreBrowserslistConfig` option (#14429)

Co-authored-by: Bjorn Lu <[email protected]>

github.com/vitejs/vite - 941bb1610c9c9576e0b5738c9075b3eb2f16a357 authored almost 2 years ago
chore: update manually bumped deps (#14430)

github.com/vitejs/vite - 995c4b6303e418780d3039db09f591d41dd6b473 authored almost 2 years ago
fix: unify css collecting order (#11671)

github.com/vitejs/vite - 20a8a15ffcc48b849be5a09d31688d63f9c1ca0d authored almost 2 years ago
fix(legacy): modern polyfill autodetection was injecting more polyfills than needed (#14428)

github.com/vitejs/vite - 1c2e941d03621a4b77d9dfca8841e336b716691c authored almost 2 years ago
fix(legacy): suppress babel warning during polyfill scan (#14425)

github.com/vitejs/vite - aae3a83b5fb49bbd9f174cfeac66f00483829da4 authored almost 2 years ago
feat(shortcuts)!: remove setRawMode (#14342)

github.com/vitejs/vite - 536631a2f54ce3f90105fc586a2c1a5b477eff5f authored almost 2 years ago
feat!: deprecate cjs node api (#14278)

github.com/vitejs/vite - 404f30f5a4f9d5ad8ac683fb8cd7adc87d308675 authored almost 2 years ago
chore: ensure create-vite has unbuild dev dep (#14419)

github.com/vitejs/vite - 881d080c293b642685b2448088422102f24821e7 authored almost 2 years ago
fix(plugin-legacy): ensure correct typing for node esm (#13892)

github.com/vitejs/vite - d914a9d79adfe0aed2ee5d69f6f6d1e80b613b98 authored almost 2 years ago
fix(legacy): add guard to modern polyfill chunk (#13719)

github.com/vitejs/vite - 945dc4de52e64a1a8f6e2451fadf6aba7e460234 authored almost 2 years ago
chore(optimizer): debug info on cache dir handle process (#12858)

github.com/vitejs/vite - 21a62daea59b66cf095f5de1a230ccc0bea5932b authored almost 2 years ago
feat: allow passing down "null" to disable server watcher (#14208)

Co-authored-by: Bjorn Lu <[email protected]>

github.com/vitejs/vite - af5a95e0142c46f89776b7a23c290015b1b99502 authored almost 2 years ago
fix(deps): update all non-major dependencies (#14092)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by:...

github.com/vitejs/vite - 68638f7b0b04ddfdf35dc8686c6a022aadbb9453 authored almost 2 years ago
refactor(config): remove unnecessary esbuild option (#13580)

github.com/vitejs/vite - 67f4e52102c9c9fd637a35e11644399d28da38f0 authored almost 2 years ago
fix: handle errors during `hasWorkspacePackageJSON` function (#14394)

github.com/vitejs/vite - c3e4791beb647661d81a4a36fd94d92ece965e19 authored almost 2 years ago
feat: improve deno and bun support (#14379)

github.com/vitejs/vite - 9884308228d3c918d973c08a84f4cca5251cf23a authored almost 2 years ago
feat: add generic type for plugin api (#14238)

github.com/vitejs/vite - 830b26e8be88706982d3cee7c2df17d4120f92a5 authored almost 2 years ago
fix!: put manifest files in .vite directory by default (#14230)

github.com/vitejs/vite - 74fa024db4aaf04d0bdc6b6ec87e3095e1b24b12 authored almost 2 years ago
docs: use extends instead of spreading default theme (#14403)

github.com/vitejs/vite - dc5896cf0b24b2313855a2bbd32e7bf9c33c5c69 authored almost 2 years ago
chore(deps): update tj-actions/changed-files action to v39 (#14399)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/vitejs/vite - 7ceb48f4a0545fcadb4a564b2a9e71752794bf91 authored almost 2 years ago
chore(deps): update tibdex/github-app-token action to v2 (#14398)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by:...

github.com/vitejs/vite - c58fc413f0a82fc570438945f053c10267c44143 authored almost 2 years ago
fix(deps): update dependency dotenv-expand to v10 (#14391)

github.com/vitejs/vite - d6bde8b03d433778aaed62afc2be0630c8131908 authored almost 2 years ago
refactor: remove CJS ssr output format (#13944)

Co-authored-by: sapphi-red <[email protected]>

github.com/vitejs/vite - 2f60b9e9f728008f00eb5cb47155dda4f3e7be08 authored almost 2 years ago
chore(deps): update dependency @rollup/plugin-alias to v5 (#14392)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/vitejs/vite - 2947af7fe8ca99ad820b09f6e612f516baee85c4 authored almost 2 years ago
docs: update wrangler command (#14393)

github.com/vitejs/vite - 3419a443d68bdb385d850f5ab58df60742d1ae41 authored almost 2 years ago
release: v5.0.0-beta.2

github.com/vitejs/vite - 1c031723a821d654e9aed44e43a0a5fa47c240da authored almost 2 years ago
feat: build.ssrEmitAssets out of experimental (#14055)

Co-authored-by: Bjorn Lu <[email protected]>

github.com/vitejs/vite - f88ab6807f6596960c377e56a9e5e0bd041835e7 authored almost 2 years ago
feat: warn if # in project root (#14188)

Co-authored-by: Bjorn Lu <[email protected]>

github.com/vitejs/vite - f5ba696d177c0027eed6a4a659cefdda9c0142ce authored almost 2 years ago
feat: ssrTransform support import assertion by default (#14202)

Co-authored-by: bluwy <[email protected]>

github.com/vitejs/vite - 70a379f1bf8a4767dc2d788d0f248ab9cde10c3f authored almost 2 years ago
feat: use `import.meta.url` instead of `self.location` (#14377)

github.com/vitejs/vite - e9b1e85ab95685d2d34f2e8f66b8a31aef96c5a9 authored almost 2 years ago
fix(sourcemap): dont inject fallback sourcemap if have existing (#14370)

github.com/vitejs/vite - 55a3b4fb2b3ea658ceff5399794f02a6585f2c2c authored almost 2 years ago
refactor: update to tsconfck3 with lazy cache (#14234)

github.com/vitejs/vite - 6e0b0eeed02c57002b53dd99689cb7d509a18af8 authored almost 2 years ago
fix(worker): inline es worker does not work in build mode (#14307)

Co-authored-by: sapphi-red <[email protected]>

github.com/vitejs/vite - 7371c5caac09ad2f512c2a87154fa6b8886a38dd authored almost 2 years ago
feat(css): stop injecting `?used`

github.com/vitejs/vite - fc054542a31d00837676c7adb5f46d0cd8003eb1 authored almost 2 years ago
feat(css)!: remove css default export

github.com/vitejs/vite - b6c44cd693db763f071d7d1c3a15dd9580272f45 authored almost 2 years ago
chore: clean debug log

github.com/vitejs/vite - efe003c50ba5bbc201e6ee05ccaec2e4072c0b22 authored almost 2 years ago
refactor(css): remove `export {}`

github.com/vitejs/vite - 98fbdc32f2c01b0289b3bc6adb2cb71e57de497b authored almost 2 years ago