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.19.2 #2482

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

preactjs/preact (preact)

v10.19.2

Compare Source

Fixes

Maintenance

v10.19.1

Compare Source

Fixes

Types

v10.19.0

Compare Source

Features

Fixes

Performance

Types

v10.18.2

Compare Source

Types

Fixes

Improvements

Maintenance

v10.18.1

Compare Source

Fixes

v10.18.0

Compare Source

Features

Types

Fixes

Maintenance

v10.17.1

Compare Source

Fixes

Types

Maintenance

v10.17.0

Compare Source

Features

Types

Fixes

Maintenance

v10.16.0

Compare Source

Improved child diffing

We have noticed a few scenario's where children would get unmounted and remounted eagerly due to some offset bugs in our child-diffing, with skew-based diffing we plan to address those. This is already part of v11 and has been introduced there by @​andrewiggins. This has now been backported to Preact X so we can benefit from the consistency improvements here as well.

Defer setting refs

We used to set refs as part of the children, synchronously this caused several issues when a ref would go down a level, i.e. the following example

const App = () => {
  return phase === 1 ? <div ref={x}><p>Foo</p></div> : <div><div ref={x}><p>Foo</p></div>
}

In this example when we go from phase 1 to phase 2 we would mount a new ref but only after we bubble back up diffing clean up the outer ref making the ref reset to null.

Fixes

Types

v10.15.1

Compare Source

Fixes

Types

v10.15.0

Compare Source

Revert

fixes

Types

v10.14.1

Compare Source

Fixes

v10.14.0

Compare Source

Features

Fixes

Types

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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from marcperez and pabloai as code owners December 7, 2023 09:46
@renovate renovate bot added the Dependencies Issue with a project dependency or associated system label Dec 7, 2023
Copy link

changeset-bot bot commented Dec 7, 2023

⚠️ No Changeset found

Latest commit: 24234a7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

renovate bot commented Dec 7, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (10.19.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/preact-10.x branch December 7, 2023 09:47
Copy link
Contributor

github-actions bot commented Dec 7, 2023

Size Change: +261 B (0%)

Total Size: 1.1 MB

Filename Size Change
packages/lib/dist/adyen.js 292 kB +252 B (0%)
packages/lib/dist/cjs/index.js 252 kB +4 B (0%)
packages/lib/dist/es.modern/index.js 120 kB +2 B (0%)
packages/lib/dist/es/index.js 140 kB +3 B (0%)
ℹ️ View Unchanged
Filename Size
packages/lib/dist/es.modern/ar.js 6.72 kB
packages/lib/dist/es.modern/cs-CZ.js 5.98 kB
packages/lib/dist/es.modern/da-DK.js 5.41 kB
packages/lib/dist/es.modern/de-DE.js 5.86 kB
packages/lib/dist/es.modern/el-GR.js 7.64 kB
packages/lib/dist/es.modern/es-ES.js 5.51 kB
packages/lib/dist/es.modern/fi-FI.js 5.52 kB
packages/lib/dist/es.modern/fr-FR.js 5.71 kB
packages/lib/dist/es.modern/hr-HR.js 5.76 kB
packages/lib/dist/es.modern/hu-HU.js 6.02 kB
packages/lib/dist/es.modern/it-IT.js 5.59 kB
packages/lib/dist/es.modern/ja-JP.js 6.47 kB
packages/lib/dist/es.modern/ko-KR.js 6.08 kB
packages/lib/dist/es.modern/nl-NL.js 5.54 kB
packages/lib/dist/es.modern/no-NO.js 5.38 kB
packages/lib/dist/es.modern/pl-PL.js 6.06 kB
packages/lib/dist/es.modern/pt-BR.js 5.57 kB
packages/lib/dist/es.modern/pt-PT.js 5.69 kB
packages/lib/dist/es.modern/ro-RO.js 5.83 kB
packages/lib/dist/es.modern/ru-RU.js 7.13 kB
packages/lib/dist/es.modern/sk-SK.js 6.13 kB
packages/lib/dist/es.modern/sl-SI.js 5.69 kB
packages/lib/dist/es.modern/sv-SE.js 5.4 kB
packages/lib/dist/es.modern/zh-CN.js 5.9 kB
packages/lib/dist/es.modern/zh-TW.js 6.02 kB
packages/lib/dist/es/ar.js 6.72 kB
packages/lib/dist/es/cs-CZ.js 5.98 kB
packages/lib/dist/es/da-DK.js 5.41 kB
packages/lib/dist/es/de-DE.js 5.86 kB
packages/lib/dist/es/el-GR.js 7.64 kB
packages/lib/dist/es/es-ES.js 5.51 kB
packages/lib/dist/es/fi-FI.js 5.52 kB
packages/lib/dist/es/fr-FR.js 5.71 kB
packages/lib/dist/es/hr-HR.js 5.76 kB
packages/lib/dist/es/hu-HU.js 6.02 kB
packages/lib/dist/es/it-IT.js 5.59 kB
packages/lib/dist/es/ja-JP.js 6.47 kB
packages/lib/dist/es/ko-KR.js 6.08 kB
packages/lib/dist/es/nl-NL.js 5.54 kB
packages/lib/dist/es/no-NO.js 5.38 kB
packages/lib/dist/es/pl-PL.js 6.06 kB
packages/lib/dist/es/pt-BR.js 5.57 kB
packages/lib/dist/es/pt-PT.js 5.69 kB
packages/lib/dist/es/ro-RO.js 5.83 kB
packages/lib/dist/es/ru-RU.js 7.13 kB
packages/lib/dist/es/sk-SK.js 6.13 kB
packages/lib/dist/es/sl-SI.js 5.69 kB
packages/lib/dist/es/sv-SE.js 5.4 kB
packages/lib/dist/es/zh-CN.js 5.9 kB
packages/lib/dist/es/zh-TW.js 6.02 kB

compressed-size-action

Copy link

sonarqubecloud bot commented Dec 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Issue with a project dependency or associated system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant