Skip to content

Update preact#213

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/preact
Open

Update preact#213
renovate[bot] wants to merge 1 commit intomainfrom
renovate/preact

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2025

This PR contains the following updates:

Package Change Age Confidence
@preact/preset-vite 2.9.42.10.4 age confidence
preact (source) 10.24.310.29.0 age confidence

Release Notes

preactjs/preset-vite (@​preact/preset-vite)

v2.10.4

Compare Source

What's Changed

Full Changelog: preactjs/preset-vite@2.10.3...2.10.4

v2.10.3

Compare Source

What's Changed

Full Changelog: preactjs/preset-vite@2.10.2...2.10.3

v2.10.2

Compare Source

What's Changed

Maintenance

Docs

New Contributors

Full Changelog: preactjs/preset-vite@2.10.1...2.10.2

v2.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: preactjs/preset-vite@v2.10.0...2.10.1

v2.10.0: 2.10.0

Compare Source

Minor

Fixes

Full Changelog: preactjs/preset-vite@2.9.4...v2.10.0

preactjs/preact (preact)

v10.29.0

Compare Source

Features

Fixes

Performance

v10.28.4

Compare Source

Fixes

Performance

v10.28.3

Compare Source

Fixes

Maintenance

v10.28.2

Compare Source

Fixes

  • Enforce strict equality for VNode object constructors

v10.28.1

Compare Source

Fixes

v10.28.0

Compare Source

Types

Fixes

Performance

v10.27.3

Compare Source

Fixes

  • Enforce strict equality for VNode object constructors

v10.27.2

Compare Source

Types

Fixes

v10.27.1

Compare Source

Performance

Types

Fixes

Maintenance

v10.27.0

Compare Source

Features

Fixes

Maintenance

v10.26.10

Compare Source

Fixes

  • Enforce strict equality for VNode object constructors

v10.26.9

Compare Source

Fixes

Maintenance

v10.26.8

Compare Source

Fixes

v10.26.7

Compare Source

Types

Improvements

Maintenance

v10.26.6

Compare Source

Fixes

Types

  • Change HTMLMediaElement.controlsList type to string (DOMTokenList) (#​4744, thanks @​piotr-cz)

Maintenance

v10.26.5

Compare Source

Types

Fixes

Maintenance

v10.26.4

Compare Source

Fixes

v10.26.3

Compare Source

Fixes

Types

Maintenance

v10.26.2

Compare Source

This is a hotfix release! If you are encountering bundling issues with regards to unallowed import syntax, this will fix it!

Fixes

Maintenance

v10.26.1

Compare Source

Fixes

Optimization

Maintenance

v10.26.0

Compare Source

Features

Fixes

Types

Maintenance

v10.25.4

Compare Source

Types

Fixes

v10.25.3

Compare Source

Fixes

Types

v10.25.2

Compare Source

Notable

Revert unkeyed no-search (#​4604, thanks @​JoviDeCroock)

We noticed that there's a few unpleasant scenario's that could form from this change, we wanted to be on the safe side here and revert this for the time being. if you run into issues with swapping components placement wise in a list use the key property.

Fixes

Types

Performance

Maintenance

v10.25.1

Compare Source

Fixes

Types

Maintenance

v10.25.0

Compare Source

Features

Move per-element type interfaces into core and more strictly type IntrinsicElements (#​4546, thanks @​rschristian)

This adds per-element typings for every DOM-node type, this means that our types might become slightly stricter when you are using DOM attributes/properties where they are not allowed, an example of this might be <div src="x" />.

If you notice any issues when upgrading tell us about them, we can evaluate whether we have missed a case.

Recreate unkeyed functional components when they change position. (#​4550, thanks @​JoviDeCroock)

This is a long time bugfix, when we have elements that look like

return (
	{condition ? <Element /> : null}
	{condition ? null : <Element />
)

We would reuse the state of the first VNode to render the second one when the condition switches. When you are using key, this issue was not present.

Support { handleEvent() {} } object interface as a listener (#​4538, thanks @​lilnasy)

We've added support for attaching object/class event-handlers

let handler = {
	onclick,
	handleEvent() {
		this.onclick()
	}
}

<div onClick={handler} />

Fixes

Maintenance


Configuration

📅 Schedule: Branch creation - "before 10am on thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/preact branch from ee92b45 to 72815e5 Compare December 1, 2025 19:32
@renovate renovate bot force-pushed the renovate/preact branch from 72815e5 to 4e76b81 Compare December 23, 2025 20:41
@renovate renovate bot force-pushed the renovate/preact branch from 4e76b81 to b1ca3b2 Compare January 6, 2026 17:03
@renovate renovate bot force-pushed the renovate/preact branch from b1ca3b2 to 319b8f9 Compare January 19, 2026 18:52
@renovate renovate bot force-pushed the renovate/preact branch 3 times, most recently from 6d3ff5e to 9de6a51 Compare February 2, 2026 15:16
@renovate renovate bot force-pushed the renovate/preact branch 2 times, most recently from 3e4988d to 3762e2c Compare February 19, 2026 09:08
@renovate renovate bot force-pushed the renovate/preact branch from 3762e2c to eebdf18 Compare March 10, 2026 21:15
@renovate renovate bot force-pushed the renovate/preact branch from eebdf18 to d9e0b85 Compare March 15, 2026 21:46
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.

0 participants