Skip to content

fix(deps): update dependency preact to ^10.29.0#595

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/preact-10.x
Open

fix(deps): update dependency preact to ^10.29.0#595
renovate[bot] wants to merge 1 commit intomainfrom
renovate/preact-10.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2024

This PR contains the following updates:

Package Change Age Confidence
preact (source) ^10.20.2^10.29.0 age confidence

Release Notes

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

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/preact-10.x branch from 793fc29 to c2d2585 Compare May 15, 2024 14:51
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.21.0 fix(deps): update dependency preact to ^10.22.0 May 15, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from c2d2585 to 8731bc8 Compare July 1, 2024 06:42
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.22.0 fix(deps): update dependency preact to ^10.22.1 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 8731bc8 to 3e2ff0f Compare July 23, 2024 19:52
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.22.1 fix(deps): update dependency preact to ^10.23.0 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 3e2ff0f to 5eca188 Compare July 25, 2024 08:00
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.23.0 fix(deps): update dependency preact to ^10.23.1 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 5eca188 to 402ec9b Compare August 12, 2024 17:39
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.23.1 fix(deps): update dependency preact to ^10.23.2 Aug 12, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 402ec9b to f84f451 Compare September 14, 2024 07:34
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.23.2 fix(deps): update dependency preact to ^10.24.0 Sep 14, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from f84f451 to ee95140 Compare September 24, 2024 17:30
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.24.0 fix(deps): update dependency preact to ^10.24.1 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from ee95140 to 2598be5 Compare October 4, 2024 09:50
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.24.1 fix(deps): update dependency preact to ^10.24.2 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 2598be5 to ddd00bb Compare October 14, 2024 07:00
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.24.2 fix(deps): update dependency preact to ^10.24.3 Oct 14, 2024
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.24.3 fix(deps): update dependency preact to ^10.25.0 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from ddd00bb to b8c9529 Compare November 22, 2024 08:06
@renovate renovate bot force-pushed the renovate/preact-10.x branch from b8c9529 to d9e6b07 Compare December 2, 2024 10:05
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.25.0 fix(deps): update dependency preact to ^10.25.1 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from d9e6b07 to fdcc843 Compare December 12, 2024 10:35
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.25.1 fix(deps): update dependency preact to ^10.25.2 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from fdcc843 to 072f6d8 Compare December 18, 2024 22:08
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.25.2 fix(deps): update dependency preact to ^10.25.3 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 072f6d8 to 0769b38 Compare December 28, 2024 10:04
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.25.3 fix(deps): update dependency preact to ^10.25.4 Dec 28, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 0769b38 to d69fc6f Compare February 16, 2025 17:49
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.25.4 fix(deps): update dependency preact to ^10.26.0 Feb 16, 2025
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.26.3 fix(deps): update dependency preact to ^10.26.4 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 9a24b61 to 5d73230 Compare April 6, 2025 09:24
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.26.4 fix(deps): update dependency preact to ^10.26.5 Apr 6, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 5d73230 to e37cab5 Compare May 6, 2025 22:09
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.26.5 fix(deps): update dependency preact to ^10.26.6 May 6, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from e37cab5 to 6c4e8af Compare May 24, 2025 09:55
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.26.6 fix(deps): update dependency preact to ^10.26.7 May 24, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 6c4e8af to 0b42037 Compare May 29, 2025 10:07
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.26.7 fix(deps): update dependency preact to ^10.26.8 May 29, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 0b42037 to 0592d1f Compare June 11, 2025 17:50
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.26.8 fix(deps): update dependency preact to ^10.26.9 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 0592d1f to df2565a Compare July 28, 2025 19:40
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.26.9 fix(deps): update dependency preact to ^10.27.0 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from df2565a to 6782686 Compare August 18, 2025 16:48
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.27.0 fix(deps): update dependency preact to ^10.27.1 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 6782686 to 6e6351f Compare September 13, 2025 23:23
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.27.1 fix(deps): update dependency preact to ^10.27.2 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 6e6351f to 4e29277 Compare December 1, 2025 19:15
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.27.2 fix(deps): update dependency preact to ^10.28.0 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 4e29277 to e11cbbd Compare December 23, 2025 21:54
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.28.0 fix(deps): update dependency preact to ^10.28.1 Dec 23, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from e11cbbd to 24545b9 Compare January 6, 2026 18:07
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.28.1 fix(deps): update dependency preact to ^10.28.2 Jan 6, 2026
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 24545b9 to 214be77 Compare January 31, 2026 13:26
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.28.2 fix(deps): update dependency preact to ^10.28.3 Jan 31, 2026
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 214be77 to abe0493 Compare February 19, 2026 09:45
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.28.3 fix(deps): update dependency preact to ^10.28.4 Feb 19, 2026
@renovate renovate bot force-pushed the renovate/preact-10.x branch from abe0493 to f693577 Compare March 10, 2026 21:40
@renovate renovate bot changed the title fix(deps): update dependency preact to ^10.28.4 fix(deps): update dependency preact to ^10.29.0 Mar 10, 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.

0 participants