Skip to content

v17.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 09:17
4d5078f

17.11.0 (2024-10-09)

๐ŸŒŸ Features

  • no-missing-import: Add ignoreTypeImport options (#344) (e022aba)
  • no-process-env: Allow users to exclude specific variables (#345) (b16a475)
  • Update no-unsupported to node v22.9.0 (#342) (87fb484)

๐Ÿฉน Fixes

  • no-missing-import: Ignore node builtins in package.json imports (#346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#343) (6cd7954)

๐Ÿ“š Documentation

  • Explain the transitive dependency case for no-extraneous-* (#347) (8c0a2cc)