test: poll diagnostics emits instead of fixed timeout#741
Merged
Conversation
✅ Deploy Preview for vite-plugin-checker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
commit: |
This was referenced Jun 10, 2026
Merged
Merged
renovate Bot
added a commit
to andrei-picus-tink/auto-renovate
that referenced
this pull request
Jun 21, 2026
| datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | npm | vite-plugin-checker | 0.14.1 | 0.14.4 | ## [v0.14.4](https://github.com/fi3ework/vite-plugin-checker/releases/tag/v0.14.4) > v0.14.4 is the next patch release. > > **Timetable**: to be announced. #### 👉 Changelog [compare changes](fi3ework/vite-plugin-checker@v0.14.3...release/v0.14.4) ##### 📦 Build - migrate to `tsdown` and fix bundling issue ([#768](fi3ework/vite-plugin-checker#768)) ##### ❤️ Contributors - Daniel Roe ([@danielroe](https://github.com/danielroe)) ## [v0.14.3](https://github.com/fi3ework/vite-plugin-checker/releases/tag/v0.14.3) > v0.14.3 is the next patch release. #### 👉 Changelog [compare changes](fi3ework/vite-plugin-checker@v0.14.1...release/v0.14.3) ##### 🩹 Fixes - **tsc:** preserve `tscBuild` flag when wrapping solution builder host ([#739](fi3ework/vite-plugin-checker#739)) ##### 📦 Build - **deps-dev:** bump vitest from 3.2.4 to 3.2.6 ([#738](fi3ework/vite-plugin-checker#738)) ##### ✅ Tests - poll diagnostics emits instead of fixed timeout ([#741](fi3ework/vite-plugin-checker#741)) ##### 🤖 CI - use uppt to release package with trusted/staged publishing ([#742](fi3ework/vite-plugin-checker#742)) - test against latest node lts versions ([#729](fi3ework/vite-plugin-checker#729)) ##### 🎉 New Contributors - dependabot\[bot] ([@dependabot](https://github.com/dependabot)\[bot]) ##### ❤️ Contributors - dependabot\[bot] ([@dependabot](https://github.com/dependabot)\[bot]) - Daniel Roe ([@danielroe](https://github.com/danielroe))
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.
this aims to reduce flakiness by moving to polling instead of a fixed timeout (which can sometimes result in no diagnostics being caught)