Skip to content

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

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

fix(deps): update dependency preact to v10.28.4#749
renovate[bot] wants to merge 1 commit intoKillYourMasterfrom
renovate/preact-10.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
preact (source) 10.17.110.28.4 age confidence

Release Notes

preactjs/preact (preact)

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

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

v10.19.7

Compare Source

Types

Fixes

v10.19.6

Compare Source

tl;dr: This release contains bug fixes for incorrect ordering of unkeyed children.

Fixes

Full Changelog: preactjs/preact@10.19.5...10.19.6

v10.19.5

Compare Source

Fixes

Types

v10.19.4

Compare Source

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.

@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
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 3b80c24 to 9771542 Compare February 28, 2025 22:44
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.26.3 fix(deps): update dependency preact to v10.26.4 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 9771542 to ad9bb27 Compare April 6, 2025 09:43
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.26.4 fix(deps): update dependency preact to v10.26.5 Apr 6, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from ad9bb27 to dee9d44 Compare May 6, 2025 20:10
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.26.5 fix(deps): update dependency preact to v10.26.6 May 6, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from dee9d44 to 86c052f Compare May 24, 2025 11:19
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.26.6 fix(deps): update dependency preact to v10.26.7 May 24, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 86c052f to 6bfda12 Compare May 29, 2025 10:35
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.26.7 fix(deps): update dependency preact to v10.26.8 May 29, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 6bfda12 to 1cb20c5 Compare June 11, 2025 14:51
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.26.8 fix(deps): update dependency preact to v10.26.9 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 1cb20c5 to 7d7bc03 Compare July 28, 2025 18:42
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.26.9 fix(deps): update dependency preact to v10.27.0 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch 2 times, most recently from 44db3e6 to cc1f389 Compare August 18, 2025 18:55
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.27.0 fix(deps): update dependency preact to v10.27.1 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from cc1f389 to d7ee647 Compare September 13, 2025 23:52
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.27.1 fix(deps): update dependency preact to v10.27.2 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from d7ee647 to 9a752a4 Compare December 1, 2025 18:07
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.27.2 fix(deps): update dependency preact to v10.28.0 Dec 1, 2025
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.28.0 fix(deps): update dependency preact to v10.28.1 Dec 23, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 9a752a4 to 8341918 Compare December 23, 2025 20:43
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 8341918 to ab88a1b Compare January 6, 2026 18:30
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.28.1 fix(deps): update dependency preact to v10.28.2 Jan 6, 2026
@renovate renovate bot force-pushed the renovate/preact-10.x branch from ab88a1b to 550426e Compare January 31, 2026 13:35
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.28.2 fix(deps): update dependency preact to v10.28.3 Jan 31, 2026
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 550426e to fad9f82 Compare February 19, 2026 09:37
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.28.3 fix(deps): update dependency preact to v10.28.4 Feb 19, 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