Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vitejs/vite

Next generation frontend tooling. It's fast!
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...

e4892be418e1294f2ec8462f0bf8bd14a6be0fb4 authored over 3 years ago
fix(ssr): handle default arguments properly in `ssrTransform` (#5040)

6a600805f0c2803e843a0af279d5f8cc1a2c4d89 authored over 3 years ago
feat: pre transform direct imports before requests hit the server (#5037)

57b9a37ea677e7d63f2e5085a4d018787c025e98 authored over 3 years ago
fix: exclude ?commonjs-external when building in JSON plugin (#4867)

fe25567828e7a5cadc6c009ae674a59670e14a49 authored over 3 years ago
chore(deps): update all non-major dependencies (#4992)

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

5274c2e9fbfd7d80392b5d0c9daacbe2d7237649 authored over 3 years ago
chore(deps): bump rollup version (#5045)

b19fb336b17890d0679882967340f913f7b27dff authored over 3 years ago
fix: dedupe import analysis public name (#5032)

545b1f13cec069bbae5f37c7540171128f439e7b authored over 3 years ago
fix: exclude missing dependencies from optimization during SSR (#5017)

Co-authored-by: ygj6 <chieffochen2021>

2204afa34482384460507aa0149730ab05f99e31 authored over 3 years ago
fix: use lax range for peer deps

35bd963cb4bcab9d1bfb9757c5baec69d734b875 authored over 3 years ago
fix: move peerDeps from #2042 to the right package.json

3161d7560c44ecfe45ac2259c3d702634e6611d0 authored over 3 years ago
feat: support .astro files (#5038)

79ff0ecc7fddb34c0a0498169e15c31f857cfecb authored over 3 years ago
chore: fix typo (#5033)

2c586165d7bc4b60f8bcf1f3b462b97a72cce58c authored over 3 years ago
feat(plugin-react): pre-optimize jsx-dev-runtime (#5036)

a34dd2725e64fedf626e23ba9ced480f5465a59b authored over 3 years ago
chore(create-vite): use @vitejs/plugin-react (#5030)

42a9ef269617318b68cd379f3a71eeee6f8d5e29 authored over 3 years ago
fix(plugin-react): inconsistent error warning (#5031)

89ba8cedb8636968516bc38b37e1d2d5ed6234bb authored over 3 years ago
chore: update plugin-react changelog (#5029)

4ab4592dd24900688d252d44f8a848f4dc84dfca authored over 3 years ago
refactor: use performance timing for debug logs

3ba2d7ec07d0c95de5a4213567c0f6b198baba7f authored over 3 years ago
fix: bump js parser ecmaVersion option to 'latest', fix #5013 (#5021)

3541ebc7a0033ae2297b8618a57b56958de6dbb5 authored over 3 years ago
refactor: update import analysis plugin debugger

2fb2561e0b8744d877b46caefb9d07fb2efc587b authored over 3 years ago
chore(create-vite): skip pre-releases when updating version

9bc56efb21511a62f94a5c6a4937b09ad9c5c7fe authored over 3 years ago
feat(create-vite): update vue templates

a2be9c11fccb53ed60a33d72025c2d30635be1a7 authored over 3 years ago
chore: pronounciation is important

9d3dc43a15025fe733bcb05c42aeb9de42b0191f authored over 3 years ago
feat(plugin-vue): support optional @vue/compiler-sfc peer dep

b17b5ae68de50413a95fb992ceda92ec0fceaa86 authored over 3 years ago
docs: typing env vars (#4989)

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

8926c96cdab8229685b238cb6dfc2cd983ddcfe6 authored over 3 years ago
docs: fix @vitejs/plugin-react broken link (#5001)

a85c808d3523a0507fb3232017a63f0ec1a5ef82 authored over 3 years ago
chore: lockfile

1674c5c5390dda97b8c582048c18bb4733c565a4 authored over 3 years ago
build: fix npm package files inclusion

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

12e055007b8055ba1789e7405f0476a0499db53a authored over 3 years ago
build: avoid generating sourcemap for terser

c932207c45beaec222f50aec5ebba4ffa1830508 authored over 3 years ago
chore: fix lint warning (#4998)

6055ec9854ee2d1cbe77b5c20f22f7d27754b7e8 authored over 3 years ago
fix: sourcemaps windows drive letter inconsistency, fix 4964 (#4985)

723cd633d85d6476cb2ae92d0fe08cf74f3dec93 authored over 3 years ago
chore: correct async modules test cases (#4991)

06eb57e2f56060ab18d09f0c17ae97daedb4cd56 authored over 3 years ago
chore(plugin-react): revert package.json to 1.0.0

e8de9b27663603d0ea45292a57890c57ba97edd6 authored over 3 years ago
release: v2.6.0-beta.0

5240033ac8c7f1ac4da42eec1f5ba3497194f0fb authored over 3 years ago
fix(plugin-vue): enable ts in template also for lang=tsx

ed88df30a93d759e5c4ac0f079b9f604fad2ce40 authored over 3 years ago
fix(plugin-vue): generate tree-shakable code

316d7afc0c84e51359938a12ebe1b09ca34ea8bd authored over 3 years ago
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...

deb84c0b053b5c1e6a4162a224108d1d853dbb04 authored over 3 years ago
test: SSR externals on Windows #4980 (#4986)

2e88ef5b50110da05e451f45f4b8407226cf690d authored over 3 years ago
chore: update prettierignore (#4987)

61d955d5e3a5a8264eb93df79437ae1d3063c534 authored over 3 years ago
fix(ssr): add normalizePath to require.resolve, fix #2393 (#4980)

417208cf28cecc4cdfa04ca8f456d2b7c6b343d2 authored over 3 years ago
chore: change ci triggering (#4978)

94867b6eac8aca2f3fab0813541f22cee1637bec authored over 3 years ago
fix: normalize internal plugin names (#4976)

37f0b2fff74109d381513ed052a32b43655ee11d authored over 3 years ago
chore(plugin-vue): bump vite peer dep requirement

2f37658e080540cf410bd7235df4d44339cd3a84 authored over 3 years ago
perf(plugin-vue): inline main script for build + avoid sourcemap generation when possible

improve production build performance.

93d9a2d175b1a1e3fe54197856a86887b1dadb74 authored over 3 years ago
chore: update vue playground

de2c754331ed7c1ac0d6cce8b0884a2b4ef1bc0b authored over 3 years ago
fix: handle sourcemap: false in transformWithEsbuild

864d41d4eef745a68121c9192cda245630936431 authored over 3 years ago
chore: vite as peer dep for plugin-vue (#4979)

991de9349ea14ec7b2895afb3db6337ee76f5cdd authored over 3 years ago
fix(plugin-legacy): fix type errors (#4762)

5491143be0b4214d2dab91076a85739d6d106481 authored over 3 years ago
fix: docs for ssr manifest plugin and dedupe name (#4974)

1bd6d56bfd0a1133914fe23b384fafc9e232dc32 authored over 3 years ago
chore: update renovate to exclude ESM-only packages

72d06835040a6a7e79f1e9064810d1f70d6b2d69 authored over 3 years ago
fix(deps): update all non-major dependencies (#4545)

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

a44fd5d38679da0be2536103e83af730cda73a95 authored over 3 years ago
chore: update renovate config

c84966721d1e971c694c1020577bfa563c2396fe authored over 3 years ago
build(plugin-vue): fix build script

aee4302e5a392fb6de160e03c2f59eccca52aa7a authored over 3 years ago
fix(plugin-vue): properly handle in-template TS syntax + tests

0a2a5e1c8b9d2765faecfb5e4641b1c5a94575e1 authored over 3 years ago
chore: remove no longer needed type shim

5acc277519c73fafda91e1ba35bdf75608564803 authored over 3 years ago
refactor: tsconfck for esbuild compilerOptions tsconfig files (#4889)

9560af8852d9cc788f3ada27cab75693e673fdc7 authored over 3 years ago
fix: update *.wasm type (fix #4835) (#4881)

5e1b8d41f0540e4cad93aa539a19b5c599ff690c authored over 3 years ago
feat(plugin-vue): support TS in template expressions

01fa2abe901834c1c3168c343120429700e82983 authored over 3 years ago
feat: export transformWithEsbuild (#4882)

* feat: export transformWithEsbuild

* chore: add tests

* fix: test typo

Co-authored-by:...

c8c0f74ceda612bf2780dd764e941514547cb63b authored over 3 years ago
chore: run format (#4969)

c7499949bae7c50dae6b07f7c3c4b42014a64252 authored over 3 years ago
fix: disable `inputSourceMap` option of babel (#4834)

Closes #4055

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

Co-authored-by: Alec Larso...

ba89bd6df9231da85cebd089199bc4ad097af243 authored over 3 years ago
chore: rename plugin-react-refresh

This preserves the commit history.

8bfae18425d1712acc59ff8f62e4656ba0876fa2 authored over 3 years ago
feat(plugin-react-refresh): support configure babel plugins

fix: #3276

714a78c0bd5e73c353f78ee536cad4113cb37bde authored over 3 years ago
refactor: migrate plugin-react-refresh to plugin-react

See #3588 for full commit history

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

89284ab8ed4a8ec561cdd38df3a77d387988f883 authored over 3 years ago
fix: use pkgId to get relative path (#4957) (#4961)

b9e837a2aa2c1a7a8f93d4b19df9f72fd3c6fb09 authored over 3 years ago
docs: clarify assetsInclude (#4955)

05fae60958823b710a005b1503002840de92ee46 authored over 3 years ago
chore: enable ci for all branches (#4952)

2c6c3002a0c7e9424f0650ab44348bdd09622350 authored over 3 years ago
fix: force overlay LTR (#4943)

f8d8b73ae34e34813a51aed6ec34f69f0c77339f authored over 3 years ago
fix(css): revert return sourcemap in vite:css transform (#4880) (#4951)

72cb33e947e7aa72d27ed0c5eacb2457d523dfbf authored over 3 years ago
fix: websocket proxies not the same as http (#4893)

9260848ee7ca15ac5c1a91fce8755beb62269e0d authored over 3 years ago
feat: async script module support, close #3163 (#4864)

398456966df54fa8f74c3cfa42cadeb7540792ff authored over 3 years ago
docs: add vite audio for pronunciation (#4941)

4b90e0fee981faa9e734402bd482c168e4bbdf9f authored over 3 years ago
fix: do not include css string in bundle if not needed

This reduces bundle size when using esbuild as minifier.

3e3c20364d6c065026f7362bbcb7094099705cc9 authored over 3 years ago
chore: lockfile

15bb5a19b45786b097e46ba95a4056bb63bb3c3c authored over 3 years ago
docs: authoring tips and vite-plugin-inspect (#4938)

394d5f1ce5c3f6312f77a0efb119d02ce9646193 authored over 3 years ago
chore: format (#4931)

e59997f79c8b450bdc9ab357d90f444dc0a99f50 authored over 3 years ago
fix: avoid wrong warning of explicit public paths (#4927)

9e06b81973cf298aeb0a1f48c67a496bf984c663 authored over 3 years ago
feat(html): Inline entry chunk when possible (#4555)

e687d9886fd351d9941fc0a1a4c754440a94335f authored over 3 years ago
feat: add resolve.preserveSymlinks option (#4708)

b61b044d8fc957c0511ca7d33380ab60bad5754f authored over 3 years ago
release: v2.5.7

a93e03a81e256d566558d0c5594dea26c46cd974 authored over 3 years ago
feat(ssr): exports `dynamicDeps` for ssrTransform, close #4898 (#4909)

9e51a76b3fce27cb0a4a4ae558c4499e9dd540cd authored over 3 years ago
fix: the base is duplicated in `importAnalysisBuild.ts` (#4740)

7e929ae4932ef89e56b92acdd46856ae41171302 authored over 3 years ago
chore: give history middleware a name (#4908)

* chore: give history middleware a name

* chore: move spa fallback middleware to new file

...

bfbafee0f50ff8afa0c76b1903c484b5008ab95d authored over 3 years ago
fix(css): return sourcemap in vite:css transform (#4880)

015290a169d5ca3806aa0b2eb417426d61df9b7d authored over 3 years ago
fix(esbuildDepPlugin): externalize built-in module during SSR (#4904)

5cc458753171e88bb56fa49dbbf5c87a19d0294f authored over 3 years ago
fix: pnpm create-vite command documentation (#4902)

* Fixed pnpm create-vite command documentation

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

3392a8ad5618cc68b6898a327b6c8959de6f4992 authored over 3 years ago
fix: compute getPkgName only when used (#4729)

ce292735f538556996540d764e4024fcb9dc9ac7 authored over 3 years ago
chore: delete unused plugin hook 'watchChange' (#4617)

e623b4a34878d8f2a88f515ea798d814790742ee authored over 3 years ago
feat: allow `apply` condition to be a function (#4857)

f19282f003f64093518290a61446403b1f022d18 authored over 3 years ago
release: v2.5.6

5c5811e37f8b67d4a569dd47cd2fde9b648e388b authored over 3 years ago
fix(importAnalysis): properly inherit dependency version query for self imports

c7c39b133bc06627932741a4622fb8ab5c904d97 authored over 3 years ago