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: replace chalk with picocolors (#6277)

github.com/vitejs/vite - 5a111cedf31f579e3b8c8af5c4442d2e0cd5aa12 authored about 3 years ago by Bogdan Chadkin <[email protected]>
release: v2.7.9

github.com/vitejs/vite - 7e3e84e1b733f4cb0cba3bd69f28a5671b52261c authored about 3 years ago by patak-dev <[email protected]>
fix: revert #6251 (#6290)

This reverts commit 49da98619692779df58673b9cc6004dd824a6f15.

github.com/vitejs/vite - 83ad7bf0fc77deba23c2b46de6840ce4aadb525f authored about 3 years ago by Anthony Fu <[email protected]>
test: fix test typo (#6285)

github.com/vitejs/vite - 1cbf0e158155f4d1afa04680ed7e97b02c2745e0 authored about 3 years ago by Cristian Pallarés <[email protected]>
release: v2.7.8

github.com/vitejs/vite - d13ced54d220a72cdbf743cff9c57ff2d0d30278 authored about 3 years ago by patak-dev <[email protected]>
docs: add frontmatters to fix __VP_STATIC_START__ (#6283)

github.com/vitejs/vite - dcb1df4d82a4d6990c7fd15a254dbd4631668c07 authored about 3 years ago by itibbers <[email protected]>
fix(ssr): capture scope declaration correctly (#6281)

github.com/vitejs/vite - 60ce7f9a1d1c730a244bc621675240d74f58af3e authored about 3 years ago by Anthony Fu <[email protected]>
chore: remove acorn plugins (#6275)

github.com/vitejs/vite - eb08ec5a838e13c75f6d034137d5835b44ecf279 authored about 3 years ago by Niputi <[email protected]>
chore(create-vite): add more gitignore (#6247)

github.com/vitejs/vite - 64b1595030be0500b1fbc31ec8e51d34951c6c11 authored about 3 years ago by zhangenming <[email protected]>
fix: seperate source and dep for dymamic import after build (#6251)

github.com/vitejs/vite - 49da98619692779df58673b9cc6004dd824a6f15 authored about 3 years ago by sanyuan <[email protected]>
fix: upgrade to launch-editor with picocolors (#6209)

github.com/vitejs/vite - 394539c613b1fdee444079dae4275027705e85ae authored about 3 years ago by Bogdan Chadkin <[email protected]>
chore: fix link (#6269)

github.com/vitejs/vite - 40e3f738040bd01f97a27e0ae6ffc4261779d8fe authored about 3 years ago by Shinigami <[email protected]>
chore: update bug report issue template (#6263)

github.com/vitejs/vite - e7306b59b49cc1c093a93e55fdd2a82d73594880 authored about 3 years ago by Shinigami <[email protected]>
fix(html): show error overlay when parsing invalid file (#6184)

github.com/vitejs/vite - 1f945f62bf4a722c95a7b8f9c14c32a6f2be5c3f authored about 3 years ago by Aaron Bassett <[email protected]>
release: v2.7.7

github.com/vitejs/vite - 1d722c56dcc213e056beeb7c0911bf936ca31c75 authored about 3 years ago by patak-dev <[email protected]>
fix(ssr): transform class props (#6261)

github.com/vitejs/vite - 2e3fe5932c962d447a4faa4b0ce996ead70c7d34 authored about 3 years ago by Anthony Fu <[email protected]>
docs: typescript tips for using Type-Only Imports and Export (#6260)

github.com/vitejs/vite - 1a6e2da634a138fac908d70750734098a17b6a9f authored about 3 years ago by ygj6 <[email protected]>
fix: update the vue version in the error message (#6252)

github.com/vitejs/vite - 6a47083df14cb8d2584a86abda8a5e89a731c170 authored about 3 years ago by Haoqun Jiang <[email protected]>
fix(ssr): nested destucture (#6249)

github.com/vitejs/vite - 485e298e72599679e97f0ed1f4315ac5da55da2c authored about 3 years ago by Anthony Fu <[email protected]>
release: v2.7.6

github.com/vitejs/vite - a96bdd9e49f16a60635acd2dbe07352e1865545d authored about 3 years ago by patak-dev <[email protected]>
fix: remove virtual module prefix while generating manifest (#6225)

github.com/vitejs/vite - d51259b73c484dea67d4c4afb6b76fbbb866631c authored about 3 years ago by Nurettin Kaya <[email protected]>
release: v2.7.5

github.com/vitejs/vite - 20586f0da77f494d5ae818fe8bc72d59422a3c5e authored about 3 years ago by patak-dev <[email protected]>
fix(ssr): handle object destructure alias, close #6222 (#6224)

github.com/vitejs/vite - 1d97ec336a6ee2915faae42d5f82110226929347 authored about 3 years ago by Anthony Fu <[email protected]>
docs: add vitejs-docker-dev to Repo Setup (#6186)

github.com/vitejs/vite - dd404380054356e5393ab3a58527b5f37aa1dac9 authored about 3 years ago by Andrew Welch <[email protected]>
chore: format note (#6218)

github.com/vitejs/vite - 80e8e939217a0a11fb78a46d6fdbc4c2a7401c10 authored about 3 years ago by patak <[email protected]>
fix: remove top-level imports in importMeta.d.ts, fixes augmentation (#6214)

Fixes #6194
Fixes #6211
Fixes #6206
Fixes #6205

github.com/vitejs/vite - 6b8d94dca2a1a8b4952e3e3fcd0aed1aedb94215 authored about 3 years ago by Haoqun Jiang <[email protected]>
fix: hmr full-reload encodeURI path (#6212)

github.com/vitejs/vite - 46b862a6880a6e83d1e0e451376177c0e5cab0ba authored about 3 years ago by yArna <[email protected]>
fix(asset): import assets from encodeURI(#6195) (#6199)

github.com/vitejs/vite - 4114f844f876fabfa9beaa6ec65e4002d7c36fbb authored about 3 years ago by poyoho <[email protected]>
docs(config): note for TS + define [ci skip] (#6153)

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

github.com/vitejs/vite - 8e65babc26a2c66e9a9efcc8e50b801a29cb4ea5 authored about 3 years ago by Jeff Yang <[email protected]>
docs: fix typo in changelog (#6201)

github.com/vitejs/vite - 09467969e608d0056073354e34cb62d6a9f4a1f7 authored about 3 years ago by Ben McCann <[email protected]>
release: v2.7.4

github.com/vitejs/vite - b04f5a9d7e0f2837066fe42a993b7d3cc52b8040 authored about 3 years ago by patak-dev <[email protected]>
fix: duplicate variable declaration caused by css modules (#5873)

github.com/vitejs/vite - 8e16a78a2d556b9480e8b2e19ec41fa522621256 authored about 3 years ago by OneNail <[email protected]>
fix: improve error message for HTML compilation error (fix #5769) (#5777)

github.com/vitejs/vite - 79d139783868bfe2a2741f6e8cffcb72cee65351 authored about 3 years ago by Nurul Huda (Apon) <[email protected]>
chore: prefer type imports (#5835)

github.com/vitejs/vite - 71868579058512b51991718655e089a78b99d39c authored about 3 years ago by Shinigami <[email protected]>
docs: update node version note (#6177)

github.com/vitejs/vite - 10e8f857d320cfbb2f0375dac03911484cbc0b33 authored about 3 years ago by Bjorn Lu <[email protected]>
fix(ssr): ssrTransfrom function argument destructure (#6171)

github.com/vitejs/vite - 2762a0e7f0a599ced2c25c9d2baf06ec99ad8cfb authored about 3 years ago by Anthony Fu <[email protected]>
chore: convert scripts to TS (#6160)

github.com/vitejs/vite - 15b6f1ba82731c16b19e00ca3b28b1a898caa4d4 authored about 3 years ago by Shinigami <[email protected]>
chore(deps): update all non-major dependencies (#5879)

github.com/vitejs/vite - aab303f7bd333307c77363259f97a310762c4848 authored about 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ci: cancel same in-progress workflow (#6127)

github.com/vitejs/vite - e19ba6a98d85586d1f54e6b0eed11dcf72e6c651 authored about 3 years ago by Jeff Yang <[email protected]>
chore: delete extra blank line (#6152)

github.com/vitejs/vite - 39c252e97d0bb001cbcdb519cb1e15171ff2908c authored about 3 years ago by btea <[email protected]>
chore: remove node addon dir (#6107)

github.com/vitejs/vite - 9c8fb04f936c80971138da81c5757c353cb7396e authored about 3 years ago by Jeff Yang <[email protected]>
fix(plugin-react): restore-jsx bug when component name is lowercase (#6110)

github.com/vitejs/vite - ce65c567a64fad3be4209cbd1132e62e905fe349 authored about 3 years ago by Fatih Aygün <[email protected]>
refactor: rename `mergeConfig` parameters (#6144)

github.com/vitejs/vite - 5f39c28908ad5441def57cfb2afe341a96c676cb authored about 3 years ago by Daniel Roe <[email protected]>
release: v2.7.3

github.com/vitejs/vite - a08b4c574b32294d925357962d201e314e0f1062 authored about 3 years ago by patak-dev <[email protected]>
fix: pending reload never timeout (#6120)

github.com/vitejs/vite - e002f4f4a578ae63156e756abac0487f42b4cdcd authored about 3 years ago by Anthony Fu <[email protected]>
test: correct the confusing test case (#6139)

github.com/vitejs/vite - 0be532acd474d9ccfc0593fd0f956e04a1c029ea authored about 3 years ago by ygj6 <[email protected]>
fix: terminate WebSocket connections before closing WebSocket server (#6115)

github.com/vitejs/vite - b9871bbed57c5964b3393e798b0ef2526471d692 authored about 3 years ago by François Wouts <[email protected]>
fix: improve warning message for malformed packages (#6086)

github.com/vitejs/vite - 717cb08f8611fd1a15cfd614d346185ffe8a61fd authored about 3 years ago by Ben McCann <[email protected]>
refactor: simplify filter callback (#6119)

github.com/vitejs/vite - dd79858ab70d2591e1239ddb19e1ce38d9913b4c authored about 3 years ago by btea <[email protected]>
fix: Improve post-build asset update check (#6113)

github.com/vitejs/vite - 611fa037a72a1179c27794353ffad6ed27e10d1a authored about 3 years ago by Sam Richard <[email protected]>
chore: remove deprecated create-app package

github.com/vitejs/vite - cab55b32de62e0de7d7789e8c2a1f04a8eae3a3f authored about 3 years ago by Evan You <[email protected]>
fix: respect new port when change the config file (#6075)

github.com/vitejs/vite - 3ceffcca66311f9a7d71612a596b84888c3f843b authored about 3 years ago by CHOYSEN <[email protected]>
fix(plugin-vue): error.length is zero (#6106)

github.com/vitejs/vite - 5ec49befad4d7b5e7cc14f14520ba96d5b6f6d69 authored about 3 years ago by 王凯 <[email protected]>
fix: do not overwrite rollupOptions.input in dev (#6025)

github.com/vitejs/vite - 6cdf13ae808a99b7aca6d278bee2ebe6e51d0846 authored about 3 years ago by Jeff Yang <[email protected]>
fix(plugin-react): only detect preamble in hmr context (#6096)

github.com/vitejs/vite - 8735294055ce16308a6b8302eba4538f4a2931d0 authored about 3 years ago by Anthony Fu <[email protected]>
fix(ssr): robust regexp to check cjs content (#6053)

github.com/vitejs/vite - 03734417cde10807ab2dd0d71b08c26081aac0b7 authored about 3 years ago by ygj6 <[email protected]>
release: v2.7.2

github.com/vitejs/vite - 3e71100162afc564a31ac1e972b33fca4b75c8d6 authored about 3 years ago by patak-dev <[email protected]>
docs: improve instructions for testing local changes against other packages (#6084)

github.com/vitejs/vite - 61d076ae0ce724ffc5242358d067f7b1438d24bb authored about 3 years ago by Ben McCann <[email protected]>
fix: ignore babel config when running restore-jsx (#6047)

github.com/vitejs/vite - 9c2843cf0506844ee32f042a04c22c440434df2a authored about 3 years ago by Aaron Bassett <[email protected]>
fix: ws types (#6083)

github.com/vitejs/vite - 1ded1a835bfb64f2c70c8c153e979b7911c9a8c1 authored about 3 years ago by Niputi <[email protected]>
chore: update create-vite templates

github.com/vitejs/vite - cdebb49c558864cb09019dd3e62a2f5335a05ee8 authored about 3 years ago by Evan You <[email protected]>
chore(plugin-vue): comments and readme

github.com/vitejs/vite - 69106f4e434bd931c921e78310c4336477d1e5b5 authored about 3 years ago by Evan You <[email protected]>
chore(plugin-vue): remove deprecated options

github.com/vitejs/vite - 51138cc31826468aaa7369c656bae960c144ec59 authored about 3 years ago by Evan You <[email protected]>
chore: fix lockfile + missing args

github.com/vitejs/vite - d50edacb7c56c362bdd0c64b8038ee7c9c36e25c authored about 3 years ago by Evan You <[email protected]>
feat(plugin-vue): add `reactivityTransform` option.

Enabling this option will apply both ref transform and props destructure
transform.

BREAKING CH...

github.com/vitejs/vite - 955d0fecd936b8175d7a7e4355eab855eb4567f8 authored about 3 years ago by Evan You <[email protected]>
chore: bump vue version

github.com/vitejs/vite - 5e60562254e47d2ad0aaa246d3c5016e498d98bf authored about 3 years ago by Evan You <[email protected]>
fix: allow overwriting `define` options in vue & vue-jsx plugins (#6072)

github.com/vitejs/vite - 5f3f6b7b406cb3371084057c74814eb36175e5cf authored about 3 years ago by Jeff Yang <[email protected]>
fix(html): empty script (#6057)

github.com/vitejs/vite - 1487223f39b7555b1050b660d847eabf4d20249f authored about 3 years ago by poyoho <[email protected]>
refactor(plugin-vue): resolve vue/compiler-sfc from project root

BREAKING CHANGE: now requires vue@^3.2.13 as peer dep

github.com/vitejs/vite - ce8b0feae334cc224b3f4d2fdb2bffbb62322acf authored about 3 years ago by Evan You <[email protected]>
fix(lexGlobPattern): edge case of glob import (#6022)

github.com/vitejs/vite - d4c5cff551ad9fb721243f8abdbf0c78f5b5a7ec authored about 3 years ago by ygj6 <[email protected]>
test: use `bcrypt` instead of `node-addon` (#6036)

github.com/vitejs/vite - e1d82fc853e67943faa395b9b4ff0575cf614bd0 authored about 3 years ago by ygj6 <[email protected]>
chore: use node tsconfig in all src/node builds (#6019)

github.com/vitejs/vite - 8161d4a9359ebb17ed80be8143a697427ab132a7 authored about 3 years ago by Alec Larson <[email protected]>
fix(plugin-vue): multiple vue files using the same src file (fix #5925, #5447) (#5994)

github.com/vitejs/vite - df7aec7d2a567af1dfbab76e5765aba80dc3cb5c authored about 3 years ago by poyoho <[email protected]>
release: v2.7.1

github.com/vitejs/vite - b625a2cf3730fda94d934b23bcec0c859bfa0b24 authored about 3 years ago by patak-js <[email protected]>
fix(ssr): `ssrTransform` handling for empty ArrayPattern (#5988)

github.com/vitejs/vite - 79aa68744cf17553448bce5c175a25f785e4a743 authored about 3 years ago by Anthony Fu <[email protected]>
chore: update changelog for 2.7 (#5985)

github.com/vitejs/vite - 11027892aa601c6600f98a03c0e141439cea1240 authored about 3 years ago by patak <[email protected]>
docs(ssr): fix tip Note block render (#5984)

github.com/vitejs/vite - dc0845c582de96a94166c6d027a91d19876f2219 authored about 3 years ago by 云游君 <[email protected]>
release: v2.7.0

github.com/vitejs/vite - 075128a8dd0a2680540179dad2277a797f793199 authored about 3 years ago by patak-js <[email protected]>
feat: expose `ssrTransform` to server (#5983)

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

github.com/vitejs/vite - 8184feba29c6a89d58bc4437977d22658e946e0c authored about 3 years ago by Anthony Fu <[email protected]>
release: v2.7.0-beta.11

github.com/vitejs/vite - 49f28e23cae0ad588fc89374918d3a5e942c5075 authored about 3 years ago by patak-js <[email protected]>
fix(ssr): allow primitive default exports and forwarded exports (#5973)

github.com/vitejs/vite - a47b663ad06af8c5bf87128035f6b112de0ecd16 authored about 3 years ago by Fatih Aygün <[email protected]>
docs(ssr): update middlewareMode comment (#5959)

github.com/vitejs/vite - 4ece719229ac606aac93e5a267228582f54574bc authored about 3 years ago by Saurabh Daware <[email protected]>
docs(ssr): add server.js entry to folder structure (#5960)

github.com/vitejs/vite - c768ffd266a85d8ea5dcaf790dd99cd37fff7bf2 authored about 3 years ago by Saurabh Daware <[email protected]>
docs: remove newlines & use main branch instead of master (#5957)

github.com/vitejs/vite - ae3a44357896dd73d0eaf67fa42e8920bfa2c601 authored about 3 years ago by shj <[email protected]>
chore: git ignores the compilation output dir (#5951)

github.com/vitejs/vite - fb12992988940bf278fce5444f9b908b848560b0 authored about 3 years ago by ygj6 <[email protected]>
release: v2.7.0-beta.10

github.com/vitejs/vite - aaa26a32501c857d854e9d9daca2a88a9e086392 authored about 3 years ago by patak-js <[email protected]>
fix: SSR import in dev can't resolve default import (fix #5706) (#5923)

github.com/vitejs/vite - 21d79d753af145f2c7ebb7dd5b0b1a4a298f96c5 authored about 3 years ago by Rom Brillout <[email protected]>