Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2022

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
preact (source) 10.10.610.28.1 age confidence

Release Notes

preactjs/preact (preact)

v10.28.1

Compare Source

Fixes

v10.28.0

Compare Source

Types

Fixes

Performance

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.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

Types

Maintenance

v10.19.3

Compare Source

Bug Fixes

Maintenance

v10.19.2

[Compare Source](https://redirect.


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
Copy link
Contributor Author

renovate bot commented Sep 12, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: mdx-bundler@9.0.1
npm ERR! Found: esbuild@0.15.10
npm ERR! node_modules/esbuild
npm ERR!   esbuild@"0.15.10" from the root project
npm ERR!   peer esbuild@"*" from @esbuild-plugins/node-resolve@0.1.4
npm ERR!   node_modules/@esbuild-plugins/node-resolve
npm ERR!     @esbuild-plugins/node-resolve@"^0.1.4" from mdx-bundler@9.0.1
npm ERR!     node_modules/mdx-bundler
npm ERR!       mdx-bundler@"9.0.1" from the root project
npm ERR!   1 more (@mdx-js/esbuild)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer esbuild@"0.11.x || 0.12.x || 0.13.x || 0.14.x" from mdx-bundler@9.0.1
npm ERR! node_modules/mdx-bundler
npm ERR!   mdx-bundler@"9.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: esbuild@0.14.54
npm ERR! node_modules/esbuild
npm ERR!   peer esbuild@"0.11.x || 0.12.x || 0.13.x || 0.14.x" from mdx-bundler@9.0.1
npm ERR!   node_modules/mdx-bundler
npm ERR!     mdx-bundler@"9.0.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-04-30T11_20_18_070Z-debug-0.log

@renovate renovate bot force-pushed the renovate/preact-10.x branch 2 times, most recently from 772218c to 4f99139 Compare September 19, 2022 10:52
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 4f99139 to 4b9caca Compare October 4, 2022 20:07
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.11.0 fix(deps): update dependency preact to v10.11.1 Oct 4, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch 2 times, most recently from ee1fe8e to 88b59f6 Compare October 5, 2022 18:05
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 88b59f6 to 7bca7ed Compare October 15, 2022 09:40
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.11.1 fix(deps): update dependency preact to v10.11.2 Oct 15, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch 2 times, most recently from e2377f6 to 47d3d6d Compare November 14, 2022 10:06
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.11.2 fix(deps): update dependency preact to v10.11.3 Nov 14, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 47d3d6d to d45eaa6 Compare November 20, 2022 14:41
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.11.3 Update dependency preact to v10.11.3 Dec 17, 2022
@renovate renovate bot changed the title Update dependency preact to v10.11.3 fix(deps): update dependency preact to v10.11.3 Dec 17, 2022
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.11.3 fix(deps): update dependency preact to v10.13.2 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from d45eaa6 to 15db11a Compare April 3, 2023 16:10
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 15db11a to df04b49 Compare May 28, 2023 09:57
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.13.2 fix(deps): update dependency preact to v10.15.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from df04b49 to 3f78964 Compare July 9, 2023 11:22
@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 9, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 3f78964 to 0dbf9d2 Compare August 14, 2023 15:20
@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 14, 2023
@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 0dbf9d2 to ed6d3ef Compare August 19, 2023 09:43
@renovate renovate bot force-pushed the renovate/preact-10.x branch from ed6d3ef to d9ec498 Compare September 28, 2023 11:07
@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 28, 2023
@renovate renovate bot force-pushed the renovate/preact-10.x branch from d9ec498 to 40d3371 Compare October 1, 2023 10:23
@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 1, 2023
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.25.4 fix(deps): update dependency preact to v10.26.0 Feb 16, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from ae9c2da to bbb6799 Compare February 18, 2025 10:52
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.26.0 fix(deps): update dependency preact to v10.26.1 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from bbb6799 to bf4880c Compare February 18, 2025 15:43
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.26.1 fix(deps): update dependency preact to v10.26.2 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from bf4880c to 402f866 Compare February 27, 2025 14:27
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.26.2 fix(deps): update dependency preact to v10.26.3 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 402f866 to 27327b6 Compare February 28, 2025 22:08
@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 27327b6 to 05a2eef Compare April 6, 2025 09:19
@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 05a2eef to bafb3e9 Compare May 6, 2025 23:04
@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 bafb3e9 to 18f4a5c Compare May 24, 2025 10:12
@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 18f4a5c to 24748cc Compare May 29, 2025 09:06
@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 24748cc to a1247c3 Compare June 11, 2025 16:57
@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 a1247c3 to dc379b1 Compare July 28, 2025 18:30
@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 from dc379b1 to 5fe7b6a Compare August 18, 2025 17:54
@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 5fe7b6a to b3f7db8 Compare September 13, 2025 18:47
@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 b3f7db8 to b7b3aab Compare December 1, 2025 19:13
@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 force-pushed the renovate/preact-10.x branch from b7b3aab to 599daff Compare December 23, 2025 21:40
@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
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.

2 participants