Skip to content

Commit 7aef0f7

Browse files
feat(deps): Bump @tootallnate/once from 1.1.2 to 2.0.1 (#21108)
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tootallnate/once&package-manager=npm_and_yarn&previous-version=1.1.2&new-version=2.0.1)](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 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/getsentry/sentry-javascript/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f93b288 commit 7aef0f7

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
@@ -8693,9 +8693,9 @@
86938693
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
86948694

86958695
"@tootallnate/once@2":
8696-
version "2.0.0"
8697-
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
8698-
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
8696+
version "2.0.1"
8697+
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.1.tgz#35adc6222e3662fa2222ce123b961476a746b9ea"
8698+
integrity sha512-HqmEUIGRJ5fSXchkVgR5F7qn48bDBzv0kWj/Kfu5e6uci4UlEeng4331LnBkWffb++Ei3FOVLxo8JJWMFBDMeQ==
86998699

87008700
"@ts-graphviz/adapter@^2.0.6":
87018701
version "2.0.6"

0 commit comments

Comments
 (0)