subdomain-registrar
subdomain-registrar copied to clipboard
chore(deps): bump sqlite3 from 5.0.2 to 5.0.3
Bumps sqlite3 from 5.0.2 to 5.0.3.
Release notes
Sourced from sqlite3's releases.
v5.0.3
What's Changed
- Updated bundled SQLite to v3.38.2 -
@daniellockyer- Enabled math functions in compiler options -
@kewde- Updated
node-gypto v8.x -@daniellockyer- Re-enabled Node-API v6 builds -
@daniellockyer- Fixed segfault of invalid toString() object by
@kewdein TryGhost/node-sqlite3#1450- Fixed building on MacOS Monterey 12.3 -
@daniellockyer- Replaced Python extraction script with JS by
@xPawin TryGhost/node-sqlite3#1570- Switched prebuilt binary hosting to GitHub Releases -
@daniellockyerKnown Problems
- TryGhost/node-sqlite3#1578 - the minimum glibc version for prebuilt binaries was bumped to 2.29. We hope to bring this back down within the next few releases but you will need to compile from source if your system ships with a lower version.
- Prebuilt binaries for Linux do not work on musl systems. This should be fixed with https://github.com/TryGhost/node-sqlite3/commit/8b2cdd948a382b58162cb491f745ba9167dc7b0f but you will need to compile from source to use v5.0.3.
Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.2...v5.0.3
Changelog
Sourced from sqlite3's changelog.
Changelog
Please check GitHub Releases for notes on more recent releases.
Commits
573784bv5.0.3e5a24fdDeletedexamples/folderb05f459Added note about GitHub Releases to CHANGELOG.md33d0656Modernised Usage example in README9d05c55Fixed up more README nits08d6319Fixed link to API docs0e2235aAltered wording in README76b6c56Altered README headere3df365Updated README426930fEnabled CI to run when pushing tags- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by daniellockyer, a new releaser for sqlite3 since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
41367a8) 58.40% compared to head (a7bd557) 58.40%. Report is 5 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #87 +/- ##
=======================================
Coverage 58.40% 58.40%
=======================================
Files 8 8
Lines 666 666
=======================================
Hits 389 389
Misses 277 277
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.