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: avoid outdated module to crash in importAnalysis after restart (#13231)

github.com/vitejs/vite - 3609e79dc1416073dc4775bb2fcf6a7398f169b3 authored over 1 year ago
docs: update features.md note about ESM imports in web workers (#13223)

github.com/vitejs/vite - 0cbd81895ecb462f93b4cb9522576b305f984f3f authored over 1 year ago
fix(ssr): skip updateCjsSsrExternals if legacy flag disabled (#13230)

github.com/vitejs/vite - 13fc345e8a848c06b3a991c4d2ca8222affc98a4 authored over 1 year ago
release: v4.3.7

github.com/vitejs/vite - d09bbd093a4b893e78f0bbff5b17c7cf7821f403 authored over 1 year ago
fix(assetImportMetaUrl): allow ternary operator in template literal urls (#13121)

github.com/vitejs/vite - d5d9a3155cda835bd9e8b7c53a879e26e1c6497a authored over 1 year ago
fix: revert only watch .env files in envDir (#12587) (#13217)

Co-authored-by: Bartek Iwańczuk <[email protected]>

github.com/vitejs/vite - 0fd46165b5b09c4ad6dcada5614ea6950cf5916d authored over 1 year ago
release: v4.3.6

github.com/vitejs/vite - 9a42e31295d0eb5368e68e5288fbf2f27148137c authored over 1 year ago
fix: don't inject CSS sourcemap for direct requests (#13115)

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

github.com/vitejs/vite - 7d80a47d6bf898e8e5c4eb9b192df9d7a01a08c9 authored over 1 year ago
fix(ssr): stacktrace uses abs path with or without sourcemap (#12902)

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

github.com/vitejs/vite - 88c855eadcff7b59e175610c0f8a0b1e04a3ad12 authored over 1 year ago
docs: tweak `build.cssCodeSplit` documentation (#13194)

github.com/vitejs/vite - feef0354dca06a08b2f3abef3405cfca99d730f9 authored over 1 year ago
fix(css): respect `esbuild.charset` when minify (#13190)

github.com/vitejs/vite - 4fd35edf5fb18e7d921a5a0bf7116c47b5374b3f authored over 1 year ago
perf: skip windows absolute paths for node resolve (#13162)

github.com/vitejs/vite - e640939c3f72cde06898df4515f9e850983b3a6c authored over 1 year ago
fix: handle more yarn pnp load errors (#13160)

github.com/vitejs/vite - adf61d912296c4cda9f65dd0d5e62a3538f94b6e authored over 1 year ago
docs: remove RFCs section (#13193)

github.com/vitejs/vite - ee80aba215c845e5cb05da0e36a24ca0d480f9ee authored over 1 year ago
chore(reporter): reuse clearLine (#13156)

github.com/vitejs/vite - 535795a8286e4a9525acd2340e1d1d1adfd70acf authored over 1 year ago
chore: remove useless dep (#13165)

github.com/vitejs/vite - 9a7ec986257c640001649b3925af79ee99bac86a authored over 1 year ago
fix(create-vite): use `"target": "ES2020"` in React template (#13147)

github.com/vitejs/vite - 23096b19998978803c132021eee175153fa6078d authored over 1 year ago
fix: call `tryFsResolve` for relative `new URL(foo, import.meta.url)` (#13142)

github.com/vitejs/vite - eeb0617bedee6352695b69ecf8a3dc4b0572c59e authored over 1 year ago
test: migrate playgrounds to ESM (#13094)

github.com/vitejs/vite - a8c7eb24a2b7d8dc765d59758e2c6b930eb90af1 authored over 1 year ago
fix(server): intercept ping requests (#13117)

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

github.com/vitejs/vite - d06cc421031dcb6c54abb12039dc6689c5a46b73 authored over 1 year ago
fix: avoid dev-server crash when ws proxy error (#12829)

github.com/vitejs/vite - 87e1f5838263d53d8ccf856926ff0a627d763b4c authored over 1 year ago
fix(build): declare moduleSideEffects for vite:modulepreload-polyfill (#13099)

github.com/vitejs/vite - d63129b5f028646596bd5c57d2832eaf441c77b7 authored over 1 year ago
fix: upgrade svelte-check preventing unmet peer deps errors (#13103)

github.com/vitejs/vite - c63ba3fa08a64d75bfffa6885dc4c44875b9c5ba authored over 1 year ago
release: v4.3.5

github.com/vitejs/vite - 775505d748d8cd076e823a80d47647ca8e6badf6 authored over 1 year ago
fix(scan): handle html script tag attributes that contain ">" (#13101)

github.com/vitejs/vite - 8a37de604f18b5053be717e232e2b1353addf8d0 authored over 1 year ago
fix: location is not defined error in cleanScssBugUrl (#13100)

github.com/vitejs/vite - 91d7b678ce6a397d01cd1351ce29de2f50f9d775 authored over 1 year ago
fix(debug): skip filter object args (#13098)

github.com/vitejs/vite - d95a9af5c1aa9babecd710ef2d341a7839b41daf authored over 1 year ago
fix: unwrapId and pass ssr flag when adding to moduleGraph in this.load (#13083)

github.com/vitejs/vite - 9041e19585dc2679d558ec51e77fd1ea1bacdb2b authored over 1 year ago
fix(ssr): ignore __esModule for ssrExportAll (#13084)

github.com/vitejs/vite - 8a8ea1d3aed9db67da47e610d3c66b831815f898 authored over 1 year ago
fix(assetImportMetaUrl): reserve dynamic template literal query params (#13034)

github.com/vitejs/vite - 7089528b7c740de7fafa715c01c368271afc8e6b authored over 1 year ago
docs: document /index.html as importer during dev (#12911)

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

github.com/vitejs/vite - 21dd28dd648b6d043eaad2f31efdd379e5134635 authored over 1 year ago
chore: cleanup hoist patterns (#13069)

github.com/vitejs/vite - 229c5925c8c84709b8e06e8092a255cb820dafc9 authored over 1 year ago
fix(legacy): import `@babel/preset-env` (#12961)

github.com/vitejs/vite - d53c650a69aeb43efd99b210ccc3a5606f2fc31b authored over 1 year ago
release: v4.3.4

github.com/vitejs/vite - 5890aa9f4f3101fc722f2d6cf5a27362644dbb03 authored over 1 year ago
docs: update Vue 2 plugins (#13063)

github.com/vitejs/vite - 422dc7546baed427bd419ff036baccea3331ebe7 authored over 1 year ago
fix(server): should respect hmr port when middlewareMode=false (#13040)

github.com/vitejs/vite - 1ee0014caa7ecf91ac147dca3801820020a4b8a0 authored over 1 year ago
chore: add changelog for vite 4.2.2 and 3.2.6 (#13055)

github.com/vitejs/vite - 0c9f1f4a8a94623c4b46d1fa6d8c29908f379a68 authored over 1 year ago
fix(define): incorrect raw expression value type in build (#13003)

github.com/vitejs/vite - 8f4cf0752abd1bd51af6726f24ceeca47f6d5ba6 authored over 1 year ago
fix(importAnalysisBuild): support parsing '__VITE_PRELOAD__' (#13023)

github.com/vitejs/vite - 447df7cba987b30e3621076a74e2227f8232f64a authored over 1 year ago
test(resolve): ssr deep import resolve (#13022)

github.com/vitejs/vite - fe73198d2412b786aa050b7fd58a9a543b9d07a7 authored over 1 year ago
fix(ssr): track for statements as block scope (#13021)

github.com/vitejs/vite - 2f8502fd64071af669d5871ea3f0d5edb86f9690 authored over 1 year ago
release: v4.3.3

github.com/vitejs/vite - f749c3e5802c9d8adb653b591be79148bbaf5df8 authored over 1 year ago
fix(resolve): deep import resolvedId error (#13010)

github.com/vitejs/vite - 30a41ffbeb583311ec227e53c0cd2331d26993b0 authored over 1 year ago
fix: undefined document in worker (#12988)

github.com/vitejs/vite - 08c1452a8459ae55c01c94f111232a1502341c0b authored over 1 year ago
feat: optimize deps option to turn off auto discovery (#13000)

github.com/vitejs/vite - bd86375c1610f8a43599327675b26a4f124e013b authored over 1 year ago
chore(deps): update all non-major dependencies (#12805)

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

github.com/vitejs/vite - 5731ac9caaef629e892e20394f0cc73c565d9a87 authored over 1 year ago
fix: address file path mismatch when loading Vite config file on Windows (fix #12923) (#13005)

github.com/vitejs/vite - 84c4118d5f1e73fe964d680aa316bf0fd7d5ee20 authored over 1 year ago
docs: releases page (#12909)

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

github.com/vitejs/vite - ad1ae3ed6a32baf5d56823f8004555c68d3ad405 authored over 1 year ago
test(server): vite server restart flow (#12777)

github.com/vitejs/vite - ef7b720432cb67b4684a9d430ab3264572305c67 authored over 1 year ago
chore(create-vite): update to plugin-react 4.0.0

github.com/vitejs/vite - 14cd93979265700677bcc8322ff729a33bebe514 authored over 1 year ago
release: v4.3.2

github.com/vitejs/vite - 1bc42cfb2abb2912a613f8f1d9de3d4348b41144 authored over 1 year ago
test(dynamic-import): fix multiline test (#12996)

github.com/vitejs/vite - 06afbfb5d67ff5dce983bb5387d9ebdf732e69ea authored over 1 year ago
feat(plugin-legacy): support file protocol (#8524)

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

github.com/vitejs/vite - 7a87ff4b0950012ad0d85b05fe36b17e1ee2ee76 authored over 1 year ago
fix(ssr): hoist statements after hashbang (#12985)

github.com/vitejs/vite - 07bd6d14e545d05c6a29cf341f117fcfe9536ba4 authored over 1 year ago
chore(deps): update to pnpm 8.3.1 (#12982)

github.com/vitejs/vite - e0b1197a9c2750bf0f568d2512e80d4894463221 authored over 1 year ago
chore(deps): update dependency rimraf to v5 (#12966)

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

github.com/vitejs/vite - 5c71d07cd08221156bffd1f3284a1341d84cf2bd authored over 1 year ago
chore: upgrade rollup (#12965)

github.com/vitejs/vite - bdb2f25b2ff2ed5be2308fbdeeac230ce2df9cac authored over 1 year ago
fix: use realpathSync for node <16.18 on windows (#12971)

github.com/vitejs/vite - 965839c70e3057d8d1ad8597bdcad1509574f0ed authored over 1 year ago
chore: build time message setting color (#12940)

github.com/vitejs/vite - ada7cd587b3714706e2449e541a009b2faba419d authored almost 2 years ago
fix(create-vite): fix h1 css selector in lit templates (#12951)

github.com/vitejs/vite - 21c61cbbbe1add738f3fc4e8e80de2c73b1fc5a8 authored almost 2 years ago
fix: status optional in windows network drive regex (fix: #12948) (#12949)

github.com/vitejs/vite - f781fc64b7c2d9569c91c51915b2623b601e8df1 authored almost 2 years ago
chore(create-vite): bump vue-tsc (#12952)

github.com/vitejs/vite - 30fd101aa170e06d89a938e657bd4af7da6ee17e authored almost 2 years ago
refactor: resolveExports (#10917)

github.com/vitejs/vite - ad21ec35de8b6745e30f6982a0e29a1cf97d55c8 authored almost 2 years ago
chore: remove extra ) in changelog (#12932)

github.com/vitejs/vite - e7924d22f70fdfdab32b4aab224cd66317f3c768 authored almost 2 years ago
release: v4.3.1

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

github.com/vitejs/vite - 9cc93a577581820b29fa929e27d49f52b805fd4f authored almost 2 years ago
docs: 4.3 announcement graph updates (#12927)

github.com/vitejs/vite - 6a144636d0653c9bd94b06df1b63e418d9015e3f authored almost 2 years ago
docs: 4.3 announcement and release notes (#12925)

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

github.com/vitejs/vite - f29c582592e854835a4361763a004ac2f28a053a authored almost 2 years ago
chore: clean up 4.3 changelog

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

github.com/vitejs/vite - d6468a3b1fa11f066a0f38515874f71da7b9640e authored almost 2 years ago
fix(create-vite): update template-lit-ts tsconfig (fix #12854) (#12855)

github.com/vitejs/vite - c186815e38f1e0f9fb8195456eb41ffec07d3c80 authored almost 2 years ago
feat(create-vite): add eslint to React templates (#12801)

github.com/vitejs/vite - d84460a5fcc553d71ce1d4962d22ab53419d2b10 authored almost 2 years ago
fix(build): do not repeatedly output warning message (#12910)

github.com/vitejs/vite - 251d0ab84b533ae55171616119f371a503be54c1 authored almost 2 years ago
docs: correct glob import as example (#12907)

github.com/vitejs/vite - ef89ca676e4ab5b98de190f782009d3f644d55f1 authored almost 2 years ago
chore(create-vite): remove wrapper div for react template (#12867)

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

github.com/vitejs/vite - 3334660d233563dfb97e3351d669f9ae3909e4e7 authored almost 2 years ago
fix: yarn pnp considerBuiltins (#12903)

github.com/vitejs/vite - a0e10d5bc8b7ac6f27bd006a5cb65a56538fcede authored almost 2 years ago
chore: update CI to Node 20 (#12904)

github.com/vitejs/vite - b83a192b8850960385834d0685cef952c8480eb4 authored almost 2 years ago
refactor(eslint): migrate to `eslint-plugin-n` (#12895)

github.com/vitejs/vite - 62ebe28d4023c1f67578b1977edd3371f44f475a authored almost 2 years ago
feat: expose `isFileServingAllowed` as public utility (#12894)

github.com/vitejs/vite - 93e095c34fb1452a4269a4fb473389d3f67e36c8 authored almost 2 years ago
docs: update link to svelte-hmr (#12893)

github.com/vitejs/vite - 2ddeead7beabbc1c6dd292dcb1f728a0bdd8ad63 authored almost 2 years ago
fix: escape msg in render restricted error html (#12889)

github.com/vitejs/vite - 3aa21270731821f6471efdfac7c26e971f7613be authored almost 2 years ago
chore: add sheremet-va to the team (#12886)

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

github.com/vitejs/vite - f2bcad8c7267cc4530fb5f94ffb49ed6f184e0c2 authored almost 2 years ago
chore(deps): update dependency @tsconfig/svelte to v4 (#12879)

github.com/vitejs/vite - 79619a95ab5ecd848fb73583fa578851c374d27e authored almost 2 years ago
fix: cleanUpStaleCacheDirs once per process (#12847)

github.com/vitejs/vite - 2c58b6e5f13a731ff7ed0e3d3ec801427b82269f authored almost 2 years ago
refactor: simplify crawlEndFinder (#12868)

github.com/vitejs/vite - 31f8b519d2c1bb509e57e6e03d1e5097071cc774 authored almost 2 years ago
fix(build): do not warn when URL in CSS is externalized (#12873)

github.com/vitejs/vite - 151099628310d27c0b526b31ba74b8b258fb59b5 authored almost 2 years ago
fix: broken middleware name (#12871)

github.com/vitejs/vite - 32bef575efc7067fdb374131ff9cbbecf459584a authored almost 2 years ago
perf: parallelize await exportsData from depsInfo (#12869)

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

github.com/vitejs/vite - ca93d67829f71893eee561738febba0f3d9d3fb4 authored almost 2 years ago
fix: build time deps optimization, and ensure single crawl end call (#12851)

github.com/vitejs/vite - fa3087933d713929c0c0c55528cb65213e779f9f authored almost 2 years ago
test: relax tsconfig json load error regex (#12859)

github.com/vitejs/vite - 0212b1b0aa6897b3b41e71b9e088b4903d43af06 authored almost 2 years ago
fix(importAnalysis): warning on ExportAllDeclaration (#12799)

github.com/vitejs/vite - 5136b9b0c121d2c05bf0972bb371ffd4a2f1211f authored almost 2 years ago
chore(create-vite): remove unnecessary App class Reference (#12771)

github.com/vitejs/vite - 1607f4ac10715a60a32a1a6029a4fea9eaa33b14 authored almost 2 years ago
chore(deps): update pnpm to v8 (#12830)

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

github.com/vitejs/vite - 12ff3652d86c437fd4105cb3aa72fc5c1ebd33a1 authored almost 2 years ago
fix: correct vite config temporary name (#12833)

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