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(plugin-react): fix regex for react imports (#5274)

github.com/vitejs/vite - 00b3e4fe102652b2d92e76a05e8c7a5b766b1d03 authored over 3 years ago by Tyler Rockwood <[email protected]>
fix(ssr): make import.meta.url be the filesystem URL (#5268)

github.com/vitejs/vite - 7674cf2e558c6209f667a112a7862058fe7290c8 authored over 3 years ago by Matthew Phillips <[email protected]>
fix: avoid scan failures in .svelte and .astro files (#5193)

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

github.com/vitejs/vite - 386ca79da5c54c35cdff978d0f48481bbbaacd44 authored over 3 years ago by Ben McCann <[email protected]>
release: v2.6.7

github.com/vitejs/vite - 04b163c60d06217b62f99757efe07020f940c34f authored over 3 years ago by Anthony Fu <[email protected]>
docs: trying Vite online with StackBlitz (#5243)

github.com/vitejs/vite - 054242ec7e48e95de24f2412705ecac984be4de8 authored over 3 years ago by patak <[email protected]>
build: don't skip build for plugin-react

github.com/vitejs/vite - 22da84ad3659afe10536f95fd46e73e4361d927f authored over 3 years ago by Anthony Fu <[email protected]>
chore: unresolved deps for client build

github.com/vitejs/vite - 9e3bb6513e3580d9fdf462bfc791dcf95a5220c2 authored over 3 years ago by Anthony Fu <[email protected]>
release: v2.6.6

github.com/vitejs/vite - 18371415d9662fbb7d398779fd8e6086474486f1 authored over 3 years ago by Anthony Fu <[email protected]>
feat: add `build.cssTarget` option (#5132)

fixes #4746
fixes #5070
fixes #4930

github.com/vitejs/vite - b17444fd97b02bc54410c8575e7d3cb25e4058c2 authored over 3 years ago by Haoqun Jiang <[email protected]>
docs: explain how to watch files inside `node_modules` (#5239)

github.com/vitejs/vite - bbb406764da73ec3fbf6e4dd0b77c9fcc16ec567 authored over 3 years ago by Haoqun Jiang <[email protected]>
fix(server): skipped for ended response (#5230)

github.com/vitejs/vite - 7255fd5f04e71e81d80a0a28fad3ac72bffe186e authored over 3 years ago by Anthony Fu <[email protected]>
chore: revise typo (#5233)

github.com/vitejs/vite - a3f2238e3edf37562df925b73d0fbd7ea2b64565 authored over 3 years ago by btea <[email protected]>
fix: avoid unnecessary pre-bundling warning

github.com/vitejs/vite - b58609829262255d73363229584a2341bc4f568d authored over 3 years ago by Evan You <[email protected]>
release: v2.6.5

github.com/vitejs/vite - 8a32cb6f08f56799758788a0318feb7f09f00053 authored over 3 years ago by Evan You <[email protected]>
feat(server): expose server.printUrls()

github.com/vitejs/vite - 96a9ee4f3566e273db53ef9023222699520e4f8f authored over 3 years ago by Evan You <[email protected]>
feat(internal): expose printHttpServerUrls

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

github.com/vitejs/vite - 756a0b82526559bb837d443d9483f25f2ddc2d6e authored over 3 years ago by Evan You <[email protected]>
test(cli): add testcase for cli usage in a package with type: module (#5216)

github.com/vitejs/vite - 242fa3531a11687ea68d5ccc41cf75183d2aa635 authored over 3 years ago by Dominik G <[email protected]>
release: v2.6.4

github.com/vitejs/vite - 26300f9f11249744652583b943aed39a8c3222ff authored over 3 years ago by patak-js <[email protected]>
fix: use Function instead of eval to dynamically import config files (#5213)

github.com/vitejs/vite - 10694dd6ad98933b7d857919c09c0f5f8c22da21 authored over 3 years ago by Sam Verschueren <[email protected]>
docs: add a comma (#5212)

github.com/vitejs/vite - 1113cf35cd602cf76a530ef7fe47b8c89c0dde7e authored over 3 years ago by Sleepy Five <[email protected]>
fix: better error message for parse failures (#5192)

github.com/vitejs/vite - 8fe8df37d4b68705bfb2f768b47ca99a8678f4e9 authored over 3 years ago by Ben McCann <[email protected]>
fix(plugin-react): turn off jsx for .ts (#5198)

Fixes #5102

github.com/vitejs/vite - 916f9d3984d5e83f7cb869b3606a1f043a814b97 authored over 3 years ago by hyrious <[email protected]>
release: v2.6.3

github.com/vitejs/vite - a639f77e383026acf938bf70ba2347f7c14cfc8d authored over 3 years ago by patak-js <[email protected]>
fix(type): update ExportsData type

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

github.com/vitejs/vite - 61dd3edce7f0bfc10e17e7a35bdb6740c1c5d9ba authored over 3 years ago by Renovate Bot <[email protected]>
fix(dev): read property of undefined (#5177)

github.com/vitejs/vite - 70e882f06a80bcfb6f5189902984751d9c06cf8f authored over 3 years ago by Tmk <[email protected]>
chore: improve html plugin name (#5158)

* chore: improve html plugin name

* chore: spacing

* chore: spacing

* chore: spacing

github.com/vitejs/vite - e8a1d19670c2d28fe06efb8fade89b045bebb7ef authored over 3 years ago by patak <[email protected]>
fix(plugin-legacy): use terser as the default minifier (#5168)

github.com/vitejs/vite - 9ee72343884a7d679767833f7a659bbca6b96595 authored over 3 years ago by Haoqun Jiang <[email protected]>
fix: upgrade to @rollup/plugin-commonjs 21.x (#5173)

github.com/vitejs/vite - c5bfc5ec2f52877cd4c57c6731a927ac79b8d322 authored over 3 years ago by Ben McCann <[email protected]>
chore(deps): update eslint-define-config to v1.1.1 (#5170)

github.com/vitejs/vite - 8780af72b31d988a11df7a9d159abf89566d7e24 authored over 3 years ago by Shinigami <[email protected]>
docs: clarify that `server.hmr.server` works with HTTP too (#5163)

github.com/vitejs/vite - 63c7a88cadfff1d9fb10f63415a7132bf5eec483 authored over 3 years ago by François Wouts <[email protected]>
docs: update link to commit convention (#5161)

github.com/vitejs/vite - 12ed88b859e261464566386687101d527d65cbc3 authored over 3 years ago by Olyno <[email protected]>
chore: include all vite packages in issue sys info (#5159)

github.com/vitejs/vite - 2f9d182f0fc51359ffaea124ba820bfdda4dbe68 authored over 3 years ago by TJ Koblentz <[email protected]>
release: v2.6.2

github.com/vitejs/vite - 2b7e836f84b56b5f3dc81e0f5f161a9b5f9154c0 authored over 3 years ago by patak-js <[email protected]>
fix: properly handle postfix for getRealPath (#5149)

github.com/vitejs/vite - 7d257c38356f8195ca44b39b55f9d791c6b8c33e authored over 3 years ago by patak <[email protected]>
fix(cli): log correct hostname (#5156)

github.com/vitejs/vite - 6f977a5f01604d406d2e0c74c4d01a79d3416f06 authored over 3 years ago by Dominik G <[email protected]>
fix(plugin-vue): don't use object spread in the config hook (#5155)

github.com/vitejs/vite - c1ce471c07264db034f42573662971f0dc531df7 authored over 3 years ago by Haoqun Jiang <[email protected]>
fix(plugin-react): respect `opts.fastRefresh` in viteBabel (#5139)

github.com/vitejs/vite - 5cf4e69cd3afc7f960e02072171c7c441747e8f0 authored over 3 years ago by Ian VanSchooten <[email protected]>
chore: add "packageManager" field in workspace package.json (#5133)

github.com/vitejs/vite - 77447496704e61cdb68b5788d8d79f19a2d895f1 authored over 3 years ago by Haoqun Jiang <[email protected]>
release: v2.6.1

github.com/vitejs/vite - f609a4da4e47ad5b4962dc629b79ffa68b4a6638 authored over 3 years ago by patak-js <[email protected]>
fix(cli): reorder dev server message (#5141)

github.com/vitejs/vite - 5fb3e0f996bcca073420122ca4de3b4300e1c5f5 authored over 3 years ago by Bjorn Lu <[email protected]>
release: v2.6.0

github.com/vitejs/vite - 978575a5246cacbcec0ea7a4e02ea1dd2fd20ec2 authored over 3 years ago by patak-js <[email protected]>
docs: fix react fast refresh github url (#5126)

github.com/vitejs/vite - b690810f555549e9eed4b03600b27fe7649d6b07 authored over 3 years ago by Bechir Ba <[email protected]>
docs: bump vitepress

fixes MDN import.meta.url external link

github.com/vitejs/vite - 6010e56a1af03ed3392e67e7e67c82cf057cb4ac authored over 3 years ago by Evan You <[email protected]>
docs: fix typo in comment (#5123)

github.com/vitejs/vite - 96a2d153096082f5ee6af278beabacab8e98b145 authored over 3 years ago by Ben McCann <[email protected]>
release: v2.6.0-beta.4

github.com/vitejs/vite - ffb30b21035bd3772f1e688a019f515d960df596 authored over 3 years ago by patak-js <[email protected]>
chore(deps): upgrade typescript to 4.4 (#4932)

* chore(deps): upgrade typescript to 4.4

* chore: set useUnknownInCatchVariables to false

github.com/vitejs/vite - 936b398a209ec3ca97ac993c5f9137f72f184988 authored over 3 years ago by Shinigami <[email protected]>
chore: prettier format (#5121)

github.com/vitejs/vite - 16fc8942e2b2181d78359cdc37e85a17be031af4 authored over 3 years ago by btea <[email protected]>
chore: update tips and docs (#5116)

github.com/vitejs/vite - 789130bce7b333a3bcd215d136528c681115e8d9 authored over 3 years ago by ygj6 <[email protected]>
fix: use global location for import.meta.url rewrite (fix #5087) (#5113)

github.com/vitejs/vite - 0b54853ad8f62edef7815808bb8d5f8638bee0cb authored over 3 years ago by Cédric Eberhardt <[email protected]>
docs: fix code block display exception (#5115)

github.com/vitejs/vite - 9db3005b99e90b9d0514411b79a89450b80b544d authored over 3 years ago by QiChang Li <[email protected]>
fix: don't overwrite default options unless given new value (#5111)

github.com/vitejs/vite - 4d72b403e474ce468d95cc1ef95fdfbec625eb6d authored over 3 years ago by Ben McCann <[email protected]>
chore(deps): update all non-major dependencies (#5100)

github.com/vitejs/vite - b2ae627c74ee8aeff82c80d3461ae3004d0d8369 authored over 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
docs: update assets URL constructor demo (#5078)

github.com/vitejs/vite - fc232d6a435b00ccbe6d4beb17bf4847f4a8125b authored over 3 years ago by Guanghui Cheng <[email protected]>
release: v2.6.0-beta.3

github.com/vitejs/vite - eff92a5e95dd88ee1296547bb8bc19883b8751f9 authored over 3 years ago by patak-js <[email protected]>
fix: Allow custom asset URL origin in development (#5104)

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

github.com/vitejs/vite - e4ef6ddbbf6cef689537fe35d8f8378150e87f6e authored over 3 years ago by Enzo Innocenzi <[email protected]>
fix: server.address before listen, chdir in test, basic cli test (#5059)

github.com/vitejs/vite - fb37a6315711eb6bae3030e98acdad1b819f0893 authored over 3 years ago by Dominik G <[email protected]>
fix: use the same `target` for optimized dependencies and source files (#5095)

fixes #4897

github.com/vitejs/vite - 8456a6f2e9d48bea315457f2301bd1585756e6e4 authored over 3 years ago by Haoqun Jiang <[email protected]>
fix: should load `--config foo.mjs` as an ES module (#5091)

github.com/vitejs/vite - 5d2c50ad229fc8a9e20171ab17053ea525018e71 authored over 3 years ago by Haoqun Jiang <[email protected]>
chore: enforce LF line endings in the repository (#5092)

github.com/vitejs/vite - 1bf759daea0edbce60534faa9c320098b19e8b41 authored over 3 years ago by Haoqun Jiang <[email protected]>
docs: link to vite audio in readme

github.com/vitejs/vite - 28fc88f53bfb76b7a709a1a8058e9f7af448900c authored over 3 years ago by Anthony Fu <[email protected]>
refactor: change location of server start log messages (#5016)

github.com/vitejs/vite - 4872003252c89aa92a956e3303343dfc848d13de authored over 3 years ago by Ben McCann <[email protected]>
feat(create-vite): migrate lit-element to lit (#5012)

github.com/vitejs/vite - d66ea0f420eb7926d927b64e40ecaf83d9388e63 authored over 3 years ago by Rody Davis <[email protected]>
chore(contributing): fix code block (#5084)

github.com/vitejs/vite - 1b203d72a2f425a888621e9b1dc64a18009b1940 authored over 3 years ago by Jeff Yang <[email protected]>
fix(lib-mode): do not minify lib mode es output

Otherwise it breaks library tree-shaking
https://github.com/vuejs/vue-next/issues/2860#issuecomm...

github.com/vitejs/vite - 06d86e4a2e90ca916a43d450bca1e6c28bc4bfe2 authored over 3 years ago by Evan You <[email protected]>
fix(plugin-vue): handle rewrite default edge case with TS

ref https://github.com/vuejs/vue-next/issues/4673

github.com/vitejs/vite - 609a342986b2d3b05ef59dc23523239938264008 authored over 3 years ago by Evan You <[email protected]>
workflow: switch to pnpm (#5060)

github.com/vitejs/vite - 3e1cce01d01493d33e50966d0d0fd39a86d229f9 authored over 3 years ago by Evan You <[email protected]>
docs: update env-and-mode.md to fix default modes (#4928)

github.com/vitejs/vite - 6011665ca23a41cb7643d44c539bc03d4155e43f authored over 3 years ago by Mat <[email protected]>
feat: expose `preview` method (#5014)

github.com/vitejs/vite - 9885656c33306c3b9992000e0a8c89ae7aade8e5 authored over 3 years ago by Ben McCann <[email protected]>
fix: avoid module preload polyfill for zero js html (#4999)

github.com/vitejs/vite - ac55755f12e1f497e00a6ba1781cc80a065d770b authored over 3 years ago by patak <[email protected]>
feat: server.open supports absolute path (#5068)

github.com/vitejs/vite - 2d6f682ce32246f2faf7f1a19155770596a75785 authored over 3 years ago by HelKyle <[email protected]>
feat(plugin-legacy): add externalSystemJS option (#5024)

github.com/vitejs/vite - 60b6f5595a00cbf014a30d57721081eb79436a97 authored over 3 years ago by Oreki S.H <[email protected]>
fix: normalize away `base` in imported URLs (#5065)

* fix: normalize away `base` in imported URLs

This fixes hot-reloading issues reported in htt...

github.com/vitejs/vite - 9164da0fe62cb85e77752849ea6d7a68287fb576 authored over 3 years ago by François Wouts <[email protected]>
docs: optimize image file (#5074)

github.com/vitejs/vite - 8b77a4f64e38c41f93f83f91af56360f21553235 authored over 3 years ago by Jun Shindo <[email protected]>
fix(types): missing return type on `logError` (#5067)

github.com/vitejs/vite - 3c9f1a16c618858e73cc5be2971b1c9a3bf44420 authored over 3 years ago by Pengsha Ying <[email protected]>
docs: update CONTRIBUTING-”Repo Setup“ detail (#5066)

github.com/vitejs/vite - de3de578f5181d5c91afec0860498d00b90e3454 authored over 3 years ago by Pengsha Ying <[email protected]>
docs: docs for `searchForWorkspaceRoot` #4958 (#5062)

github.com/vitejs/vite - 6f2dea249aeed371be8e266d739f845c8ff8c740 authored over 3 years ago by Anthony Fu <[email protected]>
fix: injected tags indentation (#5000)

github.com/vitejs/vite - 4b84c0d66beff9fa6fd6f304df95a70fa2f23144 authored over 3 years ago by patak <[email protected]>
feat: expose `searchForWorkspaceRoot` util (#4958)

github.com/vitejs/vite - d0f7bf16b4949a3c0766ab1119ec166501fd5a63 authored over 3 years ago by Anthony Fu <[email protected]>
fix: esbuild minification and renderLegacyChunks false (#5054)

github.com/vitejs/vite - ed384cfeff9e3ccb0fdbb07ec91758308da66226 authored over 3 years ago by Florian Dreier <[email protected]>
chore(plugin-vue): changelog [ci skip]

github.com/vitejs/vite - 88f32cca0598319a593a71252111eac288b57e78 authored over 3 years ago by Evan You <[email protected]>
Revert "feat(plugin-vue): define __VUE_SSR__ flag"

This reverts commit 49618c17f38ee54ea17b4b04d58eb5fbf3e532fe.

github.com/vitejs/vite - 3e2c1bf74bb8ef583d66c67c715fdeae8d8fe432 authored over 3 years ago by Evan You <[email protected]>
feat(plugin-vue): define __VUE_SSR__ flag

github.com/vitejs/vite - 49618c17f38ee54ea17b4b04d58eb5fbf3e532fe authored over 3 years ago by Evan You <[email protected]>
chore: fix eslint invalid ecmaVersion value (#5052)

github.com/vitejs/vite - bb82e7ae0dc5d0a3e4675bd93b4d218d139f4519 authored over 3 years ago by Shinigami <[email protected]>
release: v2.6.0-beta.2

github.com/vitejs/vite - a35e56a489ec6c17754e89d1cfa3ba885b74d9c2 authored over 3 years ago by patak-js <[email protected]>
fix: performance is not defined (#5048)

github.com/vitejs/vite - 20b20e4b814bd08ea85518109b5053bbca24d992 authored over 3 years ago by ygj6 <[email protected]>
release: v2.6.0-beta.1

github.com/vitejs/vite - 83881aa0e12f2c10275b695bba1acb48de3aeafe authored over 3 years ago by patak-js <[email protected]>