Files
bracket/docs
dependabot[bot] 358dec97ef Bump babel-loader from 9.1.3 to 10.0.0 in /docs (#1138)
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.3
to 10.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel-loader/releases">babel-loader's
releases</a>.</em></p>
<blockquote>
<h2>v10.0.0</h2>
<h2>What's Changed</h2>
<h3>Breaking Changes</h3>
<ul>
<li>bump node requirement to <code>^18.20.0 || ^20.10.0 ||
&gt;=22.0.0</code> and webpack requirement to <code>&gt;= 5.61.0</code>
by <a href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1026">babel/babel-loader#1026</a></li>
<li>breaking: use output.hashFunction as loader cache hasher by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1027">babel/babel-loader#1027</a></li>
</ul>
<h3>New Features</h3>
<ul>
<li>Add babel-loader logger by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1034">babel/babel-loader#1034</a></li>
<li>Support cache with external dependencies by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1033">babel/babel-loader#1033</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>[Bugfix] Ensure stability of filename cache-keys by <a
href="https://github.com/stefanpenner"><code>@​stefanpenner</code></a>
in <a
href="https://redirect.github.com/babel/babel-loader/pull/909">babel/babel-loader#909</a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>docs: clarify that <code>cacheIdentifier</code> is computed from the
merged options by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1000">babel/babel-loader#1000</a></li>
<li>Create SECURITY.md by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1032">babel/babel-loader#1032</a></li>
<li>Add babel-loader v10 readme by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1046">babel/babel-loader#1046</a></li>
<li>add readme section for loggingDebug support by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1038">babel/babel-loader#1038</a></li>
<li>Update readme and repo templates by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1041">babel/babel-loader#1041</a></li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>migrate to c8 by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/996">babel/babel-loader#996</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/998">babel/babel-loader#998</a></li>
<li>Bump dev dependencies by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1001">babel/babel-loader#1001</a></li>
<li>Bump braces from 3.0.2 to 3.0.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1020">babel/babel-loader#1020</a></li>
<li>Update deps by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1025">babel/babel-loader#1025</a></li>
<li>refactor: replace <code>find-cache-dir</code> by
<code>find-up</code> by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1031">babel/babel-loader#1031</a></li>
<li>Bump webpack from 5.93.0 to 5.94.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1035">babel/babel-loader#1035</a></li>
<li>chore: update dev deps by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1036">babel/babel-loader#1036</a></li>
<li>Bump cross-spawn from 7.0.3 to 7.0.6 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1049">babel/babel-loader#1049</a></li>
</ul>
<h3>Internal</h3>
<ul>
<li>Remove caller option check by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1007">babel/babel-loader#1007</a></li>
<li>Update tests by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1003">babel/babel-loader#1003</a></li>
<li>Update metadata test by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1024">babel/babel-loader#1024</a></li>
<li>Migrate to node test runner by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1028">babel/babel-loader#1028</a></li>
<li>chore: use default eslint rules by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1029">babel/babel-loader#1029</a></li>
<li>refactor: use webpack builtin schema util by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a
href="https://redirect.github.com/babel/babel-loader/pull/1030">babel/babel-loader#1030</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/stefanpenner"><code>@​stefanpenner</code></a>
made their first contribution in <a
href="https://redirect.github.com/babel/babel-loader/pull/909">babel/babel-loader#909</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/babel/babel-loader/compare/v9.1.3...v10.0.0">https://github.com/babel/babel-loader/compare/v9.1.3...v10.0.0</a></p>
<h2>v9.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Avoid error on missing getLogger by <a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>
in <a
href="https://redirect.github.com/babel/babel-loader/pull/1045">babel/babel-loader#1045</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="10456d3f19"><code>10456d3</code></a>
10.0.0</li>
<li><a
href="5a223cf039"><code>5a223cf</code></a>
Add babel-loader v10 readme (<a
href="https://redirect.github.com/babel/babel-loader/issues/1046">#1046</a>)</li>
<li><a
href="8f8866700f"><code>8f88667</code></a>
Bump cross-spawn from 7.0.3 to 7.0.6 (<a
href="https://redirect.github.com/babel/babel-loader/issues/1049">#1049</a>)</li>
<li><a
href="f765949ece"><code>f765949</code></a>
Update readme and repo templates (<a
href="https://redirect.github.com/babel/babel-loader/issues/1041">#1041</a>)</li>
<li><a
href="b582028d51"><code>b582028</code></a>
add readme section for loggingDebug support (<a
href="https://redirect.github.com/babel/babel-loader/issues/1038">#1038</a>)</li>
<li><a
href="a0c450dde1"><code>a0c450d</code></a>
feat: add babel-loader debug logger (<a
href="https://redirect.github.com/babel/babel-loader/issues/1034">#1034</a>)</li>
<li><a
href="d4181b8e20"><code>d4181b8</code></a>
Support cache with external dependencies (<a
href="https://redirect.github.com/babel/babel-loader/issues/1033">#1033</a>)</li>
<li><a
href="7fcb533936"><code>7fcb533</code></a>
chore: update dev deps (<a
href="https://redirect.github.com/babel/babel-loader/issues/1036">#1036</a>)</li>
<li><a
href="c2a90e5de5"><code>c2a90e5</code></a>
Bump webpack from 5.93.0 to 5.94.0 (<a
href="https://redirect.github.com/babel/babel-loader/issues/1035">#1035</a>)</li>
<li><a
href="70a3710dbe"><code>70a3710</code></a>
refactor: replace find-cache-dir by find-up (<a
href="https://redirect.github.com/babel/babel-loader/issues/1031">#1031</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/babel/babel-loader/compare/v9.1.3...v10.0.0">compare
view</a></li>
</ul>
</details>
<br />


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

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-28 04:31:26 +00:00
..
2025-02-08 11:35:13 +00:00
2025-02-07 22:43:13 +00:00
2025-02-07 22:52:30 +00:00
2023-04-18 20:41:07 +02:00
2023-11-27 21:46:41 +01:00
2023-11-27 21:46:41 +01:00
2023-11-27 21:46:41 +01:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true yarn deploy

Not using SSH:

GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.