43 Commits

Author SHA1 Message Date
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
dependabot[bot]
d4cffa2453
⬆️ Bump tailwindcss from 3.2.6 to 3.2.7 in /website (#2607) 2023-02-22 05:37:15 +00:00
dependabot[bot]
0c76903dc4
⬆️ Bump sass from 1.58.1 to 1.58.3 in /website (#2572) 2023-02-20 06:23:27 +00:00
dependabot[bot]
d2d2fe1197
⬆️ Bump mermaid from 9.3.0 to 9.4.0 in /website (#2571) 2023-02-20 06:18:18 +00:00
dependabot[bot]
efb93dda84
⬆️ Bump sass from 1.58.0 to 1.58.1 in /website (#2499) 2023-02-14 06:08:35 +00:00
dependabot[bot]
78e8e1a4a8
⬆️ Bump @sideway/formula from 3.0.0 to 3.0.1 in /website (#2454)
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="5b44c1bffc"><code>5b44c1b</code></a> 3.0.1</li>
<li><a href="9fbc20a02d"><code>9fbc20a</code></a> chore: better number regex</li>
<li><a href="41ae98e042"><code>41ae98e</code></a> Cleanup</li>
<li><a href="c59f35ec40"><code>c59f35e</code></a> Move to Sideway</li>
<li>See full diff in <a href="https://github.com/sideway/formula/compare/v3.0.0...v3.0.1">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/~marsup">marsup</a>, a new releaser for <code>@​sideway/formula</code> since your current version.</p>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sideway/formula&package-manager=npm_and_yarn&previous-version=3.0.0&new-version=3.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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/alcionai/corso/network/alerts).

</details>
2023-02-09 06:43:56 +00:00
dependabot[bot]
98fa55ac54
⬆️ Bump tailwindcss from 3.2.4 to 3.2.6 in /website (#2452)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.4 to 3.2.6.
<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.2.6</h2>
<h3>Fixed</h3>
<ul>
<li>drop oxide api shim (<a href="add16364b4">add16364b4b1100e1af23ad1ca6900a0b53cbba0</a>)</li>
</ul>
<h2>v3.2.5</h2>
<h3>Added</h3>
<ul>
<li>Add standalone CLI build for 64-bit Windows on ARM (<code>node16-win-arm64</code>) (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10001">#10001</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Cleanup unused <code>variantOrder</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9829">#9829</a>)</li>
<li>Fix <code>foo-[abc]/[def]</code> not being handled correctly (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9866">#9866</a>)</li>
<li>Add container queries plugin to standalone CLI (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9865">#9865</a>)</li>
<li>Support renaming of output files by <code>PostCSS</code> plugin. (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9944">#9944</a>)</li>
<li>Improve return value of <code>resolveConfig</code>, unwrap <code>ResolvableTo</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9972">#9972</a>)</li>
<li>Clip unbalanced brackets in arbitrary values (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9973">#9973</a>)</li>
<li>Don’t reorder webkit scrollbar pseudo elements (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9991">#9991</a>)</li>
<li>Deterministic sorting of arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10016">#10016</a>)</li>
<li>Add <code>data</code> key to theme types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10023">#10023</a>)</li>
<li>Prevent invalid arbitrary variant selectors from failing the build (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10059">#10059</a>)</li>
<li>Properly handle subtraction followed by a variable (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10074">#10074</a>)</li>
<li>Fix missing <code>string[]</code> in the <code>theme.dropShadow</code> types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10072">#10072</a>)</li>
<li>Update list of length units (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10100">#10100</a>)</li>
<li>Fix not matching arbitrary properties when closely followed by square brackets (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10212">#10212</a>)</li>
<li>Allow direct nesting in <code>root</code> or <code>@layer</code> nodes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10229">#10229</a>)</li>
<li>Don't prefix classes in arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10214">#10214</a>)</li>
<li>Fix perf regression when checking for changed content (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10234">#10234</a>)</li>
<li>Fix missing <code>blocklist</code> member in the <code>Config</code> type (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10239">#10239</a>)</li>
<li>Escape group names in selectors (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10276">#10276</a>)</li>
<li>Consider earlier variants before sorting functions (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10288">#10288</a>)</li>
<li>Allow variants with slashes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10336">#10336</a>)</li>
<li>Ensure generated CSS is always sorted in the same order for a given set of templates (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10382">#10382</a>)</li>
<li>Handle variants when the same class appears multiple times in a selector (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10397">#10397</a>)</li>
<li>Handle group/peer variants with quoted strings (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10400">#10400</a>)</li>
<li>Parse alpha value from rgba/hsla colors when using variables (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10429">#10429</a>)</li>
<li>Sort by <code>layer</code> inside <code>variants</code> layer (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10505">#10505</a>)</li>
<li>Add <code>--watch=always</code> option to prevent exit when stdin closes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9966">#9966</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Alphabetize <code>theme</code> keys in default config (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9953">#9953</a>)</li>
<li>Update esbuild to v17 (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10368">#10368</a>)</li>
<li>Include <code>outline-color</code> in <code>transition</code> and <code>transition-colors</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10385">#10385</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md">tailwindcss's changelog</a>.</em></p>
<blockquote>
<h2>[3.2.6] - 2023-02-08</h2>
<h3>Fixed</h3>
<ul>
<li>drop oxide api shim (<a href="add16364b4">add16364b4b1100e1af23ad1ca6900a0b53cbba0</a>)</li>
</ul>
<h2>[3.2.5] - 2023-02-08</h2>
<h3>Added</h3>
<ul>
<li>Add standalone CLI build for 64-bit Windows on ARM (<code>node16-win-arm64</code>) (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10001">#10001</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Cleanup unused <code>variantOrder</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9829">#9829</a>)</li>
<li>Fix <code>foo-[abc]/[def]</code> not being handled correctly (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9866">#9866</a>)</li>
<li>Add container queries plugin to standalone CLI (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9865">#9865</a>)</li>
<li>Support renaming of output files by <code>PostCSS</code> plugin. (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9944">#9944</a>)</li>
<li>Improve return value of <code>resolveConfig</code>, unwrap <code>ResolvableTo</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9972">#9972</a>)</li>
<li>Clip unbalanced brackets in arbitrary values (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9973">#9973</a>)</li>
<li>Don’t reorder webkit scrollbar pseudo elements (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9991">#9991</a>)</li>
<li>Deterministic sorting of arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10016">#10016</a>)</li>
<li>Add <code>data</code> key to theme types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10023">#10023</a>)</li>
<li>Prevent invalid arbitrary variant selectors from failing the build (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10059">#10059</a>)</li>
<li>Properly handle subtraction followed by a variable (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10074">#10074</a>)</li>
<li>Fix missing <code>string[]</code> in the <code>theme.dropShadow</code> types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10072">#10072</a>)</li>
<li>Update list of length units (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10100">#10100</a>)</li>
<li>Fix not matching arbitrary properties when closely followed by square brackets (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10212">#10212</a>)</li>
<li>Allow direct nesting in <code>root</code> or <code>@layer</code> nodes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10229">#10229</a>)</li>
<li>Don't prefix classes in arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10214">#10214</a>)</li>
<li>Fix perf regression when checking for changed content (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10234">#10234</a>)</li>
<li>Fix missing <code>blocklist</code> member in the <code>Config</code> type (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10239">#10239</a>)</li>
<li>Escape group names in selectors (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10276">#10276</a>)</li>
<li>Consider earlier variants before sorting functions (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10288">#10288</a>)</li>
<li>Allow variants with slashes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10336">#10336</a>)</li>
<li>Ensure generated CSS is always sorted in the same order for a given set of templates (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10382">#10382</a>)</li>
<li>Handle variants when the same class appears multiple times in a selector (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10397">#10397</a>)</li>
<li>Handle group/peer variants with quoted strings (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10400">#10400</a>)</li>
<li>Parse alpha value from rgba/hsla colors when using variables (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10429">#10429</a>)</li>
<li>Sort by <code>layer</code> inside <code>variants</code> layer (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10505">#10505</a>)</li>
<li>Add <code>--watch=always</code> option to prevent exit when stdin closes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9966">#9966</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Alphabetize <code>theme</code> keys in default config (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9953">#9953</a>)</li>
<li>Update esbuild to v17 (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10368">#10368</a>)</li>
<li>Include <code>outline-color</code> in <code>transition</code> and <code>transition-colors</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10385">#10385</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7f81849a43"><code>7f81849</code></a> 3.2.6</li>
<li><a href="d17bc26708"><code>d17bc26</code></a> update changelog</li>
<li><a href="352677f0a9"><code>352677f</code></a> Prepare for the <code>v3.2.6</code></li>
<li><a href="add16364b4"><code>add1636</code></a> drop oxide api shim</li>
<li><a href="0bf3a7dda6"><code>0bf3a7d</code></a> Revert &quot;Prepare for the <code>v3.2.5</code> release (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/10531">#10531</a>)&quot;</li>
<li><a href="abe5163116"><code>abe5163</code></a> 3.2.5</li>
<li><a href="924ae7aca6"><code>924ae7a</code></a> swap to <code>stable</code> engines when preparing the release</li>
<li><a href="3f9d7e8e71"><code>3f9d7e8</code></a> drop caching from <code>release stable</code> workflow</li>
<li><a href="aff715eba6"><code>aff715e</code></a> ensure to swap to the stable engine</li>
<li><a href="f22261b314"><code>f22261b</code></a> do not include <code>oxide</code> engine related features</li>
<li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.2.4...v3.2.6">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.2.4&new-version=3.2.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-02-09 05:29:24 +00:00
Niraj Tolia
de3c7e5e83
Upgrade Docusaurus to v2.3.1 (#2393)
## Description

This picks up a GTM fix and dependency security upgrades

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

- [x]  No 

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2023-02-04 01:21:43 +00:00
dependabot[bot]
19dbad4c46
⬆️ Bump http-cache-semantics from 4.1.0 to 4.1.1 in /website (#2367) 2023-02-02 03:45:51 +00:00
dependabot[bot]
45eb71f1c2
⬆️ Bump sass from 1.57.1 to 1.58.0 in /website (#2350) 2023-02-01 05:18:49 +00:00
dependabot[bot]
0f39b23a00
⬆️ Bump @iconify/react from 4.0.1 to 4.1.0 in /website (#2326) 2023-01-31 05:16:37 +00:00
dependabot[bot]
bf404c0602
⬆️ Bump @loadable/component from 5.15.2 to 5.15.3 in /website (#2325) 2023-01-31 05:11:15 +00:00
Niraj Tolia
3703d3d9c7
Upgrade to Docusaurus 2.3.0 (#2303)
## Description

Upgrade to Docusaurus 2.3.0

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

- [x]  No 

## Type of change

- [x] 🗺️ Documentation

## Test Plan

- [x] 💪 Manual
2023-01-27 22:30:06 +00:00
dependabot[bot]
91a9077d90
⬆️ Bump ua-parser-js from 0.7.32 to 0.7.33 in /website (#2258) 2023-01-25 12:21:28 +00:00
Niraj Tolia
7872201f73
Move to wow.js fork (#2210)
## Description

wow.js got relicensed. Switch to the MIT fork (the old license)

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

- [x]  No 

## Type of change

- [x] 🐛 Bugfix

## Test Plan

- [x] 💪 Manual
2023-01-20 20:13:25 +00:00
dependabot[bot]
527f1247f8
⬆️ Bump postcss from 8.4.20 to 8.4.21 in /website (#2077) 2023-01-10 05:18:21 +00:00
dependabot[bot]
8a613077ad
⬆️ Bump docusaurus-plugin-sass from 0.2.2 to 0.2.3 in /website (#2078) 2023-01-10 05:13:37 +00:00
dependabot[bot]
3447e47951
⬆️ Bump json5 from 2.2.1 to 2.2.2 in /website (#1991) 2022-12-29 16:23:39 +00:00
dependabot[bot]
358f45d229
⬆️ Bump sass from 1.57.0 to 1.57.1 in /website (#1897) 2022-12-21 05:14:10 +00:00
dependabot[bot]
6125e53404
⬆️ Bump sass from 1.56.2 to 1.57.0 in /website (#1854) 2022-12-19 05:23:33 +00:00
dependabot[bot]
85cf9ae120
⬆️ Bump jarallax from 2.1.0 to 2.1.3 in /website (#1855) 2022-12-19 05:18:45 +00:00
dependabot[bot]
64696ec83b
⬆️ Bump jarallax from 2.0.4 to 2.1.0 in /website (#1837) 2022-12-16 05:29:20 +00:00
dependabot[bot]
0943fcf9e3
⬆️ Bump mermaid from 9.2.2 to 9.3.0 in /website (#1839) 2022-12-16 05:19:27 +00:00
dependabot[bot]
3026483500
⬆️ Bump postcss from 8.4.19 to 8.4.20 in /website (#1770) 2022-12-12 05:17:52 +00:00
dependabot[bot]
c5a0111573
⬆️ Bump sass from 1.56.1 to 1.56.2 in /website (#1752) 2022-12-09 05:14:54 +00:00
dependabot[bot]
93bf8601ae
⬆️ Bump tw-elements from 1.0.0-alpha12 to 1.0.0-alpha13 in /website (#1703)
Bumps [tw-elements](https://github.com/mdbootstrap/Tailwind-Elements)
from 1.0.0-alpha12 to 1.0.0-alpha13.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="78331876cd"><code>7833187</code></a>
Release 1.0.0-alpha13</li>
<li><a
href="488b7a388b"><code>488b7a3</code></a>
Replace deprecated .URL with .Permalink</li>
<li><a
href="1f63981605"><code>1f63981</code></a>
remove opacity</li>
<li><a
href="3763e2f2c4"><code>3763e2f</code></a>
placeholder dc</li>
<li><a
href="ab740caef7"><code>ab740ca</code></a>
add placeholder</li>
<li><a
href="f1aae0b3ef"><code>f1aae0b</code></a>
fix main page margin</li>
<li><a
href="db447c8fc7"><code>db447c8</code></a>
add Dc</li>
<li><a
href="0e0c6587b5"><code>0e0c658</code></a>
change DC</li>
<li><a
href="0aaa25325c"><code>0aaa253</code></a>
update video and twitter image metadata</li>
<li><a
href="64c498afde"><code>64c498a</code></a>
update img and url metadata</li>
<li>Additional commits viewable in <a
href="https://github.com/mdbootstrap/Tailwind-Elements/compare/1.0.0-alpha12...1.0.0-alpha13">compare
view</a></li>
</ul>
</details>
<br />


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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 23:04:40 -08:00
dependabot[bot]
3ded147000
⬆️ Bump @iconify/react from 4.0.0 to 4.0.1 in /website (#1653) 2022-12-01 17:51:23 +00:00
dependabot[bot]
015b0874ea
⬆️ Bump minimatch, recursive-readdir and serve-handler in /website (#1654) 2022-12-01 17:35:10 +00:00
Abin Simon
a5ad6e6788
Rework CI to handle combined website and docs (#1568)
## Description

This reworks CI now that we have merged docs and website into a single deployment.

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [x] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor

## Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* Fixes https://github.com/alcionai/corso/issues/1551

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-12-01 16:50:04 +00:00