Ecosyste.ms: OpenCollective

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

github.com/vuejs/vue-vapor

Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM.
https://github.com/vuejs/vue-vapor

feat(compiler-core): support parsing `const` modifier in type parameters (#7912)

b7bd50f5059e8755c0204f01a8c55b1724688e7e authored almost 2 years ago
feat(compiler-sfc): improve runtime props inference for enum

eded94712e37856f258dc8c85f98a26fa41ae05f authored almost 2 years ago
fix(compiler-sfc): properly handle unknown types in runtime prop inference

fix #7511

5fb406e3e1d585076779e9ce4a588a4f9a61ef23 authored almost 2 years ago
Revert "fix(compiler-sfc): infer correct type for enums"

This reverts commit 2e074a70091e76359e930e733785100cd7dc66ed.

6f5698c932e951ba6aaacec852d12f737c7ab2bb authored almost 2 years ago
fix(compiler-sfc): infer correct type for enums

fix #7511

2e074a70091e76359e930e733785100cd7dc66ed authored almost 2 years ago
feat(compiler-sfc): support module string names syntax (#7428)

https://github.com/tc39/ecma262/pull/2154

000256772816d54976e462330a7be342c49c7304 authored almost 2 years ago
fix(compiler-sfc): fix edge case of default export call with no args (#7536)

closes #7534

d60e58c9f62ae7bd1f9c888cd2e55982a64d9e96 authored almost 2 years ago
fix(compiler-sfc): properly remove comma of multiple macros in the same declaration (#7423)

closes #7422
reverts #6778

336a3d7b9199aeda19672832ce173de298b1105a authored almost 2 years ago
fix(compiler-sfc): allow `<script>` with lang='js' (#7398)

9f5e20ccff235946159f0e50519f5be09bc89d5b authored almost 2 years ago
fix(compiler-sfc): handle more TS built-in utilities in defineProps inference

4355d2492dccdb175b18d083e20f3ec39a52801f authored almost 2 years ago
fix(compiler-sfc): infer TSIntersectionType in defineProps (#7394)

151a8ad6b9288784c3b2514820a112b93ecf2dca authored almost 2 years ago
fix(compiler-sfc): unwrap TS node for defineProps (#7340)

1b69d5f2f49ee60af4b10137c7833a76420dbba1 authored almost 2 years ago
fix(compiler-sfc): infer TS Extract&Exclude runtime type (#7339)

closes #7337
closes #6252

6391daf6586e49e165b3195863b602c3cbb92ace authored almost 2 years ago
fix(compiler-sfc): infer function prop type from type literal w/ callable signature (#7119)

3a7572cdb2074c5cac2231e4525296104141411c authored almost 2 years ago
fix(compiler-sfc): rewrite default export with AST analysis instead of regex (#7068)

closes #7038
closes #7041
closes #7078

701b95ff3d2bad0284c03865a0b052fc8324beec authored almost 2 years ago
feat(complier-sfc): hoist literal constants for script (#5752)

- Support using literal constants in macros
- fix useCssVars insert position edge case
- fix n...

7def8b15b89aa78accd9a00927db91e8091a12b7 authored almost 2 years ago
fix(types): revert jsx global removal (to be removed in 3.4)

e224922e972e78b4fb6cbd129d685c2317018ad1 authored almost 2 years ago
fix(jsx-runtime): fix automatic runtime implementation (#7959)

5838950ecf7e4e17dd5a23acd621077390666b76 authored almost 2 years ago
feat(compiler-sfc): add defineOptions macro (#5738)

bcf5841ddecc64d0bdbd56ce1463eb8ebf01bb9d authored almost 2 years ago
chore: eslint node env should apply to root ts config files (#7687)

f77bd36a24591b7d8e88149c657f2ae4960267b3 authored almost 2 years ago
chore: remove unused deps

close #7365

b828514c1a2deaba4c0de15d26f5b14ed658422a authored almost 2 years ago
chore(deps): upgrade rollup & magic-string (#7326)

703f8c22e5e3ac4ce6ec362bec9e1fd7480776b8 authored almost 2 years ago
build: exit with code 1 on release failure (#7962)

See https://github.com/vuejs/core/actions/runs/4527710331/jobs/7973811532#step:6:279

The cana...

ff35fe9ffe3bcb2c26579fc4a03c6f0cac27fa14 authored almost 2 years ago
build: don't wait for changelog edits when `--skip-prompts` or `--canary` is specified (#7965)

543d6dbc941cfcf60931168f149490779c888841 authored almost 2 years ago
test: add test for defineComponent function syntax with object emits

e3de9a6911c16871f865a0be5de60b9cef0f852c authored almost 2 years ago
feat(sfc): deprecate reactivity transform

efb54e7315e93f4be7004d1c0a4de8c523dab334 authored almost 2 years ago
ci: avoid duplicated ci runs on self-repo pull requests

ea5bf1235d1bd58fe1e04de1b84af033bf29d1d9 authored almost 2 years ago
feat(types): `defineComponent()` with generics support (#7963)

BREAKING CHANGE: The type of `defineComponent()` when passing in a function has changed. This ov...

d77557c4038f88a676903b379505b280a88cc774 authored almost 2 years ago
chore: fix type

9a8073d0aebccf92899553f58761a70b89c4437c authored almost 2 years ago
fix(types/jsx): remove $slots children override

28e30c819df5e4fc301c98f7be938fa13e8be3bc authored almost 2 years ago
release: v3.3.0-alpha.5

27e1e386417f33ccb6a6aa4dbec46e2b12c6e7bc authored almost 2 years ago
feat(types/jsx): support jsxImportSource, avoid global JSX conflict (#7958)

- No longer implicitly register global JSX types by default
- This avoid conflict when using ...

d0b7ef3b61d5f83e35e5854b3c2c874e23463102 authored almost 2 years ago
chore: allow editing changelog before committing release

9dd98f00f26c95aa086dd61e8c7e3f32270d118f authored almost 2 years ago
fix(types): ensure defineProps with generics return correct types

c288c7b0bd6077d690f42153c3fc49a45454a66a authored almost 2 years ago
chore: add redirect for template explorer

f61499da7f5bec57ec7e61b570e77b19479a9dc3 authored almost 2 years ago
test: improve test case on `$el` (#7922)

cbc27339539dbaabf8067905a55580d71acbdc72 authored almost 2 years ago
feat(dx): improve readability of displayed types for props

4c9bfd2b999ce472f7481aae4f9dc5bb9f76628e authored almost 2 years ago
build: upgrade to TypeScript 5.x

58e5c51149d7e28e5f7533b357c5cd70f5fea0d3 authored almost 2 years ago
chore: bump vite & vitest

e60ebd07a4eaf2fd27ca63cb1bd7fdf88ecc84b2 authored almost 2 years ago
build: bump rollup, remove cjs re-exports hack

0587c70e9faa3278f648bab76ea03f4ca80f9233 authored almost 2 years ago
refactor: remove circular dependencies in compiler

aac163110facbf7374cf335c3d01cd4c5dd26c8d authored almost 2 years ago
build: fix canary bundling issues (#7907)

1. correct the rollup config after the package name changed
2. fix the same-day patch version b...

650f5c26f464505d9e865bdb0eafb24350859528 authored almost 2 years ago
ci: release canary versions every week (#7860)

* build: support `--canary` flag for canary releases

Also adds `--skip-git` and `--skip-promp...

29852dfa9c0810f7f3c3f39cca144258c3b385ba authored almost 2 years ago
ci: only disable threads for gh

98f1934811d8c8774cd01d18fa36ea3ec68a0a54 authored almost 2 years ago
chore: remove warnings due to potential false-positives

c02d8d097df6b154121a0d1ef4013066c806d0c4 authored almost 2 years ago
fix(runtime-core): support `getCurrentInstance` across mutiple builds of Vue

8d2d5bf48a24dab44e5b03cb8fa0c5faa4b696e3 authored almost 2 years ago
chore: bump vitest + use threads

f597dc69e7b3a87ad0173d72df7831cd898df6b1 authored almost 2 years ago
refactor(runtime-core): use Symbol.for for runtime Symbols

34ad609bd75b5644e7c54d84b163297c51652ab6 authored almost 2 years ago
chore: fix typo (#7680)

a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d authored almost 2 years ago
ci: add a ecosystem-ci-trigger workflow (#7618)

1d09540798bdb22ce6d1579688e041c8b8c3f730 authored almost 2 years ago
release: v3.3.0-alpha.4

78b86150b801e7eb4ebf1cdff977e791dc0438f0 authored almost 2 years ago
fix(build): fix const enum w/ number values

92bb189ca7ecae221ebf5411da87c715780d2de3 authored almost 2 years ago
release: v3.3.0-alpha.3

097f6beca24154bf705f8c7af0d756b4666dbd13 authored almost 2 years ago
build: fix const enum when cache dir does not exist

5d4883ca77eec3dc5259f4b28e2d8099a5467555 authored almost 2 years ago
fix(build): avoid const enum conflicts

d1181ad692861c140e687372efbc67a1d65d642a authored almost 2 years ago
build: reuse const enum data between concurrent rollup builds

39cf4cd30bc47dd7afc8ccb559f1f361f45bfe5f authored almost 2 years ago
chore: catch unhandled export as just in case

72b570917e1e6c9ca1073e26a8519bf43e05468b authored almost 2 years ago
release: v3.3.0-alpha.2

37ec04b98429b8385046891ce157e4dd29c64f23 authored almost 2 years ago
chore: avoid double-building types on release

2df8049aa42e2f9e84729565d6bdb17f6825ac16 authored almost 2 years ago
fix(build): fix dev flag replacement in esm-bundler builds

5851eaa9339364d41860a277a99f2352de2a3834 authored almost 2 years ago
release: v3.3.0-alpha.1

85f4d8ccb95f100ca9926a156656b23f5358e625 authored almost 2 years ago
build: improve dts rollup output

dbe7109c8f6417770129dc92313f05feac0c0edb authored almost 2 years ago
chore: use workspace vue dep for sfc-playground

2774ba5f0fac3dc339c956ca7b11d2c8da054884 authored almost 2 years ago
test: more strict linking in dts tests

1e0251a3771e4b4c9f5cd75b1c389d44706db195 authored almost 2 years ago
build: stricter conditions for UnaryExpression in const enum plugin

b49b9eff20e7b77896d6a1cc811eb5e2e5fea8f4 authored almost 2 years ago
chore: use consistent ts-check comments in scripts

a871fd0cc0239e0e65d087b50ed5a32a5bd50c4e authored almost 2 years ago
chore: update packageManager field

7694ab9f679beb8bee21cc934d261778f5e8fc91 authored almost 2 years ago
chore: use type: "module"

20ea62da3c137e8282ec29710219adf1b92a299f authored almost 2 years ago
docs: document git hooks [ci skip]

78a52ef3fedd9495bebcc9614f5755381d669d63 authored almost 2 years ago
ci: avoid netlify oom

213908cbde400c86df49d5b0a3c46746156b5ec9 authored almost 2 years ago
docs: update contributing guide

7a0a6658c6f44c76f26c129e430a08da5977cc88 authored almost 2 years ago
build: fix size check

40dab4d9dd9697224f95ba2a33e685ced32a60a2 authored almost 2 years ago
build: adjust dts test setup

1ddde63b40584b4f417d9cb38aef1f96423f2774 authored almost 2 years ago
ci: try puppeteer fix

d10a81eacb4852c9d499b0be9905e14f4437c28b authored almost 2 years ago
build: fix handling of const enum that rely on previous values

4e0ab97c70986957a18231946efb58193ebb40cc authored almost 2 years ago
build: remove api-extractor

eb0c1e70255a7f594781f84337cb4e39a79b5594 authored almost 2 years ago
build: use rollup-plugin-dts for dts build

e145fe3c2829197dd972666d45c7227ba38aca33 authored almost 2 years ago
build: custom const enum processing

6213b73cd2be40aa56583b5cdf687ca741bf41be authored almost 2 years ago
chore: bump deps

53e3533b75adc32f979adde34bde3b581e48084b authored almost 2 years ago
build: refactor rollup config

40aa7d8040f2eb821b82267ceda060f734ada43a authored almost 2 years ago
chore: remove hanging slash from import

e22b5c510de9f6048ab7997f347e0e210f8d38cc authored almost 2 years ago
workflow: type check on commit

7bc7066952c9f9f0a211388340ac5b2996c7e5b8 authored almost 2 years ago
chore: remove rpts2

f87f788e7c5ccc7de058368c26dc2a7beddee188 authored almost 2 years ago
wip: isolatedModules + use rollup-plugin-esbuild

124373db50eafb46c59b362dda1bdb18c3bfc5e4 authored almost 2 years ago
build: only enable esModule compat for cjs builds

9381349f37deec9ab5abb3a0e60a4c487f00f6ff authored almost 2 years ago
workflow: disable threads during tests

e077e6f5f3967d7f45872154a2351064937c2425 authored almost 2 years ago
chore: define compile time flags during size check

1487d81160866c4cb5410561109c774539b369a0 authored almost 2 years ago
fix(build): ensure BaseTransition functions can be tree-shaken

3a6f5eb0f7d60dc87d17a69c66e88ae5688b11a5 authored almost 2 years ago
chore: fix size reporting for brotli

a5dcbad6143e3be7b78274ff5e71904676c9ee27 authored almost 2 years ago
chore: fix types

c1cbb747b551450d269e716581eae0a7f8e1321b authored almost 2 years ago
release: v3.2.47

45984d559fe0c036657d5f2626087ea8eec205a8 authored almost 2 years ago
fix(build): enforce __esModule interop for cjs builds

4b7036653e5dfd7be95e6efe8c79621b52dcccb7 authored almost 2 years ago
release: v3.2.46

29f8cf8b0785df90b61d7f40d40fdd47f2e685c9 authored almost 2 years ago
workflow: check ci status during release

b472965eba6881e8aa9f9d0dcdd69dd9252de9e5 authored almost 2 years ago
fix(types): optional boolean props should have boolean type in return type of defineProps (#7619)

close #7116
fix #5847
fix #7487

a0a010ddc9ba8ef3e883454c73997bf6fb40b385 authored almost 2 years ago
fix(compiler-sfc): support resolving type declaration from normal script (#5831)

fix #5830

30399d46b15f890056e7a5d076cd588b3806cc15 authored almost 2 years ago
fix(runtime-core): fix keep-alive cache prune logic on vnodes with same type but different keys (#7510)

fix #7355

1fde49c0f57cc50fedf91366a274c9759d1d9a39 authored almost 2 years ago
chore: fix jest reference in merged test case

f19f803ea8dc81ccfc1e7e814e5b7612ac9ba6da authored almost 2 years ago
fix(compat): fix custom transition classes in compat mode (#7435)

fix #6253

efe2efd210f500311e5b603345cb0d353886bd7a authored almost 2 years ago
fix(reactivity): `triggerRef` working with `toRef` from reactive (#7507)

* fix(reactivity): `triggerRef` working with `toRef` from reactive

* chore: refactor

e64c9ae957aa2606b55e8652bbde30a6ada59fb0 authored almost 2 years ago