Skip to content

Update dependency preact to v10.29.8 - #48

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

Update dependency preact to v10.29.8#48
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/preact-10.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jan 15, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
preact (source) 10.19.210.29.8 age confidence

Release Notes

preactjs/preact (preact)

v10.29.8

Compare Source

Performance

v10.29.7

Compare Source

Maintenance

v10.29.6

Compare Source

We had to revert #​5055 due to an incompatibility with useSignalEffect

v10.29.5

Compare Source

Fixes

v10.29.4

Compare Source

Fixes

v10.29.3

Compare Source

Fixes

Performance

Types

Maintenance

v10.29.2

Compare Source

Fixes

Maintenance

v10.29.1

Compare Source

Fixes

Maintenance

v10.29.0

Compare Source

Features

Fixes

Performance

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

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@netlify

netlify Bot commented Jan 15, 2026

Copy link
Copy Markdown

Deploy Preview for astro-docs failed.

Name Link
🔨 Latest commit db33471
🔍 Latest deploy log https://app.netlify.com/projects/astro-docs/deploys/6a6dd0dcbacffa0008c1ed15

@netlify

netlify Bot commented Jan 15, 2026

Copy link
Copy Markdown

Deploy Preview for advanced-astro-docs failed.

Name Link
🔨 Latest commit db33471
🔍 Latest deploy log https://app.netlify.com/projects/advanced-astro-docs/deploys/6a6dd0dc38faa8000809ce2f

@socket-security

socket-security Bot commented Jan 15, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedpreact@​10.29.810010010098100

View full report

@socket-security

socket-security Bot commented Jan 15, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch 2 times, most recently from 84ab72f to 0b11bc4 Compare January 23, 2026 20:48
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch from 0b11bc4 to cb881c6 Compare January 31, 2026 10:07
@renovate renovate Bot changed the title Update dependency preact to v10.28.2 Update dependency preact to v10.28.3 Jan 31, 2026
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch from cb881c6 to 3d21ad1 Compare February 2, 2026 16:02
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch 3 times, most recently from da24122 to cf2c77f Compare February 19, 2026 10:52
@renovate renovate Bot changed the title Update dependency preact to v10.28.3 Update dependency preact to v10.28.4 Feb 19, 2026
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch 2 times, most recently from f055844 to 4bfc575 Compare March 10, 2026 19:37
@renovate renovate Bot changed the title Update dependency preact to v10.28.4 Update dependency preact to v10.29.0 Mar 10, 2026
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch from 4bfc575 to ec80ef0 Compare March 13, 2026 13:00
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch 2 times, most recently from f64b202 to 31a76d5 Compare April 3, 2026 10:52
@renovate renovate Bot changed the title Update dependency preact to v10.29.0 Update dependency preact to v10.29.1 Apr 3, 2026
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch from 31a76d5 to 7051cd1 Compare April 8, 2026 15:46
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch from 7051cd1 to 0537052 Compare April 29, 2026 17:00
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch 2 times, most recently from 8383a34 to bde15c4 Compare May 17, 2026 10:09
@renovate renovate Bot changed the title Update dependency preact to v10.29.1 Update dependency preact to v10.29.2 May 17, 2026
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch 2 times, most recently from fd107d1 to b0cec6a Compare June 1, 2026 23:45
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch from b0cec6a to 5cd5c45 Compare June 11, 2026 22:00
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch from 5cd5c45 to 4260215 Compare June 26, 2026 08:56
@renovate renovate Bot changed the title Update dependency preact to v10.29.2 Update dependency preact to v10.29.3 Jun 26, 2026
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch from 4260215 to f515340 Compare July 3, 2026 12:11
@renovate renovate Bot changed the title Update dependency preact to v10.29.3 Update dependency preact to v10.29.4 Jul 3, 2026
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch from f515340 to 028ce26 Compare July 7, 2026 10:47
@renovate renovate Bot changed the title Update dependency preact to v10.29.4 Update dependency preact to v10.29.5 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch from 028ce26 to cc096d9 Compare July 7, 2026 23:38
@renovate renovate Bot changed the title Update dependency preact to v10.29.5 Update dependency preact to v10.29.6 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch from cc096d9 to f14fdb7 Compare July 9, 2026 00:25
@renovate renovate Bot changed the title Update dependency preact to v10.29.6 Update dependency preact to v10.29.7 Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch 2 times, most recently from 70fc571 to 197d25b Compare July 16, 2026 18:58
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch 2 times, most recently from 019160a to 2c93846 Compare July 24, 2026 22:36
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch from 2c93846 to d76e251 Compare July 30, 2026 19:55
@renovate
renovate Bot force-pushed the renovate/preact-10.x-lockfile branch from d76e251 to db33471 Compare August 1, 2026 10:56
@renovate renovate Bot changed the title Update dependency preact to v10.29.7 Update dependency preact to v10.29.8 Aug 1, 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