Closed renovate[bot] closed 1 month ago
This PR contains the following updates:
10.23.2
10.24.3
📅 Schedule: Branch creation - "on the 12th day of the month" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
10.23.2
->10.24.3
Release Notes
preactjs/preact (preact)
### [`v10.24.3`](https://redirect.github.com/preactjs/preact/releases/tag/10.24.3) [Compare Source](https://redirect.github.com/preactjs/preact/compare/10.24.2...10.24.3) #### Fixes - We should not always set to hydration when suspending ([#4529](https://redirect.github.com/preactjs/preact/issues/4529), thanks [@JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - refactor: Warn on NaN in dep arrays instead of throwing ([#4527](https://redirect.github.com/preactjs/preact/issues/4527), thanks [@rschristian](https://redirect.github.com/rschristian)) #### Performance - Context consumer unmounting perf ([#4526](https://redirect.github.com/preactjs/preact/issues/4526), thanks [@JoviDeCroock](https://redirect.github.com/JoviDeCroock)) #### Maintenance - ci: Fix PR reporter ([#4531](https://redirect.github.com/preactjs/preact/issues/4531), thanks [@rschristian](https://redirect.github.com/rschristian)) - ci: Remove saucelabs ([#4530](https://redirect.github.com/preactjs/preact/issues/4530), thanks [@rschristian](https://redirect.github.com/rschristian)) - ci: Ensure paths-filter action works on push events ([#4528](https://redirect.github.com/preactjs/preact/issues/4528), thanks [@rschristian](https://redirect.github.com/rschristian)) - ci: Unify workflows into singular pipeline ([#4520](https://redirect.github.com/preactjs/preact/issues/4520), thanks [@rschristian](https://redirect.github.com/rschristian)) ### [`v10.24.2`](https://redirect.github.com/preactjs/preact/releases/tag/10.24.2) [Compare Source](https://redirect.github.com/preactjs/preact/compare/10.24.1...10.24.2) #### Performance - Improve performance and reduce memory allocation ([#4521](https://redirect.github.com/preactjs/preact/issues/4521), thanks [@JoviDeCroock](https://redirect.github.com/JoviDeCroock)) #### Types - Re-export types for events and event handlers ([#4512](https://redirect.github.com/preactjs/preact/issues/4512), thanks [@jose-torres-marin](https://redirect.github.com/jose-torres-marin)) #### Maintenance - Merge upload actions to fix usage in v4 ([#4515](https://redirect.github.com/preactjs/preact/issues/4515), thanks [@rschristian](https://redirect.github.com/rschristian)) - Update Tachometer reporter glob to support subdirs ([#4519](https://redirect.github.com/preactjs/preact/issues/4519), thanks [@rschristian](https://redirect.github.com/rschristian)) - Fix download artifact regexp ([#4517](https://redirect.github.com/preactjs/preact/issues/4517), thanks [@rschristian](https://redirect.github.com/rschristian)) - Switch to regexp for download-artifact action ([#4516](https://redirect.github.com/preactjs/preact/issues/4516), thanks [@rschristian](https://redirect.github.com/rschristian)) - Bump upload/download-artifact action versions ([#4511](https://redirect.github.com/preactjs/preact/issues/4511), thanks [@rschristian](https://redirect.github.com/rschristian)) ### [`v10.24.1`](https://redirect.github.com/preactjs/preact/releases/tag/10.24.1) [Compare Source](https://redirect.github.com/preactjs/preact/compare/10.24.0...10.24.1) #### Fixes - Prevent debug crash when analyzing hydration mismatches ([#4507](https://redirect.github.com/preactjs/preact/issues/4507), thanks [@JoviDeCroock](https://redirect.github.com/JoviDeCroock)) #### Types - Correct some missing & incorrect SVG types ([#4505](https://redirect.github.com/preactjs/preact/issues/4505), thanks [@rschristian](https://redirect.github.com/rschristian)) - Remove incorrect `spellCheck` type ([#4497](https://redirect.github.com/preactjs/preact/issues/4497), thanks [@rschristian](https://redirect.github.com/rschristian)) - React props with children didn't allow for multiple children ([#4493](https://redirect.github.com/preactjs/preact/issues/4493), thanks [@hesxenon](https://redirect.github.com/hesxenon)) #### Maintenance - Bump to oxlint v0.9.6 ([#4503](https://redirect.github.com/preactjs/preact/issues/4503), thanks [@Boshen](https://redirect.github.com/Boshen)) ### [`v10.24.0`](https://redirect.github.com/preactjs/preact/releases/tag/10.24.0) [Compare Source](https://redirect.github.com/preactjs/preact/compare/10.23.2...10.24.0) #### Features - Warn our user for hydration mismatches ([#4490](https://redirect.github.com/preactjs/preact/issues/4490), thanks [@JoviDeCroock](https://redirect.github.com/JoviDeCroock)) #### Fixes - Avoid setting value for progress with nullish value ([#4492](https://redirect.github.com/preactjs/preact/issues/4492), thanks [@JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - Fix skewedIndex becoming outrageously big and document tradeoffs of our decisions ([#4483](https://redirect.github.com/preactjs/preact/issues/4483), thanks [@JoviDeCroock](https://redirect.github.com/JoviDeCroock)) #### Types - `AnyComponent` type to support classes ([#4479](https://redirect.github.com/preactjs/preact/issues/4479), thanks [@rschristian](https://redirect.github.com/rschristian)) #### Maintenance - Fix typo in comment ([#4494](https://redirect.github.com/preactjs/preact/issues/4494), thanks [@rburgst](https://redirect.github.com/rburgst)) - Update fake compat version ([#4488](https://redirect.github.com/preactjs/preact/issues/4488), thanks [@rschristian](https://redirect.github.com/rschristian)) - Remove impossible branch ([#4491](https://redirect.github.com/preactjs/preact/issues/4491), thanks [@JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - Golf down diffChildren ([#4485](https://redirect.github.com/preactjs/preact/issues/4485), thanks [@JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - Get rid of eager unmounting ([#4484](https://redirect.github.com/preactjs/preact/issues/4484), thanks [@JoviDeCroock](https://redirect.github.com/JoviDeCroock))Configuration
📅 Schedule: Branch creation - "on the 12th day of the month" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.