dependabot[bot] opened a new pull request, #81:
URL: https://github.com/apache/echarts-handbook/pull/81

   Bumps [nth-check](https://github.com/fb55/nth-check) to 2.1.1 and updates 
ancestor dependency [nuxt](https://github.com/nuxt/framework). These 
dependencies need to be updated together.
   
   Updates `nth-check` from 1.0.2 to 2.1.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/fb55/nth-check/releases";>nth-check's 
releases</a>.</em></p>
   <blockquote>
   <h2>v2.1.1</h2>
   <ul>
   <li>The ESM code had some issues that are now fixed  aeeb067</li>
   </ul>
   <p><a 
href="https://github.com/fb55/nth-check/compare/v2.1.0...v2.1.1";>https://github.com/fb55/nth-check/compare/v2.1.0...v2.1.1</a></p>
   <h2>v2.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li><code>nth-check</code> is now a dual CommonJS and ESM module <a 
href="https://github-redirect.dependabot.com/fb55/nth-check/pull/206";>fb55/nth-check#206</a></li>
   <li>With the new  <code>sequence</code> and <code>generate</code> methods, 
it is now possible to generate a sequence of indices for a given formula <a 
href="https://github-redirect.dependabot.com/fb55/nth-check/pull/207";>fb55/nth-check#207</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/fb55/nth-check/compare/v2.0.1...v2.1.0";>https://github.com/fb55/nth-check/compare/v2.0.1...v2.1.0</a></p>
   <h2>v2.0.1</h2>
   <p><strong>Fixes:</strong></p>
   <ul>
   <li>Replace regex with hand-rolled parser for nth-expressions (<a 
href="https://github-redirect.dependabot.com/fb55/nth-check/issues/9";>#9</a>)  
9894c1d
   <ul>
   <li>Ensures parsing will always have linear time complexity.</li>
   </ul>
   </li>
   </ul>
   <p><strong>Internal:</strong></p>
   <ul>
   <li>chore(ci): Use GitHub Actions, Dependabot (<a 
href="https://github-redirect.dependabot.com/fb55/nth-check/issues/10";>#10</a>) 
 e02b4dd</li>
   <li>Bump dependencies</li>
   </ul>
   <p><a 
href="https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1";>https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1</a></p>
   <h2>v2.0.0</h2>
   <ul>
   <li>Port module to TS, Jest, ESLint</li>
   </ul>
   <p><strong>Breaking:</strong></p>
   <ul>
   <li>The main export is now a default export.</li>
   <li>The module now throws regular <code>Error</code>s on invalid selectors 
instead of <code>SyntaxError</code>s.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/fb55/nth-check/commit/639fd2a4000b69f82350aad8c34cb43f77e483ba";><code>639fd2a</code></a>
 2.1.1</li>
   <li><a 
href="https://github.com/fb55/nth-check/commit/0eec65bb14c0f49deb4d5ea05108575edbe4b489";><code>0eec65b</code></a>
 fix(test): Add <code>moduleNameMapper</code></li>
   <li><a 
href="https://github.com/fb55/nth-check/commit/aeeb0676f6af940e8639f64e27781443694ca05e";><code>aeeb067</code></a>
 fix: Fix ESM</li>
   <li><a 
href="https://github.com/fb55/nth-check/commit/432ebc605de10e2f26d7cc2a1fc3fcb048eea6e6";><code>432ebc6</code></a>
 2.1.0</li>
   <li><a 
href="https://github.com/fb55/nth-check/commit/3e8cd1ea382c14a0a51aa4b67b00024f1c4acb68";><code>3e8cd1e</code></a>
 feat: Add <code>generate</code> and <code>sequence</code> methods (<a 
href="https://github-redirect.dependabot.com/fb55/nth-check/issues/207";>#207</a>)</li>
   <li><a 
href="https://github.com/fb55/nth-check/commit/57a5c6246d3ce56717a07ff7c86bd31d2d9ca5a0";><code>57a5c62</code></a>
 feat: Add ESM (<a 
href="https://github-redirect.dependabot.com/fb55/nth-check/issues/206";>#206</a>)</li>
   <li><a 
href="https://github.com/fb55/nth-check/commit/1ce0c7c9281aac4869bfa26c451854d5c0557618";><code>1ce0c7c</code></a>
 chore(deps-dev): Bump <code>@​types/node</code> from 17.0.34 to 17.0.35 (<a 
href="https://github-redirect.dependabot.com/fb55/nth-check/issues/205";>#205</a>)</li>
   <li><a 
href="https://github.com/fb55/nth-check/commit/eebb040a8104ce61f24f3cbd0ec8ceffd5b82879";><code>eebb040</code></a>
 chore(deps-dev): Bump <code>@​typescript-eslint/parser</code> from 5.24.0 to 
5.25.0 (<a 
href="https://github-redirect.dependabot.com/fb55/nth-check/issues/204";>#204</a>)</li>
   <li><a 
href="https://github.com/fb55/nth-check/commit/a316aaab13f7992dbf0d8bbe778dcaa634b4b584";><code>a316aaa</code></a>
 chore(deps-dev): Bump <code>@​typescript-eslint/eslint-plugin</code> (<a 
href="https://github-redirect.dependabot.com/fb55/nth-check/issues/203";>#203</a>)</li>
   <li><a 
href="https://github.com/fb55/nth-check/commit/454c0de7b9be154957247f857192810ae566d4bb";><code>454c0de</code></a>
 chore(deps-dev): Bump <code>@​typescript-eslint/eslint-plugin</code> (<a 
href="https://github-redirect.dependabot.com/fb55/nth-check/issues/202";>#202</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/fb55/nth-check/compare/v1.0.2...v2.1.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `nuxt` from 2.15.8 to 3.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/nuxt/framework/releases";>nuxt's releases</a>.</em></p>
   <blockquote>
   <h2>Nuxt 3.0 stable</h2>
   <p>✨ <a href="https://nuxt.com/v3";><strong>Official Release 
Announcenment</strong></a></p>
   <p>💬 <a 
href="https://github.com/nuxt/framework/discussions/9064";><strong>Release 
Discussion</strong></a></p>
   <h3>📝 Changelog</h3>
   <p><strong>Check out <a 
href="https://github.com/nuxt/framework/releases/tag/v3.0.0-rc.14";>v3.0.0-rc.14</a>
 for other recent changes.</strong></p>
   <h3>🩹 Fixes</h3>
   <ul>
   <li><strong>nuxt:</strong> Removed auto imports (<a 
href="https://github-redirect.dependabot.com/nuxt/framework/pull/9045";>#9045</a>)</li>
   <li><strong>schema:</strong> Initialise <code>runtimeConfig.public</code> 
with empty object (<a 
href="https://github-redirect.dependabot.com/nuxt/framework/pull/9050";>#9050</a>)</li>
   <li><strong>cli:</strong> Upgrade with <code>latest</code> tag (<a 
href="https://github-redirect.dependabot.com/nuxt/framework/pull/9060";>#9060</a>)</li>
   <li><strong>nuxt:</strong> Allow union type arguments for 
<code>useAsyncData</code> (<a 
href="https://github-redirect.dependabot.com/nuxt/framework/pull/9061";>#9061</a>)</li>
   </ul>
   <h3>📖 Documentation</h3>
   <ul>
   <li>New website design (<a 
href="https://github-redirect.dependabot.com/nuxt/framework/pull/9007";>#9007</a>)</li>
   <li>Update website theme version (<a 
href="https://github.com/nuxt/framework/commit/819deb89";>819deb89</a>)</li>
   <li>Minor style improvements (<a 
href="https://github.com/nuxt/framework/commit/9ab069b2";>9ab069b2</a>)</li>
   <li>Update website-theme (<a 
href="https://github.com/nuxt/framework/commit/780b17b1";>780b17b1</a>)</li>
   <li>Add warning about <code>definePageMeta</code> issues with transitions 
and <code>NuxtLoadingIndicator</code> (<a 
href="https://github-redirect.dependabot.com/nuxt/framework/pull/9055";>#9055</a>)</li>
   <li>Add missing agencies (<a 
href="https://github-redirect.dependabot.com/nuxt/framework/pull/9059";>#9059</a>)</li>
   </ul>
   <h3>🏡 Chore</h3>
   <ul>
   <li>Update readme design (<a 
href="https://github-redirect.dependabot.com/nuxt/framework/pull/9048";>#9048</a>)</li>
   <li>Ignore <code>parse5</code> for renovate update (<a 
href="https://github-redirect.dependabot.com/nuxt/framework/pull/9046";>#9046</a>)</li>
   </ul>
   <h3>❤️  Contributors</h3>
   <ul>
   <li>Toby Faux</li>
   <li>Clément Ollivier (<a 
href="http://github.com/clemcode";><code>@​clemcode</code></a>)</li>
   <li>Pooya Parsa (<a href="http://github.com/pi0";><code>@​pi0</code></a>)</li>
   <li>Conner (<a 
href="http://github.com/Intevel";><code>@​Intevel</code></a>)</li>
   <li>Sébastien Chopin (<a 
href="http://github.com/Atinux";><code>@​Atinux</code></a>)</li>
   <li>Daniel Roe <a href="mailto:[email protected]";>[email protected]</a></li>
   </ul>
   <h2>v3.0.0-rc.14</h2>
   <blockquote>
   <p><strong>Note</strong>
   This is the last release candidate for Nuxt v3! Are you ready?  👀</p>
   </blockquote>
   <p>👉 <a href="https://github.com/nuxt/framework/discussions/9032";>Release 
Discussion</a></p>
   <h2>Changelog</h2>
   <p><a 
href="https://github.com/nuxt/framework/compare/v3.0.0-rc.13...v3.0.0-rc.14";>compare
 changes</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/nuxt/framework/commits/v3.0.0";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot 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)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/echarts-handbook/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to