Skip to content

Commit

Permalink
Bump nanostores from 0.11.3 to 0.11.4 in /doc (#2098)
Browse files Browse the repository at this point in the history
Bumps [nanostores](https://github.com/nanostores/nanostores) from 0.11.3
to 0.11.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nanostores/nanostores/releases">nanostores's
releases</a>.</em></p>
<blockquote>
<h2>0.11.4</h2>
<ul>
<li>Fixed <code>subscribeKeys</code> types (by <a
href="https://github.com/gismya"><code>@​gismya</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nanostores/nanostores/blob/main/CHANGELOG.md">nanostores's
changelog</a>.</em></p>
<blockquote>
<h2>0.11.4</h2>
<ul>
<li>Fixed <code>subscribeKeys</code> types (by <a
href="https://github.com/gismya"><code>@​gismya</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nanostores/nanostores/commit/c056bf538df4bc2e862a9d326900cf37047a3e18"><code>c056bf5</code></a>
Release 0.11.4 version</li>
<li><a
href="https://github.com/nanostores/nanostores/commit/e56dac3bb0dcc1fecfc403760e381269f599edca"><code>e56dac3</code></a>
Update dependencies and ESLint config</li>
<li><a
href="https://github.com/nanostores/nanostores/commit/09d7eec9b1abe7cdf7ff947d3c23b0489f119c95"><code>09d7eec</code></a>
fix(typescript): subscribeKeys listener missing oldValue (<a
href="https://redirect.github.com/nanostores/nanostores/issues/349">#349</a>)</li>
<li><a
href="https://github.com/nanostores/nanostores/commit/749abce6f87add7a4a09a2559317cc1b7387ebad"><code>749abce</code></a>
Avoid creating of the new array in the listenKeys function (<a
href="https://redirect.github.com/nanostores/nanostores/issues/335">#335</a>)</li>
<li><a
href="https://github.com/nanostores/nanostores/commit/73c44e96609a3e8393d49c121f2f80a4af680449"><code>73c44e9</code></a>
Sort set elements</li>
<li><a
href="https://github.com/nanostores/nanostores/commit/0449b949dc25ec174adc6f39a62d86fc07326c77"><code>0449b94</code></a>
Update Size Limit</li>
<li><a
href="https://github.com/nanostores/nanostores/commit/123a3d7d29abbb357b54691c12ecb513ba21a5b4"><code>123a3d7</code></a>
Clean up code format</li>
<li>See full diff in <a
href="https://github.com/nanostores/nanostores/compare/0.11.3...0.11.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nanostores&package-manager=npm_and_yarn&previous-version=0.11.3&new-version=0.11.4)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 16, 2025
1 parent 1c16faf commit ed03a69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"classnames": "^2.5.1",
"es-toolkit": "^1.32.0",
"lucide-solid": "^0.475.0",
"nanostores": "^0.11.3",
"nanostores": "^0.11.4",
"solid-js": "^1.9.4",
"vite-plugin-wasm": "^3.4.1"
},
Expand Down

0 comments on commit ed03a69

Please sign in to comment.