github denoland/dnt 0.43.0

4 hours ago

What's Changed

  • feat: update to latest deno_graph and ts-morph by @dsherret in #488
  • fix: update getDntVersion function to support JSR registry URLs by @amyssnippet in #484
  • fix: npm ignore declaration map files of test modules by @dsherret in #490
  • fix: make the generated test runner compatible with ESM output by @tichopad in #477
  • fix: do not map https://esm.sh/jsr/ specifiers to npm packages by @dsherret in #491
  • feat: add jsx compiler options by @cut0 in #482
  • fix: support mapping jsr: specifiers to npm packages by @dsherret in #492
  • fix: make Promise.withResolvers polyfill file a module by @dsherret in #493
  • feat: add testPreloadModule build option by @dsherret in #495
  • feat: add polyfills build option to enable or disable polyfills by @dsherret in #496
  • fix: local files at uneven dir depths by @hugojosefson in #489
  • fix: do not transform new.target as import.meta by @dsherret in #498
  • perf: resolve each local file's path and test status once by @dsherret in #497
  • fix: type check failure in import.meta polyfill with newer @types/node by @dsherret in #499
  • fix: error on specifiers that fail to resolve by @dsherret in #500
  • fix: don't shift output when a dependency resolves to a .ts file by @dsherret in #502
  • fix: do not search node_modules directories for test files by @dsherret in #503
  • feat: add frozenLockfile build option by @dsherret in #504
  • fix: only publish src directory when something references it by @dsherret in #506
  • feat: log auto-discovered config file and support configFile: false by @dsherret in #507
  • feat: support bare specifiers in mappings by @dsherret in #508
  • feat: add the types package of a mapped dependency to the dev dependencies by @dsherret in #509
  • fix: keep the property name when shimming a shorthand property by @dsherret in #510
  • fix: import a declaration file package by the name it provides types for by @dsherret in #511
  • fix: binary entrypoint output and shim type declarations by @dsherret in #512
  • feat: add a testIsolation build option to run each test file in its own process by @dsherret in #514
  • feat: warn when using the separate declaration option with a script output by @dsherret in #513
  • feat: use util.styleText in the test runner instead of picocolors by @dsherret in #515
  • fix: stop rewriting the window global by @dsherret in #516
  • fix: don't use the globalThis shim when there are no shimmed globals by @dsherret in #517
  • feat: add a cwd build option by @dsherret in #518
  • fix: keep a peer dependency out of dependencies when a sub path resolves to it by @dsherret in #519

New Contributors

Full Changelog: 0.42.3...0.43.0

Don't miss a new dnt release

NewReleases is sending notifications on new releases.