chore(deps): bump preact from 10.19.6 to 10.22.0 #27

Open
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/preact-10.22.0 into v4
dependabot[bot] commented 2024-05-20 22:59:29 +02:00 (Migrated from github.com)

Bumps preact from 10.19.6 to 10.22.0.

Release notes

Sourced from preact's releases.

10.22.0

Features

Types

Maintenance

Fixes

10.21.0

Features

Fixes

Types

Maintenance

10.20.2

Fixes

... (truncated)

Commits
  • 494f084 10.22.0 (#4385)
  • cece8c3 fix isolated rerenders (#4382)
  • 6449692 Merge pull request #4378 from preactjs/types/popover
  • 598765e feat: Add popover types
  • 1b4e683 Merge pull request #4377 from preactjs/ci/compressed-size
  • d12d306 Merge branch 'main' into ci/compressed-size
  • bfdd189 Merge pull request #4376 from preactjs/debug/button-anchor-nesting
  • 06a2df1 Merge branch 'main' into debug/button-anchor-nesting
  • c29caa3 Merge pull request #4375 from preactjs/debug/tr-warning
  • 4523933 ci: Skip running compressed-size builds twice
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [preact](https://github.com/preactjs/preact) from 10.19.6 to 10.22.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/preactjs/preact/releases">preact's releases</a>.</em></p> <blockquote> <h2>10.22.0</h2> <h2>Features</h2> <ul> <li>Support MathML namespace (<a href="https://redirect.github.com/preactjs/preact/issues/4364">#4364</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> </ul> <h2>Types</h2> <ul> <li>Add popover types (<a href="https://redirect.github.com/preactjs/preact/issues/4378">#4378</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> </ul> <h2>Maintenance</h2> <ul> <li>Skip running compressed-size builds twice (<a href="https://redirect.github.com/preactjs/preact/issues/4377">#4377</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> <li>Test types and warnings (<a href="https://redirect.github.com/preactjs/preact/issues/4369">#4369</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> <li>Bump compressed-size-action (<a href="https://redirect.github.com/preactjs/preact/issues/4368">#4368</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> </ul> <h2>Fixes</h2> <ul> <li>Allow the same component to render many times across different phases (<a href="https://redirect.github.com/preactjs/preact/issues/4382">#4382</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> <li>Provide error for illegal nesting of <!-- raw HTML omitted --> and <!-- raw HTML omitted --> (<a href="https://redirect.github.com/preactjs/preact/issues/4376">#4376</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> <li>Disallow <!-- raw HTML omitted --> as a child of <!-- raw HTML omitted --> (<a href="https://redirect.github.com/preactjs/preact/issues/4375">#4375</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> <li>Change syntax in <code>compat/client</code> for IE11 support (<a href="https://redirect.github.com/preactjs/preact/issues/4372">#4372</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> </ul> <h2>10.21.0</h2> <h2>Features</h2> <ul> <li>Debug throw on too many rerenders (<a href="https://redirect.github.com/preactjs/preact/issues/4349">#4349</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> <li>Add compat/client types (<a href="https://redirect.github.com/preactjs/preact/issues/4345">#4345</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> </ul> <h2>Fixes</h2> <ul> <li>Expose hooks through compat's <code>ReactCurrentDispatcher</code> (<a href="https://redirect.github.com/preactjs/preact/issues/4342">#4342</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> <li>Respect default value (<a href="https://redirect.github.com/preactjs/preact/issues/4341">#4341</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> <li>Incorrect &quot;missing transform-jsx-source&quot; warning (<a href="https://redirect.github.com/preactjs/preact/issues/4350">#4350</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> </ul> <h2>Types</h2> <ul> <li>Support ComponentChild(ren) in compat render/hydrate/createPortal (<a href="https://redirect.github.com/preactjs/preact/issues/4346">#4346</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> <li>Import and re-export PreactElement (<a href="https://redirect.github.com/preactjs/preact/issues/3228">#3228</a>, thanks <a href="https://github.com/henryqdineen"><code>@​henryqdineen</code></a>)</li> </ul> <h2>Maintenance</h2> <ul> <li>Add zustand and redux-toolkit to the demo. (<a href="https://redirect.github.com/preactjs/preact/issues/3523">#3523</a>, thanks <a href="https://github.com/MortezaMirjavadi"><code>@​MortezaMirjavadi</code></a>)</li> <li>Optimise jsx runtime (<a href="https://redirect.github.com/preactjs/preact/issues/4337">#4337</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> <h2>10.20.2</h2> <h2>Fixes</h2> <ul> <li>Check whether <code>oldDom</code> is present in the DOM (<a href="https://redirect.github.com/preactjs/preact/issues/4318">#4318</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> <li>Simplify the logic introduced in <a href="https://redirect.github.com/preactjs/preact/issues/4322">#4322</a> &amp; use eventClock for capture events too (<a href="https://redirect.github.com/preactjs/preact/issues/4324">#4324</a>, thanks <a href="https://github.com/jviide"><code>@​jviide</code></a>)</li> <li>Use a virtual clock instead of Date.now() for event dispatch times (<a href="https://redirect.github.com/preactjs/preact/issues/4322">#4322</a>, thanks <a href="https://github.com/jviide"><code>@​jviide</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/preactjs/preact/commit/494f08460fbfa5bd653552912c923c7eab7b1c5e"><code>494f084</code></a> 10.22.0 (<a href="https://redirect.github.com/preactjs/preact/issues/4385">#4385</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/cece8c3957c0f2200ec3df92c761f7529a9b5356"><code>cece8c3</code></a> fix isolated rerenders (<a href="https://redirect.github.com/preactjs/preact/issues/4382">#4382</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/6449692bc06a52f7f1e8f6cb4cc0d259e3b88193"><code>6449692</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact/issues/4378">#4378</a> from preactjs/types/popover</li> <li><a href="https://github.com/preactjs/preact/commit/598765e81dd1f841134a2da7803bcd1860bf6498"><code>598765e</code></a> feat: Add popover types</li> <li><a href="https://github.com/preactjs/preact/commit/1b4e6835c0685e82e46bde04097e4493e9ec35af"><code>1b4e683</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact/issues/4377">#4377</a> from preactjs/ci/compressed-size</li> <li><a href="https://github.com/preactjs/preact/commit/d12d306afacfcc9bbe3c3d04f9d8bfaf7f084ddc"><code>d12d306</code></a> Merge branch 'main' into ci/compressed-size</li> <li><a href="https://github.com/preactjs/preact/commit/bfdd189d0b48f66ec2a9539c3fd9374dce5003ba"><code>bfdd189</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact/issues/4376">#4376</a> from preactjs/debug/button-anchor-nesting</li> <li><a href="https://github.com/preactjs/preact/commit/06a2df1d66f4ca657b39b601d447dfb2b2705c83"><code>06a2df1</code></a> Merge branch 'main' into debug/button-anchor-nesting</li> <li><a href="https://github.com/preactjs/preact/commit/c29caa335a96f4d31aeccc132e6d5e5e3ce69be2"><code>c29caa3</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact/issues/4375">#4375</a> from preactjs/debug/tr-warning</li> <li><a href="https://github.com/preactjs/preact/commit/4523933ede0d029caaa092c1bc39d511b0c555cf"><code>4523933</code></a> ci: Skip running compressed-size builds twice</li> <li>Additional commits viewable in <a href="https://github.com/preactjs/preact/compare/10.19.6...10.22.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=preact&package-manager=npm_and_yarn&previous-version=10.19.6&new-version=10.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/preact-10.22.0:dependabot/npm_and_yarn/preact-10.22.0
git checkout dependabot/npm_and_yarn/preact-10.22.0
Sign in to join this conversation.