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

release: v2.5.0-beta.2

github.com/vitejs/vite - 98ba8b979a531f10073be92bdb9d2722c244afe8 authored over 3 years ago by Anthony Fu <[email protected]>
feat: add asset name (#3028) (#3050)

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

github.com/vitejs/vite - a05593894bb76ac46897c6833dffed04de71b960 authored over 3 years ago by Sean Deng <[email protected]>
fix(client): vite-error-overlay customElement is registered twice (#4475)

Co-authored-by: webfansplz <>

github.com/vitejs/vite - 28a9612d65f9004d6a3c698f86f7b22796347768 authored over 3 years ago by webfansplz <[email protected]>
chore: remove unused parameter (#4521)

github.com/vitejs/vite - 2b65a075785c94d43aa6d1a941ca0ce8e38be295 authored over 3 years ago by OneNail <[email protected]>
chore(docs): improve gitlab pages deployment (#4534)

github.com/vitejs/vite - 7232677f8c86d9fdb347ab33a92d3f300dd607f9 authored over 3 years ago by Shinigami <[email protected]>
feat(create-app): add alternative command for yarn (#4541)

github.com/vitejs/vite - 4253333625f3296e54805874e85f5384ce011405 authored over 3 years ago by odanado <[email protected]>
feat: log a warning if dependency pre-bundling cannot be run (#4546)

github.com/vitejs/vite - 120f3b97456597998b29413e8eec5e7ad41f2e7a authored over 3 years ago by Ben McCann <[email protected]>
chore: plugin-vue changelog edits [ci skip]

github.com/vitejs/vite - bcb6d753234f1085061e8a6e3623a597bb961ac5 authored over 3 years ago by Evan You <[email protected]>
refactor: adjust custom element mode behavior

custom element mode no longer exports the element constructor
this change is necessary to allow ...

github.com/vitejs/vite - ee8ec2887e06496475bdb1e6532cc1e155a7e790 authored over 3 years ago by Evan You <[email protected]>
docs: make link to existing integrations more prominent (#4525)

github.com/vitejs/vite - 55bcc3f0cbfe90d5b56e8beeed31794dde4a509d authored over 3 years ago by patak <[email protected]>
docs: indentation in code block (#4522)

github.com/vitejs/vite - 02090866103d055bcf2fff8cdbc58fbaa91ba517 authored over 3 years ago by Hermann Stanew <[email protected]>
fix: revert update dependency slash to v4 (#4118) (#4519)

This reverts commit 6017ddbc0fdeacdfd7251adb9ff4e282b39ccd5c.

github.com/vitejs/vite - 9b4fe1fa68c522878d1bdef87d7aa02ae08e986f authored over 3 years ago by patak <[email protected]>
fix: avoid crash when a file imported in SCSS does not exist (#4505)

github.com/vitejs/vite - a03e94419ef4da3b842f0211536afb1501bc0919 authored over 3 years ago by Máximo Mussini <[email protected]>
fix: add missing assets to `packages/vite/client.d.ts` (#4516)

github.com/vitejs/vite - 420d82dc31c930fd82c28612e3dd864f35278503 authored over 3 years ago by Romuald Brillout <[email protected]>
feat: import `.webmanifest` assets as URL (#4515)

github.com/vitejs/vite - 8c5ac3f89c69717b3bddedc229b77fabb9239085 authored over 3 years ago by Romuald Brillout <[email protected]>
chore: KiB instead of kb unit (#4493)

github.com/vitejs/vite - 66060ea8bb99ca7c27634c780999b80123c0d620 authored over 3 years ago by Mestery <[email protected]>
release: v2.5.0-beta.1

github.com/vitejs/vite - 8178628b646f8e3447cbd1c55c4399277d627688 authored over 3 years ago by patak-js <[email protected]>
feat: add `logger.hasErrorLogged(error)` method (#3957)

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

github.com/vitejs/vite - fb406ce4c0fe6da3333c9d1c00477b2880d46352 authored over 3 years ago by Alec Larson <[email protected]>
fix: change the preview default mode from `development` to `production` (#4483)

github.com/vitejs/vite - 77933ba86e7b15cb32ba80c27ae707db2a598cec authored over 3 years ago by ygj6 <[email protected]>
chore: apply lint

github.com/vitejs/vite - e793a915c1278cd858bad6dde561833a110849ee authored over 3 years ago by Anthony Fu <[email protected]>
chore: minimal reproduction check in bug report (#4502)

github.com/vitejs/vite - 5c2f0f004ff316b31160dcb6c24a3e3af8a9aae3 authored over 3 years ago by patak <[email protected]>
refactor: isCSSRequest for all css (#4484)

github.com/vitejs/vite - 7ad8ba242fd00595a88f5170b5b622286488859f authored over 3 years ago by OneNail <[email protected]>
chore: remove unnecessary async

github.com/vitejs/vite - c8e42d726d339c903bc4f048553a8864c69491d4 authored over 3 years ago by Evan You <[email protected]>
fix: close vite dev server before creating new one (#4374)

github.com/vitejs/vite - 9e4572edf5a21db9ed2d5ffa9c1a54dbea3687b3 authored over 3 years ago by TJ Koblentz <[email protected]>
fix: register files added by addWatchFile() as current module's dependency

fix #3216

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

github.com/vitejs/vite - 0c8656e2857a07cf0503762c63c8ae20b8ec482c authored over 3 years ago by patak-js <[email protected]>
fix: mixed match result of importMetaUrl (#4482)

github.com/vitejs/vite - 86f673abf4af38ab7a1e408f96e3447fdfcc5396 authored over 3 years ago by krystal <[email protected]>
fix(server): keep port when modifying the config file (#4460)

github.com/vitejs/vite - 056b17eb82becd08217346dddb47f8ecbf55fe3f authored over 3 years ago by ltaoo <[email protected]>
docs: Fix the confusing example of `server.proxy` (#4485)

github.com/vitejs/vite - 2faef0b3b9b9f265609976b1a56781c58dd83d75 authored over 3 years ago by rxliuli <[email protected]>
deps: update esbuild to 12.17 (#4480)

github.com/vitejs/vite - 5b85f0f966fedf12a2eb09b834ba5dd0166afa69 authored over 3 years ago by patak <[email protected]>
feat(ssr): tolerate circular imports (#3950)

Co-authored-by: Greg Fairbanks <[email protected]>
Co-authored-by: Ray Thurne Void <ray.th...

github.com/vitejs/vite - 69f91a1c03a129ab324c20fddfd2a07e729add96 authored over 3 years ago by Alec Larson <[email protected]>
docs: add a note on how to fix WSL2 watch issues (#4478)

github.com/vitejs/vite - d53dc92fb8c97b2d5d6f86ceb73465ef52495910 authored over 3 years ago by Haoqun Jiang <[email protected]>
feat: implement custom logger (#2521)

github.com/vitejs/vite - 59841f0b65a2e554db964e530b18dcdc9b3b9586 authored over 3 years ago by Sting Alleman <[email protected]>
fix(html): cover more cases in bodyPrependInjectRE (#4474)

github.com/vitejs/vite - 40c51e16802d39fef03d145bfc3a5089867dd8cb authored over 3 years ago by Herrington Darkholme <[email protected]>
fix(build): respect rollup output.assetFileNames, fix #2944 (#4352)

github.com/vitejs/vite - cbd04588a2fe62e689fc5f7bb0b71610b88f2a3e authored over 3 years ago by SegaraRai <[email protected]>
fix: update dependency @rollup/plugin-commonjs to v20, fix #2623 (#4469)

github.com/vitejs/vite - f9e5d638431dc27619d0cafdd7ea0dd8543133d3 authored over 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(scan): improve import regex and allow multiline comments (#4088)

github.com/vitejs/vite - 76dbef62741d4a53be1e6e8a0e04d3727759cc93 authored over 3 years ago by patak <[email protected]>
fix: import sass file even if not listed in package.json (#3627)

github.com/vitejs/vite - a5b2b4f11c5335828fd8179721aee73191df46e9 authored over 3 years ago by roger6106 <[email protected]>
chore(readme): correct contributing.md link (#4472)

github.com/vitejs/vite - a5d0e8f8bfdad29671e9962e12b49c6268929587 authored over 3 years ago by Jeff Yang <[email protected]>
fix(deps): update all non-major dependencies (#4468)

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

github.com/vitejs/vite - cd54a22b8d5048f5d25a9954697f49b6d65dcc1f authored over 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix: the return value of resolve by adding a namespace when processing a '@' in filter (#3534)

github.com/vitejs/vite - d4e979fbe70e2e7ab03407bd601b813e1671c144 authored over 3 years ago by ygj6 <[email protected]>
fix: @vite/client http request is 404 not found (#4187)

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

github.com/vitejs/vite - 21ecdacb40ba4fd1b8d248e1a1c99c21257f238d authored over 3 years ago by ygj6 <[email protected]>
docs: make the Contributing Guidelines more discoverable (#4466)

github.com/vitejs/vite - 3df736b602b7059d397acf0776d87ac7a0fa5b67 authored over 3 years ago by Ben McCann <[email protected]>
chore: typo in vite 2 announcement post (#4465)

github.com/vitejs/vite - a68861f9a6ea09196125edde54cc6e68f31ccebe authored over 3 years ago by Zahin Afsar <[email protected]>
docs: document debug logging (#4457)

github.com/vitejs/vite - 1e711c0ef639511240523cb99c2bcc901b22b3e6 authored over 3 years ago by Ben McCann <[email protected]>
refactor: cli mode options to common, reorder GlobalCLIOptions (#4431)

github.com/vitejs/vite - 304cc6b87b1ce365010f324487b97f59794c1ccd authored over 3 years ago by Yunfei He <[email protected]>
feat(css): support css module compose/from path resolution (#4378)

github.com/vitejs/vite - 690b35e857cea833ed4f1782e5c87b2b7064d072 authored over 3 years ago by kamilic <[email protected]>
fix: overwrite configEnv.mode if the user explicitly set mode option (fix #4441) (#4437)

github.com/vitejs/vite - 7d340a6339cb5497ef54d3684697c4660ab97302 authored over 3 years ago by Yunfei He <[email protected]>
fix(create-vite): distinguish pnpm pkgManager (#4220)

github.com/vitejs/vite - c0a3dbfa66266378f6f329f1981d5827b781fdbb authored over 3 years ago by Ryan Moyo <[email protected]>
fix: config port timing, fix #4094 (#4104)

github.com/vitejs/vite - 6b98fddd84545a8500ac7767c514c6ce3bf3bf96 authored over 3 years ago by patak <[email protected]>
fix(build): fix define plugin spread operations (#4397)

github.com/vitejs/vite - bd7c1481cecf5eecc87a69ff8e8f54fa4bf4bfed authored over 3 years ago by Pieter <[email protected]>
chore(deps): update dependency slash to v4 (#4118)

github.com/vitejs/vite - 6017ddbc0fdeacdfd7251adb9ff4e282b39ccd5c authored over 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
types: prefer auto inference (#4434)

github.com/vitejs/vite - 1134fd03dcf09cdea13a5e4b29ebc7fa77a7f874 authored over 3 years ago by Yunfei He <[email protected]>
chore: typo (#4445)

github.com/vitejs/vite - 67e5830ce58f5f0c5eb184e9a8b51572c3fd8d95 authored over 3 years ago by taisei mima <[email protected]>
fix(plugin-legacy): bake-in Promise polyfill, fix #4414 (#4440)

github.com/vitejs/vite - 024a2de63df60a4037f9f7b13a0bc6e2b0d41fb6 authored over 3 years ago by Alexandre Bonaventure Geissmann <[email protected]>
chore(playground): fix lint warning (#4421)

github.com/vitejs/vite - 6d919cf2c03a6b8ef286b6f77b2d526e31be7a92 authored over 3 years ago by OneNail <[email protected]>
feat: modulepreload polyfill (#4058)

github.com/vitejs/vite - cb75dbd4a2b1c56e2a7aeaf1625818a4d1865f00 authored over 3 years ago by patak <[email protected]>
chore: configure PR prefixes accepted by GitHub bot (#4424)

github.com/vitejs/vite - 31444eccd07221f2e35ea372194e2b39a65286d1 authored over 3 years ago by Ben McCann <[email protected]>
build: emit .d.ts files during `yarn dev` (#4413)

github.com/vitejs/vite - ecbc869f378cccba59eb7eb150e8efdc0566bad0 authored over 3 years ago by Haoqun Jiang <[email protected]>
docs: fix globalModulePaths type (#4420)

github.com/vitejs/vite - 832d7f39dc5bb86f940c6c168384c724f70ccfda authored over 3 years ago by OneNail <[email protected]>
fix: preserve base in HMR for CSS referenced in link tags (#4407)

github.com/vitejs/vite - a06b26b461dd05451c6c1ca20fce3b0e392c086e authored over 3 years ago by Máximo Mussini <[email protected]>
feat: respect tsconfig options that affects compilation results (#4279)

github.com/vitejs/vite - 2986f6ec78818910675b7d4f81b3dbd6ca51143a authored over 3 years ago by Haoqun Jiang <[email protected]>
chore: format all files on pre-commit, lint ts files (#4132)

github.com/vitejs/vite - e56b15d512815ea3744e4d5e36221e9ec031241d authored over 3 years ago by Shinigami <[email protected]>
refactor: deprecate polyfillDynamicImport (#4373)

github.com/vitejs/vite - 318cb43380ed05c1f5490f6127ca358711c3b764 authored over 3 years ago by patak <[email protected]>
feat: minify css with esbuild, deprecate build.cleanCssOptions (#4371)

github.com/vitejs/vite - 4454688bd8eda0217ec3c7397038bf3ece39b5b0 authored over 3 years ago by Evan You <[email protected]>
docs: exhibit defineConfig (#4343)

github.com/vitejs/vite - cd44691b391dba5b7c355ad08849245e8d777810 authored over 3 years ago by Shinigami <[email protected]>
chore: update vite v2.4.4 changelog (#4404)

github.com/vitejs/vite - df3d9377ffb42b9804881cc264b8571cd1e27283 authored over 3 years ago by patak <[email protected]>
release: v2.4.4

github.com/vitejs/vite - 8aa47ed658ddd89661c8d8eb30195ba5ae66ea19 authored over 3 years ago by patak-js <[email protected]>
docs: link to ja translation (#4396)

github.com/vitejs/vite - 33ce885ab679cfd47fc29c0d88e5910b227370d6 authored over 3 years ago by patak <[email protected]>
chore(create-vite): update version of vue-tsc (#4390)

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

github.com/vitejs/vite - 08471ef626b325572c823ea82c4e23e8c312798e authored over 3 years ago by lijialiang <[email protected]>
fix(deps): update all non-major dependencies (#4387)

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

github.com/vitejs/vite - 2f900ba4d4ad8061e0046898e8d1de3129e7f784 authored over 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore: configure semantic pull requests (#4379)

github.com/vitejs/vite - 43c957de8a99bb326afd732c962f42127b0a4d1e authored over 3 years ago by patak <[email protected]>
Handle imports from dot directories (#3739)

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

github.com/vitejs/vite - f4f0100649220453d961b6c66531c58026885680 authored over 3 years ago by Harsh Pandey <[email protected]>
fix: don't interact with res if refresh has happened (#4370)

github.com/vitejs/vite - c90b7d9d89a803b51d56f2885e5e61bbcf1c1c43 authored over 3 years ago by Daniel Roe <[email protected]>
docs: clarify sourcemap options (#4372)

github.com/vitejs/vite - 2b5d587441365d2ed3d62336349adbfa60edaf2f authored over 3 years ago by Ian VanSchooten <[email protected]>
fix: provide build load fallback for arbitrary request with queries

github.com/vitejs/vite - f097aa10c17faf0b73b239a34ca72934d38188d7 authored over 3 years ago by Evan You <[email protected]>
fix: fix pre-bundling executes multiple times (#3640)

github.com/vitejs/vite - 41a00dff62ee2ae60099953b1d3cc91f7bad0d7d authored over 3 years ago by ygj6 <[email protected]>
fix(plugin-legacy): legacy fallback for dynamic import (#3885)

github.com/vitejs/vite - fc6d8f1d3efe836f17f3c45375dd3749128b8137 authored over 3 years ago by Roman <[email protected]>
chore: fix plugin-vue build

github.com/vitejs/vite - 5b13ad5046b2d6eab8929a7e65a38618e4ade653 authored over 3 years ago by Evan You <[email protected]>
refactor(plugin-vue): respect customElment: false

github.com/vitejs/vite - 9f5489fa9efdc2c547ab8445311e6bd7de5a8eae authored over 3 years ago by Evan You <[email protected]>
refactor(plugin-vue): ensure style processing in custom elements mode

github.com/vitejs/vite - 8eaa90adeebaa36d8854aae337dfe8600f81e27c authored over 3 years ago by Evan You <[email protected]>
feat: support ?inline css query to avoid css insertion

github.com/vitejs/vite - e1de8a888ea9adb9dc415cf74aec43dfa83aa526 authored over 3 years ago by Evan You <[email protected]>
feat(plugin-vue): support importing vue files as custom elements

github.com/vitejs/vite - 3a3af6eeafbc9fc686fc909ec6a61c61283316fc authored over 3 years ago by Evan You <[email protected]>
chore(types): remove unnecessary type assertions (#4356)

github.com/vitejs/vite - a1f6ac9c00951951f363cb9e6c42ed0f1cc7ee24 authored over 3 years ago by webfansplz <[email protected]>
chore: lock every day (#4346)

github.com/vitejs/vite - 9dab51dac08549d1dc3f10cfa44e83c2db3354fb authored over 3 years ago by Shinigami <[email protected]>
chore: remove usage of querystring (#4342)

github.com/vitejs/vite - 828a8e538ce289922b9301339be4d5d6ea84b496 authored over 3 years ago by Ben McCann <[email protected]>
fix: ignore ENOENT in `injectSourcesContent` (#2904)

github.com/vitejs/vite - 0693d038e096dd4db3140507269c6aaeefd2186e authored over 3 years ago by Alec Larson <[email protected]>
fix: reuse the old preprocessor after changing the lang attr (#4224)

* fix(plugin-vue): reuse the old preprocessor after changing the lang attr

* feat(playground)...

github.com/vitejs/vite - 7a3c6e616385cbc069620ae583d6739a972c0ead authored over 3 years ago by OneNail <[email protected]>
refactor: use utils.isObject insteads of typeof (#4330)

github.com/vitejs/vite - 514e124b29597203cb90aac9d838cd9322f24451 authored over 3 years ago by webfansplz <[email protected]>
fix: --https get ignored in preview (#4318)

github.com/vitejs/vite - a8705846f7f604263a64aece67deb7593c498dcd authored over 3 years ago by OneNail <[email protected]>
fix(css): cachedPostcssConfig reused for multiple builds (#3906)

* fix(css): cachedPostcssConfig reused for multiple builds

* fix: add tests to demonstrate th...

github.com/vitejs/vite - 3a9764403722a32b8d51222025e6516ef557e178 authored over 3 years ago by OneNail <[email protected]>