Skip to content

Bump vue-tsc from 1.8.13 to 1.8.14 in /frontend

Bumps vue-tsc from 1.8.13 to 1.8.14.

Changelog

Sourced from vue-tsc's changelog.

1.8.14 (2023/9/26)

  • feat: defineEmit now able to infer event types with more than 4 overloads (#3379) (#1855)
  • feat: more accurately distinguish component internal context and external context types (#3591) (#3517) - thanks @​so1ve
  • fix: don't import alias macros (#3576) - thanks @​sxzz
  • fix: make generic components' emit type compactible with Vue core types (#3569) (#3257) - thanks @​so1ve
  • fix: use universal __VLS_ConstructorOverloads when emits type is not inlined (#3585) - thanks @​so1ve
  • fix: inherit emits props and supports generic component emit type for JSX (#3533) (#3289) (#3476) - thanks @​so1ve
  • perf: generate less TS virtual code for TS performance (#3581)

Full-time Support by

Our Platinum Sponsors

Our Silver Sponsors

... (truncated)

Commits
  • 5febf26 v1.8.14
  • f043b32 fix: inherit emits props (#3533)
  • c466f51 fix: use isomorphic __VLS_ConstructorOverloads when emits type is not inlin...
  • 02ae1e9 refactor: don't generate additional virtual code for defineEmits
  • 8006c98 refactor: don't generate additional virtual code for defineSlots (#3581)
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports