Skip to content

Commit

Permalink
[npm] Bump @skeletonlabs/skeleton from 2.10.2 to 2.10.3 (#299)
Browse files Browse the repository at this point in the history
Bumps [@skeletonlabs/skeleton](https://github.com/skeletonlabs/skeleton)
from 2.10.2 to 2.10.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/skeletonlabs/skeleton/releases"><code>@​skeletonlabs/skeleton</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​skeletonlabs/skeleton</code><a
href="https://github.com/2"><code>@​2</code></a>.10.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>chore: update peer dependencies to support Svelte 5 (<a
href="https://redirect.github.com/skeletonlabs/skeleton/pull/2902">#2902</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/skeletonlabs/skeleton/commit/4ef4b028054845804550e9d4514318a45c01ae18"><code>4ef4b02</code></a>
Merge pull request <a
href="https://redirect.github.com/skeletonlabs/skeleton/issues/2904">#2904</a>
from skeletonlabs/changeset-release/master</li>
<li><a
href="https://github.com/skeletonlabs/skeleton/commit/bce1ed3641d7769d37fe676cf24f44a5f8f10cdd"><code>bce1ed3</code></a>
chore(release): version package</li>
<li><a
href="https://github.com/skeletonlabs/skeleton/commit/b671b85e4ea7cad03f52dd27d07ffe6d36591c78"><code>b671b85</code></a>
Merge pull request <a
href="https://redirect.github.com/skeletonlabs/skeleton/issues/2903">#2903</a>
from skeletonlabs/dev</li>
<li><a
href="https://github.com/skeletonlabs/skeleton/commit/cfb5df353a47de0bd3ab5205beadf8597dd7f9db"><code>cfb5df3</code></a>
Update v2 peer dependency for Svelte 5 (<a
href="https://redirect.github.com/skeletonlabs/skeleton/issues/2902">#2902</a>)</li>
<li><a
href="https://github.com/skeletonlabs/skeleton/commit/f1a3bf372aa58994a1309fda36a23302a446c0c3"><code>f1a3bf3</code></a>
Merge pull request <a
href="https://redirect.github.com/skeletonlabs/skeleton/issues/2860">#2860</a>
from skeletonlabs/dev</li>
<li><a
href="https://github.com/skeletonlabs/skeleton/commit/0a35fc73b6a06cd0d320a91cf483b64742121fef"><code>0a35fc7</code></a>
Updated layouts link to correct link (<a
href="https://redirect.github.com/skeletonlabs/skeleton/issues/2856">#2856</a>)</li>
<li><a
href="https://github.com/skeletonlabs/skeleton/commit/b72b9702b40b72109ab0c59fd816ea26529eb24d"><code>b72b970</code></a>
Merge pull request <a
href="https://redirect.github.com/skeletonlabs/skeleton/issues/2839">#2839</a>
from skeletonlabs/dev</li>
<li><a
href="https://github.com/skeletonlabs/skeleton/commit/4eb0e085c1cb520da99937551f3dc432e626c0f3"><code>4eb0e08</code></a>
docs(themes): update <code>Preloading Fonts</code> section (<a
href="https://redirect.github.com/skeletonlabs/skeleton/issues/2837">#2837</a>)</li>
<li><a
href="https://github.com/skeletonlabs/skeleton/commit/252a0bed499abb107e66b272e9530370c5d76ae1"><code>252a0be</code></a>
Merge pull request <a
href="https://redirect.github.com/skeletonlabs/skeleton/issues/2803">#2803</a>
from skeletonlabs/dev</li>
<li><a
href="https://github.com/skeletonlabs/skeleton/commit/a04da4a4ca513b2ea07fd8d0f24283970b03a70c"><code>a04da4a</code></a>
Updating Unsplash carousel images (<a
href="https://redirect.github.com/skeletonlabs/skeleton/issues/2800">#2800</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/skeletonlabs/skeleton/compare/@skeletonlabs/[email protected]...@skeletonlabs/[email protected]">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@skeletonlabs/skeleton&package-manager=npm_and_yarn&previous-version=2.10.2&new-version=2.10.3)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 466a066 commit 8b14307
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@playwright/test": "^1.48.0",
"@skeletonlabs/skeleton": "2.10.2",
"@skeletonlabs/skeleton": "2.10.3",
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/adapter-node": "^2.1.2",
Expand Down

0 comments on commit 8b14307

Please sign in to comment.