Skip to content

v18.1.0

Latest

Choose a tag to compare

@sverweij sverweij released this 12 Jul 20:03
Immutable release. Only release title and notes can be modified.
v18.1.0
26dffc0

✨ new functionality

  • 65c432c feat: adds environment inconsistency checks (#1070)
    dependency-cruiser now also warns at runtime if it detects typescript is needed, but (a usable version of the) typescript compiler isn't present (+ the same for babel and swc). It already did so on --init. Thanks @kbarendrecht for the suggestion!
  • 6bb22b6 feat(report/error-html): makes the table heads sticky

TypeScript 7 support: typescript@7.1.0 is expected to ship with a public API - so that's the
first version in the TypeScript 7 (formerly tsgo) version range dependency-cruiser will be able
to support.

👷 maintenance

  • f04f2fa build(npm): updates external dependencies