Skip to content

Commit

Permalink
Bump nanoid and mocha in /src/moonbeam/contracts (#122)
Browse files Browse the repository at this point in the history
Removes [nanoid](https://github.com/ai/nanoid). It's no longer used
after updating ancestor dependency
[mocha](https://github.com/mochajs/mocha). These dependencies need to be
updated together.

Removes `nanoid`

Updates `mocha` from 10.2.0 to 10.8.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mochajs/mocha/releases">mocha's
releases</a>.</em></p>
<blockquote>
<h2>v10.8.2</h2>
<h2><a
href="https://github.com/mochajs/mocha/compare/v10.8.1...v10.8.2">10.8.2</a>
(2024-10-30)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>support errors with circular dependencies in object values with
--parallel (<a
href="https://redirect.github.com/mochajs/mocha/issues/5212">#5212</a>)
(<a
href="https://github.com/mochajs/mocha/commit/ba0fefe10b08a689cf49edc3818026938aa3a240">ba0fefe</a>)</li>
<li>test link in html reporter (<a
href="https://redirect.github.com/mochajs/mocha/issues/5224">#5224</a>)
(<a
href="https://github.com/mochajs/mocha/commit/f054acc1f60714bbe00ad1ab270fb4977836d045">f054acc</a>)</li>
</ul>
<h3>📚 Documentation</h3>
<ul>
<li>indicate 'exports' interface does not work in browsers (<a
href="https://redirect.github.com/mochajs/mocha/issues/5181">#5181</a>)
(<a
href="https://github.com/mochajs/mocha/commit/14e640ee49718d587779a9594b18f3796c42cf2a">14e640e</a>)</li>
</ul>
<h3>🧹 Chores</h3>
<ul>
<li>fix docs builds by re-adding eleventy and ignoring gitignore again
(<a
href="https://redirect.github.com/mochajs/mocha/issues/5240">#5240</a>)
(<a
href="https://github.com/mochajs/mocha/commit/881e3b0ca2e24284aab2a04f63639a0aa9e0ad1b">881e3b0</a>)</li>
</ul>
<h3>🤖 Automation</h3>
<ul>
<li><strong>deps:</strong> bump the github-actions group with 1 update
(<a
href="https://redirect.github.com/mochajs/mocha/issues/5132">#5132</a>)
(<a
href="https://github.com/mochajs/mocha/commit/e536ab25b308774e3103006c044cb996a2e17c87">e536ab2</a>)</li>
</ul>
<h2>v10.8.1</h2>
<h2><a
href="https://github.com/mochajs/mocha/compare/v10.8.0...v10.8.1">10.8.1</a>
(2024-10-29)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>handle case of invalid package.json with no explicit config (<a
href="https://redirect.github.com/mochajs/mocha/issues/5198">#5198</a>)
(<a
href="https://github.com/mochajs/mocha/commit/f72bc17cb44164bcfff7abc83d0d37d99a061104">f72bc17</a>)</li>
<li>Typos on mochajs.org (<a
href="https://redirect.github.com/mochajs/mocha/issues/5237">#5237</a>)
(<a
href="https://github.com/mochajs/mocha/commit/d8ca270a960554c9d5c5fbf264e89d668d01ff0d">d8ca270</a>)</li>
<li>use accurate test links in HTML reporter (<a
href="https://redirect.github.com/mochajs/mocha/issues/5228">#5228</a>)
(<a
href="https://github.com/mochajs/mocha/commit/68803b685d55dcccc51fa6ccfd27701cda4e26ed">68803b6</a>)</li>
</ul>
<h2>v10.8.0</h2>
<h2><a
href="https://github.com/mochajs/mocha/compare/v10.7.3...v10.8.0">10.8.0</a>
(2024-10-29)</h2>
<h3>🌟 Features</h3>
<ul>
<li>highlight browser failures (<a
href="https://redirect.github.com/mochajs/mocha/issues/5222">#5222</a>)
(<a
href="https://github.com/mochajs/mocha/commit/8ff48453a8b12d9cacf56b0c0c544c8256af64c7">8ff4845</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>remove <code>:is()</code> from <code>mocha.css</code> to support
older browsers (<a
href="https://redirect.github.com/mochajs/mocha/issues/5225">#5225</a>)
(<a
href="https://redirect.github.com/mochajs/mocha/issues/5227">#5227</a>)
(<a
href="https://github.com/mochajs/mocha/commit/0a24b58477ea8ad146afc798930800b02c08790a">0a24b58</a>)</li>
</ul>
<h3>📚 Documentation</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mochajs/mocha/blob/main/CHANGELOG.md">mocha's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/mochajs/mocha/compare/v10.8.1...v10.8.2">10.8.2</a>
(2024-10-30)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>support errors with circular dependencies in object values with
--parallel (<a
href="https://redirect.github.com/mochajs/mocha/issues/5212">#5212</a>)
(<a
href="https://github.com/mochajs/mocha/commit/ba0fefe10b08a689cf49edc3818026938aa3a240">ba0fefe</a>)</li>
<li>test link in html reporter (<a
href="https://redirect.github.com/mochajs/mocha/issues/5224">#5224</a>)
(<a
href="https://github.com/mochajs/mocha/commit/f054acc1f60714bbe00ad1ab270fb4977836d045">f054acc</a>)</li>
</ul>
<h3>📚 Documentation</h3>
<ul>
<li>indicate 'exports' interface does not work in browsers (<a
href="https://redirect.github.com/mochajs/mocha/issues/5181">#5181</a>)
(<a
href="https://github.com/mochajs/mocha/commit/14e640ee49718d587779a9594b18f3796c42cf2a">14e640e</a>)</li>
</ul>
<h3>🧹 Chores</h3>
<ul>
<li>fix docs builds by re-adding eleventy and ignoring gitignore again
(<a
href="https://redirect.github.com/mochajs/mocha/issues/5240">#5240</a>)
(<a
href="https://github.com/mochajs/mocha/commit/881e3b0ca2e24284aab2a04f63639a0aa9e0ad1b">881e3b0</a>)</li>
</ul>
<h3>🤖 Automation</h3>
<ul>
<li><strong>deps:</strong> bump the github-actions group with 1 update
(<a
href="https://redirect.github.com/mochajs/mocha/issues/5132">#5132</a>)
(<a
href="https://github.com/mochajs/mocha/commit/e536ab25b308774e3103006c044cb996a2e17c87">e536ab2</a>)</li>
</ul>
<h2><a
href="https://github.com/mochajs/mocha/compare/v10.8.0...v10.8.1">10.8.1</a>
(2024-10-29)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>handle case of invalid package.json with no explicit config (<a
href="https://redirect.github.com/mochajs/mocha/issues/5198">#5198</a>)
(<a
href="https://github.com/mochajs/mocha/commit/f72bc17cb44164bcfff7abc83d0d37d99a061104">f72bc17</a>)</li>
<li>Typos on mochajs.org (<a
href="https://redirect.github.com/mochajs/mocha/issues/5237">#5237</a>)
(<a
href="https://github.com/mochajs/mocha/commit/d8ca270a960554c9d5c5fbf264e89d668d01ff0d">d8ca270</a>)</li>
<li>use accurate test links in HTML reporter (<a
href="https://redirect.github.com/mochajs/mocha/issues/5228">#5228</a>)
(<a
href="https://github.com/mochajs/mocha/commit/68803b685d55dcccc51fa6ccfd27701cda4e26ed">68803b6</a>)</li>
</ul>
<h2><a
href="https://github.com/mochajs/mocha/compare/v10.7.3...v10.8.0">10.8.0</a>
(2024-10-29)</h2>
<h3>🌟 Features</h3>
<ul>
<li>highlight browser failures (<a
href="https://redirect.github.com/mochajs/mocha/issues/5222">#5222</a>)
(<a
href="https://github.com/mochajs/mocha/commit/8ff48453a8b12d9cacf56b0c0c544c8256af64c7">8ff4845</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>remove <code>:is()</code> from <code>mocha.css</code> to support
older browsers (<a
href="https://redirect.github.com/mochajs/mocha/issues/5225">#5225</a>)
(<a
href="https://redirect.github.com/mochajs/mocha/issues/5227">#5227</a>)
(<a
href="https://github.com/mochajs/mocha/commit/0a24b58477ea8ad146afc798930800b02c08790a">0a24b58</a>)</li>
</ul>
<h3>📚 Documentation</h3>
<ul>
<li>add <code>SECURITY.md</code> pointing to Tidelift (<a
href="https://redirect.github.com/mochajs/mocha/issues/5210">#5210</a>)
(<a
href="https://github.com/mochajs/mocha/commit/bd7e63a1f6d98535ce1ed1ecdb57b3e4db8a33c5">bd7e63a</a>)</li>
<li>adopt Collective Funds Guidelines 0.1 (<a
href="https://redirect.github.com/mochajs/mocha/issues/5199">#5199</a>)
(<a
href="https://github.com/mochajs/mocha/commit/2b03d865eec63d627ff229e07d777f25061260d4">2b03d86</a>)</li>
<li>update README, LICENSE and fix outdated (<a
href="https://redirect.github.com/mochajs/mocha/issues/5197">#5197</a>)
(<a
href="https://github.com/mochajs/mocha/commit/1203e0ed739bbbf12166078738357fdb29a8c000">1203e0e</a>)</li>
</ul>
<h3>🧹 Chores</h3>
<ul>
<li>fix npm scripts on windows (<a
href="https://redirect.github.com/mochajs/mocha/issues/5219">#5219</a>)
(<a
href="https://github.com/mochajs/mocha/commit/1173da0bf614e8d2a826687802ee8cbe8671ccf1">1173da0</a>)</li>
<li>remove trailing whitespace in SECURITY.md (<a
href="https://github.com/mochajs/mocha/commit/7563e59ae3c78ada305d26eadb86998ab54342da">7563e59</a>)</li>
</ul>
<h2><a
href="https://github.com/mochajs/mocha/compare/v10.7.2...v10.7.3">10.7.3</a>
(2024-08-09)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mochajs/mocha/commit/05097db4f2e0118f033978b8503aec36b1867c55"><code>05097db</code></a>
chore(main): release 10.8.2 (<a
href="https://redirect.github.com/mochajs/mocha/issues/5239">#5239</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/14e640ee49718d587779a9594b18f3796c42cf2a"><code>14e640e</code></a>
docs: indicate 'exports' interface does not work in browsers (<a
href="https://redirect.github.com/mochajs/mocha/issues/5181">#5181</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/881e3b0ca2e24284aab2a04f63639a0aa9e0ad1b"><code>881e3b0</code></a>
chore: fix docs builds by re-adding eleventy and ignoring gitignore
again (<a
href="https://redirect.github.com/mochajs/mocha/issues/5">#5</a>...</li>
<li><a
href="https://github.com/mochajs/mocha/commit/f054acc1f60714bbe00ad1ab270fb4977836d045"><code>f054acc</code></a>
fix: test link in html reporter (<a
href="https://redirect.github.com/mochajs/mocha/issues/5224">#5224</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/e536ab25b308774e3103006c044cb996a2e17c87"><code>e536ab2</code></a>
build(deps): bump the github-actions group with 1 update (<a
href="https://redirect.github.com/mochajs/mocha/issues/5132">#5132</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/ba0fefe10b08a689cf49edc3818026938aa3a240"><code>ba0fefe</code></a>
fix: support errors with circular dependencies in object values with
--parall...</li>
<li><a
href="https://github.com/mochajs/mocha/commit/f44f71bd2897c4f5dcd688d838fec33fdb5818a9"><code>f44f71b</code></a>
chore(main): release 10.8.1 (<a
href="https://redirect.github.com/mochajs/mocha/issues/5238">#5238</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/f72bc17cb44164bcfff7abc83d0d37d99a061104"><code>f72bc17</code></a>
fix: handle case of invalid package.json with no explicit config (<a
href="https://redirect.github.com/mochajs/mocha/issues/5198">#5198</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/68803b685d55dcccc51fa6ccfd27701cda4e26ed"><code>68803b6</code></a>
fix: use accurate test links in HTML reporter (<a
href="https://redirect.github.com/mochajs/mocha/issues/5228">#5228</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/d8ca270a960554c9d5c5fbf264e89d668d01ff0d"><code>d8ca270</code></a>
fix: Typos on mochajs.org (<a
href="https://redirect.github.com/mochajs/mocha/issues/5237">#5237</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mochajs/mocha/compare/v10.2.0...v10.8.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/~voxpelli">voxpelli</a>, a new releaser for
mocha since your current version.</p>
</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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/AvaProtocol/xcm-demo/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 2dd9791 commit 9520ef9
Showing 1 changed file with 66 additions and 72 deletions.
138 changes: 66 additions & 72 deletions src/moonbeam/contracts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9520ef9

Please sign in to comment.