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

chore(deps): update actions/setup-node action to v3 (#7113)

github.com/vitejs/vite - 1bd54caa098d81f6ecec1cee7e99a6a7ac7b7f88 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix: fileToBuiltUrl got undefined when file type is `.ico` (#7106)

github.com/vitejs/vite - 7a1a552ba710bad5714ef0fbb16fdd29ac58ae0b authored almost 3 years ago by yoho <[email protected]>
fix(config): Warn about terserOptions in more cases (#7101)

github.com/vitejs/vite - 79428ad5b849455e14f95d1b439ae296ba231221 authored almost 3 years ago by Matěj Volf <[email protected]>
fix(ssrTransform): use appendLeft instead of appendRight (#6407)

github.com/vitejs/vite - 30125418b4c7ebda56555090b177ac34b29ffdc7 authored almost 3 years ago by ygj6 <[email protected]>
fix: ?html-proxy with trailing = added by some servers (#7093)

github.com/vitejs/vite - 5818ac927861783ea2b05450761fed30f40e7399 authored almost 3 years ago by Juan Martín Seery <[email protected]>
feat: add fixStacktrace option to ssrLoadModule (#7048)

github.com/vitejs/vite - c703a3348adeaad9dc92d805a381866917f2a03b authored almost 3 years ago by Ben McCann <[email protected]>
docs: add debugging document (#7082)

github.com/vitejs/vite - 67d164392e8e9081dc3f0338c4b4b8eea6c5f7da authored almost 3 years ago by yoho <[email protected]>
fix: import with query with exports field (#7073)

github.com/vitejs/vite - 88ded7f16382d83603511de043785e01ee1e4a3a authored almost 3 years ago by 翠 / green <[email protected]>
fix(hmr): hmr style tag no support in html (#7052)

github.com/vitejs/vite - a9dfce38108e796e0de0e3b43ced34d60883cef3 authored almost 3 years ago by yoho <[email protected]>
chore(types): use more reasonable ts checking annotation comment (#7063)

github.com/vitejs/vite - 745ae2f07a1273339ce32dc209735608679d8515 authored almost 3 years ago by Zheeeng <[email protected]>
fix: typo (#7064)

github.com/vitejs/vite - f38654fd331316f496008f3a118d2628c65b071b authored almost 3 years ago by Zheeeng <[email protected]>
fix(plugin-vue): setup jsx script no hmr (#6568)

github.com/vitejs/vite - c84601cee5232bad0f65c8fcc663e38bb457a0b3 authored almost 3 years ago by yoho <[email protected]>
fix: resolve @import of the proxied <style> (#7031)

github.com/vitejs/vite - c7aad0287ce24f299f538828c090819ce0ca1468 authored almost 3 years ago by ygj6 <[email protected]>
fix: don't override user config (#7034)

github.com/vitejs/vite - 8fd8f6e0e501c9e46bc3e179c900d31fa5cafce1 authored almost 3 years ago by Gray Zhang <[email protected]>
fix: allow optional trailing comma in asset `import.meta.url` (#6983)

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

github.com/vitejs/vite - 2debb9f4cbb6003e7d24444cf049b45582d82ff1 authored almost 3 years ago by Jeff Yang <[email protected]>
docs: update pre-bundling guide (#7008)

github.com/vitejs/vite - 33f96718dc5d827612c300fb6d0258f1c040f5a1 authored almost 3 years ago by Bjorn Lu <[email protected]>
fix(glob): css imports injecting a ?used query to export the css string (#6949)

github.com/vitejs/vite - 0b3f4ef231004e072bf1b037f63bc4ef169d938e authored almost 3 years ago by yoho <[email protected]>
fix: prebundle dep with colon (#7006)

github.com/vitejs/vite - 2136f2bb960d1a81ac3b3ca04d9ebd89dba44661 authored almost 3 years ago by Bjorn Lu <[email protected]>
fix: cannot reassign process.env.NODE_ENV in ssr (#6989)

github.com/vitejs/vite - 983feb2cdc5180dc46c3f5fc5b99baaa8d6b7078 authored almost 3 years ago by yoho <[email protected]>
docs(why-vite): fix typo (#6993)

github.com/vitejs/vite - 12be4d22405c85235e0842e5ebbc7ca6b1356a22 authored almost 3 years ago by Joshua Davidson <[email protected]>
fix: recycle serve to avoid preventing Node self-exit (#6895)

github.com/vitejs/vite - d6b2c53c6f0bcc4ffa9cdf48375f9bbcc98f79f7 authored almost 3 years ago by yoho <[email protected]>
feat(cli): add command descriptions (#6991)

github.com/vitejs/vite - ffda8f046026980b363ff164677f52bb076fde26 authored almost 3 years ago by Bjorn Lu <[email protected]>
chore: fix publish, build vite before plugin-react and plugin-vue (#6988)

github.com/vitejs/vite - 620a9bd4ffcbefc71af6555c9d10e3811f2d7642 authored almost 3 years ago by patak <[email protected]>
fix: adjust vue template sourcemap (#6972)

github.com/vitejs/vite - a7743039f263f41e1c3971e324f893a5ef5e5508 authored almost 3 years ago by Ivan Demchuk <[email protected]>
docs: fix and clarify `npm pack` mention (#6982)

The text is taken from @bluwy comment: https://github.com/vitejs/vite/issues/5819#issuecomment-9...

github.com/vitejs/vite - 55589db970c9abf0f67538271c9dce40ace9f5ad authored almost 3 years ago by Alexey Shamrin <[email protected]>
release: v2.8.4

github.com/vitejs/vite - b146007b7e0f78f08c9dc5959de4a4055ceec1b2 authored almost 3 years ago by patak-dev <[email protected]>
fix: revert #6935, bypass replacing process.env.NODE_ENV in ssr (#6970)

This reverts commit 2b70003f4758114c50269a260aac3516a32b16b5.

github.com/vitejs/vite - b8218b068caf0231502f0d0d0f8933330643f417 authored almost 3 years ago by patak <[email protected]>
fix: don't replace NODE_ENV in vite:client-inject (#6935)

github.com/vitejs/vite - 2b70003f4758114c50269a260aac3516a32b16b5 authored almost 3 years ago by patak <[email protected]>
fix: normalize postcss dependency messages (#6959)

github.com/vitejs/vite - 3f3f4737d5242547fb83f8d2522ba91cc1d96fb0 authored almost 3 years ago by Nurettin Kaya <[email protected]>
chore(ci): update issue-helper version (#6955)

github.com/vitejs/vite - 08cf4e106534481fd8eff2e6e4a986270c28f894 authored almost 3 years ago by Sepush <[email protected]>
docs: import.meta.glob support ?raw (#6953)

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

github.com/vitejs/vite - 4120908c518c8a89354aa93ffd6ebf5436123134 authored almost 3 years ago by yoho <[email protected]>
docs: add backticks (#6945)

github.com/vitejs/vite - e2349569cf96e506e0d5fff1d043727a77fdad70 authored almost 3 years ago by ocavue <[email protected]>
chore(deps): avoid updating dotenv-expand to v6+ (#6936)

github.com/vitejs/vite - 3f27d58036bfe4149e563a105c08c2d4771db288 authored almost 3 years ago by patak <[email protected]>
release: v2.8.3

github.com/vitejs/vite - ac9652b0fc9aa947da4a62ff9553e23aee1dee8f authored almost 3 years ago by patak-dev <[email protected]>
fix: revert update dotenv-expand #6703, fix #6858 (#6934)

github.com/vitejs/vite - a9a1ae2db6a81a2fd31db370b58686e442047d9e authored almost 3 years ago by patak <[email protected]>
chore(types): correct typing in jestPerTestSetup (#6786)

github.com/vitejs/vite - 3480f27d4db7f7ebd27164d9185e7b387762274e authored almost 3 years ago by Zheeeng <[email protected]>
chore: prefer using nullish-coalescing over or logic operator (#6790)

github.com/vitejs/vite - 0e58e72ab3b36156fb32bf983fe56c7621a11106 authored almost 3 years ago by Zheeeng <[email protected]>
release: v2.8.2

github.com/vitejs/vite - e8c840abd2767445a5e49bab6540a66b941d7239 authored almost 3 years ago by patak-dev <[email protected]>
feat: custom manifest file name (#6667)

github.com/vitejs/vite - e385346c53b3bb54f2e1abcb7348e33d7e075fd4 authored almost 3 years ago by ygj6 <[email protected]>
perf: lazy import preview function (#6898)

github.com/vitejs/vite - 2eabcb9a30a413ff540cbdd60a919a0d1f72fb35 authored almost 3 years ago by Jeff Yang <[email protected]>
perf: improve isFileReadable performance (#6868)

github.com/vitejs/vite - 62cbe68ab713d5aba626a1e3a4da46e8c2320bf3 authored almost 3 years ago by Ivan Demchuk <[email protected]>
feat: make `import.meta.glob` and `import.meta.globEager` generic (#5073)

github.com/vitejs/vite - 78e84c80c0f49d6f7c8a0e10c4257a477a221280 authored almost 3 years ago by Michael Oliver <[email protected]>
chore: fix releasing token (#6882)

github.com/vitejs/vite - 5e26d5f663a9c8888405ea495a64271b51a9046d authored almost 3 years ago by Anthony Fu <[email protected]>
chore: fix create-vite bumping script (#6881)

github.com/vitejs/vite - 254cc456c190086b2cba9c9e149720828ca3f00d authored almost 3 years ago by Anthony Fu <[email protected]>
chore(ci): remove dry flag

github.com/vitejs/vite - 8e923fae96de811ca9c621049c061d0fffcc52d1 authored almost 3 years ago by Anthony Fu <[email protected]>
workflow: separate version bumping and publishing on release (#6879)

github.com/vitejs/vite - fe8ef39eb37df7565dbbfce6a09c2eb7ceeaa56e authored almost 3 years ago by Anthony Fu <[email protected]>
fix(plugin-legacy): require Vite 2.8.0 (#6272) (#6869)

github.com/vitejs/vite - 997b8f11cb156cc374ae991875a09534b5489a93 authored almost 3 years ago by Aron Griffis <[email protected]>
chore: config yarn registry in release action

github.com/vitejs/vite - 56e67c214e884fa3dcd168527117a2621c92e8a8 authored almost 3 years ago by patak-dev <[email protected]>
Update release-tag.yml

github.com/vitejs/vite - 82e5016d1b5c8fceebfc0f9d2246df6be2104eaf authored almost 3 years ago by Evan You <[email protected]>
chore: release action (#6669)

github.com/vitejs/vite - a23eeb205f10b0c7a26517ed804f85468480892f authored almost 3 years ago by patak <[email protected]>
release: v2.8.1

github.com/vitejs/vite - b984397653dc1f58a030a96c0ea8857d44441534 authored almost 3 years ago by patak-dev <[email protected]>
chore: remove cancelled sponsor img (#6781)

github.com/vitejs/vite - 0282e7a523d1cccdc490c1df20b3013d5144ea19 authored almost 3 years ago by Jérémie Cotiniaux <[email protected]>
chore(types): remove unnecessary type assertion (#6784)

github.com/vitejs/vite - a3a9941be7017a21c875786683c7b0225e3fdee5 authored almost 3 years ago by Zheeeng <[email protected]>
fix(scan): escape for virtual modules (#6863)

github.com/vitejs/vite - de20c73ef37b179c1791c0f96da04d29cfd48840 authored almost 3 years ago by Bjorn Lu <[email protected]>
chore: build signatures (#6841)

github.com/vitejs/vite - 0941620705eea1a08509a4f5a28dd3099a711e58 authored almost 3 years ago by Zheeeng <[email protected]>
docs: rename empty git repo from master to main (#6857)

github.com/vitejs/vite - f63a72e77214ea31884680a3c5facf4fcee5d226 authored almost 3 years ago by reid j sherman <[email protected]>
docs: change worker config to object instead of array (#6844)

github.com/vitejs/vite - 2c02ce7061f9d4a9a8e70a96d89e930b4e6ed448 authored almost 3 years ago by Valentin <[email protected]>
chore(deps): update dependency @ampproject/remapping to v2 (#6690)

github.com/vitejs/vite - 7a2ddb43fbe2b777129818d88792db6e848ce2f6 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
docs: use remote data for sponsors

github.com/vitejs/vite - 4240923d540d95dd662a257159f460c011434e97 authored almost 3 years ago by Evan You <[email protected]>
chore: add timeouts to ci job to avoid dangling runs for 6 hours (#6843)

github.com/vitejs/vite - d19754dcd6a6d582efc34207c017a4392861445f authored almost 3 years ago by Dominik G <[email protected]>
docs: correct wording (#6854)

github.com/vitejs/vite - aff493d36ebab841085f7dfb776e0a7d04c8abe5 authored almost 3 years ago by Zheeeng <[email protected]>
docs: add deployment steps for Netlify (#6850)

github.com/vitejs/vite - a4a45e7e190b2a815a186121dac852340f80cc22 authored almost 3 years ago by Peter Mekhaeil <[email protected]>
chore: correct 2.8 beta changelog link

github.com/vitejs/vite - 3949d21fa7a2962cc273ca78d1127ef984b88e4f authored almost 3 years ago by patak <[email protected]>
fix(deps): update all non-major dependencies (#6782)

github.com/vitejs/vite - e38be3e6ca7bf79319d5d7188e1d347b1d6091ef authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
docs: update preview port (#6826)

github.com/vitejs/vite - c70dc6a1cf853414a9ece470f6ac76ec4d7dff34 authored almost 3 years ago by Simon <[email protected]>
chore: correct changelog size note

github.com/vitejs/vite - 12ff29374085abac37a3aee0382482871b1710c5 authored almost 3 years ago by patak <[email protected]>
chore: rework v2.8.0 changelog and add release notes (#6825)

github.com/vitejs/vite - 8e92aa74ef523733530405a751b750d882c589c3 authored almost 3 years ago by patak <[email protected]>
docs: fix localhost dead links

github.com/vitejs/vite - d097f945f3fb711fdb73de9389b4e1e9858270de authored almost 3 years ago by patak <[email protected]>
release: v2.8.0

github.com/vitejs/vite - d4886ea9567106be947538003757ba817976e080 authored almost 3 years ago by patak-dev <[email protected]>
release: v2.8.0-beta.7

github.com/vitejs/vite - b79fec9dd53b91f0629c281448abba573a927e2f authored almost 3 years ago by patak-dev <[email protected]>
fix: revert #6233, strip query when resolving entry (fix #6797)

This reverts commit 000ba2e00b14e6c595febfa6dcae862e2d341823.

github.com/vitejs/vite - a0126441a556b4991ac14cf037820194ab9e17b9 authored almost 3 years ago by patak <[email protected]>
chore: ensure local package private (#6785)

github.com/vitejs/vite - 487c1d1236a7459f5b2e1d1af049d9e085b1e5ee authored almost 3 years ago by Bjorn Lu <[email protected]>
release: v2.8.0-beta.6

github.com/vitejs/vite - 651e0ba0530e80e66e3f4698a9f9dc6c385595cd authored almost 3 years ago by patak-dev <[email protected]>
chore: prefer using weakmap over writing field on nodes (#6788)

github.com/vitejs/vite - 4a883a4d1cce07f35d5c9c5108b2e1204a2bcf11 authored almost 3 years ago by Zheeeng <[email protected]>
chore: explain why `new CSSStyleSheet` feature detection is disabled (#6774)

github.com/vitejs/vite - 5306234aad7e7432fb55c6033a63c6cf74493c3f authored almost 3 years ago by Alec Larson <[email protected]>
fix(ssr): skip vite resolve for windows absolute path (#6764)

github.com/vitejs/vite - 489a7f11e9d89932310025299c1eeb75c5cb4ce6 authored almost 3 years ago by Bjorn Lu <[email protected]>
chore: remove cancelled sponsor

github.com/vitejs/vite - 3311686bbcc12481495374c58cd1bc054d2429b8 authored almost 3 years ago by Evan You <[email protected]>
feat(plugin-react): ensure `overrides` array exists before `api.reactBabel` hooks are called (#6750)

github.com/vitejs/vite - 104bdb5b5e44e79bf3456cabe15f3753f7c1ef28 authored almost 3 years ago by Alec Larson <[email protected]>
test: fix encryptedMsg warning (#6735)

github.com/vitejs/vite - ff37c03015a1085a5ce5e716c8dd327f613df512 authored almost 3 years ago by patak <[email protected]>
release: v2.8.0-beta.5

github.com/vitejs/vite - 64097476bafde280acc21fd79aedda7fc7b0bf56 authored almost 3 years ago by patak-dev <[email protected]>
fix: revert #5342, only run build-html plugin on bundler inputs (#6715)

This reverts commit 7541a8d570d9bbf0ab0cd4264cae985dddaf3189.

github.com/vitejs/vite - 59f8a639bc6abd9e6c99bc77e155990c43e07ad9 authored almost 3 years ago by Ian VanSchooten <[email protected]>
chore(deps): update dotenv-expand (#6703)

github.com/vitejs/vite - 0b819e2caf405e36c5d99ad7804c95fc063a38cb authored almost 3 years ago by Niputi <[email protected]>
chore(deps): update all non-major dependencies (#6357)

github.com/vitejs/vite - a272c07e5c442f54e4439a4f3a9da0ebb10f73c9 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update chokidar (#6701)

github.com/vitejs/vite - dc2d1f8430ca60bb4d6810e3acf03a4a6dae3394 authored almost 3 years ago by Niputi <[email protected]>
chore(deps): update esbuild to 0.14.14 in vite package (#6702)

github.com/vitejs/vite - eb4d4cd191c2638e5df3247e401b45699bd6dba4 authored almost 3 years ago by patak <[email protected]>
release: v2.8.0-beta.4

github.com/vitejs/vite - 29405c37bad916c4c945ef9833d0a6b56dffb6e3 authored almost 3 years ago by patak-dev <[email protected]>
fix: debug `dotenv` when specifically scoped (#6682)

github.com/vitejs/vite - c2f00214e41b62196fab9108da76609aa8edbaa4 authored almost 3 years ago by Enzo Innocenzi <[email protected]>
docs: Update deployment documentation for Vercel (#6691)

github.com/vitejs/vite - 7418fe5827d47e997ea63dec97a3d48db982e25d authored almost 3 years ago by Lee Robinson <[email protected]>
chore(deps): update to esbuild 0.14.14, with patched dist (#6639)

github.com/vitejs/vite - a4895ed9d71531c71243ffcb3aab465ecd5694a0 authored almost 3 years ago by patak <[email protected]>