You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/shaky-experts-sit.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,23 @@
3
3
---
4
4
5
5
Fixed [#6799](https://github.com/biomejs/biome/issues/6799): The [`noImportCycles`](https://biomejs.dev/linter/rules/no-import-cycles/) rule now ignores type-only imports if the new `ignoreTypes` option is enabled (enabled by default).
6
+
7
+
> [!WARNING]
8
+
> **Breaking Change**: The `noImportCycles` does not detect import cycles that includes one or more type-only imports.
9
+
> To keep the old behaviour, you can turn off the `ignoreTypes` option explicitly:
0 commit comments