128 Commits

Author SHA1 Message Date
dependabot[bot]
1f7941d19b
⬆️ Bump sass from 1.63.6 to 1.64.0 in /website (#3874)
Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.64.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.64.0</h2>
<p>To install Sass 1.64.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>Comments that appear before or between <code>@use</code> and <code>@forward</code> rules are now emitted in source order as much as possible, instead of always being emitted after the CSS of all module dependencies.</p>
</li>
<li>
<p>Fix a bug where an interpolation in a custom property name crashed if the file was loaded by a <code>@use</code> nested in an <code>@import</code>.</p>
</li>
</ul>
<h3>JavaScript API</h3>
<ul>
<li>
<p>Add a new <code>SassCalculation</code> type that represents the calculation objects added in Dart Sass 1.40.0.</p>
</li>
<li>
<p>Add <code>Value.assertCalculation()</code>, which returns the value if it's a <code>SassCalculation</code> and throws an error otherwise.</p>
</li>
<li>
<p>Produce a better error message when an environment that supports some Node.js APIs loads the browser entrypoint but attempts to access the filesystem.</p>
</li>
</ul>
<h3>Embedded Sass</h3>
<ul>
<li>Fix a bug where nested relative <code>@imports</code> failed to load when using the deprecated functions <code>render</code> or <code>renderSync</code> and those relative imports were loaded multiple times across different files.</li>
</ul>
<p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1640">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.64.0</h2>
<ul>
<li>
<p>Comments that appear before or between <code>@use</code> and <code>@forward</code> rules are now
emitted in source order as much as possible, instead of always being emitted
after the CSS of all module dependencies.</p>
</li>
<li>
<p>Fix a bug where an interpolation in a custom property name crashed if the file
was loaded by a <code>@use</code> nested in an <code>@import</code>.</p>
</li>
</ul>
<h3>JavaScript API</h3>
<ul>
<li>
<p>Add a new <code>SassCalculation</code> type that represents the calculation objects added
in Dart Sass 1.40.0.</p>
</li>
<li>
<p>Add <code>Value.assertCalculation()</code>, which returns the value if it's a
<code>SassCalculation</code> and throws an error otherwise.</p>
</li>
<li>
<p>Produce a better error message when an environment that supports some Node.js
APIs loads the browser entrypoint but attempts to access the filesystem.</p>
</li>
</ul>
<h3>Embedded Sass</h3>
<ul>
<li>Fix a bug where nested relative <code>@imports</code> failed to load when using the
deprecated functions <code>render</code> or <code>renderSync</code> and those relative imports were
loaded multiple times across different files.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ca2be2ace9"><code>ca2be2a</code></a> Expose calculations in JS API (<a href="https://redirect.github.com/sass/dart-sass/issues/1988">#1988</a>)</li>
<li><a href="fe7f9a146d"><code>fe7f9a1</code></a> Do not validate a CSS declaration if its key is interpolated (<a href="https://redirect.github.com/sass/dart-sass/issues/2036">#2036</a>)</li>
<li><a href="262961cb57"><code>262961c</code></a> Check the fs library to determine if we're on Node.js (<a href="https://redirect.github.com/sass/dart-sass/issues/2033">#2033</a>)</li>
<li><a href="60dbddf010"><code>60dbddf</code></a> Use a fine-grained personal access token to push to the Sass site (<a href="https://redirect.github.com/sass/dart-sass/issues/2029">#2029</a>)</li>
<li><a href="78150a94f8"><code>78150a9</code></a> Add changelog for <a href="https://redirect.github.com/sass/embedded-host-node/issues/226">sass/embedded-host-node#226</a> (<a href="https://redirect.github.com/sass/dart-sass/issues/1992">#1992</a>)</li>
<li><a href="e9e44d7edb"><code>e9e44d7</code></a> Emit comments in source order where possible (<a href="https://redirect.github.com/sass/dart-sass/issues/1989">#1989</a>)</li>
<li><a href="2bece76153"><code>2bece76</code></a> Un-skip a test (<a href="https://redirect.github.com/sass/dart-sass/issues/2028">#2028</a>)</li>
<li><a href="61af9ee0ac"><code>61af9ee</code></a> Use a common error handler for embedded protocol errors (<a href="https://redirect.github.com/sass/dart-sass/issues/2027">#2027</a>)</li>
<li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.63.6...1.64.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.63.6&new-version=1.64.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>
2023-07-21 06:04:51 +00:00
dependabot[bot]
99d6d42919
⬆️ Bump clsx from 1.2.1 to 2.0.0 in /website (#3815)
Bumps [clsx](https://github.com/lukeed/clsx) from 1.2.1 to 2.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lukeed/clsx/releases">clsx's releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<h2>Breaking</h2>
<ul>
<li>Add <code>&quot;exports&quot;</code> map for native ESM support (<a href="https://redirect.github.com/lukeed/clsx/issues/57">#57</a>): 3ec8e9f, 0949868
<em>Also supports TypeScript's <code>node16</code>/<code>nodenext</code> module resolution</em>
<em>Maintains CommonJS support (with fixed TS definitions)</em>
<em>Thank you <a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>~!</em></li>
</ul>
<h2>Chores</h2>
<ul>
<li>Add <a href="https://github.com/lukeed/clsx#tailwind-support">Tailwind Support</a> section to README (<a href="https://redirect.github.com/lukeed/clsx/issues/65">#65</a>, <a href="https://redirect.github.com/lukeed/clsx/issues/68">#68</a>): 496db1d, 4a4eadd
<em>Thank you <a href="https://github.com/kevinlowe0x3F7"><code>@​kevinlowe0x3F7</code></a> &amp; <a href="https://github.com/kevinlowe0x3F7"><code>@​kevinlowe0x3F7</code></a></em></li>
<li>Add tests for numbers &amp; variadic number arguments: c520353</li>
<li>Update package module size: 03e1cf9</li>
</ul>
<hr />
<blockquote>
<p><strong>Full Changelog</strong>: <a href="https://github.com/lukeed/clsx/compare/v1.2.1...v2.0.0">https://github.com/lukeed/clsx/compare/v1.2.1...v2.0.0</a></p>
</blockquote>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6232a9e564"><code>6232a9e</code></a> 2.0.0</li>
<li><a href="23b2ced389"><code>23b2ced</code></a> 2.0.0-next.0</li>
<li><a href="0949868388"><code>0949868</code></a> fix: include <code>*.d.mts</code> in pkg zip</li>
<li><a href="c520353bd6"><code>c520353</code></a> chore: add <code>numbers</code> tests;</li>
<li><a href="03e1cf9149"><code>03e1cf9</code></a> chore: update pkg size</li>
<li><a href="3ec8e9fa2f"><code>3ec8e9f</code></a> break: include &quot;exports&quot; map w/ &quot;types&quot; conditions (<a href="https://redirect.github.com/lukeed/clsx/issues/57">#57</a>)</li>
<li><a href="4a4eadd3e4"><code>4a4eadd</code></a> chore: readme typo (<a href="https://redirect.github.com/lukeed/clsx/issues/68">#68</a>)</li>
<li><a href="496db1dd74"><code>496db1d</code></a> chore: add Tailwind readme section (<a href="https://redirect.github.com/lukeed/clsx/issues/65">#65</a>)</li>
<li>See full diff in <a href="https://github.com/lukeed/clsx/compare/v1.2.1...v2.0.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clsx&package-manager=npm_and_yarn&previous-version=1.2.1&new-version=2.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>
2023-07-17 16:13:55 +00:00
dependabot[bot]
1872f81d70
⬆️ Bump postcss from 8.4.25 to 8.4.26 in /website (#3816)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.26.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p>
<blockquote>
<h2>8.4.26</h2>
<ul>
<li>Fixed clone methods types.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p>
<blockquote>
<h2>8.4.26</h2>
<ul>
<li>Fixed clone methods types.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9b05f58f04"><code>9b05f58</code></a> Release 8.4.26 version</li>
<li><a href="b5a3b35a41"><code>b5a3b35</code></a> Better clone types</li>
<li><a href="7c638880b7"><code>7c63888</code></a> Simplify docs</li>
<li><a href="18e8461b0a"><code>18e8461</code></a> Update dependencies</li>
<li><a href="c42e20ba9d"><code>c42e20b</code></a> Revert Node#clone() type</li>
<li><a href="548bc9476e"><code>548bc94</code></a> Update plugin guide</li>
<li><a href="372856f6b3"><code>372856f</code></a> Remove old channels</li>
<li><a href="6ceaadd4a2"><code>6ceaadd</code></a> Run tests in parallel</li>
<li><a href="e935462dd8"><code>e935462</code></a> Update TS parser for ESLint</li>
<li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.4.25...8.4.26">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss&package-manager=npm_and_yarn&previous-version=8.4.25&new-version=8.4.26)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>
2023-07-17 05:28:31 +00:00
Niraj Tolia
540f885aa0
Upgrade Docusaurus gtag plugin (#3809)
Somehow got missed by dependabot

---

#### Does this PR need a docs update or release note?

- [x]  No

#### Type of change

- [x] 🗺️ Documentation
2023-07-14 15:29:19 +00:00
dependabot[bot]
5f6cb40187
⬆️ Bump tailwindcss from 3.3.2 to 3.3.3 in /website (#3808)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.2 to 3.3.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p>
<blockquote>
<h2>v3.3.3</h2>
<h3>Fixed</h3>
<ul>
<li>Fix issue where some pseudo-element variants generated the wrong selector (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10943">#10943</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10962">#10962</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11111">#11111</a>)</li>
<li>Make font settings propagate into buttons, inputs, etc. (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10940">#10940</a>)</li>
<li>Fix parsing of <code>theme()</code> inside <code>calc()</code> when there are no spaces around operators (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11157">#11157</a>)</li>
<li>Ensure <code>repeating-conic-gradient</code> is detected as an image (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11180">#11180</a>)</li>
<li>Move unknown pseudo-elements outside of <code>:is</code> by default (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11345">#11345</a>)</li>
<li>Escape animation names when prefixes contain special characters (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11470">#11470</a>)</li>
<li>Don't prefix arbitrary classes in <code>group</code> and <code>peer</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11454">#11454</a>)</li>
<li>Sort classes using position of first matching rule (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11504">#11504</a>)</li>
<li>Allow variant to be an at-rule without a prelude (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11589">#11589</a>)</li>
<li>Make PostCSS plugin async to improve performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11548">#11548</a>)</li>
<li>Don’t error when a config file is missing (<a href="f97759f808">f97759f</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add <code>aria-busy</code> utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10966">#10966</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Reset padding for <code>&lt;dialog&gt;</code> elements in preflight (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11069">#11069</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.3.3/CHANGELOG.md">tailwindcss's changelog</a>.</em></p>
<blockquote>
<h2>[3.3.3] - 2023-07-13</h2>
<h3>Fixed</h3>
<ul>
<li>Fix issue where some pseudo-element variants generated the wrong selector (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10943">#10943</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10962">#10962</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11111">#11111</a>)</li>
<li>Make font settings propagate into buttons, inputs, etc. (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10940">#10940</a>)</li>
<li>Fix parsing of <code>theme()</code> inside <code>calc()</code> when there are no spaces around operators (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11157">#11157</a>)</li>
<li>Ensure <code>repeating-conic-gradient</code> is detected as an image (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11180">#11180</a>)</li>
<li>Move unknown pseudo-elements outside of <code>:is</code> by default (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11345">#11345</a>)</li>
<li>Escape animation names when prefixes contain special characters (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11470">#11470</a>)</li>
<li>Don't prefix arbitrary classes in <code>group</code> and <code>peer</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11454">#11454</a>)</li>
<li>Sort classes using position of first matching rule (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11504">#11504</a>)</li>
<li>Allow variant to be an at-rule without a prelude (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11589">#11589</a>)</li>
<li>Make PostCSS plugin async to improve performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11548">#11548</a>)</li>
<li>Don’t error when a config file is missing (<a href="f97759f808">f97759f</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add <code>aria-busy</code> utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10966">#10966</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Reset padding for <code>&lt;dialog&gt;</code> elements in preflight (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11069">#11069</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="0bd81a06c4"><code>0bd81a0</code></a> 3.3.3</li>
<li><a href="6a6ceb5240"><code>6a6ceb5</code></a> Update changelog</li>
<li><a href="f97759f808"><code>f97759f</code></a> Don’t error when a config file is missing</li>
<li><a href="005c1be2ed"><code>005c1be</code></a> Don't prefix arbitrary classes in <code>peer</code>/<code>group</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/11454">#11454</a>)</li>
<li><a href="5b9cbb3a81"><code>5b9cbb3</code></a> Make PostCSS plugin async to improve performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/11548">#11548</a>)</li>
<li><a href="1c9bb387e1"><code>1c9bb38</code></a> Allow variant to be an at-rule without a prelude (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/11589">#11589</a>)</li>
<li><a href="80f3e85fa0"><code>80f3e85</code></a> Sort classes using position of first matching rule (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/11504">#11504</a>)</li>
<li><a href="243226887f"><code>2432268</code></a> Reset dialog element styles (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/11069">#11069</a>)</li>
<li><a href="b885fff544"><code>b885fff</code></a> Add <code>aria-busy</code> utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/10966">#10966</a>)</li>
<li><a href="1fb7486165"><code>1fb7486</code></a> Make font settings propagate into buttons, inputs, etc. (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/10940">#10940</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.3.2...v3.3.3">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tailwindcss&package-manager=npm_and_yarn&previous-version=3.3.2&new-version=3.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>
2023-07-14 05:54:46 +00:00
dependabot[bot]
4955f223f7
⬆️ Bump docusaurus-plugin-image-zoom from 0.1.4 to 1.0.1 in /website (#3403)
Bumps [docusaurus-plugin-image-zoom](https://github.com/gabrielcsapo/docusaurus-plugin-image-zoom) from 0.1.4 to 1.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gabrielcsapo/docusaurus-plugin-image-zoom/releases">docusaurus-plugin-image-zoom's releases</a>.</em></p>
<blockquote>
<h2>Release 1.0.1</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><a href="https://redirect.github.com/gabrielcsapo/docusaurus-plugin-image-zoom/pull/24">#24</a> Removing types-only packages from peerDependencies (<a href="https://github.com/scalvert"><code>@​scalvert</code></a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Steve Calvert (<a href="https://github.com/scalvert"><code>@​scalvert</code></a>)</li>
</ul>
<h2>Release 1.0.0</h2>
<h4>🚀 Enhancement</h4>
<ul>
<li><a href="https://redirect.github.com/gabrielcsapo/docusaurus-plugin-image-zoom/pull/23">#23</a> Ensuring dependencies for this package via validate-peer-dependencies (<a href="https://github.com/scalvert"><code>@​scalvert</code></a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Steve Calvert (<a href="https://github.com/scalvert"><code>@​scalvert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/gabrielcsapo/docusaurus-plugin-image-zoom/blob/main/CHANGELOG.md">docusaurus-plugin-image-zoom's changelog</a>.</em></p>
<blockquote>
<h2>v1.0.1 (2023-05-11)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><a href="https://redirect.github.com/gabrielcsapo/docusaurus-plugin-image-zoom/pull/24">#24</a> Removing types-only packages from peerDependencies (<a href="https://github.com/scalvert"><code>@​scalvert</code></a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Steve Calvert (<a href="https://github.com/scalvert"><code>@​scalvert</code></a>)</li>
</ul>
<h2>v1.0.0 (2023-04-27)</h2>
<h4>🚀 Enhancement</h4>
<ul>
<li><a href="https://redirect.github.com/gabrielcsapo/docusaurus-plugin-image-zoom/pull/23">#23</a> Ensuring dependencies for this package via validate-peer-dependencies (<a href="https://github.com/scalvert"><code>@​scalvert</code></a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Steve Calvert (<a href="https://github.com/scalvert"><code>@​scalvert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="1f5475f06a"><code>1f5475f</code></a> Release 1.0.1</li>
<li><a href="10aa19c092"><code>10aa19c</code></a> Merge pull request <a href="https://redirect.github.com/gabrielcsapo/docusaurus-plugin-image-zoom/issues/24">#24</a> from gabrielcsapo/scalvert/remove-types-from-peer</li>
<li><a href="6067c37d60"><code>6067c37</code></a> Removing types-only packages from peerDependencies</li>
<li><a href="c5c863377f"><code>c5c8633</code></a> Release 1.0.0</li>
<li><a href="6ab3bd78ed"><code>6ab3bd7</code></a> Merge pull request <a href="https://redirect.github.com/gabrielcsapo/docusaurus-plugin-image-zoom/issues/23">#23</a> from gabrielcsapo/move-to-dev-deps</li>
<li><a href="f637fbd959"><code>f637fbd</code></a> Ensuring dependencies for this package via validate-peer-dependencies</li>
<li><a href="d80832443c"><code>d808324</code></a> Update version-compatibility-test.yml</li>
<li><a href="707c07f4cf"><code>707c07f</code></a> Merge pull request <a href="https://redirect.github.com/gabrielcsapo/docusaurus-plugin-image-zoom/issues/22">#22</a> from gabrielcsapo/add-version-tester</li>
<li><a href="b4d70b9426"><code>b4d70b9</code></a> Adds docusaurus version tester</li>
<li>See full diff in <a href="https://github.com/gabrielcsapo/docusaurus-plugin-image-zoom/compare/v0.1.4...v1.0.1">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docusaurus-plugin-image-zoom&package-manager=npm_and_yarn&previous-version=0.1.4&new-version=1.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
2023-07-14 03:06:18 +00:00
dependabot[bot]
4588848048
⬆️ Bump @iconify/react from 4.1.0 to 4.1.1 in /website (#3681)
Bumps [@iconify/react](https://github.com/iconify/iconify/tree/HEAD/components/react) from 4.1.0 to 4.1.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/iconify/iconify/commits/HEAD/components/react">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@iconify/react&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>
2023-07-14 02:57:20 +00:00
dependabot[bot]
df0ece9242
⬆️ Bump sass from 1.63.4 to 1.63.6 in /website (#3663)
Bumps [sass](https://github.com/sass/dart-sass) from 1.63.4 to 1.63.6.
<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.63.6</h2>
<p>To install Sass 1.63.6, 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>
<h3>JavaScript API</h3>
<ul>
<li>Fix <code>import sass from 'sass'</code> again after it was broken in the last release.</li>
</ul>
<h3>Embedded Sass</h3>
<ul>
<li>Fix the <code>exports</code> declaration in <code>package.json</code>.</li>
</ul>
<p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1636">full changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.63.5</h2>
<p>To install Sass 1.63.5, 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>
<h3>JavaScript API</h3>
<ul>
<li>Fix a bug where loading the package through both CJS <code>require()</code> and ESM <code>import</code> could crash on Node.js.</li>
</ul>
<h3>Embedded Sass</h3>
<ul>
<li>
<p>Fix a deadlock when running at high concurrency on 32-bit systems.</p>
</li>
<li>
<p>Fix a race condition where the embedded compiler could deadlock or crash if a compilation ID was reused immediately after the compilation completed.</p>
</li>
</ul>
<p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1635">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.63.6</h2>
<h3>JavaScript API</h3>
<ul>
<li>Fix <code>import sass from 'sass'</code> again after it was broken in the last release.</li>
</ul>
<h3>Embedded Sass</h3>
<ul>
<li>Fix the <code>exports</code> declaration in <code>package.json</code>.</li>
</ul>
<h2>1.63.5</h2>
<h3>JavaScript API</h3>
<ul>
<li>Fix a bug where loading the package through both CJS <code>require()</code> and ESM
<code>import</code> could crash on Node.js.</li>
</ul>
<h3>Embedded Sass</h3>
<ul>
<li>
<p>Fix a deadlock when running at high concurrency on 32-bit systems.</p>
</li>
<li>
<p>Fix a race condition where the embedded compiler could deadlock or crash if a
compilation ID was reused immediately after the compilation completed.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="658eb70b55"><code>658eb70</code></a> Cut a release (<a href="https://redirect.github.com/sass/dart-sass/issues/2025">#2025</a>)</li>
<li><a href="b4e8a74a50"><code>b4e8a74</code></a> Use the new import name for the ESM default export (<a href="https://redirect.github.com/sass/dart-sass/issues/2026">#2026</a>)</li>
<li><a href="a48ced8ec9"><code>a48ced8</code></a> Fix a race condition with re-used compilation isolate IDs (<a href="https://redirect.github.com/sass/dart-sass/issues/2018">#2018</a>)</li>
<li><a href="62f29c8eca"><code>62f29c8</code></a> Update README: npm package does not support --embedded flag (<a href="https://redirect.github.com/sass/dart-sass/issues/2022">#2022</a>)</li>
<li><a href="cb4b442408"><code>cb4b442</code></a> Add a changelog entry for <a href="https://redirect.github.com/google/dart_cli_pkg/issues/132">google/dart_cli_pkg#132</a> (<a href="https://redirect.github.com/sass/dart-sass/issues/2020">#2020</a>)</li>
<li><a href="c41d52aa3b"><code>c41d52a</code></a> Bump protobuf and protoc_plugin (<a href="https://redirect.github.com/sass/dart-sass/issues/2021">#2021</a>)</li>
<li><a href="3fce74c1c5"><code>3fce74c</code></a> Update README: install with brew on macOS or Linux (<a href="https://redirect.github.com/sass/dart-sass/issues/2012">#2012</a>)</li>
<li><a href="b11840eaa1"><code>b11840e</code></a> Limit pool size (<a href="https://redirect.github.com/sass/dart-sass/issues/2019">#2019</a>)</li>
<li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.63.4...1.63.6">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.63.4&new-version=1.63.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>
2023-07-14 02:50:43 +00:00
dependabot[bot]
c29ab6e3ea
⬆️ Bump docusaurus-plugin-sass from 0.2.3 to 0.2.4 in /website (#3765)
Bumps [docusaurus-plugin-sass](https://github.com/rlamana/docusaurus-plugin-sass) from 0.2.3 to 0.2.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rlamana/docusaurus-plugin-sass/releases">docusaurus-plugin-sass's releases</a>.</em></p>
<blockquote>
<h2>v0.2.4</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: resolve sass-loader to avoid phantom dependencies by <a href="https://github.com/ChrisCindy"><code>@​ChrisCindy</code></a> in <a href="https://redirect.github.com/rlamana/docusaurus-plugin-sass/pull/25">rlamana/docusaurus-plugin-sass#25</a></li>
<li>Bump semver from 7.3.5 to 7.5.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/rlamana/docusaurus-plugin-sass/pull/31">rlamana/docusaurus-plugin-sass#31</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ChrisCindy"><code>@​ChrisCindy</code></a> made their first contribution in <a href="https://redirect.github.com/rlamana/docusaurus-plugin-sass/pull/25">rlamana/docusaurus-plugin-sass#25</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rlamana/docusaurus-plugin-sass/compare/v0.2.3...v0.2.4">https://github.com/rlamana/docusaurus-plugin-sass/compare/v0.2.3...v0.2.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6aec796843"><code>6aec796</code></a> Update package.json</li>
<li><a href="9fe733f096"><code>9fe733f</code></a> Merge pull request <a href="https://redirect.github.com/rlamana/docusaurus-plugin-sass/issues/31">#31</a> from rlamana/dependabot/npm_and_yarn/semver-7.5.3</li>
<li><a href="0e155d245c"><code>0e155d2</code></a> Bump semver from 7.3.5 to 7.5.3</li>
<li><a href="7ce5293e10"><code>7ce5293</code></a> Merge pull request <a href="https://redirect.github.com/rlamana/docusaurus-plugin-sass/issues/25">#25</a> from ChrisCindy/fix/resolve-sass-loader</li>
<li><a href="f2b9238640"><code>f2b9238</code></a> Update README.md</li>
<li><a href="acef0920ea"><code>acef092</code></a> fix: resolve sass-loader to avoid phantom dependencies</li>
<li>See full diff in <a href="https://github.com/rlamana/docusaurus-plugin-sass/compare/v0.2.3...v0.2.4">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docusaurus-plugin-sass&package-manager=npm_and_yarn&previous-version=0.2.3&new-version=0.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>
2023-07-14 02:45:09 +00:00
dependabot[bot]
6a79750374
⬆️ Bump postcss from 8.4.24 to 8.4.25 in /website (#3772)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.25.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p>
<blockquote>
<h2>8.4.25</h2>
<ul>
<li>Improve stringify performance (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed docs (by <a href="https://github.com/vikaskaliramna07"><code>@​vikaskaliramna07</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p>
<blockquote>
<h2>8.4.25</h2>
<ul>
<li>Improve stringify performance (by Romain Menke).</li>
<li>Fixed docs (by <a href="https://github.com/vikaskaliramna07"><code>@​vikaskaliramna07</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="62e8108ffa"><code>62e8108</code></a> Release 8.4.25 version</li>
<li><a href="431c51b9e4"><code>431c51b</code></a> Update dependencies and code style</li>
<li><a href="8b54e60df8"><code>8b54e60</code></a> Clean up docs</li>
<li><a href="4b2190bca7"><code>4b2190b</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1850">#1850</a> from vikaskaliramna07/main</li>
<li><a href="87e6dc825d"><code>87e6dc8</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1848">#1848</a> from romainmenke/reduce-calls-to-node-toString--ambi...</li>
<li><a href="492f474104"><code>492f474</code></a> reduce calls to Node.prototype.toString()</li>
<li><a href="300348fb9c"><code>300348f</code></a> Merge branch 'main' of <a href="https://github.com/vikaskaliramna07/postcss">https://github.com/vikaskaliramna07/postcss</a></li>
<li><a href="3eb1e03283"><code>3eb1e03</code></a> Update lib/comment.d.ts</li>
<li><a href="37cfddc3fe"><code>37cfddc</code></a> lib/declaration.d.ts: updated documentation for <code>important</code></li>
<li><a href="affc86dfc8"><code>affc86d</code></a> updated external link documentation</li>
<li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.24...8.4.25">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss&package-manager=npm_and_yarn&previous-version=8.4.24&new-version=8.4.25)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>
2023-07-14 02:40:31 +00:00
dependabot[bot]
ab11758a97
⬆️ Bump mermaid from 10.2.3 to 10.2.4 in /website (#3773)
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 10.2.3 to 10.2.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mermaid-js/mermaid/releases">mermaid's releases</a>.</em></p>
<blockquote>
<h2>10.2.4</h2>
<h2>Features</h2>
<ul>
<li>Add Plausible analytics to mermaid.js.org by <a href="https://github.com/sidharthv96"><code>@​sidharthv96</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4473">mermaid-js/mermaid#4473</a></li>
<li>Support for development in Docker by <a href="https://github.com/nirname"><code>@​nirname</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4478">mermaid-js/mermaid#4478</a></li>
<li>standardize info diagram definitions by <a href="https://github.com/Yokozuna59"><code>@​Yokozuna59</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4486">mermaid-js/mermaid#4486</a></li>
<li>Change C4 stereotype braces from ASCII <!-- raw HTML omitted --> to Unicode «/» by <a href="https://github.com/jonathan-r-young"><code>@​jonathan-r-young</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4460">mermaid-js/mermaid#4460</a></li>
<li>Add coverage for E2E tests by <a href="https://github.com/sidharthv96"><code>@​sidharthv96</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4498">mermaid-js/mermaid#4498</a></li>
<li>set normal mode for vitest coverage by <a href="https://github.com/Yokozuna59"><code>@​Yokozuna59</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4505">mermaid-js/mermaid#4505</a></li>
<li>Use v8 coverage in vitest by <a href="https://github.com/sidharthv96"><code>@​sidharthv96</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4560">mermaid-js/mermaid#4560</a></li>
<li>feat(flowchart): add classDef style group definition by <a href="https://github.com/tomperr"><code>@​tomperr</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/3923">mermaid-js/mermaid#3923</a></li>
<li>add cypress coverage clean by <a href="https://github.com/Yokozuna59"><code>@​Yokozuna59</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4556">mermaid-js/mermaid#4556</a></li>
<li>fix(class): keep members in namespace classes by <a href="https://github.com/tomperr"><code>@​tomperr</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4532">mermaid-js/mermaid#4532</a></li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Add hint on &quot;flowchart&quot; and &quot;graph&quot; by <a href="https://github.com/koppor"><code>@​koppor</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4096">mermaid-js/mermaid#4096</a></li>
<li>fix(flowchart): apply style on doublecircle by <a href="https://github.com/tomperr"><code>@​tomperr</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4540">mermaid-js/mermaid#4540</a></li>
<li>fix not rendered style when style is optional by <a href="https://github.com/Yokozuna59"><code>@​Yokozuna59</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4528">mermaid-js/mermaid#4528</a></li>
<li>fix(flowchart): allow multiple vertices with style by <a href="https://github.com/tomperr"><code>@​tomperr</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4553">mermaid-js/mermaid#4553</a></li>
</ul>
<h2>Documentation</h2>
<ul>
<li>change REAMDME.md coverage from coveralls into codecov by <a href="https://github.com/Yokozuna59"><code>@​Yokozuna59</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4507">mermaid-js/mermaid#4507</a></li>
<li>Update latest news section by <a href="https://github.com/huynhicode"><code>@​huynhicode</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4468">mermaid-js/mermaid#4468</a></li>
<li>Fix link to Tutorials from n00b-overview page by <a href="https://github.com/Spiderpig86"><code>@​Spiderpig86</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4472">mermaid-js/mermaid#4472</a></li>
<li>Fix Directives Documentation by <a href="https://github.com/adamazing"><code>@​adamazing</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4475">mermaid-js/mermaid#4475</a></li>
<li>Correct &quot;Bronze&quot; spelling in timeline docs by <a href="https://github.com/adamazing"><code>@​adamazing</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4467">mermaid-js/mermaid#4467</a></li>
<li>Document recommended file extension and MIME type docs by <a href="https://github.com/bollwyvl"><code>@​bollwyvl</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4485">mermaid-js/mermaid#4485</a></li>
<li>Fix typo in quadrant chart documentation by <a href="https://github.com/tobie"><code>@​tobie</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4512">mermaid-js/mermaid#4512</a></li>
<li>fix cspell issues in *.md files by <a href="https://github.com/Yokozuna59"><code>@​Yokozuna59</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4531">mermaid-js/mermaid#4531</a></li>
<li>docs: Howto on foreground color on timelines by <a href="https://github.com/mcbeelen"><code>@​mcbeelen</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4524">mermaid-js/mermaid#4524</a></li>
<li>Add citation.cff file by <a href="https://github.com/schackartk"><code>@​schackartk</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4521">mermaid-js/mermaid#4521</a></li>
<li>Update Tutorials.md by <a href="https://github.com/ellenealds"><code>@​ellenealds</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4539">mermaid-js/mermaid#4539</a></li>
<li>Add Standard Notes extension in integrations page by <a href="https://github.com/nienow"><code>@​nienow</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4557">mermaid-js/mermaid#4557</a></li>
<li>Fix up Gantt Chart demo by <a href="https://github.com/AlexMooney"><code>@​AlexMooney</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4561">mermaid-js/mermaid#4561</a></li>
</ul>
<h2>Chore</h2>
<ul>
<li>Update all patch dependencies (patch) by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4482">mermaid-js/mermaid#4482</a></li>
<li>chore: revise Contributing documentation by <a href="https://github.com/weedySeaDragon"><code>@​weedySeaDragon</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/3814">mermaid-js/mermaid#3814</a></li>
<li>chore(deps): update all minor dependencies (minor) by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4435">mermaid-js/mermaid#4435</a></li>
<li>fix(deps): update all patch dependencies (patch) by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4510">mermaid-js/mermaid#4510</a></li>
<li>fix(deps): update all patch dependencies (patch) by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4535">mermaid-js/mermaid#4535</a></li>
<li>chore(deps): update dependency eslint-plugin-jsdoc to v46 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4544">mermaid-js/mermaid#4544</a></li>
<li>chore(deps): update dependency jsdom to v22 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4546">mermaid-js/mermaid#4546</a></li>
<li>chore(deps): update dependency eslint-plugin-unicorn to v47 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4545">mermaid-js/mermaid#4545</a></li>
<li>chore(deps): update dependency workbox-window to v7 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4547">mermaid-js/mermaid#4547</a></li>
<li>chore(deps): update node.js to v20 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4548">mermaid-js/mermaid#4548</a></li>
<li>fix(deps): update all patch dependencies (patch) by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4543">mermaid-js/mermaid#4543</a></li>
<li>add <code>Suggested Solutions</code> field in <code>bug_report.yml</code> by <a href="https://github.com/Yokozuna59"><code>@​Yokozuna59</code></a> in <a href="https://redirect.github.com/mermaid-js/mermaid/pull/4541">mermaid-js/mermaid#4541</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="453b337e6e"><code>453b337</code></a> Updated mermaid version to 10.2.4</li>
<li><a href="8066d94c1d"><code>8066d94</code></a> Merge pull request <a href="https://redirect.github.com/mermaid-js/mermaid/issues/4560">#4560</a> from mermaid-js/sidv/v8Coverage</li>
<li><a href="3a03070f5d"><code>3a03070</code></a> Merge branch 'develop' into sidv/v8Coverage</li>
<li><a href="562910e831"><code>562910e</code></a> Merge pull request <a href="https://redirect.github.com/mermaid-js/mermaid/issues/4532">#4532</a> from tomperr/fix/4519-namespace-lose-members</li>
<li><a href="85fdbab6b9"><code>85fdbab</code></a> Update docs</li>
<li><a href="3fac8d7be5"><code>3fac8d7</code></a> Merge pull request <a href="https://redirect.github.com/mermaid-js/mermaid/issues/4561">#4561</a> from AlexMooney/patch-1</li>
<li><a href="47db1a3c9f"><code>47db1a3</code></a> Cleanup</li>
<li><a href="491f8c1259"><code>491f8c1</code></a> Clean up some spacing in examples</li>
<li><a href="83bda9febd"><code>83bda9f</code></a> Correct the Gantt milestones example</li>
<li><a href="0d833fb4ce"><code>0d833fb</code></a> Use v8 coverage</li>
<li>Additional commits viewable in <a href="https://github.com/mermaid-js/mermaid/compare/v10.2.3...v10.2.4">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mermaid&package-manager=npm_and_yarn&previous-version=10.2.3&new-version=10.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>
2023-07-14 02:35:15 +00:00
dependabot[bot]
4d4500776b
⬆️ Bump semver from 5.7.1 to 5.7.2 in /website (#3782)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/npm/node-semver/releases">semver's releases</a>.</em></p>
<blockquote>
<h2>v5.7.2</h2>
<h2><a href="https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2">5.7.2</a> (2023-07-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a href="2f8fd41487"><code>2f8fd41</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/585">#585</a> better handling of whitespace (<a href="https://redirect.github.com/npm/node-semver/issues/585">#585</a>) (<a href="https://github.com/joaomoreno"><code>@​joaomoreno</code></a>, <a href="https://github.com/lukekarrys"><code>@​lukekarrys</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md">semver's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2">5.7.2</a> (2023-07-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a href="2f8fd41487"><code>2f8fd41</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/585">#585</a> better handling of whitespace (<a href="https://redirect.github.com/npm/node-semver/issues/585">#585</a>) (<a href="https://github.com/joaomoreno"><code>@​joaomoreno</code></a>, <a href="https://github.com/lukekarrys"><code>@​lukekarrys</code></a>)</li>
</ul>
<h2>5.7</h2>
<ul>
<li>Add <code>minVersion</code> method</li>
</ul>
<h2>5.6</h2>
<ul>
<li>Move boolean <code>loose</code> param to an options object, with
backwards-compatibility protection.</li>
<li>Add ability to opt out of special prerelease version handling with
the <code>includePrerelease</code> option flag.</li>
</ul>
<h2>5.5</h2>
<ul>
<li>Add version coercion capabilities</li>
</ul>
<h2>5.4</h2>
<ul>
<li>Add intersection checking</li>
</ul>
<h2>5.3</h2>
<ul>
<li>Add <code>minSatisfying</code> method</li>
</ul>
<h2>5.2</h2>
<ul>
<li>Add <code>prerelease(v)</code> that returns prerelease components</li>
</ul>
<h2>5.1</h2>
<ul>
<li>Add Backus-Naur for ranges</li>
<li>Remove excessively cute inspection methods</li>
</ul>
<h2>5.0</h2>
<ul>
<li>Remove AMD/Browserified build artifacts</li>
<li>Fix ltr and gtr when using the <code>*</code> range</li>
<li>Fix for range <code>*</code> with a prerelease identifier</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f8cc313550"><code>f8cc313</code></a> chore: release 5.7.2</li>
<li><a href="2f8fd41487"><code>2f8fd41</code></a> fix: better handling of whitespace (<a href="https://redirect.github.com/npm/node-semver/issues/585">#585</a>)</li>
<li><a href="deb5ad51bf"><code>deb5ad5</code></a> chore: <code>@​npmcli/template-oss</code><a href="https://github.com/4"><code>@​4</code></a>.16.0</li>
<li>See full diff in <a href="https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~lukekarrys">lukekarrys</a>, a new releaser for semver since your current version.</p>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver&package-manager=npm_and_yarn&previous-version=5.7.1&new-version=5.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/alcionai/corso/network/alerts).
</details>
2023-07-14 02:29:47 +00:00
dependabot[bot]
61de33cbd3
⬆️ Bump sass from 1.63.3 to 1.63.4 in /website (#3621)
Bumps [sass](https://github.com/sass/dart-sass) from 1.63.3 to 1.63.4.
<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.63.4</h2>
<p>To install Sass 1.63.4, 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>
<h3>JavaScript API</h3>
<ul>
<li>
<p>Re-enable support for <code>import sass from 'sass'</code> when loading the package from an ESM module in Node.js. However, this syntax is now deprecated; ESM users should use <code>import * as sass from 'sass'</code> instead.</p>
<p>On the browser and other ESM-only platforms, only <code>import * as sass from 'sass'</code> is supported.</p>
</li>
<li>
<p>Properly export the legacy API values <code>TRUE</code>, <code>FALSE</code>, <code>NULL</code>, and <code>types</code> from the ECMAScript module API.</p>
</li>
</ul>
<h3>Embedded Sass</h3>
<ul>
<li>
<p>Fix a race condition where closing standard input while requests are in-flight could sometimes cause the process to hang rather than shutting down gracefully.</p>
</li>
<li>
<p>Properly include the root stylesheet's URL in the set of loaded URLs when it fails to parse.</p>
</li>
</ul>
<p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1634">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.63.4</h2>
<h3>JavaScript API</h3>
<ul>
<li>
<p>Re-enable support for <code>import sass from 'sass'</code> when loading the package from
an ESM module in Node.js. However, this syntax is now deprecated; ESM users
should use <code>import * as sass from 'sass'</code> instead.</p>
<p>On the browser and other ESM-only platforms, only <code>import * as sass from 'sass'</code> is supported.</p>
</li>
<li>
<p>Properly export the legacy API values <code>TRUE</code>, <code>FALSE</code>, <code>NULL</code>, and <code>types</code> from
the ECMAScript module API.</p>
</li>
</ul>
<h3>Embedded Sass</h3>
<ul>
<li>
<p>Fix a race condition where closing standard input while requests are in-flight
could sometimes cause the process to hang rather than shutting down
gracefully.</p>
</li>
<li>
<p>Properly include the root stylesheet's URL in the set of loaded URLs when it
fails to parse.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="e34a0c7fa9"><code>e34a0c7</code></a> Cut a release (<a href="https://redirect.github.com/sass/dart-sass/issues/2016">#2016</a>)</li>
<li><a href="3de612e67c"><code>3de612e</code></a> Re-enable support for default exports (<a href="https://redirect.github.com/sass/dart-sass/issues/2009">#2009</a>)</li>
<li><a href="ce58d87dcf"><code>ce58d87</code></a> Add missing ESM exports (<a href="https://redirect.github.com/sass/dart-sass/issues/2010">#2010</a>)</li>
<li><a href="aa59a5f4a9"><code>aa59a5f</code></a> Fix race condition between spawning and killing isolates during shutdown (<a href="https://redirect.github.com/sass/dart-sass/issues/2007">#2007</a>)</li>
<li><a href="760fa2ead1"><code>760fa2e</code></a> Add current stylesheet to loadedUrls when throwing parsing error (<a href="https://redirect.github.com/sass/dart-sass/issues/1991">#1991</a>)</li>
<li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.63.3...1.63.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.63.3&new-version=1.63.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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>
2023-06-14 06:08:52 +00:00
dependabot[bot]
ea5eaf3aaf
⬆️ Bump sass from 1.63.2 to 1.63.3 in /website (#3587) 2023-06-12 06:08:40 +00:00
dependabot[bot]
4464ec7fce
⬆️ Bump mermaid from 10.2.2 to 10.2.3 in /website (#3580) 2023-06-09 06:05:52 +00:00
dependabot[bot]
1b97225555
⬆️ Bump sass from 1.62.1 to 1.63.2 in /website (#3576) 2023-06-08 06:13:39 +00:00
dependabot[bot]
ed47c134b0
⬆️ Bump mermaid from 10.2.0 to 10.2.2 in /website (#3570) 2023-06-06 06:06:19 +00:00
dependabot[bot]
543750e35b
⬆️ Bump postcss from 8.4.23 to 8.4.24 in /website (#3530) 2023-05-29 05:30:23 +00:00
dependabot[bot]
f7f06e0305
⬆️ Bump mermaid from 10.1.0 to 10.2.0 in /website (#3529) 2023-05-29 05:23:04 +00:00
dependabot[bot]
cffdb84e9c
⬆️ Bump @docusaurus/module-type-aliases from 2.4.0 to 2.4.1 in /website (#3421) 2023-05-16 06:17:52 +00:00
dependabot[bot]
6dbaa6a594
⬆️ Bump @docusaurus/preset-classic from 2.4.0 to 2.4.1 in /website (#3423) 2023-05-16 06:12:47 +00:00
dependabot[bot]
a084ce6d30
⬆️ Bump @docusaurus/core from 2.4.0 to 2.4.1 in /website (#3422) 2023-05-16 06:07:08 +00:00
dependabot[bot]
213bac60e2
⬆️ Bump tailwindcss from 3.3.1 to 3.3.2 in /website (#3266) 2023-05-01 06:17:27 +00:00
dependabot[bot]
57dfa3d38a
⬆️ Bump sass from 1.62.0 to 1.62.1 in /website (#3246) 2023-04-27 06:05:23 +00:00
dependabot[bot]
8ea0ecc595
⬆️ Bump postcss from 8.4.22 to 8.4.23 in /website (#3180) 2023-04-20 06:06:35 +00:00
dependabot[bot]
fe644ae2be
⬆️ Bump docusaurus-plugin-image-zoom from 0.1.2 to 0.1.4 in /website (#3154) 2023-04-18 06:12:07 +00:00
dependabot[bot]
1258b3d6d0
⬆️ Bump postcss from 8.4.21 to 8.4.22 in /website (#3153) 2023-04-18 06:06:07 +00:00
dependabot[bot]
675afedbc2
⬆️ Bump docusaurus-plugin-image-zoom from 0.1.1 to 0.1.2 in /website (#3124) 2023-04-14 06:11:28 +00:00
dependabot[bot]
24ba98b2af
⬆️ Bump sass from 1.61.0 to 1.62.0 in /website (#3101) 2023-04-12 06:06:46 +00:00
dependabot[bot]
57b143e358
⬆️ Bump sass from 1.60.0 to 1.61.0 in /website (#3063) 2023-04-07 06:06:54 +00:00
dependabot[bot]
a2e669a3a4
⬆️ Bump mermaid from 10.0.2 to 10.1.0 in /website (#3036) 2023-04-05 06:08:13 +00:00
dependabot[bot]
52de2a32e8
⬆️ Bump tailwindcss from 3.3.0 to 3.3.1 in /website (#3010) 2023-04-03 06:09:46 +00:00
dependabot[bot]
ee9a1013bc
⬆️ Bump tailwindcss from 3.2.7 to 3.3.0 in /website (#2977) 2023-03-29 06:07:55 +00:00
dependabot[bot]
1cbd2e9cfb
⬆️ Bump @docusaurus/core from 2.3.1 to 2.4.0 in /website (#2964) 2023-03-28 06:11:02 +00:00
dependabot[bot]
7894d278a9
⬆️ Bump sass from 1.59.3 to 1.60.0 in /website (#2947) 2023-03-27 06:19:12 +00:00
dependabot[bot]
6ef93fca74
⬆️ Bump @docusaurus/preset-classic from 2.3.1 to 2.4.0 in /website (#2946) 2023-03-27 06:13:30 +00:00
dependabot[bot]
d72282e0df
⬆️ Bump @docusaurus/plugin-google-gtag from 2.3.1 to 2.4.0 in /website (#2940) 2023-03-24 06:11:46 +00:00
dependabot[bot]
d05e419430
⬆️ Bump @docusaurus/module-type-aliases from 2.3.1 to 2.4.0 in /website (#2939) 2023-03-24 06:06:52 +00:00
dependabot[bot]
f729ed6626
⬆️ Bump webpack from 5.74.0 to 5.76.1 in /website (#2801) 2023-03-15 06:13:44 +00:00
dependabot[bot]
943099afb7
⬆️ Bump sass from 1.59.2 to 1.59.3 in /website (#2799) 2023-03-15 06:08:08 +00:00
dependabot[bot]
8c0eb6ee6d
⬆️ Bump sass from 1.58.3 to 1.59.2 in /website (#2765) 2023-03-13 05:34:06 +00:00
dependabot[bot]
ce3d85a868
⬆️ Bump autoprefixer from 10.4.13 to 10.4.14 in /website (#2752) 2023-03-10 06:07:22 +00:00
dependabot[bot]
e61e306c87
⬆️ Bump mermaid from 10.0.0 to 10.0.2 in /website (#2698) 2023-03-03 06:10:35 +00:00
Niraj Tolia
2d7d9c43ca
Revert "⬆️ Bump tw-elements from 1.0.0-alpha13 to 1.0.0-beta1 in /website" (#2658)
Reverts alcionai/corso#2655
2023-02-27 07:44:32 +00:00
dependabot[bot]
4c22c181bf
⬆️ Bump tw-elements from 1.0.0-alpha13 to 1.0.0-beta1 in /website (#2655) 2023-02-27 06:15:48 +00:00
Niraj Tolia
fce846a069
Add user testimonials framework (#2619)
## Description

Add a template for adding user testimonials. Currently broken.

## Does this PR need a docs update or release note?

- [x]  No 

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🗺️ Documentation
2023-02-25 01:21:46 +00:00
Niraj Tolia
b04fc02b9d
Revert "⬆️ Bump tw-elements from 1.0.0-alpha13 to 1.0.0-beta1 in /website" (#2641)
Reverts alcionai/corso#2625 as it has behavior changes (unfurls all FAQ questions).
2023-02-24 21:16:55 +00:00
dependabot[bot]
b91e106f32
⬆️ Bump @braintree/sanitize-url from 6.0.0 to 6.0.2 in /website (#2635) 2023-02-24 17:07:01 +00:00
dependabot[bot]
5e5df64ef7
⬆️ Bump tw-elements from 1.0.0-alpha13 to 1.0.0-beta1 in /website (#2625) 2023-02-24 05:48:07 +00:00
dependabot[bot]
01943e6f12
⬆️ Bump mermaid from 9.4.0 to 10.0.0 in /website (#2608)
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 9.4.0 to 10.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mermaid-js/mermaid/releases">mermaid's releases</a>.</em></p>
<blockquote>
<h2>v10.0.0</h2>
<h2>What's Changed</h2>
<h3>Please refer the <a href="https://github.com/mermaid-js/mermaid/blob/master/CHANGELOG.md#1000">v10 changes section in CHANGELOG.md</a> to see detailed migration steps.</h3>
<h3>Breaking changes in v10</h3>
<ul>
<li>Switch to ESM only for v10? by <a href="https://github.com/sidharthv96"><code>@​sidharthv96</code></a> <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/issues/3590">#3590</a></li>
<li>Break type of mermaid.render in v10 by <a href="https://github.com/sidharthv96"><code>@​sidharthv96</code></a> <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/issues/3577">#3577</a></li>
<li>Improve init function and how selector and nodes are passed by <a href="https://github.com/sidharthv96"><code>@​sidharthv96</code></a> <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/issues/3394">#3394</a></li>
<li>mermaid.init is not using the config that's passed by <a href="https://github.com/sidharthv96"><code>@​sidharthv96</code></a> <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/issues/3406">#3406</a></li>
<li>Configurable HTML class for initialisation by <a href="https://github.com/sidharthv96"><code>@​sidharthv96</code></a> <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/issues/3055">#3055</a></li>
</ul>
<h3>Features</h3>
<ul>
<li>fix(api): tree shaking package.json import by <a href="https://github.com/AielloChan"><code>@​AielloChan</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4101">mermaid-js/mermaid#4101</a></li>
<li>splitDiagrams by <a href="https://github.com/sidharthv96"><code>@​sidharthv96</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4110">mermaid-js/mermaid#4110</a></li>
<li>Adding the ability to use invisible edges by <a href="https://github.com/knsv"><code>@​knsv</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4113">mermaid-js/mermaid#4113</a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>Add logo to readme by <a href="https://github.com/sidharthv96"><code>@​sidharthv96</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4076">mermaid-js/mermaid#4076</a></li>
<li>docs: minor fix on markdown by <a href="https://github.com/Jeff-Tian"><code>@​Jeff-Tian</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4015">mermaid-js/mermaid#4015</a></li>
<li>Fix typos by <a href="https://github.com/fkohrt"><code>@​fkohrt</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4118">mermaid-js/mermaid#4118</a></li>
</ul>
<h3>Chores</h3>
<ul>
<li>chore(deps): update all non-major dependencies (minor) by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4044">mermaid-js/mermaid#4044</a></li>
<li>chore(deps): update dependency <code>@​types/uuid</code> to v9 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4067">mermaid-js/mermaid#4067</a></li>
<li>build(lint:fix): cache eslint in pnpm run lint:fix by <a href="https://github.com/aloisklink"><code>@​aloisklink</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4073">mermaid-js/mermaid#4073</a></li>
<li>chore(deps): update dependency rimraf to v4 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4070">mermaid-js/mermaid#4070</a></li>
<li>chore(deps): update dependency jsdom to v21 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4069">mermaid-js/mermaid#4069</a></li>
<li>chore(deps): update timonvs/pr-labeler-action action to v4 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4072">mermaid-js/mermaid#4072</a></li>
<li>chore(deps): update actions/configure-pages action to v3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4065">mermaid-js/mermaid#4065</a></li>
<li>chore(deps): update actions/dependency-review-action action to v3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4066">mermaid-js/mermaid#4066</a></li>
<li>chore(deps): update dependency vite to v4 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4071">mermaid-js/mermaid#4071</a></li>
<li>chore(deps): update dependency cypress to v12 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4068">mermaid-js/mermaid#4068</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Jeff-Tian"><code>@​Jeff-Tian</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4015">mermaid-js/mermaid#4015</a></li>
<li><a href="https://github.com/AielloChan"><code>@​AielloChan</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4101">mermaid-js/mermaid#4101</a></li>
<li><a href="https://github.com/fkohrt"><code>@​fkohrt</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/4118">mermaid-js/mermaid#4118</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mermaid-js/mermaid/compare/v9.4.0...v10.0.0">https://github.com/mermaid-js/mermaid/compare/v9.4.0...v10.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md">mermaid's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/mermaid-js/mermaid/releases/tag/v10.0.0">10.0.0</a></h2>
<h3>mermaid.render is async and doesn't accept callbacks</h3>
<pre lang="js"><code>// &lt; v10
mermaid.render('id', 'graph TD;\nA--&gt;B', (svg, bindFunctions) =&gt; {
  element.innerHTML = svg;
  if (bindFunctions) {
    bindFunctions(element);
  }
});
<p>// Shorter syntax
if (bindFunctions) {
bindFunctions(element);
}
// can be replaced with the <code>?.</code> shorthand
bindFunctions?.(element);</p>
<p>// &gt;= v10 with async/await
const { svg, bindFunctions } = await mermaid.render('id', 'graph TD;\nA--&gt;B');
element.innerHTML = svg;
bindFunctions?.(element);</p>
<p>// &gt;= v10 with promise.then
mermaid.render('id', 'graph TD;A--&gt;B').then(({ svg, bindFunctions }) =&gt; {
element.innerHTML = svg;
bindFunctions?.(element);
});
</code></pre></p>
<h3>mermaid.parse is async and ParseError is removed</h3>
<pre lang="js"><code>// &lt; v10
mermaid.parse(text, parseError);
<p>//&gt;= v10
await mermaid.parse(text).catch(parseError);
// or
try {
await mermaid.parse(text);
} catch (err) {
parseError(err);
}
</code></pre></p>
<h3>Init deprecated and InitThrowsErrors removed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="555d4f2cdc"><code>555d4f2</code></a> Fix spellings</li>
<li><a href="75633ba125"><code>75633ba</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/issues/4118">#4118</a> from fkohrt/patch-1</li>
<li><a href="ec5fa31a11"><code>ec5fa31</code></a> Wrap option working in test case</li>
<li><a href="bfb8a75fca"><code>bfb8a75</code></a> Fix typos</li>
<li><a href="14c15b221a"><code>14c15b2</code></a> Minor cleanup</li>
<li><a href="8743e9e30e"><code>8743e9e</code></a> Removed the deprecated use of mindmap in Demo</li>
<li><a href="22b18a4320"><code>22b18a4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/issues/4113">#4113</a> from mermaid-js/3192_invisible_edges</li>
<li><a href="786023ffa6"><code>786023f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/issues/4110">#4110</a> from mermaid-js/sidv/splitDiagrams</li>
<li><a href="68cdc759a7"><code>68cdc75</code></a> Minor cleanup</li>
<li><a href="eb04d80df0"><code>eb04d80</code></a> Update docs</li>
<li>Additional commits viewable in <a href="https://github.com/mermaid-js/mermaid/compare/v9.4.0...v10.0.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mermaid&package-manager=npm_and_yarn&previous-version=9.4.0&new-version=10.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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>
2023-02-22 06:40:30 +00:00