Skip to content

Commit

Permalink
Bump the minor group in /eml-client with 2 updates (#74)
Browse files Browse the repository at this point in the history
Bumps the minor group in /eml-client with 2 updates:
[@sveltestrap/sveltestrap](https://github.com/sveltestrap/sveltestrap)
and [sass](https://github.com/sass/dart-sass).

Updates `@sveltestrap/sveltestrap` from 6.2.6 to 6.2.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltestrap/sveltestrap/releases"><code>@​sveltestrap/sveltestrap</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v6.2.7</h2>
<h2>What's Changed</h2>
<ul>
<li>🐛 fix(types): Allow &quot;target&quot; attribute for DropdownItem by
<a href="https://github.com/RoryDuncan"><code>@​RoryDuncan</code></a> in
<a
href="https://redirect.github.com/sveltestrap/sveltestrap/pull/64">sveltestrap/sveltestrap#64</a></li>
<li>✨ 🧹 refactor(tooltips): add delay to tooltip props by <a
href="https://github.com/dysfunc"><code>@​dysfunc</code></a> in <a
href="https://redirect.github.com/sveltestrap/sveltestrap/pull/66">sveltestrap/sveltestrap#66</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/RoryDuncan"><code>@​RoryDuncan</code></a> made
their first contribution in <a
href="https://redirect.github.com/sveltestrap/sveltestrap/pull/64">sveltestrap/sveltestrap#64</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sveltestrap/sveltestrap/compare/v6.2.6...v6.2.7">https://github.com/sveltestrap/sveltestrap/compare/v6.2.6...v6.2.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltestrap/sveltestrap/commit/82b75d925304695e4700c34f8c6f1727fd94f94f"><code>82b75d9</code></a>
chore(release): release version v6.2.7</li>
<li><a
href="https://github.com/sveltestrap/sveltestrap/commit/6d54766ecabc2d23645d307b4d230e9b1096c1b8"><code>6d54766</code></a>
Merge pull request <a
href="https://redirect.github.com/sveltestrap/sveltestrap/issues/66">#66</a>
from sveltestrap/tooltip-delay</li>
<li><a
href="https://github.com/sveltestrap/sveltestrap/commit/944d37fadc45c9f464d0124598f97c3df1a5d75a"><code>944d37f</code></a>
Merge branch 'main' into tooltip-delay</li>
<li><a
href="https://github.com/sveltestrap/sveltestrap/commit/19f56527303e47fc908412ffbf542eaef94fa77c"><code>19f5652</code></a>
refactor(tooltips): add delay to tooltip props</li>
<li><a
href="https://github.com/sveltestrap/sveltestrap/commit/8b8ec808dfdc71417e4a47fd78165274fbbf9bc7"><code>8b8ec80</code></a>
Merge pull request <a
href="https://redirect.github.com/sveltestrap/sveltestrap/issues/64">#64</a>
from RoryDuncan/main</li>
<li><a
href="https://github.com/sveltestrap/sveltestrap/commit/d744f67f8822e7db3632320f2205ce34a09bf54b"><code>d744f67</code></a>
fix(types): Allow anchor, button, div, heading attributes in
$$restProps</li>
<li>See full diff in <a
href="https://github.com/sveltestrap/sveltestrap/compare/v6.2.6...v6.2.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `sass` from 1.71.1 to 1.72.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/releases">sass's
releases</a>.</em></p>
<blockquote>
<h2>Dart Sass 1.72.0</h2>
<p>To install Sass 1.72.0, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>
<p>Support adjacent <code>/</code>s without whitespace in between when
parsing plain CSS expressions.</p>
</li>
<li>
<p>Allow the Node.js <code>pkg:</code> importer to load Sass stylesheets
for <code>package.json</code> <code>exports</code> field entries without
extensions.</p>
</li>
<li>
<p>When printing suggestions for variables, use underscores in variable
names when the original usage used underscores.</p>
</li>
</ul>
<h3>JavaScript API</h3>
<ul>
<li>Properly resolve <code>pkg:</code> imports with the Node.js package
importer when arguments are passed to the JavaScript process.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1720">full
changelog</a> for changes in earlier releases.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's
changelog</a>.</em></p>
<blockquote>
<h2>1.72.0</h2>
<ul>
<li>
<p>Support adjacent <code>/</code>s without whitespace in between when
parsing plain CSS
expressions.</p>
</li>
<li>
<p>Allow the Node.js <code>pkg:</code> importer to load Sass stylesheets
for <code>package.json</code>
<code>exports</code> field entries without extensions.</p>
</li>
<li>
<p>When printing suggestions for variables, use underscores in variable
names
when the original usage used underscores.</p>
</li>
</ul>
<h3>JavaScript API</h3>
<ul>
<li>Properly resolve <code>pkg:</code> imports with the Node.js package
importer when
arguments are passed to the JavaScript process.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sass/dart-sass/commit/ce16b35ca1f4d6cbc3528c54b58647de939f2a4b"><code>ce16b35</code></a>
Cut a release (<a
href="https://redirect.github.com/sass/dart-sass/issues/2194">#2194</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/9af6bbf8a0082c4ab6bdd2999db8a89b23817353"><code>9af6bbf</code></a>
Properly handle <code>pkg:</code> imports with args (<a
href="https://redirect.github.com/sass/dart-sass/issues/2193">#2193</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/033049102b76a1cb3b82999938714058321fc33b"><code>0330491</code></a>
Update to node 20 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2192">#2192</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/48e2d0cb02f03e70a61fd91b4d1eedb3f46c077f"><code>48e2d0c</code></a>
Preserve underscores in <code>VariableExpression.toString()</code> (<a
href="https://redirect.github.com/sass/dart-sass/issues/2185">#2185</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/6e2d637ac3a0ef99c194c4ba393ed24f40a6cf09"><code>6e2d637</code></a>
Allow adjacent forward slashes in plain CSS expressions (<a
href="https://redirect.github.com/sass/dart-sass/issues/2190">#2190</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/fa4d909f92c46cf90d02f95d2e79ed781a497fec"><code>fa4d909</code></a>
Bump softprops/action-gh-release from 1 to 2 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2191">#2191</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/fd67fe678c92d1e646bbbb2a57a0a5d3cf89e8ca"><code>fd67fe6</code></a>
[Hotfix Node Package Importer]- Handle subpath without extensions (<a
href="https://redirect.github.com/sass/dart-sass/issues/2184">#2184</a>)</li>
<li>See full diff in <a
href="https://github.com/sass/dart-sass/compare/1.71.1...1.72.0">compare
view</a></li>
</ul>
</details>
<br />


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


</details>
  • Loading branch information
OJFord authored Mar 27, 2024
2 parents 3bd8e4b + 576c24f commit 5e50d0a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions eml-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@fortawesome/svelte-fontawesome": "^0.2.2",
"@spence1115/eslint-plugin-modules-newlines": "^1.0.1",
"@sveltejs/vite-plugin-svelte": "^2.5.3",
"@sveltestrap/sveltestrap": "^6.2.6",
"@sveltestrap/sveltestrap": "^6.2.7",
"@tauri-apps/api": "^2.0.0-beta.5",
"@tauri-apps/cli": "^2.0.0-beta.9",
"@tauri-apps/plugin-dialog": "^2.0.0-beta.2",
Expand All @@ -20,7 +20,7 @@
"pdfjs-dist": "4.0.379",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.71.1",
"sass": "^1.72.0",
"svelte": "^4.0.0",
"svelte-pdfjs": "^0.6.3",
"vite": "^4.5.2"
Expand Down
16 changes: 8 additions & 8 deletions eml-client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,10 @@
svelte-hmr "^0.15.3"
vitefu "^0.2.4"

"@sveltestrap/sveltestrap@^6.2.6":
version "6.2.6"
resolved "https://registry.yarnpkg.com/@sveltestrap/sveltestrap/-/sveltestrap-6.2.6.tgz#50f2c6dabb835c198c27917711539aa1308ec139"
integrity sha512-iB50tbVzsFXp0M10pe3XywRkNxjKPIHXJzV44mb1FhajWNWwxme8MkBis9m2QNivM2hyw5zDHjgGuzwTOB76JQ==
"@sveltestrap/sveltestrap@^6.2.7":
version "6.2.7"
resolved "https://registry.yarnpkg.com/@sveltestrap/sveltestrap/-/sveltestrap-6.2.7.tgz#5b2736cbee2db973f02b09d2e9d5bf819418f1f9"
integrity sha512-WwLLfAFUb42BGuRrf3Vbct30bQMzlEMMipN/MfxhjuLTmLQeW9muVJfPyvjtWS+mY+RjkSCoHvAp/ZobP1NLlQ==
dependencies:
"@popperjs/core" "^2.11.8"

Expand Down Expand Up @@ -2138,10 +2138,10 @@ safe-regex-test@^1.0.3:
es-errors "^1.3.0"
is-regex "^1.1.4"

sass@^1.71.1:
version "1.71.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.71.1.tgz#dfb09c63ce63f89353777bbd4a88c0a38386ee54"
integrity sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==
sass@^1.72.0:
version "1.72.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.72.0.tgz#5b9978943fcfb32b25a6a5acb102fc9dabbbf41c"
integrity sha512-Gpczt3WA56Ly0Mn8Sl21Vj94s1axi9hDIzDFn9Ph9x3C3p4nNyvsqJoQyVXKou6cBlfFWEgRW4rT8Tb4i3XnVA==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
Expand Down

0 comments on commit 5e50d0a

Please sign in to comment.