Bump preact from 10.27.2 to 10.28.2 in /docs in the npm_and_yarn group across 1 directory #186

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/docs/npm_and_yarn-01492243ae into main
dependabot[bot] commented 2026-01-07 19:40:39 +00:00 (Migrated from github.com)

Bumps the npm_and_yarn group with 1 update in the /docs directory: preact.

Updates preact from 10.27.2 to 10.28.2

Release notes

Sourced from preact's releases.

10.28.2

Fixes

  • Enforce strict equality for VNode object constructors

10.28.1

Fixes

10.28.0

Types

Fixes

Performance

10.27.3

Fixes

  • Enforce strict equality for VNode object constructors
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps the npm_and_yarn group with 1 update in the /docs directory: [preact](https://github.com/preactjs/preact). Updates `preact` from 10.27.2 to 10.28.2 <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.28.2</h2> <h2>Fixes</h2> <ul> <li>Enforce strict equality for VNode object constructors</li> </ul> <h2>10.28.1</h2> <h2>Fixes</h2> <ul> <li>Fix erroneous diffing w/ growing list (<a href="https://redirect.github.com/preactjs/preact/issues/4975">#4975</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> <h2>10.28.0</h2> <h2>Types</h2> <ul> <li>Updates dangerouslySetInnerHTML type so future TS will accept Trusted… (<a href="https://redirect.github.com/preactjs/preact/issues/4931">#4931</a>, thanks <a href="https://github.com/lukewarlow"><code>@​lukewarlow</code></a>)</li> <li>Adds snap events (<a href="https://redirect.github.com/preactjs/preact/issues/4947">#4947</a>, thanks <a href="https://github.com/argyleink"><code>@​argyleink</code></a>)</li> <li>Remove missed jsx duplicates (<a href="https://redirect.github.com/preactjs/preact/issues/4950">#4950</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> <li>Fix scroll events (<a href="https://redirect.github.com/preactjs/preact/issues/4949">#4949</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> </ul> <h2>Fixes</h2> <ul> <li>Fix cascading renders with signals (<a href="https://redirect.github.com/preactjs/preact/issues/4966">#4966</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> <li>add <code>commpat/server.browser</code> entry (<a href="https://redirect.github.com/preactjs/preact/issues/4941">#4941</a> &amp; <a href="https://redirect.github.com/preactjs/preact/issues/4940">#4940</a>, thanks <a href="https://github.com/marvinhagemeister"><code>@​marvinhagemeister</code></a>)</li> <li>Avoid lazy components without result going in throw loop (<a href="https://redirect.github.com/preactjs/preact/issues/4937">#4937</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> <h2>Performance</h2> <ul> <li>Backport some v11 optimizations (<a href="https://redirect.github.com/preactjs/preact/issues/4967">#4967</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> <h2>10.27.3</h2> <h2>Fixes</h2> <ul> <li>Enforce strict equality for VNode object constructors</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/preactjs/preact/commit/6f914464b3c9e848e98963be183693ad502ffd92"><code>6f91446</code></a> 10.28.2</li> <li><a href="https://github.com/preactjs/preact/commit/37c3e030ab19337f10d32cd49d1c3d14e102d890"><code>37c3e03</code></a> Strict equality check on constructor (<a href="https://redirect.github.com/preactjs/preact/issues/4985">#4985</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/6670a4a70b0e51d2c128234d44f2ac805f990039"><code>6670a4a</code></a> chore: Adjust TS linting setup (<a href="https://redirect.github.com/preactjs/preact/issues/4982">#4982</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/2af522b2c2dd48117f28980d83e58b13427d94e0"><code>2af522b</code></a> 10.28.1 (<a href="https://redirect.github.com/preactjs/preact/issues/4978">#4978</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/f7693b72ecb4a40c66e6e47f54e2d4edc374c9f0"><code>f7693b7</code></a> Fix erroneous diffing w/ growing list (<a href="https://redirect.github.com/preactjs/preact/issues/4975">#4975</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/b36b6a714810b92c572bc7d7c906180b4f975a24"><code>b36b6a7</code></a> 10.28.0 (<a href="https://redirect.github.com/preactjs/preact/issues/4968">#4968</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/4d40e96f43cdc8e8a469edac012aa6484d00a7b4"><code>4d40e96</code></a> Backport some v11 optimizations (<a href="https://redirect.github.com/preactjs/preact/issues/4967">#4967</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/7b74b406e2aadd27ea53f0cde8e0bfcc29aa18e3"><code>7b74b40</code></a> Fix cascading renders with signals (<a href="https://redirect.github.com/preactjs/preact/issues/4966">#4966</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/3ab5c6fbbb28ca76a0d3f29cb3c7d7a90ae2f491"><code>3ab5c6f</code></a> Updates dangerouslySetInnerHTML type so future TS will accept Trusted… (<a href="https://redirect.github.com/preactjs/preact/issues/4931">#4931</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/ff30c2b5c48d3a6af66caeabe7eb93889d45889a"><code>ff30c2b</code></a> Adds snap events (<a href="https://redirect.github.com/preactjs/preact/issues/4947">#4947</a>)</li> <li>Additional commits viewable in <a href="https://github.com/preactjs/preact/compare/10.27.2...10.28.2">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.27.2&new-version=10.28.2)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/schmelczer/vault-link/network/alerts). </details>
This pull request has changes conflicting with the target branch.
  • docs/package-lock.json
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/docs/npm_and_yarn-01492243ae:dependabot/npm_and_yarn/docs/npm_and_yarn-01492243ae
git checkout dependabot/npm_and_yarn/docs/npm_and_yarn-01492243ae

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff dependabot/npm_and_yarn/docs/npm_and_yarn-01492243ae
git checkout dependabot/npm_and_yarn/docs/npm_and_yarn-01492243ae
git rebase main
git checkout main
git merge --ff-only dependabot/npm_and_yarn/docs/npm_and_yarn-01492243ae
git checkout dependabot/npm_and_yarn/docs/npm_and_yarn-01492243ae
git rebase main
git checkout main
git merge --no-ff dependabot/npm_and_yarn/docs/npm_and_yarn-01492243ae
git checkout main
git merge --squash dependabot/npm_and_yarn/docs/npm_and_yarn-01492243ae
git checkout main
git merge --ff-only dependabot/npm_and_yarn/docs/npm_and_yarn-01492243ae
git checkout main
git merge dependabot/npm_and_yarn/docs/npm_and_yarn-01492243ae
git push origin main
Sign in to join this conversation.
No description provided.