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

fix(optimizer): start optimizer after buildStart (#12832)

github.com/vitejs/vite - cfe75ee4565350b4a3af21b5fd9598f1fc7b2366 authored almost 2 years ago
release: v4.3.0-beta.5

github.com/vitejs/vite - e0061d1a296709aabde5f63256531467eea99e44 authored almost 2 years ago
fix(build): correctly handle warning ignore list (#12831)

github.com/vitejs/vite - 883053282ff1d21d1cfeb14357df238cae8d6468 authored almost 2 years ago
docs: remove mention to deprecated vue-class-components (#12817)

github.com/vitejs/vite - 23b59790cf5e047810bb36b90fad44de1116d4eb authored almost 2 years ago
fix: handle try-catch for fs promise when resolve https config (#12808)

github.com/vitejs/vite - 0bba402cb4eac00e34229163c7b6b7ed175e507a authored almost 2 years ago
fix(resolve): use different importer check for css imports (#12815)

github.com/vitejs/vite - d03732702e82ebdc96bb9d74469d1bbef4c10a0c authored almost 2 years ago
docs: fix pnpm link (#12803)

github.com/vitejs/vite - ad358daad25933a487701c73a1d3ac3a671db1d1 authored almost 2 years ago
test: resolve using absolute dep path (#5495)

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

github.com/vitejs/vite - 66ec31caa0bfe97f847c925f0e70ef47f25b7326 authored almost 2 years ago
release: v4.3.0-beta.4

github.com/vitejs/vite - 72a379f46ba4f3ced524b1bfe3014cf5f787f4d1 authored almost 2 years ago
fix(worker): return null for shouldTransformCachedModule (#12797)

github.com/vitejs/vite - ea5f6fcd06064bf80fc6b2e8b31bb507be242b73 authored almost 2 years ago
fix(css): resolve at import from dependency basedir (#12796)

github.com/vitejs/vite - 46bdf7dbfaa6df8a0405c68df586752713c4ded6 authored almost 2 years ago
docs: yarn link and outdated dependencies (#12790)

github.com/vitejs/vite - a2b7a51eb09acf794b3696e448eb4839ef80a3c9 authored almost 2 years ago
perf: avoid side effects resolving in dev and in the optimizer/scanner (#12789)

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

github.com/vitejs/vite - fb904f97348119cc9d70bcc25c1ccd8eff4e0c90 authored almost 2 years ago
chore: update lock

github.com/vitejs/vite - 09350c69ada6a43b26241b99a0d4f8aa4283ade2 authored almost 2 years ago
test(css): deterministic css emit with the same file basename (#12773)

github.com/vitejs/vite - b91135c0096933c93bfc2ea4373724857c92b063 authored almost 2 years ago
fix: ignore sideEffects for scripts imported from html (#12786)

github.com/vitejs/vite - f09551f18d56771a5e539ac15cf41bcb413dfc31 authored almost 2 years ago
fix: warn on build when bundling code that uses nodejs built in module (#12616)

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

github.com/vitejs/vite - 72050f913ff4fe216ac9cd3e12bb7acd36e2671f authored almost 2 years ago
fix(cli): pass mode to optimize command (#12776)

github.com/vitejs/vite - da38ad8ece6b1ab4560333532def2cccf29cd44a authored almost 2 years ago
fix(worker): asset in iife worker and relative base (#12697)

github.com/vitejs/vite - ddefc064ba23b02a82453cc8dc8c9a89266e64e3 authored almost 2 years ago
release: v4.3.0-beta.3

github.com/vitejs/vite - 063d93bf5ed487bf89b74526d838711ed5e125eb authored almost 2 years ago
fix: ensure module in graph before transforming (#12774)

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

github.com/vitejs/vite - 44ad3219550cc3cd58fd18c4f0ba937129707cdb authored almost 2 years ago
feat(create-vite): move TypeScript ones up (#12057)

github.com/vitejs/vite - 313712d28893c1e2405f4c2937033873e4c38d7b authored almost 2 years ago
perf(resolve): reduce vite client path checks (#12471)

github.com/vitejs/vite - c49af2340b026f55b5855343c59272a9a733bd2f authored almost 2 years ago
perf: unresolvedUrlToModule promise cache (#12725)

github.com/vitejs/vite - 80c526eb94593955ec328b9ababc72e2b585b13f authored almost 2 years ago
perf(resolve): avoid tryFsResolve for /@fs/ paths (#12450)

github.com/vitejs/vite - 3ef8aaa7e5979dfe2fc3ec81391bd21f36c09097 authored almost 2 years ago
refactor: use simpler resolve for nested optimized deps (#12770)

github.com/vitejs/vite - d202588fdfe29df95007bb0012d9b6c9aa5bde75 authored almost 2 years ago
fix: update package cache watcher (#12772)

github.com/vitejs/vite - a78588f5dd2c7f712262696ce5765ae8a4ace70d authored almost 2 years ago
chore(create-vite): update to vite 4.3 beta

github.com/vitejs/vite - 9b0df5d55f677dd0c9b180ebd8e3f29c30d7a592 authored almost 2 years ago
chore: improve debug log filtering (#12763)

github.com/vitejs/vite - da1cb02737b5d01c08104243477a5c87a6c62693 authored almost 2 years ago
perf: parallelize imports processing in import analysis plugin (#12754)

github.com/vitejs/vite - 037a6c77da04aeec7442e11765619b0ea4d846f9 authored almost 2 years ago
fix: allow onwarn to override vite default warning handling (#12757)

Co-authored-by: Anthony Fu <[email protected]>

github.com/vitejs/vite - f736930b8bceacbe1f1cb7d9dfc8a7f5c010cc47 authored almost 2 years ago
release: v4.3.0-beta.2

github.com/vitejs/vite - a4341bca44f3c41d56fa2b8fef542d2114f4ac0f authored almost 2 years ago
chore: use @vitejs/release-scripts (#12682)

github.com/vitejs/vite - 9c37cc1148737458d0580353e37f1e746f766eae authored almost 2 years ago
fix(server): delay ws server listen when restart (#12734)

github.com/vitejs/vite - abe9274973386591c966804e87388ff829f8f613 authored almost 2 years ago
refactor: use `resolvePackageData` in `requireResolveFromRootWithFallback` (#12712)

github.com/vitejs/vite - 1ea38e21c37cf8021940bd4554cc981ccfdcdf25 authored almost 2 years ago
fix(css): css file emit synchronously (#12558)

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

github.com/vitejs/vite - 8e30025b76040a8b61cc2aa23aaa5f7054c5a9de authored almost 2 years ago
feat(create-vite): stricter TS configs in templates (#12604)

github.com/vitejs/vite - 4ffaeee2033531788bc6d4d2541b8b5e44352591 authored almost 2 years ago
feat: reuse existing style elements in dev (#12678)

github.com/vitejs/vite - 3a41bd8dbd0d5fcaddde71a6f20dae7e6ce5ef16 authored almost 2 years ago
perf(hmr): keep track of already traversed modules when propagating update (#12658)

github.com/vitejs/vite - 3b912fbcc8a1b7b08b4f8aa2ba0b952a4d4c772b authored almost 2 years ago
chore: fix resolve debug log timing (#12746)

github.com/vitejs/vite - 22f6ae6975afab41f08617810e35d73e5e1827a6 authored almost 2 years ago
perf: use package cache for one off resolve (#12744)

github.com/vitejs/vite - 77bf4efa3940801b77beb847f891e7831bb04810 authored almost 2 years ago
chore(optimizer): show full optimized deps list (#12686)

github.com/vitejs/vite - 8bef662054eef694e716eb1c56b122eca5303ddd authored almost 2 years ago
refactor: make debugger nullable (#12687)

github.com/vitejs/vite - 89e49773e688fc1fb7f2962f25b5c6749f425599 authored almost 2 years ago
fix(ssr): load sourcemaps alongside modules (#11780)

Co-authored-by: Justice Almanzar <[email protected]>

github.com/vitejs/vite - be9505041bb07844af629344a1115240fb0a8e3c authored almost 2 years ago
refactor: remove unused exports data props (#12740)

github.com/vitejs/vite - 4538bfe5bd5a574b13bd25a344d0d9e04453ec9f authored almost 2 years ago
refactor(css): simplify cached import code (#12730)

github.com/vitejs/vite - 0646754bea54efd584978d1a911038167ee45071 authored almost 2 years ago
fix(optimizer): load the correct lock file (#12700)

github.com/vitejs/vite - 889eebe5002f898efa8985015637283377a7b262 authored almost 2 years ago
docs: troubleshooting on browser extension blocker (#12737)

github.com/vitejs/vite - e6eed856f79ec123afbd65c9d46900f77a4654ab authored almost 2 years ago
perf: skip es-module-lexer if have no dynamic imports (#12732)

github.com/vitejs/vite - 5d07d7c921f8cc6c9ca24926209066519b8b1f6b authored almost 2 years ago
perf(css): cache lazy import (#12721)

github.com/vitejs/vite - fedb0803308f8d62ff88f300187f0379a4d49f91 authored almost 2 years ago
perf: start preprocessing static imports before updating module graph (#12723)

github.com/vitejs/vite - c90b46e9f52a32b4d1d0577815a5a3cffda97827 authored almost 2 years ago
fix: avoid clean up while committing deps folder (#12722)

github.com/vitejs/vite - 3f4d109ea4ca03c6506b7561c0520e45d8eacf42 authored almost 2 years ago
feat: skip pinging the server when the tab is not shown (#12698)

github.com/vitejs/vite - bedcd8ffacea794e66dcc817b124daccadb34241 authored almost 2 years ago
fix: ignore pnp resolve error (#12719)

github.com/vitejs/vite - 2d30ae5a008c755f9220dd9ef57ec6e39dec4dc5 authored almost 2 years ago
chore(optimizer): remove redundant setTimeout call in scan process (#12718)

github.com/vitejs/vite - 0ce0e937cf9a4692253e03ad240111652a5e9a8a authored almost 2 years ago
docs: add a note about duplicate style by `additionalData` (#12716)

github.com/vitejs/vite - 2efd3ec45773e0d8986778688af8332a76e44d4a authored almost 2 years ago
test(worker): add test for not emitting worker manifest (#12705)

github.com/vitejs/vite - 466b6e9419d48dfc338a6e09d54223195c64f342 authored almost 2 years ago
chore: revert custom license resolve (#12709)

github.com/vitejs/vite - 621bb2f11b774772456917279a295ca4035dae3b authored almost 2 years ago
fix: leave fully dynamic import.meta.url asset (fixes #10306) (#10549)

github.com/vitejs/vite - 56802b1a0b6e39cbc4cca683539631fc1132c9a6 authored almost 2 years ago
refactor: `import.meta.url` condition from renderChunk hook of worker plugin (#12696)

github.com/vitejs/vite - fdef8fdb0f9e95d442660102432fae3a8c485136 authored almost 2 years ago
fix(worker): worker import.meta.url should not depends on document in iife mode (#12629)

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

github.com/vitejs/vite - 65f5ed2e35a392524579a3ec9b94e040676825fc authored almost 2 years ago
fix: take in relative assets path fixes from rollup (#12695)

github.com/vitejs/vite - 81e44dda57e815c71ea3b2dcdd3dfbd05ef35e39 authored almost 2 years ago
docs: update x_google_ignoreList documentation url (#12694)

github.com/vitejs/vite - 7ce9b002755b2b226eee7a39b8a55e3e8ae96243 authored almost 2 years ago
fix(import-analysis): escape quotes correctly (#12688)

github.com/vitejs/vite - 1638ebd655f44020e95d7a4147191a935cc5facb authored almost 2 years ago
refactor: remove `ensureVolumeInPath` (#12690)

github.com/vitejs/vite - a3150ee1b67c96f8bf88a20c2a7c4d2befed7b97 authored almost 2 years ago
fix(ssr): show ssr module loader error stack (#12651)

github.com/vitejs/vite - 050c0f9661231737797290c1c1faa761d98e00f3 authored almost 2 years ago
chore: set target in tsconfig.check.json (#12675)

github.com/vitejs/vite - 15177a1885c33e319e0cebdc954edbed534ea941 authored almost 2 years ago
refactor: clean up preTransformRequest (#12672)

github.com/vitejs/vite - 561227c63a6935e812ad59b532562f6c38d7563a authored almost 2 years ago
fix: throws error when plugin tries to resolve ID to external URL (#11731)

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

github.com/vitejs/vite - 49674b54fac4378faec8580b0a13e29e21d7900d authored almost 2 years ago
perf: shorcircuit resolve in ensure entry from url (#12655)

github.com/vitejs/vite - 82137d6872adb61ffc2f8ce47924dd50626b3b64 authored almost 2 years ago
perf: module graph url shortcuts (#12635)

github.com/vitejs/vite - c268cfaf0fdb0c82db22fcc67b790c00b2c248ac authored almost 2 years ago
test: throw element not found error (#12665)

github.com/vitejs/vite - 1f011d8e02f699f8d548fd4b2efce0d8d4e4ffbf authored almost 2 years ago
docs: rephrase configuration of Client Types (#12663)

github.com/vitejs/vite - 363fa31e9b32a19e7f5d8747a9219f911f2771a5 authored almost 2 years ago
fix(worker): disable manifest plugins in worker build (#12661)

github.com/vitejs/vite - 20b8ef4931c65945001ec06fb5e25f50b8300fa5 authored almost 2 years ago
perf: improve isFileReadable performance (#12397)

github.com/vitejs/vite - acf3a14ba357e330a6d207865edb9f9e078c7d56 authored almost 2 years ago
fix(create-vite): skip lib check in tsconfig templates (#12591)

github.com/vitejs/vite - a59914c71d28a89f5b71b836d8d278d2ed43d2c3 authored almost 2 years ago
feat(create-vite): use typescript 5.0 in templates (#12481)

github.com/vitejs/vite - 8582e2dcfbfa3cd6bf72a305adcba40bbe8d0570 authored almost 2 years ago
docs: show vite sponsors (#12621)

github.com/vitejs/vite - 51f68f9b8bc92cc56f7fd2f4f2fd0005b714819a authored almost 2 years ago
perf: reduce runOptimizerIfIdleAfterMs time (#12614)

github.com/vitejs/vite - d026a652353c9e08272447eacfffe0c11dc73f52 authored almost 2 years ago
fix: output combined sourcemap in importAnalysisBuild plugin (#12642)

github.com/vitejs/vite - d0516398b4d4ac6bc72a44e530d057a0ea123edf authored almost 2 years ago
perf(moduleGraph): resolve dep urls in parallel (#12619)

github.com/vitejs/vite - 4823fec1dc191c1b87a3ead6f5a2c72d5878810f authored almost 2 years ago
perf: avoid new URL() in hot path (#12654)

github.com/vitejs/vite - f4e2fdf069a46378122d10111afbc669ae3a3874 authored almost 2 years ago
test(css): css-codesplit flaky test (#12653)

github.com/vitejs/vite - 1953f3f33b412dcf81416d1f105f0f569ff1c286 authored almost 2 years ago
perf(resolve): skip for virtual files (#12638)

github.com/vitejs/vite - 9e13f5f55c662e455fa1914b1dd91e1e16a22558 authored almost 2 years ago
release: v4.3.0-beta.1

github.com/vitejs/vite - 9697e641f9feb9e2d31f52b6add2648b88515425 authored almost 2 years ago
feat(server): allow to import `data:` uris (#12645)

github.com/vitejs/vite - 4886d9f079fd309e84eec4328a4d473b7ad3946a authored almost 2 years ago
fix: sourcemapIgnoreList for optimizedDeps (#12633)

github.com/vitejs/vite - c1d3fc9b0daa6235ba0a9e103c39127fb05a2e99 authored almost 2 years ago
fix(html): dont pretransform public scripts (#12650)

github.com/vitejs/vite - 4f0af3f30a614684f1f1feb0d6b2c4e687902f80 authored almost 2 years ago
fix: await `buildStart` before server start (#12647)

github.com/vitejs/vite - 871d3533f7b29cbe4f7f8bd188362e0c9bc75d41 authored almost 2 years ago
perf: back to temporal optimizer dirs (#12622)

Co-authored-by: Dominik G. <[email protected]>

github.com/vitejs/vite - 8da04227d6f818a8ad9efc0056101968037c2e36 authored almost 2 years ago
fix: use nearest pkg to resolved for moduleSideEffects (#12628)

github.com/vitejs/vite - 1dfecc8fa1b3e3b414c4e3bd02e175254cefb420 authored almost 2 years ago
test: fix flaky assets/url-base test fail (#12626)

github.com/vitejs/vite - bd54f54275eba52cef8b88821d6ffc8e78cca8d5 authored almost 2 years ago
test: don't share cacheDir among different configs (#12625)

github.com/vitejs/vite - 8288ce6a507254ad0c185d743ebc22eafaa3c151 authored almost 2 years ago
fix: call `buildStart` only once when using next port (#12624)

github.com/vitejs/vite - e10c6bdc757836781a9285ad2a6a3611bb9d6855 authored almost 2 years ago
docs: update dominikg team info (#12615)

github.com/vitejs/vite - 0f9ad6896ae93f79cc7ef6fbb2fd56047d719245 authored almost 2 years ago
perf: non-blocking write of optimized dep files (#12603)

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

github.com/vitejs/vite - 2f5f9683d3d663020995dd4742792c2d6d68acef authored almost 2 years ago
perf(optimizer): bulk optimizer delay (#12609)

github.com/vitejs/vite - c881971422a196da163111214781ad27838c634f authored almost 2 years ago
perf(html): apply preTransformRequest for html scripts (#12599)

github.com/vitejs/vite - 420782c76733ecc8314bccc2255976347add3d2e authored almost 2 years ago
fix: splitFileAndPostfix works as cleanUrl (#12572)

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

github.com/vitejs/vite - 276725f9c3d166a23efc297cbedc3b59d8cdb5e8 authored almost 2 years ago