Bumps [del](https://github.com/sindresorhus/del) from 4.1.1 to 7.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/del/releases">del's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 14 (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/143">#143</a>) 106d7d8</li> <li>This package is now pure ESM. <strong>Please <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">read this</a>.</strong></li> <li>Moved from a default export to named exports: <ul> <li><code>require('del')</code> → <code>import {deleteAsync} from 'del'</code></li> <li><code>require('del').sync</code> → <code>import {deleteSync} from 'del'</code></li> </ul> </li> </ul> <p><a href="https://github.com/sindresorhus/del/compare/v6.1.1...v7.0.0">https://github.com/sindresorhus/del/compare/v6.1.1...v7.0.0</a></p> <h2>v6.1.1</h2> <ul> <li>Fix <code>ProgressData#deletedCount</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/142">#142</a>) 7b4c881</li> </ul> <p><a href="https://github.com/sindresorhus/del/compare/v6.1.0...v6.1.1">https://github.com/sindresorhus/del/compare/v6.1.0...v6.1.1</a></p> <h2>v6.1.0</h2> <ul> <li>Add <a href="https://github.com/sindresorhus/del#onprogress"><code>onProgress</code></a> option (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/141">#141</a>) 8742649</li> </ul> <p><a href="https://github.com/sindresorhus/del/compare/v6.0.0...v6.1.0">https://github.com/sindresorhus/del/compare/v6.0.0...v6.1.0</a></p> <h2>v6.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 10 6c99805</li> </ul> <h3>Improvements</h3> <ul> <li>Update dependencies 6c99805</li> </ul> <p><a href="https://github.com/sindresorhus/del/compare/v5.1.0...v6.0.0">https://github.com/sindresorhus/del/compare/v5.1.0...v6.0.0</a></p> <h2>v5.1.0</h2> <p>Enhancements:</p> <ul> <li>Allow non-glob patterns with backslash on Windows (like v4) (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/100">#100</a>) 01da91f</li> <li>Make deletion more reliable on Windows by retrying when Windows is being difficult (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/108">#108</a>) 1299747</li> <li>Sort removed files, so the returned array is always stable (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/102">#102</a>) ca05c65</li> </ul> <p>Fixes:</p> <ul> <li>Fix the <code>cwd</code> option (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/96">#96</a>) ffbf4c4</li> <li>Prevent race condition on macOS when deleting files (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/95">#95</a>) 8efdbcd</li> </ul> <p><a href="https://github.com/sindresorhus/del/compare/v5.0.0...v5.1.0">https://github.com/sindresorhus/del/compare/v5.0.0...v5.1.0</a></p> <hr /> <p>Shoutout to <a href="https://github.com/chrisblossom"><code>@chrisblossom</code></a> for doing most of the work on this release 🙌</p> <h2>v5.0.0</h2> <p>This release changes the underlying globbing engine, so you are strongly recommended to use the <code>dryRun</code> option to ensure <code>del</code> still does what you expect before you run it on the real files.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="5345ef67fa"><code>5345ef6</code></a> 7.0.0</li> <li><a href="e02a96b5b3"><code>e02a96b</code></a> Meta tweaks</li> <li><a href="106d7d8ff8"><code>106d7d8</code></a> Move to ESM (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/143">#143</a>)</li> <li><a href="5de56fd4af"><code>5de56fd</code></a> 6.1.1</li> <li><a href="7b4c8815e7"><code>7b4c881</code></a> Fix <code>ProgressData#deletedCount</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/142">#142</a>)</li> <li><a href="c12fddd5b2"><code>c12fddd</code></a> 6.1.0</li> <li><a href="8742649ae0"><code>8742649</code></a> Add <code>onProgress</code> option (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/141">#141</a>)</li> <li><a href="7c756b3938"><code>7c756b3</code></a> Rename <code>master</code> branch to <code>main</code></li> <li><a href="d0030badb8"><code>d0030ba</code></a> Move to GitHub Actions (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/131">#131</a>)</li> <li><a href="72007d759f"><code>72007d7</code></a> Fix readme typo (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/129">#129</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/del/compare/v4.1.1...v7.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot 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>
Corso website documentation
Requirements
Building the Corso website requires the following tools on your machine:
make- Docker
Installation
make buildimage
Live documentation development
make dev
This command starts a local development server within the Docker container and will expose a live website preview at http://localhost:3000.
Building a static website
make build
This command generates static content into the dist directory for integration with any static contents hosting service. If you are using AWS S3 + CloudFront, you can run make publish to upload to the configured S3 bucket.
Website platform development
make shell
Use this command to interactively (and temporarily!) change the contents or configuration of the live website container image (for example, when experimenting with new packages).