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): [email protected] #776

Merged
merged 1 commit into from
Dec 12, 2024
Merged

fix(deps): [email protected] #776

merged 1 commit into from
Dec 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
preact (source) 10.24.3 -> 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


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 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 renovate bot added the deps label Nov 25, 2024
@renovate renovate bot requested a review from kenany November 25, 2024 09:50
Copy link

github-actions bot commented Nov 25, 2024

Size Change: +68 B (+0.1%)

Total Size: 71.6 kB

Filename Size Change
build/bundle.0e8cb.esm.js 0 B -27.1 kB (removed) 🏆
build/bundle.c6f98.js 0 B -27.1 kB (removed) 🏆
build/sw-esm.js 6.35 kB -3 B (-0.05%)
build/sw.js 6.34 kB -1 B (-0.02%)
build/bundle.618b7.js 27.2 kB +27.2 kB (new file) 🆕
build/bundle.8b06f.esm.js 27.2 kB +27.2 kB (new file) 🆕
ℹ️ View Unchanged
Filename Size
build/polyfills.02615.esm.js 2.31 kB
build/polyfills.a5168.js 2.3 kB

compressed-size-action

@renovate renovate bot force-pushed the renovate/preact-10.x branch 4 times, most recently from 89d31b9 to 102f06a Compare December 5, 2024 09:28
@renovate renovate bot changed the title fix(deps): [email protected] fix(deps): [email protected] Dec 5, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch 2 times, most recently from ecadd79 to 416ee6e Compare December 8, 2024 14:00
@renovate renovate bot changed the title fix(deps): [email protected] fix(deps): [email protected] - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/preact-10.x branch December 8, 2024 18:52
@renovate renovate bot changed the title fix(deps): [email protected] - autoclosed fix(deps): [email protected] Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x branch 2 times, most recently from 416ee6e to 7518a3f Compare December 12, 2024 02:11
@kenany kenany enabled auto-merge (rebase) December 12, 2024 02:12
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 7518a3f to c465923 Compare December 12, 2024 02:13
@kenany kenany merged commit 8f93738 into master Dec 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant