Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency preact to v10.25.4 #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
preact (source) 10.13.1 -> 10.25.4 age adoption passing confidence

Release Notes

preactjs/preact (preact)

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

@renovate renovate bot changed the title Update dependency preact to v10.13.2 Update dependency preact to v10.15.1 May 29, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from e7e32cb to c1e3051 Compare May 29, 2023 01:12
@renovate renovate bot changed the title Update dependency preact to v10.15.1 Update dependency preact to v10.16.0 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from c1e3051 to e6a516a Compare July 9, 2023 10:12
@renovate renovate bot changed the title Update dependency preact to v10.16.0 Update dependency preact to v10.17.0 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from e6a516a to b2ea714 Compare August 14, 2023 16:01
@renovate renovate bot changed the title Update dependency preact to v10.17.0 Update dependency preact to v10.17.1 Aug 19, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from b2ea714 to 7f9b7ab Compare August 19, 2023 10:19
@renovate renovate bot changed the title Update dependency preact to v10.17.1 Update dependency preact to v10.18.0 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 7f9b7ab to 141f423 Compare September 28, 2023 14:07
@renovate renovate bot changed the title Update dependency preact to v10.18.0 Update dependency preact to v10.18.1 Oct 1, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 141f423 to c0debf2 Compare October 1, 2023 13:27
@renovate renovate bot changed the title Update dependency preact to v10.18.1 Update dependency preact to v10.18.2 Nov 3, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from c0debf2 to d51d176 Compare November 3, 2023 11:20
@renovate renovate bot changed the title Update dependency preact to v10.18.2 Update dependency preact to v10.19.0 Nov 11, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch 2 times, most recently from 16820ef to eb875de Compare November 11, 2023 14:06
@renovate renovate bot changed the title Update dependency preact to v10.19.0 Update dependency preact to v10.19.1 Nov 11, 2023
@renovate renovate bot changed the title Update dependency preact to v10.19.1 Update dependency preact to v10.19.2 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from eb875de to 64f2f53 Compare November 14, 2023 07:22
@renovate renovate bot changed the title Update dependency preact to v10.19.2 Update dependency preact to v10.19.3 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 64f2f53 to 5c21c1e Compare December 8, 2023 16:29
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 5c21c1e to 266c829 Compare February 8, 2024 09:11
@renovate renovate bot changed the title Update dependency preact to v10.19.3 Update dependency preact to v10.19.4 Feb 8, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 266c829 to 77140ad Compare February 16, 2024 13:26
@renovate renovate bot changed the title Update dependency preact to v10.19.4 Update dependency preact to v10.19.5 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 77140ad to e22c1d2 Compare February 22, 2024 10:59
@renovate renovate bot changed the title Update dependency preact to v10.19.5 Update dependency preact to v10.19.6 Feb 22, 2024
@renovate renovate bot changed the title Update dependency preact to v10.19.6 Update dependency preact to v10.19.7 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from e22c1d2 to 2a63b94 Compare March 18, 2024 16:50
@renovate renovate bot changed the title Update dependency preact to v10.20.2 Update dependency preact to v10.21.0 Apr 30, 2024
@renovate renovate bot changed the title Update dependency preact to v10.21.0 Update dependency preact to v10.22.0 May 15, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 2e60a9a to 7653c54 Compare May 15, 2024 12:11
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 7653c54 to 024cd67 Compare July 1, 2024 06:26
@renovate renovate bot changed the title Update dependency preact to v10.22.0 Update dependency preact to v10.22.1 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 024cd67 to 055f916 Compare July 23, 2024 22:31
@renovate renovate bot changed the title Update dependency preact to v10.22.1 Update dependency preact to v10.23.0 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 055f916 to 7c7745c Compare July 25, 2024 06:32
@renovate renovate bot changed the title Update dependency preact to v10.23.0 Update dependency preact to v10.23.1 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 7c7745c to 80a2ccf Compare August 12, 2024 19:35
@renovate renovate bot changed the title Update dependency preact to v10.23.1 Update dependency preact to v10.23.2 Aug 12, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 80a2ccf to 8cdaa89 Compare September 14, 2024 10:12
@renovate renovate bot changed the title Update dependency preact to v10.23.2 Update dependency preact to v10.24.0 Sep 14, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 8cdaa89 to 86fdc43 Compare September 24, 2024 19:32
@renovate renovate bot changed the title Update dependency preact to v10.24.0 Update dependency preact to v10.24.1 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 86fdc43 to 4aa3663 Compare October 4, 2024 06:42
@renovate renovate bot changed the title Update dependency preact to v10.24.1 Update dependency preact to v10.24.2 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 4aa3663 to f089d60 Compare October 14, 2024 07:42
@renovate renovate bot changed the title Update dependency preact to v10.24.2 Update dependency preact to v10.24.3 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from f089d60 to dcf5bf7 Compare November 22, 2024 10:18
@renovate renovate bot changed the title Update dependency preact to v10.24.3 Update dependency preact to v10.25.0 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from dcf5bf7 to c11667a Compare December 2, 2024 08:38
@renovate renovate bot changed the title Update dependency preact to v10.25.0 Update dependency preact to v10.25.1 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from c11667a to f5cc381 Compare December 12, 2024 11:21
@renovate renovate bot changed the title Update dependency preact to v10.25.1 Update dependency preact to v10.25.2 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from f5cc381 to 2b2aced Compare December 18, 2024 23:49
@renovate renovate bot changed the title Update dependency preact to v10.25.2 Update dependency preact to v10.25.3 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 2b2aced to 665d532 Compare December 28, 2024 09:36
@renovate renovate bot changed the title Update dependency preact to v10.25.3 Update dependency preact to v10.25.4 Dec 28, 2024
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