Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2024

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
preact (source) 10.19.7 -> 10.27.2 age confidence

Release Notes

preactjs/preact (preact)

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.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

v10.24.3

Compare Source

Fixes

Performance

Maintenance

v10.24.2

Compare Source

Performance

Types

Maintenance

v10.24.1

Compare Source

Fixes

Types

Maintenance

v10.24.0

Compare Source

Features
Fixes
Types
Maintenance

v10.23.2

Compare Source

Fixes

Types

Maintenance

v10.23.1

Compare Source

Fixes

v10.23.0

Compare Source

Features

This adds support for returning a function in functional refs, example

<input
  ref={(ref) => {
    // Assign ref, do something with it
    return () => {
      // ref cleanup, when the element unmounts
      // we run the cleanup
    };
  }}
/>

Fixes

Types

Maintenance

v10.22.1

Compare Source

Fixes

Types

Maintenance

Performance

v10.22.0

Compare Source

Features
Types
Maintenance
Fixes

v10.21.0

Compare Source

Features
Fixes
Types
Maintenance

v10.20.2

Compare Source

Fixes

Types

Maintenance

v10.20.1

Compare Source

Fixes

v10.20.0

Compare Source

Features
  • Add isMemo to compact to allow compatibility with react-is dependant libraries (#​4302, thanks @​ziongh)
Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@changeset-bot
Copy link

changeset-bot bot commented Jun 30, 2024

⚠️ No Changeset found

Latest commit: b557dca

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title chore(deps): update dependency preact to v10.22.0 chore(deps): update dependency preact to v10.22.1 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from e887c6b to 11bb293 Compare July 4, 2024 21:41
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.22.1 chore(deps): update dependency preact to v10.23.0 Jul 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.23.0 chore(deps): update dependency preact to v10.23.1 Jul 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.23.1 chore(deps): update dependency preact to v10.23.2 Aug 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.23.2 chore(deps): update dependency preact to v10.24.0 Sep 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.24.0 chore(deps): update dependency preact to v10.24.1 Sep 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.24.1 chore(deps): update dependency preact to v10.24.2 Oct 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.24.2 chore(deps): update dependency preact to v10.24.3 Oct 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.24.3 chore(deps): update dependency preact to v10.25.0 Nov 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.25.0 chore(deps): update dependency preact to v10.25.1 Dec 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.25.1 chore(deps): update dependency preact to v10.25.2 Dec 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.25.2 chore(deps): update dependency preact to v10.25.3 Dec 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.25.3 chore(deps): update dependency preact to v10.25.4 Dec 28, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 11bb293 to 02603f2 Compare January 23, 2025 21:27
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 02603f2 to ab9adc7 Compare February 9, 2025 14:01
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from ab9adc7 to e987886 Compare February 16, 2025 18:14
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.25.4 chore(deps): update dependency preact to v10.26.0 Feb 16, 2025
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.26.0 chore(deps): update dependency preact to v10.26.1 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from e987886 to ecd388e Compare February 18, 2025 09:57
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.26.1 chore(deps): update dependency preact to v10.26.2 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from ecd388e to 6008edf Compare February 18, 2025 14:50
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 6008edf to f705bbe Compare February 27, 2025 14:28
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.26.2 chore(deps): update dependency preact to v10.26.3 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from f705bbe to 69e91fe Compare February 28, 2025 19:59
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.26.3 chore(deps): update dependency preact to v10.26.4 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch 2 times, most recently from 3a7fb1f to 5081dce Compare April 6, 2025 09:29
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.26.4 chore(deps): update dependency preact to v10.26.5 Apr 6, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 5081dce to b5e2203 Compare April 24, 2025 09:10
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from b5e2203 to aed5421 Compare May 6, 2025 22:46
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.26.5 chore(deps): update dependency preact to v10.26.6 May 6, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch 2 times, most recently from 51f2d6b to 895b142 Compare May 24, 2025 10:46
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.26.6 chore(deps): update dependency preact to v10.26.7 May 24, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch 2 times, most recently from 6e83df5 to 534d2f2 Compare May 29, 2025 10:40
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.26.7 chore(deps): update dependency preact to v10.26.8 May 29, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 534d2f2 to aca5692 Compare June 4, 2025 06:17
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.26.8 chore(deps): update dependency preact to v10.26.9 Jun 15, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from aca5692 to 1fb083e Compare July 2, 2025 19:29
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 1fb083e to ca737ac Compare July 28, 2025 19:34
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.26.9 chore(deps): update dependency preact to v10.27.0 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from ca737ac to 674e0cb Compare August 18, 2025 18:55
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.27.0 chore(deps): update dependency preact to v10.27.1 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 674e0cb to b557dca Compare September 13, 2025 23:57
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.27.1 chore(deps): update dependency preact to v10.27.2 Sep 13, 2025
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