Skip to content

fix: do not use error level for info/warn messages#474

Merged
danielroe merged 1 commit intomainfrom
fix/log-level
Mar 17, 2025
Merged

fix: do not use error level for info/warn messages#474
danielroe merged 1 commit intomainfrom
fix/log-level

Conversation

@danielroe
Copy link
Collaborator

resolves #238

@danielroe danielroe self-assigned this Mar 16, 2025
@netlify
Copy link

netlify bot commented Mar 16, 2025

Deploy Preview for vite-plugin-checker ready!

Name Link
🔨 Latest commit 0cb83d1
🔍 Latest deploy log https://app.netlify.com/sites/vite-plugin-checker/deploys/67d73c41699dca0008c19c5f
😎 Deploy Preview https://deploy-preview-474--vite-plugin-checker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 16, 2025

Open in Stackblitz

npm i https://pkg.pr.new/vite-plugin-checker@474

commit: 0cb83d1

@danielroe danielroe merged commit 694b740 into main Mar 17, 2025
10 checks passed
@danielroe danielroe deleted the fix/log-level branch March 17, 2025 15:04
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 18, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 21, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
if (terminal) {
for (const d of diagnostics) {
consoleLog(diagnosticToTerminalLog(d, 'ESLint'))
consoleLog(diagnosticToTerminalLog(d, 'ESLint'), 'info')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danielroe I believe this should be either error or warning, depending on d.level. Now, the ESLint errors/warnings won't be logged if log level is higher than info.
image

renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 22, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 23, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 28, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 29, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 30, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 1, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 4, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 5, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 6, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 9, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 12, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 13, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 17, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 19, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 20, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 23, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 27, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 2, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 3, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.1 |


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 4, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.2 |


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

-   Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 10, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.3 |


## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

-   Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 11, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.3 |


## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

-   Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 17, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.3 |


## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

-   Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 18, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.3 |


## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

-   Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 24, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.3 |


## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

-   Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 25, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.3 |


## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

-   Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 31, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.3 |


## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

-   Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jun 1, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.3 |


## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

-   Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jun 6, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.3 |


## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

-   Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jun 8, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.3 |


## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

-   Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jun 14, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.3 |


## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

-   Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

-   Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
-   Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
-   De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
-   Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jun 22, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.3 |


## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jul 5, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.9.0 | 0.9.3 |


## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jul 13, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.0 |


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.3...vite-plugin-checker@0.10.0)



## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jul 27, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.1 |


## [v0.10.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.1)

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.0...vite-plugin-checker@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.3...vite-plugin-checker@0.10.0)



## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 4, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


## [v0.10.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.2)

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.1...vite-plugin-checker@0.10.2)


## [v0.10.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.1)

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.0...vite-plugin-checker@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.3...vite-plugin-checker@0.10.0)



## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 5, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


## [v0.10.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.2)

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.1...vite-plugin-checker@0.10.2)


## [v0.10.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.1)

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.0...vite-plugin-checker@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.3...vite-plugin-checker@0.10.0)



## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 6, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


## [v0.10.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.2)

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.1...vite-plugin-checker@0.10.2)


## [v0.10.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.1)

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.0...vite-plugin-checker@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.3...vite-plugin-checker@0.10.0)



## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 7, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


## [v0.10.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.2)

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.1...vite-plugin-checker@0.10.2)


## [v0.10.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.1)

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.0...vite-plugin-checker@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.3...vite-plugin-checker@0.10.0)



## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 8, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


## [v0.10.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.2)

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.1...vite-plugin-checker@0.10.2)


## [v0.10.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.1)

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.0...vite-plugin-checker@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.3...vite-plugin-checker@0.10.0)



## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 9, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


## [v0.10.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.2)

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.1...vite-plugin-checker@0.10.2)


## [v0.10.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.1)

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.0...vite-plugin-checker@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.3...vite-plugin-checker@0.10.0)



## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 10, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


## [v0.10.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.2)

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.1...vite-plugin-checker@0.10.2)


## [v0.10.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.10.1)

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.10.0...vite-plugin-checker@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.3...vite-plugin-checker@0.10.0)



## [v0.9.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.3)

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.2...vite-plugin-checker@0.9.3)


## [v0.9.2](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.2)

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.2)


## [v0.9.1](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.1)

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.0...vite-plugin-checker@0.9.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Empty ERROR message

2 participants