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

fix(deps): update dependency preact to v10.25.1 #749

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2023

This PR contains the following updates:

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

Release Notes

preactjs/preact (preact)

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

@github-actions github-actions bot temporarily deployed to pull request October 18, 2023 14:05 Inactive
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.18.1 fix(deps): update dependency preact to v10.18.2 Nov 3, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 28d5b2b to 0f3465a Compare November 3, 2023 09:57
@github-actions github-actions bot temporarily deployed to pull request November 3, 2023 09:57 Inactive
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.18.2 fix(deps): update dependency preact to v10.19.0 Nov 11, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 0f3465a to 3f83955 Compare November 11, 2023 09:53
@github-actions github-actions bot temporarily deployed to pull request November 11, 2023 09:54 Inactive
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.19.0 fix(deps): update dependency preact to v10.19.1 Nov 11, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 3f83955 to 531d54a Compare November 11, 2023 13:42
@github-actions github-actions bot temporarily deployed to pull request November 11, 2023 13:42 Inactive
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 531d54a to 75b0b80 Compare November 14, 2023 07:44
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.19.1 fix(deps): update dependency preact to v10.19.2 Nov 14, 2023
@github-actions github-actions bot temporarily deployed to pull request November 14, 2023 07:45 Inactive
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.19.2 fix(deps): update dependency preact to v10.19.3 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 75b0b80 to d94d6f1 Compare December 8, 2023 16:45
@github-actions github-actions bot temporarily deployed to pull request December 8, 2023 16:46 Inactive
@renovate renovate bot force-pushed the renovate/preact-10.x branch from d94d6f1 to d05b00d Compare February 8, 2024 10:57
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.19.3 fix(deps): update dependency preact to v10.19.4 Feb 8, 2024
@github-actions github-actions bot temporarily deployed to pull request February 8, 2024 10:58 Inactive
@renovate renovate bot force-pushed the renovate/preact-10.x branch from d05b00d to 872ddf4 Compare February 16, 2024 13:45
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.19.4 fix(deps): update dependency preact to v10.19.5 Feb 16, 2024
@github-actions github-actions bot temporarily deployed to pull request February 16, 2024 13:46 Inactive
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.19.5 fix(deps): update dependency preact to v10.19.6 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 872ddf4 to 31be1ce Compare February 22, 2024 12:39
@github-actions github-actions bot temporarily deployed to pull request February 22, 2024 12:39 Inactive
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 31be1ce to 84b820a Compare March 18, 2024 19:18
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.19.6 fix(deps): update dependency preact to v10.19.7 Mar 18, 2024
@github-actions github-actions bot temporarily deployed to pull request March 18, 2024 19:18 Inactive
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.19.7 fix(deps): update dependency preact to v10.20.0 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 84b820a to 9bbfbc9 Compare March 20, 2024 11:22
@github-actions github-actions bot temporarily deployed to pull request May 15, 2024 14:20 Inactive
@renovate renovate bot force-pushed the renovate/preact-10.x branch from b584a91 to ce5adbe Compare July 1, 2024 07:24
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.22.0 fix(deps): update dependency preact to v10.22.1 Jul 1, 2024
@github-actions github-actions bot temporarily deployed to pull request July 1, 2024 07:25 Inactive
@renovate renovate bot force-pushed the renovate/preact-10.x branch from ce5adbe to 322f426 Compare July 23, 2024 22:48
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.22.1 fix(deps): update dependency preact to v10.23.0 Jul 23, 2024
@github-actions github-actions bot temporarily deployed to pull request July 23, 2024 22:49 Inactive
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 322f426 to f93c217 Compare July 25, 2024 09:13
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.23.0 fix(deps): update dependency preact to v10.23.1 Jul 25, 2024
@github-actions github-actions bot temporarily deployed to pull request July 25, 2024 09:14 Inactive
@renovate renovate bot force-pushed the renovate/preact-10.x branch from f93c217 to dc1f4ff Compare August 12, 2024 20:06
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.23.1 fix(deps): update dependency preact to v10.23.2 Aug 12, 2024
@github-actions github-actions bot temporarily deployed to pull request August 12, 2024 20:07 Inactive
@renovate renovate bot force-pushed the renovate/preact-10.x branch from dc1f4ff to b58e409 Compare September 14, 2024 09:19
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.23.2 fix(deps): update dependency preact to v10.24.0 Sep 14, 2024
@github-actions github-actions bot temporarily deployed to pull request September 14, 2024 09:20 Inactive
@renovate renovate bot force-pushed the renovate/preact-10.x branch from b58e409 to 85304c8 Compare September 24, 2024 17:25
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.24.0 fix(deps): update dependency preact to v10.24.1 Sep 24, 2024
@github-actions github-actions bot temporarily deployed to pull request September 24, 2024 17:26 Inactive
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 85304c8 to 9f74050 Compare October 4, 2024 09:40
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.24.1 fix(deps): update dependency preact to v10.24.2 Oct 4, 2024
@github-actions github-actions bot temporarily deployed to pull request October 4, 2024 09:41 Inactive
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 9f74050 to ae54bad Compare October 14, 2024 08:04
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.24.2 fix(deps): update dependency preact to v10.24.3 Oct 14, 2024
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.24.3 fix(deps): update dependency preact to v10.25.0 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from ae54bad to 5321b19 Compare November 22, 2024 11:41
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 5321b19 to c4f1de6 Compare December 2, 2024 09:56
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.25.0 fix(deps): update dependency preact to v10.25.1 Dec 2, 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