Skip to content

chore: fix inline build failing#517

Merged
marvinhagemeister merged 1 commit into
mainfrom
tsc-root-2
May 11, 2026
Merged

chore: fix inline build failing#517
marvinhagemeister merged 1 commit into
mainfrom
tsc-root-2

Conversation

@marvinhagemeister
Copy link
Copy Markdown
Member

No description provided.

@marvinhagemeister marvinhagemeister merged commit f4cabd8 into main May 11, 2026
2 checks passed
@marvinhagemeister marvinhagemeister deleted the tsc-root-2 branch May 11, 2026 10:36
upupming added a commit to lynx-family/preact-devtools that referenced this pull request May 25, 2026
…t to 0.121.0 (#4)

* fix: broken hooks detection (preactjs#507)

Note that hooks are pretty much supported everywhere so this had no production impact.

* fix: incorrect props string truncation (preactjs#508)

* chore: only fetch required preact versions for tests (preactjs#509)

* chore: harden e2e tests (preactjs#510)

Lots of flakyness was caused by trying to one-shot assertions by grabbing an element and asserting on it instead of polling. Other issues were basically race conditions between elements of which there were plenty.

All of this is now much more reliable thanks to new assertions in playwright.

* fix: potential memory leak due to growing string table (preactjs#511)

The string table was unbounded, so add a LRU cache to limit growth. Also make encoding of strings faster while we're at it.

* fix: custom filter not removed + use popover (preactjs#512)

* chore: move unit tests to vitest (preactjs#513)

* chore: switch to oxlint + oxfmt (preactjs#514)

* chore: remove husky + lint-staged (preactjs#515)

* chore: update dependencies (preactjs#516)

Also fix text signal issue with newer signals versions

* chore: fix inline build failing (preactjs#517)

* chore: update dependencies (preactjs#518)

* fix: make hook inspection attachment more robust (preactjs#519)

Using a `setTimeout` was always a bit meh.

---------

Co-authored-by: Marvin Hagemeister <hello@marvinh.dev>
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.

1 participant