Skip to content

Bump @tootallnate/once and sqlite3#183

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-6c3dc20285
Open

Bump @tootallnate/once and sqlite3#183
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-6c3dc20285

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps @tootallnate/once to 3.0.1 and updates ancestor dependency sqlite3. These dependencies need to be updated together.

Updates @tootallnate/once from 1.1.2 to 3.0.1

Release notes

Sourced from @​tootallnate/once's releases.

v3.0.1

Patch Changes

  • 28dbc5d: Fix promise hang when AbortSignal is aborted

3.0.0

Major Changes

  • Output as ESM: #6

Patches

  • Remove as cast: a6a69bc2d24e1584b75ee00bfad94405ddaf8bcc

2.0.0

Major Changes

  • Big refactor for v2: #5
    • Returns a regular Promise instead of CancelablePromise.
    • The Promise is strongly typed when posssible. This is the main new feature.
    • Always returns the full array of arguments passed to the event handler (i.e. what was previously once.spread() is now the regular once()).
    • Compatible with AbortController to remove event listeners before the Promise has been fulfilled.
    • Requires TypeScript v4 or newer.
    • Jest tests running CI via GitHub Actions.

Minor Changes

  • Add README.md: d00821f35b44ed48466b8e5d202c2788e3688df6
  • Create LICENSE: #2

Patches

  • Fix: c3260138d77811bde3823cebd490ff59b35fe32f
  • Remove test script: #4

Credits

Huge thanks to @​lewish and @​vivekkj123 for helping!

Changelog

Sourced from @​tootallnate/once's changelog.

3.0.1

Patch Changes

  • 28dbc5d: Fix promise hang when AbortSignal is aborted
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tootallnate/once since your current version.


Updates sqlite3 from 5.1.5 to 6.0.1

Release notes

Sourced from sqlite3's releases.

v6.0.1

  • Fixed prebuilt binaries for alpine/musl

Full Changelog: TryGhost/node-sqlite3@v6.0.0...v6.0.1

v6.0.0

What's Changed

New Contributors

Full Changelog: TryGhost/node-sqlite3@v5.1.7...v6.0.0

v5.1.7

What's Changed

New Contributors

Full Changelog: TryGhost/node-sqlite3@v5.1.6...v5.1.7

v5.1.7-rc.0

Please install v5.1.7 instead.

Full Changelog: TryGhost/node-sqlite3@v5.1.6...v5.1.7-rc.0

v5.1.6

What's Changed

New Contributors

Full Changelog: TryGhost/node-sqlite3@v5.1.5...v5.1.6

Commits
Maintainer changes

This version was pushed to npm by jonatan-ghost, a new releaser for sqlite3 since your current version.

Install script changes

This version modifies install script that runs during installation. Review the package contents before updating.


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 commands and options

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.

Bumps [@tootallnate/once](https://github.com/TooTallNate/once) to 3.0.1 and updates ancestor dependency [sqlite3](https://github.com/TryGhost/node-sqlite3). These dependencies need to be updated together.


Updates `@tootallnate/once` from 1.1.2 to 3.0.1
- [Release notes](https://github.com/TooTallNate/once/releases)
- [Changelog](https://github.com/TooTallNate/once/blob/master/CHANGELOG.md)
- [Commits](TooTallNate/once@1.1.2...v3.0.1)

Updates `sqlite3` from 5.1.5 to 6.0.1
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Commits](TryGhost/node-sqlite3@v5.1.5...v6.0.1)

---
updated-dependencies:
- dependency-name: "@tootallnate/once"
  dependency-version: 3.0.1
  dependency-type: indirect
- dependency-name: sqlite3
  dependency-version: 6.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 8, 2026
@coveralls
Copy link
Copy Markdown

Coverage Report for CI Build 24122922894

Coverage remained the same at 98.903%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 1176
Covered Lines: 1172
Line Coverage: 99.66%
Relevant Branches: 191
Covered Branches: 180
Branch Coverage: 94.24%
Branches in Coverage %: Yes
Coverage Strength: 3.66 hits per line

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant