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.3 #216

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 1, 2022

This PR contains the following updates:

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

Release Notes

preactjs/preact (preact)

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 force-pushed the renovate/preact-10.x branch from 74337c8 to 68eda7e Compare April 8, 2022 15:50
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.7.0 fix(deps): update dependency preact to v10.7.1 Apr 8, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 68eda7e to 06aef52 Compare April 15, 2022 14:45
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 06aef52 to b3ae718 Compare May 6, 2022 19:43
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.7.1 fix(deps): update dependency preact to v10.7.2 May 6, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from b3ae718 to 09cad68 Compare June 3, 2022 16:45
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.7.2 fix(deps): update dependency preact to v10.7.3 Jun 3, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 09cad68 to f572cbd Compare June 18, 2022 22:24
@renovate renovate bot force-pushed the renovate/preact-10.x branch from f572cbd to e7d5661 Compare September 25, 2022 15:43
@renovate renovate bot force-pushed the renovate/preact-10.x branch from e7d5661 to 3e37a72 Compare November 20, 2022 15:29
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.7.3 fix(deps): update dependency preact to v10.11.3 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 3e37a72 to 1e38a6d Compare June 3, 2023 05:33
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.11.3 fix(deps): update dependency preact to v10.15.1 Jun 3, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 1e38a6d to 00de3a9 Compare July 10, 2023 05:29
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.15.1 fix(deps): update dependency preact to v10.16.0 Jul 10, 2023
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.16.0 fix(deps): update dependency preact to v10.17.0 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 00de3a9 to f69a4dd Compare August 18, 2023 17:46
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.17.0 fix(deps): update dependency preact to v10.17.1 Aug 19, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from f69a4dd to 85906e9 Compare August 19, 2023 08:31
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 85906e9 to 012eb99 Compare September 30, 2023 05:20
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.17.1 fix(deps): update dependency preact to v10.18.0 Sep 30, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 012eb99 to d029e58 Compare October 2, 2023 02:36
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.18.0 fix(deps): update dependency preact to v10.18.1 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from d029e58 to 4280323 Compare November 4, 2023 05:33
@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 4, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 4280323 to 2d3b67f Compare November 18, 2023 05:59
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.18.2 fix(deps): update dependency preact to v10.19.2 Nov 18, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 2d3b67f to c45a89c Compare December 9, 2023 06:00
@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 9, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from c45a89c to 17d14ed Compare February 10, 2024 11:27
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.19.6 fix(deps): update dependency preact to v10.20.1 Mar 24, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from a4ef9aa to ae68951 Compare April 12, 2024 17:58
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.20.1 fix(deps): update dependency preact to v10.20.2 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from ae68951 to 8bf9775 Compare May 4, 2024 17:58
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.20.2 fix(deps): update dependency preact to v10.21.0 May 4, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 8bf9775 to 61feea1 Compare May 25, 2024 05:59
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.21.0 fix(deps): update dependency preact to v10.22.0 May 25, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 61feea1 to afaacc1 Compare July 6, 2024 23:52
@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 6, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from afaacc1 to da35964 Compare July 27, 2024 06:00
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.22.1 fix(deps): update dependency preact to v10.23.1 Jul 27, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from da35964 to 088ca4c Compare August 17, 2024 20:36
@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 17, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 088ca4c to 35d0612 Compare September 15, 2024 05:56
@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 15, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 35d0612 to 87a373c Compare September 28, 2024 05:59
@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 28, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 87a373c to cc5d5b8 Compare October 5, 2024 02:26
@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 5, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from cc5d5b8 to 414eaf4 Compare October 19, 2024 05:16
@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 19, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 414eaf4 to 01e85fa Compare November 23, 2024 14:28
@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 23, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 01e85fa to d35aadd Compare December 6, 2024 23:34
@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 6, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from d35aadd to ed5471c Compare December 14, 2024 02:12
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.25.1 fix(deps): update dependency preact to v10.25.2 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch from ed5471c to cb8b5df Compare December 21, 2024 02:57
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.25.2 fix(deps): update dependency preact to v10.25.3 Dec 21, 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