Skip to content

unplugin-dts@1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 09:29
· 27 commits to main since this release
07b7f3c

   🚀 Features

  • Supports specify module format for output  -  by @qmhc (a917f)
  • Auto fallback to @typescript/typescript6 for TS 7+ compatibility  -  by @qmhc (d1505)

   🐞 Bug Fixes

  • Stricter strategy for skipping insert index  -  by @qmhc (8c30e)
  • Ensure parse default out dir from scaffold  -  by @qmhc (46cfc)
  • Aliases in namespace imports  -  by @alexthornton1 in #418 and #443 (3ca60)
  • Use native createParsedCommandLine  -  by @qmhc (1070f)
  • Resolve tsconfig globs relative to tsconfig dir  -  by @jdz321 and Rocco in #455 (8df62)
  • Bump @microsoft/api-extractor to fix security vulnerabilities  -  by @yadprab in #462 (ee2ac)
  • plugin:
    • Auto-detect Vue files and auto-set processor  -  by @qmhc (802d2)
    • Allow custom resolver files to pass through transform  -  by @qmhc (63dc6)
  • unplugin-dts:
    • Resolve tsconfig paths without baseUrl relative to config dir  -  by @qmhc (051f2)
    • PublicRoot mismatch of TS 6.0 rootDir  -  by @qmhc (b0a69)
    • Remove forceDtsEmit to support declarationMap  -  by @qmhc (f417f)
    • Resolve API Extractor failure with Vue internal types in bundleTypes  -  by @qmhc (e6c4e)
    View changes on GitHub