fix: do not use error level for info/warn messages#474
Merged
Conversation
✅ Deploy Preview for vite-plugin-checker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
commit: |
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') |
Contributor
There was a problem hiding this comment.
@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.

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)
2 tasks
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolves #238