Skip to content

Commit

Permalink
Build(deps): Bump svelte-preprocess from 6.0.2 to 6.0.3 (#868)
Browse files Browse the repository at this point in the history
Bumps [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess)
from 6.0.2 to 6.0.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md">svelte-preprocess's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.2...v6.0.3">6.0.3</a>
(2024-09-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add pug mixins to support svelte-5 syntax (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/654">#654</a>)
(<a
href="https://github.com/sveltejs/svelte-preprocess/commit/9d49f3d1e15f702fab1b9facccb2153d05eb725d">9d49f3d</a>)</li>
<li>ignore sass deprecation warning (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/657">#657</a>)
(<a
href="https://github.com/sveltejs/svelte-preprocess/commit/9b5432540b6683f556ff1f6cf92ae41b4fc3bcb4">9b54325</a>),
closes <a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/656">#656</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/svelte-preprocess/commit/c522b8e1198fedaecd9f153584940f8f901dcc76"><code>c522b8e</code></a>
chore(release): 6.0.3</li>
<li><a
href="https://github.com/sveltejs/svelte-preprocess/commit/455e6e958094a71b6b4ed81e12606dcd3c58763d"><code>455e6e9</code></a>
chore: cleanup fix</li>
<li><a
href="https://github.com/sveltejs/svelte-preprocess/commit/9b5432540b6683f556ff1f6cf92ae41b4fc3bcb4"><code>9b54325</code></a>
fix: ignore sass deprecation warning (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/657">#657</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte-preprocess/commit/9d49f3d1e15f702fab1b9facccb2153d05eb725d"><code>9d49f3d</code></a>
fix: add pug mixins to support svelte-5 syntax (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/654">#654</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte-preprocess/commit/359b1f64342a9f6a211458eb86b8a072cbc080ee"><code>359b1f6</code></a>
docs: update broken documentation example (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/650">#650</a>)</li>
<li>See full diff in <a
href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.2...v6.0.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svelte-preprocess&package-manager=npm_and_yarn&previous-version=6.0.2&new-version=6.0.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>
  • Loading branch information
derTobsch authored Oct 2, 2024
2 parents 92f0e46 + 56c0960 commit c6b8287
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -52,7 +52,7 @@
"rollup-plugin-svelte": "7.2.2",
"svelte": "4.2.19",
"svelte-check": "4.0.2",
"svelte-preprocess": "6.0.2",
"svelte-preprocess": "6.0.3",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"vitest": "2.1.1"
Expand Down

0 comments on commit c6b8287

Please sign in to comment.