Skip to content

Commit 9ced9fa

Browse files
chore(deps): bump @tootallnate/once from 1.1.2 to 2.0.1 (#262)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@tootallnate/once](https://github.com/TooTallNate/once) from 1.1.2 to 2.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TooTallNate/once/releases">@​tootallnate/once's releases</a>.</em></p> <blockquote> <h2>v2.0.1</h2> <h3>Patch Changes</h3> <ul> <li>a1e5e2d: Fix promise hang when AbortSignal is aborted</li> </ul> <h2>2.0.0</h2> <h3>Major Changes</h3> <ul> <li>Big refactor for v2: <a href="https://redirect.github.com/TooTallNate/once/issues/5">#5</a> <ul> <li>Returns a regular <code>Promise</code> instead of <code>CancelablePromise</code>.</li> <li>The Promise is <strong>strongly typed</strong> when posssible. This is the main new feature.</li> <li>Always returns the full array of arguments passed to the event handler (i.e. what was previously <code>once.spread()</code> is now the regular <code>once()</code>).</li> <li>Compatible with <a href="https://nodejs.org/api/globals.html#globals_class_abortcontroller"><code>AbortController</code></a> to remove event listeners before the Promise has been fulfilled.</li> <li>Requires TypeScript v4 or newer.</li> <li>Jest tests running CI via GitHub Actions.</li> </ul> </li> </ul> <h3>Minor Changes</h3> <ul> <li>Add <code>README.md</code>: d00821f35b44ed48466b8e5d202c2788e3688df6</li> <li>Create LICENSE: <a href="https://redirect.github.com/TooTallNate/once/issues/2">#2</a></li> </ul> <h3>Patches</h3> <ul> <li>Fix: c3260138d77811bde3823cebd490ff59b35fe32f</li> <li>Remove test script: <a href="https://redirect.github.com/TooTallNate/once/issues/4">#4</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/lewish"><code>@​lewish</code></a> and <a href="https://github.com/vivekkj123"><code>@​vivekkj123</code></a> for helping!</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TooTallNate/once/blob/v2.0.1/CHANGELOG.md">@​tootallnate/once's changelog</a>.</em></p> <blockquote> <h2>2.0.1</h2> <h3>Patch Changes</h3> <ul> <li>a1e5e2d: Fix promise hang when AbortSignal is aborted</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TooTallNate/once/commit/bcbb21d387e5fb2d0bf8ec2fd8d0ac97d4553241"><code>bcbb21d</code></a> ci: fix OIDC publishing — Node 24, npm latest, provenance</li> <li><a href="https://github.com/TooTallNate/once/commit/dc24387be8e3405f1e7c911caf76c87b72a0e145"><code>dc24387</code></a> Version Packages (2.x) (<a href="https://redirect.github.com/TooTallNate/once/issues/12">#12</a>)</li> <li><a href="https://github.com/TooTallNate/once/commit/b8a6f80afcfd2482b4bdb1e29d784340a05e0ce3"><code>b8a6f80</code></a> CI: test all Node versions on Linux only</li> <li><a href="https://github.com/TooTallNate/once/commit/dabcc0fb6202663cd83994f0a21ea1c710395327"><code>dabcc0f</code></a> ci: drop EOL Node.js 14.x/16.x, add 22.x</li> <li><a href="https://github.com/TooTallNate/once/commit/b464efcf4238d92590245b4d211d2fc05a94d28a"><code>b464efc</code></a> Update CI: modern Node versions, fix macOS ARM64 compat</li> <li><a href="https://github.com/TooTallNate/once/commit/a1e5e2d784bcd1c65e49fac1524c6c94fe81f871"><code>a1e5e2d</code></a> Fix promise hang when AbortSignal is aborted</li> <li><a href="https://github.com/TooTallNate/once/commit/b71b6e880044ab2110d3f2c753cd3d218e5e262e"><code>b71b6e8</code></a> 2.0.0</li> <li><a href="https://github.com/TooTallNate/once/commit/4460bfff4ae5d25d8855e9957dca4c1ba115291c"><code>4460bff</code></a> Big refactor for v2 (<a href="https://redirect.github.com/TooTallNate/once/issues/5">#5</a>)</li> <li><a href="https://github.com/TooTallNate/once/commit/c4862ce1e420a7324d22ccee3652422e454d1712"><code>c4862ce</code></a> Remove test script (<a href="https://redirect.github.com/TooTallNate/once/issues/4">#4</a>)</li> <li><a href="https://github.com/TooTallNate/once/commit/de4a704b54936d83c8d6347d28665fe3b66c6de6"><code>de4a704</code></a> Create LICENSE (<a href="https://redirect.github.com/TooTallNate/once/issues/2">#2</a>)</li> <li>Additional commits viewable in <a href="https://github.com/TooTallNate/once/compare/1.1.2...v2.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/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@​tootallnate/once</code> since your current version.</p> </details> <br />
1 parent 4aa8b28 commit 9ced9fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4726,9 +4726,9 @@
47264726
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
47274727

47284728
"@tootallnate/once@2":
4729-
version "2.0.0"
4730-
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
4731-
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
4729+
version "2.0.1"
4730+
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.1.tgz#35adc6222e3662fa2222ce123b961476a746b9ea"
4731+
integrity sha512-HqmEUIGRJ5fSXchkVgR5F7qn48bDBzv0kWj/Kfu5e6uci4UlEeng4331LnBkWffb++Ei3FOVLxo8JJWMFBDMeQ==
47324732

47334733
"@tsconfig/node10@^1.0.7":
47344734
version "1.0.11"

0 commit comments

Comments
 (0)