Skip to content

Add CODEOWNERS for GitHub configuration (v10.x)#5088

Merged
JoviDeCroock merged 1 commit into
v10.xfrom
chore/codeowners-github-v10
May 16, 2026
Merged

Add CODEOWNERS for GitHub configuration (v10.x)#5088
JoviDeCroock merged 1 commit into
v10.xfrom
chore/codeowners-github-v10

Conversation

@JoviDeCroock

@JoviDeCroock JoviDeCroock commented May 14, 2026

Copy link
Copy Markdown
Member

This ensures changes to publishing workflows and other GitHub configuration request my review.

@JoviDeCroock JoviDeCroock merged commit 5a39554 into v10.x May 16, 2026
4 checks passed
@JoviDeCroock JoviDeCroock deleted the chore/codeowners-github-v10 branch May 16, 2026 06:44
JoviDeCroock added a commit that referenced this pull request May 16, 2026
* Fix incorrect DOM order with conditional ContextProvider and inner keys (#5065) (#5067)

When a VNode is moved via INSERT_VNODE during diffChildren, its old _dom
pointer becomes a stale positional reference. Nested diffs that call
getDomSibling would traverse the old VNode tree and find this stale _dom,
causing subsequent DOM insertions at the wrong position.

Clear the old VNode's _dom after insert so getDomSibling skips moved
VNodes and finds the correct insertion point.

* Create a unique event-clock for each Preact instance on a page. (#5068)

* Fix migrations when we have defaultValue or value on a textarea (#5081)

* Add CODEOWNERS for GitHub configuration (#5088)

* chore: remove unused Fragment import in forwardported test
@JoviDeCroock JoviDeCroock mentioned this pull request May 17, 2026
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