Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue/typescript

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/typescript - npm Package Versions

234

1.8.20

Diff

Changelog

Source

1.8.20 (2023/10/23)

  • feat: added Italian integration documentation
  • feat: enforce v-bind argument to be an object (#3666) - thanks @so1ve
  • fix: JSDoc comments not emitted when using type-only defineProps macro (#3645)
  • fix: autocomplete for directive comments without a space (#3665) - thanks @so1ve
  • fix: fix slot type when using a interpolation in template string (#3657) - thanks @so1ve
  • fix: add autocomplete for v-slot parameters (#3661) - thanks @so1ve
  • fix: export correct SlotsPropertyName for vue2 (#3669) - thanks @zhiyuanzmj
  • fix(types): infer discriminated unions in child component props (#3672) - thanks @davidmatter
  • fix: access to slots directly (#3671) - thanks @so1ve
  • fix: autocomplete not working for $event (#3668) - thanks @so1ve
  • perf: remove duplicate virtual code for native tags
  • chore: rename volar to vue in diagnostics (#3667) - thanks @so1ve
  • chore: publish ts plugin to open-vsx (#3589) - thanks @brc-dd
johnsoncodehk
published 1.8.19 •

Changelog

Source

1.8.19 (2023/10/11)

  • feat: no longer checking save time (#3650)
  • fix(ts-plugin): tsserver doesnt have updated list of external files when new vue files are added (required TS 5.3) (#3555) (#3649)
  • fix: false positive error when accessing local variables in defineProps parameter (#3643) (#3644) - thanks @so1ve
johnsoncodehk
published 1.8.18 •

Changelog

Source

1.8.18 (2023/10/9)

johnsoncodehk
published 1.8.17 •

Changelog

Source

1.8.17 (2023/10/9)

  • fix: extension cannot run on vscode versions lower than 1.82.0 (#3631) (#3635)
  • fix: make defineProps work when reading a property from defineProps() (#3633) - thanks @so1ve
  • fix: avoid reading props from __VLS_ctx (#3636) - thanks @so1ve
  • fix: regression with defineExpose (#3639) - thanks @so1ve
johnsoncodehk
published 1.8.16 •

Changelog

Source

1.8.16 (2023/10/7)

  • fix: merge default export's properties properly (#3600) - thanks @so1ve
  • fix: accurate exposed type with refs in generic component (#3604) - thanks @so1ve
  • fix: make emits type correct when user assigns emit function a custom name (#3624) - thanks @so1ve
johnsoncodehk
published 1.8.15 •

Changelog

Source

1.8.15 (2023/9/26)

  • fix: props type missing in JS component context (#3592)
  • fix: ignore $emit return type for Vue 2 (#3596)
johnsoncodehk
published 1.8.14 •

Changelog

Source

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)
johnsoncodehk
published 1.8.13 •

Changelog

Source

1.8.13 (2023/9/20)

  • fix: generate valid syntax when noPropertyAccessFromIndexSignature is not enabled (#3575) - thanks @so1ve
johnsoncodehk
published 1.8.12 •

Changelog

Source

1.8.12 (2023/9/20)

  • feat: support vitepress's code snippet import (#3559) - thanks @so1ve
  • fix(component-meta): fix modules interoperability with vue-component-type-helper
  • fix: avoid losing generic types with strictTemplates: false (#3565) - thanks @so1ve
  • fix: format slots with typeannotation correctly (#3573) - thanks @so1ve
johnsoncodehk
published 1.8.11 •

Changelog

Source

1.8.11 (2023/9/13)

  • feat: slot references codeLens counting fragment default slot (#932)
  • fix: correct message for @vue-expect-error (#3541) - thanks @so1ve
  • fix: avoid global macros conflicts with local variables (#3550) - thanks @so1ve
  • fix: script setup comments at top breaks global macros (#3549) - thanks @so1ve
  • fix(vue-tsc): prevent rebuild in incremental mode throwing error (#3556) - thanks @blake-newman
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc