Ecosyste.ms: OpenCollective

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://vitejs.dev - Code: https://github.com/vitejs/vite

perf: use workspace root for fs cache (#15712)

github.com/vitejs/vite - 8815763b71788e4787616bccc824468dfd2b45d5 authored 10 months ago by patak <[email protected]>
chore: remove unneeded normalizePath (#15713)

github.com/vitejs/vite - 92f2747ce71213a3fb1e99a39ef9c5c088bf1099 authored 10 months ago by patak <[email protected]>
feat: enable fs.cachedChecks by default (#15704)

github.com/vitejs/vite - a05c70977a6da4a3e8381b297240dba811229658 authored 10 months ago by patak <[email protected]>
fix: windows add/delete file

github.com/vitejs/vite - 3a7b65041be14950585d582b5181f5ad1189d8e4 authored 10 months ago by patak <[email protected]>
fix: normalize prettify url (#15705)

github.com/vitejs/vite - 98bc3dc357139e707fe9ce819ccb600d1dbf2c5b authored 10 months ago by btea <[email protected]>
fix(hmr): pass id in `parseImports` for better debugging DX (#15707)

github.com/vitejs/vite - fb4bddcdc77ce1cabfe58fc32a0b9bededf87a2a authored 10 months ago by Anthony Fu <[email protected]>
fix(node): remove timestamp query of `staticImportedUrls` (#15663)

github.com/vitejs/vite - 6c4bf266a0bcae8512f6daf99dff57a73ae7bcf6 authored 10 months ago by 이채준 - CJ Lee <[email protected]>
fix(build): build error message output twice (#15664)

github.com/vitejs/vite - 74382b9db68d61ef5e6dc2cb3cc7e387611ffc07 authored 10 months ago by btea <[email protected]>
feat(optimizer): holdUntilCrawlEnd option (#15244)

github.com/vitejs/vite - b7c6629208cd53eb65dd8367c4a3634354b4b9a4 authored 10 months ago by patak <[email protected]>
docs: fix dead link (#15700)

github.com/vitejs/vite - aa7916a5c2d580cdd9968fc221826ddd17443bac authored 10 months ago by Ryuji Ito <[email protected]>
chore(proxy): update proxy error info (#15678)

github.com/vitejs/vite - 09bd58d909b3c50b4ff4480485fa32ad33e4b286 authored 10 months ago by btea <[email protected]>
perf: lazy load rollup during dev (#15621)

github.com/vitejs/vite - 6f88a90c411ccbeb0f487b9255d4c871a16ea4db authored 10 months ago by patak <[email protected]>
fix(preview): set isPreview true (#15695)

github.com/vitejs/vite - 93fce55aee8e4d2d37507c254e04bd4655715f25 authored 10 months ago by Hyunbin <[email protected]>
release: v5.1.0-beta.3

github.com/vitejs/vite - 3c9cab6912dc627a22abba4c3fd6074166f5cc4c authored 10 months ago by patak <[email protected]>
perf: use thread for preprocessors (#13584)

github.com/vitejs/vite - acd795f5528fdf9abce3ae478e51a369da40a70d authored 10 months ago by 翠 / green <[email protected]>
fix: default sideEffect option is delivered to rollup (#15665)

github.com/vitejs/vite - f6cf3d11affaf7c5159030acea0423e55b50674e authored 10 months ago by Senao <[email protected]>
fix(create-vite): turn off `react/jsx-no-target-blank` ESLint rule in React JS template (#15672)

github.com/vitejs/vite - a6f39e861c9981ea36864ebac90ea4c52863b9a5 authored 10 months ago by Arnaud Barré <[email protected]>
refactor: append tags logic in applyHtmlTransforms (#15647)

github.com/vitejs/vite - 09b15170af49895a8bbe60dc4e3a40f30ee1d680 authored 10 months ago by patak <[email protected]>
chore(deps): update actions/cache action to v4 (#15676)

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

github.com/vitejs/vite - 94cac0a229709fb9dae8187fa40475fc4175b594 authored 10 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(ssr): support externalized builtins for webworker (#15656)

github.com/vitejs/vite - 639bbd65c0f7be6ad5d5d4fbe57bc15e778b7bea authored 10 months ago by Bjorn Lu <[email protected]>
perf: middleware to short-circuit on 304 (#15586)

github.com/vitejs/vite - 35ae4f8dd536d98272e33567d6bb73c3b3bd9cbf authored 10 months ago by patak <[email protected]>
fix(ssr): mark builtin modules as side effect free (#15658)

github.com/vitejs/vite - 526cf23410c271425e7aa0cd8da2e2f4be23afc9 authored 10 months ago by Bjorn Lu <[email protected]>
refactor(hmr): provide a separate logger interface (#15631)

github.com/vitejs/vite - 110e2e1651cf09b45e4c5e8700c3710b7908e6a5 authored 10 months ago by Vladimir <[email protected]>
release: v5.1.0-beta.2

github.com/vitejs/vite - 5b4be42ad83721cbd1a6ce6f85d90c5dfd8f78cf authored 10 months ago by patak <[email protected]>
fix: fs deny for case insensitive systems (#15653)

github.com/vitejs/vite - 89be67de47ae864d646ebeb7bdf5ef8bb8fcc7e1 authored 10 months ago by patak <[email protected]>
perf: don't recalculate path.dirname(mod.file) (#15623)

github.com/vitejs/vite - e459be4fb1287e1432662958149aa95abb866ff9 authored 10 months ago by patak <[email protected]>
perf: optimize getSortedPluginsByHook (#15624)

github.com/vitejs/vite - f08a037aa7dbcc3d55f4cefbfe9822b7d0373a8d authored 10 months ago by patak <[email protected]>
docs: changed bunx create-vite to bun create vite (#15646)

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

github.com/vitejs/vite - f3c11bb8ab14648379d9816b4e0df980cd4ac214 authored 10 months ago by Josh <[email protected]>
release: v5.1.0-beta.1

github.com/vitejs/vite - 06494443194763d6dd125740961cec82dd9a29d6 authored 10 months ago by patak <[email protected]>
fix: handle namespace import and dynamic import interop consistently (#15619)

github.com/vitejs/vite - ec8b4206ac3650eb5e4b54fe795258d09a86e9e4 authored 10 months ago by Senao <[email protected]>
docs: `build.minify` defaults to `false` for SSR (#15636)

github.com/vitejs/vite - 53452dffcc3f8c922b0286e016f9d567b704e90e authored 10 months ago by 翠 / green <[email protected]>
perf: avoid performance.now() call (#15634)

github.com/vitejs/vite - e43f7eec9b7e877b929872a417a2159b0726ed6a authored 10 months ago by patak <[email protected]>
feat: preview server add close method (#15630)

github.com/vitejs/vite - 947aa53bb8ea60ce03a207421a6e7a4117385e58 authored 10 months ago by btea <[email protected]>
feat(plugin-legacy): add `modernTargets` option (#15506)

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

github.com/vitejs/vite - cf56507dbfd41c4af63de511a320971668d5204f authored 10 months ago by um <[email protected]>
feat: support multiple HMR clients on the server (#15340)

github.com/vitejs/vite - bf1e9c2fd7b05f84d05e59f72b3fc26ca22807bb authored 10 months ago by Vladimir <[email protected]>
fix(css): track dependencies from addWatchFile for HMR (#15608)

github.com/vitejs/vite - dfcb83d41ae566c139dd8d82168c5bfab1699428 authored 10 months ago by Bjorn Lu <[email protected]>
perf: do not bind plugin hook context functions (#15610)

github.com/vitejs/vite - 3b7e0c3dd20d0d4f4c8d2d9aa93480724be8886d authored 10 months ago by patak <[email protected]>
fix(deps): update all non-major dependencies (#15603)

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

github.com/vitejs/vite - 109fb805fd28c9f738036985b90cf207d1c48e89 authored 10 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
perf: avoid parseRequest (#15617)

github.com/vitejs/vite - 0cacfadf3aeb3c9ce1db490290584387efb4f5ef authored 10 months ago by Bjorn Lu <[email protected]>
perf: don't recreate html hooks on each transform call (#15579)

github.com/vitejs/vite - bdb826ca0a021c71d6a43d1f6c81fd3e906eea56 authored 10 months ago by patak <[email protected]>
fix(hmr): normalize env files path (#15584)

github.com/vitejs/vite - d0f1d2e5fee1e923b89289c48fde79636afb1dc0 authored 10 months ago by btea <[email protected]>
perf: simplify isHtmlProxy regex (#15590)

github.com/vitejs/vite - 644d120248bbde6ed594b798092a7b5f6d7e58c5 authored 10 months ago by patak <[email protected]>
fix(ssr): externalize network imports during `ssrLoadModule` (#15599)

github.com/vitejs/vite - af2aa09575229462635b7cbb6d248ca853057ba2 authored 10 months ago by Hiroshi Ogawa <[email protected]>
feat(build): set `hoistTransitiveImports` to false in library builds (#15595)

github.com/vitejs/vite - e6ebc7bad710e1c9d86bf8ca9e994640a86e88fe authored 10 months ago by Kaciras <[email protected]>
fix(types): mark hmr update internal types optional (#15606)

github.com/vitejs/vite - df8f5a50e6fde343653ee6b2ceaa42583ff33ebc authored 10 months ago by Bjorn Lu <[email protected]>
refactor: remove build time pre-bundling (#15184)

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

github.com/vitejs/vite - 757844f0bd7e52a160cf3f0afe241c03d7414921 authored 10 months ago by patak <[email protected]>
release: v5.1.0-beta.0

github.com/vitejs/vite - fdc142cd27e7adbf408ca067ab164c211dd26939 authored 10 months ago by patak <[email protected]>
fix: await `configResolved` hooks of worker plugins (#15597)

github.com/vitejs/vite - 03c80049423125de980131edf2d30002d83eeabb authored 10 months ago by Alec Larson <[email protected]>
fix(css): `.css?url` support (#15259)

github.com/vitejs/vite - ed56d96cec8fd3b9b6dae88d5511e386177e6d5c authored 10 months ago by 翠 / green <[email protected]>
test: fixed port for lib dev test (#15580)

github.com/vitejs/vite - 67a50f17a02fe197ab6ad85fd09fc2be5465171d authored 10 months ago by patak <[email protected]>
feat: `build.assetsInlineLimit` callback (#15366)

github.com/vitejs/vite - 4d1342ebe0969cbcfc9c6d7fc5347f85df07df7f authored 10 months ago by Arnaud Barré <[email protected]>
refactor: remove json-stable-stringify (#15571)

github.com/vitejs/vite - b9b081660505997826695ecad21d02d9147a4a65 authored 10 months ago by Bjorn Lu <[email protected]>
docs: add tip on browser extensions to perf guide (#15577)

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

github.com/vitejs/vite - c643a8ae9d90691d60695c6de8d1d1f32e1ea045 authored 10 months ago by patak <[email protected]>
refactor(hmr): keep buffer implementation internal, expose queueUpdate (#15486)

github.com/vitejs/vite - c029efbc59955ffb6e2a4cdf43d24f26fc36b932 authored 10 months ago by Vladimir <[email protected]>
fix(deps): update all non-major dependencies (#15375)

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

github.com/vitejs/vite - ab56227d89c92bfa781264e1474ed522892e3b8f authored 10 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore: use eslint-plugin-i (#15569)

github.com/vitejs/vite - a1f80822eae3e2179e0114adf7534631e5dcbf6b authored 10 months ago by Bjorn Lu <[email protected]>
perf: optimize logger (#15574)

github.com/vitejs/vite - 0fb9071a653adde1cacf91e5261f7504deab9c25 authored 10 months ago by patak <[email protected]>
fix(build): normalize html path (#15554)

github.com/vitejs/vite - d0d59385edf0390d955b79477cf86bd726bab5fe authored 10 months ago by btea <[email protected]>
test: ignore net:ERR_ABORTED on flacky html proxy encoded test (#15562)

github.com/vitejs/vite - ce5a2edbce0c76512be1ebb351b8e1f967760d5c authored 10 months ago by patak <[email protected]>
fix(hmr): propagate `fs.stat` failure for `hmrContext.read` (#15568)

github.com/vitejs/vite - c6d240bd777e82b3f9d74d967e54a931635d8b2a authored 10 months ago by Scott Kyle <[email protected]>
chore: avoid bundling resolve dep (#15570)

github.com/vitejs/vite - ae49ac41394ca120acf7f2bdf4377a8963b7bbc0 authored 10 months ago by Bjorn Lu <[email protected]>
fix: revert `package.json` change should trigger server restart (#15519) (#15558)

github.com/vitejs/vite - 9fc5d9cb3a1b9df067e00959faa9da43ae03f776 authored 10 months ago by patak <[email protected]>
feat(ssr): support external true (#10939)

github.com/vitejs/vite - e451be224b0d5479e92b295f0e3920541c7788b2 authored 10 months ago by Bjorn Lu <[email protected]>
fix: hmr for env files, regression from #15365 (#15559)

github.com/vitejs/vite - d1b143fd58bed0e50ddf80609da3fcbcccf5c76d authored 10 months ago by patak <[email protected]>
fix: init dev ssr optimizer on server init (#15561)

github.com/vitejs/vite - db28b92caf0faf3c13c1add8da41e9463bbb530f authored 10 months ago by patak <[email protected]>
chore(deps): update dependency postcss-import to v16 (#15533)

github.com/vitejs/vite - 36775c4b1ceb390fffe27c3e301d4cc75301a228 authored 10 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix: resolvedUrls is null in plugin's configureServer after server restart (#15450)

github.com/vitejs/vite - 653a48cda62de6a63f038822c466bdb93d56449b authored 10 months ago by Senao <[email protected]>
fix(css): skip url replace for function calls (#15544)

github.com/vitejs/vite - 21a52e65b5610f5520222bee45daa8d69835336b authored 10 months ago by smeng9 <[email protected]>
feat: add support for .vtt type (#15538)

github.com/vitejs/vite - a5c6d3d53c15178ca6ca464165f3a3fb28e825f7 authored 10 months ago by 이현재 (whale) <[email protected]>
refactor: extract '_metadata.json' string to a constant (#15541)

github.com/vitejs/vite - adda370fabd36c7010c7b8f8c9880d2417a962a1 authored 10 months ago by Tycho <[email protected]>
fix: only watch needed env files (#15365)

github.com/vitejs/vite - 476e57241413411b2f0817dcd54d17e869495c75 authored 10 months ago by Arnaud Barré <[email protected]>
fix(hmr): make watcher ignore build.outDir (#15326)

github.com/vitejs/vite - 2836276dc0e132c4d64dc4c08fc730058406f2c0 authored 10 months ago by Nozomu Ikuta <[email protected]>
fix(css): @import with .css in node_modules importing a different package failed to resolve (#15000)

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

github.com/vitejs/vite - 8ccf7222e9ffaa5e97bd0797de101c8bc6ca8d41 authored 10 months ago by smeng9 <[email protected]>
feat(glob-import): deprecate as option (#14420)

github.com/vitejs/vite - 953e697ea43c4aad6f728d0c44f8eb74b8218d41 authored 10 months ago by Bjorn Lu <[email protected]>
refactor: normalize publicDir when resolving config (#15360)

github.com/vitejs/vite - ea5fdebb99b273d21dd3fad9475b21a1c9e66fe9 authored 10 months ago by 翠 / green <[email protected]>
feat(hmr): reload for circular imports only if error (#15118)

github.com/vitejs/vite - 6ace32b41dbad2ea0ee10f97e7cc662dd03f81e1 authored 10 months ago by Bjorn Lu <[email protected]>
feat: add '*.m4a' to client.d.ts and constants (#15471)

github.com/vitejs/vite - ebc37f678f56bde1c0fcd00149feff0c009f77ff authored 10 months ago by Miguel Sandoval <[email protected]>
fix: update javascript mime type to text/javascript (#15427)

github.com/vitejs/vite - a621de8dc5e11ab30e5b13e9a05618b4cdaf3478 authored 10 months ago by Bjorn Lu <[email protected]>
refactor: reuse existing node utils (#15480)

github.com/vitejs/vite - 17ab48a678278ec3fd5afb58dc5b91c1c6e806dd authored 10 months ago by Damian Stasik <[email protected]>
fix(esbuild): update to tsconfck 3.0.1 to fix edge cases when resolving tsconfig.extends (#15502)

github.com/vitejs/vite - 1fcebeb3d3765c23cf44cfe81518da095a611865 authored 10 months ago by Dominik G <[email protected]>
fix(hmr): `package.json` change should trigger server restart (#15519)

github.com/vitejs/vite - 260ebbfa96ae87e2c331d82b386e609ed865cbcb authored 10 months ago by btea <[email protected]>
fix(sourcemap): sourcemap is incorrect when sourcemap has `sources: [null]` (#14588)

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

github.com/vitejs/vite - f8c6a341fb4fd920e6aaed47d863606c38ad1291 authored 10 months ago by Dunqing <[email protected]>
fix: set correct `isSsrBuild` value in dev (#15536)

github.com/vitejs/vite - fdbe04d3d7c4fa6994fa17601201b3a6d2092fea authored 10 months ago by Bjorn Lu <[email protected]>
release: v5.0.11

github.com/vitejs/vite - b44c49302ffbf0c82f984f6219ed6376d1e4552a authored 10 months ago by bluwy <[email protected]>
docs: fix lightning css typo (#15501)

github.com/vitejs/vite - f43945c1c35de34d64b2b1772b1629aba83cb476 authored 10 months ago by Matthew King <[email protected]>
fix: inject `__vite__mapDeps` code before sourcemap file comment (#15483)

github.com/vitejs/vite - d2aa0969ee316000d3b957d7e879f001e85e369e authored 10 months ago by Hiroshi Ogawa <[email protected]>
chore(deps): update tj-actions/changed-files action to v41 (#15476)

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

github.com/vitejs/vite - 2a540eee82f9a31deff8215bdbdccfa46d494a06 authored 10 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(html): handle offset magic-string slice error (#15435)

github.com/vitejs/vite - 5ea9edbc9ceb991e85f893fe62d68ed028677451 authored 10 months ago by Bjorn Lu <[email protected]>
chore(deps): update dependency strip-literal to v2 (#15475)

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

github.com/vitejs/vite - 49d21fe1feaac30dee0196bd484480a8000a4363 authored 10 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @vitejs/plugin-vue to v5 (#15474)

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

github.com/vitejs/vite - 17857e79d2c9bbe53f7d35ea6046133d68699940 authored 10 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(assets): avoid splitting `,` inside base64 value of `srcset` attribute (#15422)

github.com/vitejs/vite - 8de7bd2b68db27b83d9484cc8d4e26436615168e authored 10 months ago by 이채준 - CJ Lee <[email protected]>
docs(ssr): add a missing closing parenthesis (#15429)

github.com/vitejs/vite - 56ae92c33cba6c86ab5819877c19b9ea39f7121b authored 11 months ago by TAKAHASHI Shuuji <[email protected]>
fix: don't pretransform classic script links (#15361)

github.com/vitejs/vite - 19e3c9a8a16847486fbad8a8cd48fc771b1538bb authored 11 months ago by 翠 / green <[email protected]>
release: v5.0.10

github.com/vitejs/vite - 5684fcd8d27110d098b3e1c19d851f44251588f1 authored 11 months ago by patak <[email protected]>
fix(build): use base64 for inline SVG if it contains both single and double quotes (#15271)

github.com/vitejs/vite - 1bbff16ff8c65d980d3843316ecbad8b1ec4e67a authored 11 months ago by 이채준 - CJ Lee <[email protected]>
fix: omit protocol does not require pre-transform (#15355)

github.com/vitejs/vite - d9ae1b2e573e8e5e313c1f23a5a0b5d6d9dff887 authored 11 months ago by Senao <[email protected]>
release: v5.0.9

github.com/vitejs/vite - 77d5165e2f252bfecbb0eebccc6f04dc8be0c5ba authored 11 months ago by patak <[email protected]>
fix(server): avoid chokidar throttling on startup (#15347)

github.com/vitejs/vite - 56a5740bc7217b1a2690db156c5994ea9049f9e9 authored 11 months ago by Matt Kubej <[email protected]>
fix(scanner): catch all external files for glob imports (#15286)

github.com/vitejs/vite - 129d0d0983285d31bed41d2c7a08c138ad32e625 authored 11 months ago by Senao <[email protected]>