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

feat: default build.minify to esbuild (#5041)

* feat: default build.minify to esbuild

* refactor: only enable extra options if minify is tr...

github.com/vitejs/vite - e4892be418e1294f2ec8462f0bf8bd14a6be0fb4 authored over 3 years ago by Evan You <[email protected]>
fix(ssr): handle default arguments properly in `ssrTransform` (#5040)

github.com/vitejs/vite - 6a600805f0c2803e843a0af279d5f8cc1a2c4d89 authored over 3 years ago by Alec Larson <[email protected]>
feat: pre transform direct imports before requests hit the server (#5037)

github.com/vitejs/vite - 57b9a37ea677e7d63f2e5085a4d018787c025e98 authored over 3 years ago by Evan You <[email protected]>
fix: exclude ?commonjs-external when building in JSON plugin (#4867)

github.com/vitejs/vite - fe25567828e7a5cadc6c009ae674a59670e14a49 authored over 3 years ago by Josh Field <[email protected]>
chore(deps): update all non-major dependencies (#4992)

Co-authored-by: Renovate Bot <[email protected]>

github.com/vitejs/vite - 5274c2e9fbfd7d80392b5d0c9daacbe2d7237649 authored over 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): bump rollup version (#5045)

github.com/vitejs/vite - b19fb336b17890d0679882967340f913f7b27dff authored over 3 years ago by Anthony Fu <[email protected]>
fix: dedupe import analysis public name (#5032)

github.com/vitejs/vite - 545b1f13cec069bbae5f37c7540171128f439e7b authored over 3 years ago by patak <[email protected]>
fix: exclude missing dependencies from optimization during SSR (#5017)

Co-authored-by: ygj6 <chieffochen2021>

github.com/vitejs/vite - 2204afa34482384460507aa0149730ab05f99e31 authored over 3 years ago by ygj6 <[email protected]>
fix: use lax range for peer deps

github.com/vitejs/vite - 35bd963cb4bcab9d1bfb9757c5baec69d734b875 authored over 3 years ago by Evan You <[email protected]>
fix: move peerDeps from #2042 to the right package.json

github.com/vitejs/vite - 3161d7560c44ecfe45ac2259c3d702634e6611d0 authored over 3 years ago by Evan You <[email protected]>
feat: support .astro files (#5038)

github.com/vitejs/vite - 79ff0ecc7fddb34c0a0498169e15c31f857cfecb authored over 3 years ago by Drew Powers <[email protected]>
chore: fix typo (#5033)

github.com/vitejs/vite - 2c586165d7bc4b60f8bcf1f3b462b97a72cce58c authored over 3 years ago by Shinigami <[email protected]>
feat(plugin-react): pre-optimize jsx-dev-runtime (#5036)

github.com/vitejs/vite - a34dd2725e64fedf626e23ba9ced480f5465a59b authored over 3 years ago by Evan You <[email protected]>
chore(create-vite): use @vitejs/plugin-react (#5030)

github.com/vitejs/vite - 42a9ef269617318b68cd379f3a71eeee6f8d5e29 authored over 3 years ago by Alec Larson <[email protected]>
fix(plugin-react): inconsistent error warning (#5031)

github.com/vitejs/vite - 89ba8cedb8636968516bc38b37e1d2d5ed6234bb authored over 3 years ago by OneNail <[email protected]>
chore: update plugin-react changelog (#5029)

github.com/vitejs/vite - 4ab4592dd24900688d252d44f8a848f4dc84dfca authored over 3 years ago by patak <[email protected]>
refactor: use performance timing for debug logs

github.com/vitejs/vite - 3ba2d7ec07d0c95de5a4213567c0f6b198baba7f authored over 3 years ago by Evan You <[email protected]>
fix: bump js parser ecmaVersion option to 'latest', fix #5013 (#5021)

github.com/vitejs/vite - 3541ebc7a0033ae2297b8618a57b56958de6dbb5 authored over 3 years ago by ygj6 <[email protected]>
refactor: update import analysis plugin debugger

github.com/vitejs/vite - 2fb2561e0b8744d877b46caefb9d07fb2efc587b authored over 3 years ago by Evan You <[email protected]>
chore(create-vite): skip pre-releases when updating version

github.com/vitejs/vite - 9bc56efb21511a62f94a5c6a4937b09ad9c5c7fe authored over 3 years ago by Evan You <[email protected]>
feat(create-vite): update vue templates

github.com/vitejs/vite - a2be9c11fccb53ed60a33d72025c2d30635be1a7 authored over 3 years ago by Evan You <[email protected]>
chore: pronounciation is important

github.com/vitejs/vite - 9d3dc43a15025fe733bcb05c42aeb9de42b0191f authored over 3 years ago by Evan You <[email protected]>
feat(plugin-vue): support optional @vue/compiler-sfc peer dep

github.com/vitejs/vite - b17b5ae68de50413a95fb992ceda92ec0fceaa86 authored over 3 years ago by Evan You <[email protected]>
docs: typing env vars (#4989)

Co-authored-by: Shinigami <[email protected]>
Co-authored-by: Alex Raihelgaus <alex@thesashk...

github.com/vitejs/vite - 8926c96cdab8229685b238cb6dfc2cd983ddcfe6 authored over 3 years ago by Alexander Raihelgaus <[email protected]>
docs: fix @vitejs/plugin-react broken link (#5001)

github.com/vitejs/vite - a85c808d3523a0507fb3232017a63f0ec1a5ef82 authored over 3 years ago by Daiki Ojima <[email protected]>
chore: lockfile

github.com/vitejs/vite - 1674c5c5390dda97b8c582048c18bb4733c565a4 authored over 3 years ago by Evan You <[email protected]>
build: fix npm package files inclusion

We are publishing with yarn 1, which has a problem with negation
patterns in "files" list, causi...

github.com/vitejs/vite - 12e055007b8055ba1789e7405f0476a0499db53a authored over 3 years ago by Evan You <[email protected]>
build: avoid generating sourcemap for terser

github.com/vitejs/vite - c932207c45beaec222f50aec5ebba4ffa1830508 authored over 3 years ago by Evan You <[email protected]>
chore: fix lint warning (#4998)

github.com/vitejs/vite - 6055ec9854ee2d1cbe77b5c20f22f7d27754b7e8 authored over 3 years ago by Shinigami <[email protected]>
fix: sourcemaps windows drive letter inconsistency, fix 4964 (#4985)

github.com/vitejs/vite - 723cd633d85d6476cb2ae92d0fe08cf74f3dec93 authored over 3 years ago by CGQAQ <[email protected]>
chore: correct async modules test cases (#4991)

github.com/vitejs/vite - 06eb57e2f56060ab18d09f0c17ae97daedb4cd56 authored over 3 years ago by patak <[email protected]>
chore(plugin-react): revert package.json to 1.0.0

github.com/vitejs/vite - e8de9b27663603d0ea45292a57890c57ba97edd6 authored over 3 years ago by patak-js <[email protected]>
release: v2.6.0-beta.0

github.com/vitejs/vite - 5240033ac8c7f1ac4da42eec1f5ba3497194f0fb authored over 3 years ago by patak-js <[email protected]>
fix(plugin-vue): enable ts in template also for lang=tsx

github.com/vitejs/vite - ed88df30a93d759e5c4ac0f079b9f604fad2ce40 authored over 3 years ago by Evan You <[email protected]>
fix(plugin-vue): generate tree-shakable code

github.com/vitejs/vite - 316d7afc0c84e51359938a12ebe1b09ca34ea8bd authored over 3 years ago by Evan You <[email protected]>
perf: report compressed size using gzip instead of brotli due to drastic

performance difference

gzip is 10~30x faster than brotli, and the difference gets bigger on
larg...

github.com/vitejs/vite - deb84c0b053b5c1e6a4162a224108d1d853dbb04 authored over 3 years ago by Evan You <[email protected]>
test: SSR externals on Windows #4980 (#4986)

github.com/vitejs/vite - 2e88ef5b50110da05e451f45f4b8407226cf690d authored over 3 years ago by untp <[email protected]>
chore: update prettierignore (#4987)

github.com/vitejs/vite - 61d955d5e3a5a8264eb93df79437ae1d3063c534 authored over 3 years ago by Shinigami <[email protected]>
fix(ssr): add normalizePath to require.resolve, fix #2393 (#4980)

github.com/vitejs/vite - 417208cf28cecc4cdfa04ca8f456d2b7c6b343d2 authored over 3 years ago by untp <[email protected]>
chore: change ci triggering (#4978)

github.com/vitejs/vite - 94867b6eac8aca2f3fab0813541f22cee1637bec authored over 3 years ago by Shinigami <[email protected]>
fix: normalize internal plugin names (#4976)

github.com/vitejs/vite - 37f0b2fff74109d381513ed052a32b43655ee11d authored over 3 years ago by patak <[email protected]>
chore(plugin-vue): bump vite peer dep requirement

github.com/vitejs/vite - 2f37658e080540cf410bd7235df4d44339cd3a84 authored over 3 years ago by Evan You <[email protected]>
perf(plugin-vue): inline main script for build + avoid sourcemap generation when possible

improve production build performance.

github.com/vitejs/vite - 93d9a2d175b1a1e3fe54197856a86887b1dadb74 authored over 3 years ago by Evan You <[email protected]>
chore: update vue playground

github.com/vitejs/vite - de2c754331ed7c1ac0d6cce8b0884a2b4ef1bc0b authored over 3 years ago by Evan You <[email protected]>
fix: handle sourcemap: false in transformWithEsbuild

github.com/vitejs/vite - 864d41d4eef745a68121c9192cda245630936431 authored over 3 years ago by Evan You <[email protected]>
chore: vite as peer dep for plugin-vue (#4979)

github.com/vitejs/vite - 991de9349ea14ec7b2895afb3db6337ee76f5cdd authored over 3 years ago by patak <[email protected]>
fix(plugin-legacy): fix type errors (#4762)

github.com/vitejs/vite - 5491143be0b4214d2dab91076a85739d6d106481 authored over 3 years ago by 粒粒橙 <[email protected]>
fix: docs for ssr manifest plugin and dedupe name (#4974)

github.com/vitejs/vite - 1bd6d56bfd0a1133914fe23b384fafc9e232dc32 authored over 3 years ago by patak <[email protected]>
chore: update renovate to exclude ESM-only packages

github.com/vitejs/vite - 72d06835040a6a7e79f1e9064810d1f70d6b2d69 authored over 3 years ago by Anthony Fu <[email protected]>
fix(deps): update all non-major dependencies (#4545)

Co-authored-by: Renovate Bot <[email protected]>

github.com/vitejs/vite - a44fd5d38679da0be2536103e83af730cda73a95 authored over 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore: update renovate config

github.com/vitejs/vite - c84966721d1e971c694c1020577bfa563c2396fe authored over 3 years ago by Anthony Fu <[email protected]>
build(plugin-vue): fix build script

github.com/vitejs/vite - aee4302e5a392fb6de160e03c2f59eccca52aa7a authored over 3 years ago by Evan You <[email protected]>
fix(plugin-vue): properly handle in-template TS syntax + tests

github.com/vitejs/vite - 0a2a5e1c8b9d2765faecfb5e4641b1c5a94575e1 authored over 3 years ago by Evan You <[email protected]>
chore: remove no longer needed type shim

github.com/vitejs/vite - 5acc277519c73fafda91e1ba35bdf75608564803 authored over 3 years ago by Evan You <[email protected]>
refactor: tsconfck for esbuild compilerOptions tsconfig files (#4889)

github.com/vitejs/vite - 9560af8852d9cc788f3ada27cab75693e673fdc7 authored over 3 years ago by Dominik G <[email protected]>
fix: update *.wasm type (fix #4835) (#4881)

github.com/vitejs/vite - 5e1b8d41f0540e4cad93aa539a19b5c599ff690c authored over 3 years ago by Liu Bowen <[email protected]>
feat(plugin-vue): support TS in template expressions

github.com/vitejs/vite - 01fa2abe901834c1c3168c343120429700e82983 authored over 3 years ago by Evan You <[email protected]>
feat: export transformWithEsbuild (#4882)

* feat: export transformWithEsbuild

* chore: add tests

* fix: test typo

Co-authored-by:...

github.com/vitejs/vite - c8c0f74ceda612bf2780dd764e941514547cb63b authored over 3 years ago by Bjorn Lu <[email protected]>
chore: run format (#4969)

github.com/vitejs/vite - c7499949bae7c50dae6b07f7c3c4b42014a64252 authored over 3 years ago by btea <[email protected]>
fix: disable `inputSourceMap` option of babel (#4834)

Closes #4055

Co-authored-by: benoit zegels <[email protected]>

Co-authored-by: Alec Larso...

github.com/vitejs/vite - ba89bd6df9231da85cebd089199bc4ad097af243 authored over 3 years ago by bz-pepite <[email protected]>
chore: rename plugin-react-refresh

This preserves the commit history.

github.com/vitejs/vite - 8bfae18425d1712acc59ff8f62e4656ba0876fa2 authored over 3 years ago by Alec Larson <[email protected]>
feat(plugin-react-refresh): support configure babel plugins

fix: #3276

github.com/vitejs/vite - 714a78c0bd5e73c353f78ee536cad4113cb37bde authored over 3 years ago by underfin <[email protected]>
refactor: migrate plugin-react-refresh to plugin-react

See #3588 for full commit history

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

github.com/vitejs/vite - 89284ab8ed4a8ec561cdd38df3a77d387988f883 authored over 3 years ago by Alec Larson <[email protected]>
fix: use pkgId to get relative path (#4957) (#4961)

github.com/vitejs/vite - b9e837a2aa2c1a7a8f93d4b19df9f72fd3c6fb09 authored over 3 years ago by Xuguang Mei <[email protected]>
docs: clarify assetsInclude (#4955)

github.com/vitejs/vite - 05fae60958823b710a005b1503002840de92ee46 authored over 3 years ago by Bjorn Lu <[email protected]>
chore: enable ci for all branches (#4952)

github.com/vitejs/vite - 2c6c3002a0c7e9424f0650ab44348bdd09622350 authored over 3 years ago by Anthony Fu <[email protected]>
fix: force overlay LTR (#4943)

github.com/vitejs/vite - f8d8b73ae34e34813a51aed6ec34f69f0c77339f authored over 3 years ago by MaMrEzO <[email protected]>
fix(css): revert return sourcemap in vite:css transform (#4880) (#4951)

github.com/vitejs/vite - 72cb33e947e7aa72d27ed0c5eacb2457d523dfbf authored over 3 years ago by Dominik G <[email protected]>
fix: websocket proxies not the same as http (#4893)

github.com/vitejs/vite - 9260848ee7ca15ac5c1a91fce8755beb62269e0d authored over 3 years ago by Mike Ledger <[email protected]>
feat: async script module support, close #3163 (#4864)

github.com/vitejs/vite - 398456966df54fa8f74c3cfa42cadeb7540792ff authored over 3 years ago by patak <[email protected]>
docs: add vite audio for pronunciation (#4941)

github.com/vitejs/vite - 4b90e0fee981faa9e734402bd482c168e4bbdf9f authored over 3 years ago by Anthony Fu <[email protected]>
fix: do not include css string in bundle if not needed

This reduces bundle size when using esbuild as minifier.

github.com/vitejs/vite - 3e3c20364d6c065026f7362bbcb7094099705cc9 authored over 3 years ago by Evan You <[email protected]>
chore: lockfile

github.com/vitejs/vite - 15bb5a19b45786b097e46ba95a4056bb63bb3c3c authored over 3 years ago by Evan You <[email protected]>
docs: authoring tips and vite-plugin-inspect (#4938)

github.com/vitejs/vite - 394d5f1ce5c3f6312f77a0efb119d02ce9646193 authored over 3 years ago by patak <[email protected]>
chore: format (#4931)

github.com/vitejs/vite - e59997f79c8b450bdc9ab357d90f444dc0a99f50 authored over 3 years ago by Shinigami <[email protected]>
fix: avoid wrong warning of explicit public paths (#4927)

github.com/vitejs/vite - 9e06b81973cf298aeb0a1f48c67a496bf984c663 authored over 3 years ago by meteorlxy <[email protected]>
feat(html): Inline entry chunk when possible (#4555)

github.com/vitejs/vite - e687d9886fd351d9941fc0a1a4c754440a94335f authored over 3 years ago by Andy Li <[email protected]>
feat: add resolve.preserveSymlinks option (#4708)

github.com/vitejs/vite - b61b044d8fc957c0511ca7d33380ab60bad5754f authored over 3 years ago by ygj6 <[email protected]>
release: v2.5.7

github.com/vitejs/vite - a93e03a81e256d566558d0c5594dea26c46cd974 authored over 3 years ago by patak-js <[email protected]>
feat(ssr): exports `dynamicDeps` for ssrTransform, close #4898 (#4909)

github.com/vitejs/vite - 9e51a76b3fce27cb0a4a4ae558c4499e9dd540cd authored over 3 years ago by Anthony Fu <[email protected]>
fix: the base is duplicated in `importAnalysisBuild.ts` (#4740)

github.com/vitejs/vite - 7e929ae4932ef89e56b92acdd46856ae41171302 authored over 3 years ago by Hex <[email protected]>
chore: give history middleware a name (#4908)

* chore: give history middleware a name

* chore: move spa fallback middleware to new file

...

github.com/vitejs/vite - bfbafee0f50ff8afa0c76b1903c484b5008ab95d authored over 3 years ago by Ben McCann <[email protected]>
fix(css): return sourcemap in vite:css transform (#4880)

github.com/vitejs/vite - 015290a169d5ca3806aa0b2eb417426d61df9b7d authored over 3 years ago by Dominik G <[email protected]>
fix(esbuildDepPlugin): externalize built-in module during SSR (#4904)

github.com/vitejs/vite - 5cc458753171e88bb56fa49dbbf5c87a19d0294f authored over 3 years ago by ygj6 <[email protected]>
fix: pnpm create-vite command documentation (#4902)

* Fixed pnpm create-vite command documentation

pnpx is deprecated: https://pnpm.io/pnpx-cli
...

github.com/vitejs/vite - 3392a8ad5618cc68b6898a327b6c8959de6f4992 authored over 3 years ago by TropicalRaisel <[email protected]>
fix: compute getPkgName only when used (#4729)

github.com/vitejs/vite - ce292735f538556996540d764e4024fcb9dc9ac7 authored over 3 years ago by vwkd <[email protected]>
chore: delete unused plugin hook 'watchChange' (#4617)

github.com/vitejs/vite - e623b4a34878d8f2a88f515ea798d814790742ee authored over 3 years ago by Yunfei He <[email protected]>
feat: allow `apply` condition to be a function (#4857)

github.com/vitejs/vite - f19282f003f64093518290a61446403b1f022d18 authored over 3 years ago by Andy Li <[email protected]>
release: v2.5.6

github.com/vitejs/vite - 5c5811e37f8b67d4a569dd47cd2fde9b648e388b authored over 3 years ago by Evan You <[email protected]>
fix(importAnalysis): properly inherit dependency version query for self imports

github.com/vitejs/vite - c7c39b133bc06627932741a4622fb8ab5c904d97 authored over 3 years ago by Evan You <[email protected]>