Skip to content

fix(noUnusedImports): formally make an exception for type augmentation imports#6756

Merged
dyc3 merged 1 commit intomainfrom
type-augmentation-imports
Jul 7, 2025
Merged

fix(noUnusedImports): formally make an exception for type augmentation imports#6756
dyc3 merged 1 commit intomainfrom
type-augmentation-imports

Conversation

@dyc3
Copy link
Copy Markdown
Contributor

@dyc3 dyc3 commented Jul 7, 2025

Summary

fixes #6669

Test Plan

Added a test.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jul 7, 2025

🦋 Changeset detected

Latest commit: 21c3137

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 13 packages
Name Type
@biomejs/biome Patch
@biomejs/cli-win32-x64 Patch
@biomejs/cli-win32-arm64 Patch
@biomejs/cli-darwin-x64 Patch
@biomejs/cli-darwin-arm64 Patch
@biomejs/cli-linux-x64 Patch
@biomejs/cli-linux-arm64 Patch
@biomejs/cli-linux-x64-musl Patch
@biomejs/cli-linux-arm64-musl Patch
@biomejs/wasm-web Patch
@biomejs/wasm-bundler Patch
@biomejs/wasm-nodejs Patch
@biomejs/backend-jsonrpc Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions Bot added A-Linter Area: linter L-JavaScript Language: JavaScript and super languages labels Jul 7, 2025
@dyc3 dyc3 requested review from a team July 7, 2025 15:41
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Jul 7, 2025

CodSpeed Performance Report

Merging #6756 will not alter performance

Comparing type-augmentation-imports (21c3137) with main (7f5b541)

Summary

✅ 114 untouched benchmarks

@dyc3 dyc3 merged commit d12b26f into main Jul 7, 2025
28 checks passed
@dyc3 dyc3 deleted the type-augmentation-imports branch July 7, 2025 17:25
@github-actions github-actions Bot mentioned this pull request Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Linter Area: linter L-JavaScript Language: JavaScript and super languages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

💅 noUnusedImports showing an error on type augmentation imports

3 participants