Bump sqlite3 from 5.0.0 to 5.0.8 in /backend #44

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/backend/sqlite3-5.0.8 into master
dependabot[bot] commented 2022-06-22 16:17:34 +00:00 (Migrated from github.com)

Bumps sqlite3 from 5.0.0 to 5.0.8.

Release notes

Sourced from sqlite3's releases.

v5.0.8

What's Changed

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.7...v5.0.8

v5.0.7

What's Changed

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.6...v5.0.7

v5.0.6

What's Changed

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.5...v5.0.6

v5.0.5

What's Changed

Thank you to everyone reporting issues with building sqlite3 or the prebuilt binaries 🙂 If you encounter an problem, please search open and closed issues for existing reports or open a new issue with as much system information as possible.

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.4...v5.0.5

v5.0.4

What's Changed

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.3...v5.0.4

v5.0.3

What's Changed

... (truncated)

Changelog

Sourced from sqlite3's changelog.

Changelog

Please check GitHub Releases for notes on more recent releases.

5.0.2

  • build: rebuild binaries before publishing #1426

5.0.1

  • dep: node-addon-api to ^3.0.0 #1367
  • bug: bad comparison of c string #1347
  • build: Install files to be deployed #1352
  • sqlite3: upgrade to 3.32.3 #1351
  • bug: worker threads crash #1367
  • bug: segfaults #1368
  • typo: broken link to MapBox site #1369
Commits
  • 7c0b46f v5.0.8
  • 87e7228 Revert "Improved performance by fetching column names once"
  • 5bf4af9 Update docker/setup-buildx-action action to v2
  • b431b31 v5.0.7
  • 9a1b172 Updated bundled SQLite to v3.38.4
  • 5063367 Improved performance by fetching column names once
  • 216e935 Added benchmark for .each and .all
  • 94af94a Fixed variable naming
  • fcac520 Switched to libuv mutexes
  • f924bbb Refactored lib code to let/const
  • 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 compatibility score

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 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will 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.

Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.0 to 5.0.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TryGhost/node-sqlite3/releases">sqlite3's releases</a>.</em></p> <blockquote> <h2>v5.0.8</h2> <h2>What's Changed</h2> <ul> <li>Reverted <a href="https://github.com/TryGhost/node-sqlite3/commit/5063367567fd1abe47bafc2095fb4f9090a260e3">https://github.com/TryGhost/node-sqlite3/commit/5063367567fd1abe47bafc2095fb4f9090a260e3</a>, which was causing a segfault with certain queries (<a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/issues/1605">TryGhost/node-sqlite3#1605</a> and <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/issues/1606">TryGhost/node-sqlite3#1606</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.7...v5.0.8">https://github.com/TryGhost/node-sqlite3/compare/v5.0.7...v5.0.8</a></p> <h2>v5.0.7</h2> <h2>What's Changed</h2> <ul> <li>Updated bundled SQLite to v3.38.4 by <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a> in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1604">TryGhost/node-sqlite3#1604</a></li> <li>Improved performance by fetching column names once by <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.6...v5.0.7">https://github.com/TryGhost/node-sqlite3/compare/v5.0.6...v5.0.7</a></p> <h2>v5.0.6</h2> <h2>What's Changed</h2> <ul> <li>Updated bundled SQLite to v3.38.3 by <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a> in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1593">TryGhost/node-sqlite3#1593</a>. This fixes an upstream bug in SQLite that was reported here: <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/issues/1589">TryGhost/node-sqlite3#1589</a></li> <li>Added Node 18 to CI by <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a> in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1587">TryGhost/node-sqlite3#1587</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.5...v5.0.6">https://github.com/TryGhost/node-sqlite3/compare/v5.0.5...v5.0.6</a></p> <h2>v5.0.5</h2> <h2>What's Changed</h2> <ul> <li>Fixed building on certain systems (<a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/issues/1584">TryGhost/node-sqlite3#1584</a>) by <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a></li> <li>General repository maintenance by <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a></li> </ul> <p>Thank you to everyone reporting issues with building <code>sqlite3</code> or the prebuilt binaries 🙂 If you encounter an problem, please search open and closed issues for existing reports or open a new issue with as much system information as possible.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.4...v5.0.5">https://github.com/TryGhost/node-sqlite3/compare/v5.0.4...v5.0.5</a></p> <h2>v5.0.4</h2> <h2>What's Changed</h2> <ul> <li>Added prebuilt Linux musl binaries - <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a></li> <li>Added prebuilt Linux ARM64 binaries - <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a></li> <li>Fixed older glibc compatibility - <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.3...v5.0.4">https://github.com/TryGhost/node-sqlite3/compare/v5.0.3...v5.0.4</a></p> <h2>v5.0.3</h2> <h2>What's Changed</h2> <ul> <li>Updated bundled SQLite to v3.38.2 - <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a></li> <li>Enabled math functions in compiler options - <a href="https://github.com/kewde"><code>@​kewde</code></a></li> <li>Updated <code>node-gyp</code> to v8.x - <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a></li> <li>Re-enabled Node-API v6 builds - <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a></li> <li>Fixed segfault of invalid toString() object by <a href="https://github.com/kewde"><code>@​kewde</code></a> in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1450">TryGhost/node-sqlite3#1450</a></li> <li>Fixed building on MacOS Monterey 12.3 - <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TryGhost/node-sqlite3/blob/master/CHANGELOG.md">sqlite3's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>Please check <a href="https://github.com/TryGhost/node-sqlite3/releases">GitHub Releases</a> for notes on more recent releases.</p> <h2>5.0.2</h2> <ul> <li>build: rebuild binaries before publishing <a href="https://github-redirect.dependabot.com/mapbox/node-sqlite3/pull/1426">#1426</a></li> </ul> <h2>5.0.1</h2> <ul> <li>dep: node-addon-api to ^3.0.0 <a href="https://github-redirect.dependabot.com/mapbox/node-sqlite3/pull/1367">#1367</a></li> <li>bug: bad comparison of c string <a href="https://github-redirect.dependabot.com/mapbox/node-sqlite3/pull/1347">#1347</a></li> <li>build: Install files to be deployed <a href="https://github-redirect.dependabot.com/mapbox/node-sqlite3/pull/1352">#1352</a></li> <li>sqlite3: upgrade to 3.32.3 <a href="https://github-redirect.dependabot.com/mapbox/node-sqlite3/pull/1351">#1351</a></li> <li>bug: worker threads crash <a href="https://github-redirect.dependabot.com/mapbox/node-sqlite3/pull/1367">#1367</a></li> <li>bug: segfaults <a href="https://github-redirect.dependabot.com/mapbox/node-sqlite3/pull/1368">#1368</a></li> <li>typo: broken link to MapBox site <a href="https://github-redirect.dependabot.com/mapbox/node-sqlite3/pull/1369">#1369</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/7c0b46fa48a6c990b8b673627e49870538491b3a"><code>7c0b46f</code></a> v5.0.8</li> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/87e7228165f6734416e803077acfbb7081658cf5"><code>87e7228</code></a> Revert &quot;Improved performance by fetching column names once&quot;</li> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/5bf4af9df4a6ca7f8b87c5230ba4cac272328059"><code>5bf4af9</code></a> Update docker/setup-buildx-action action to v2</li> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/b431b316a5d880d2283eb01fc59423dd500898c7"><code>b431b31</code></a> v5.0.7</li> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/9a1b172048125dd8e65935ab771d8483ebcfd744"><code>9a1b172</code></a> Updated bundled SQLite to v3.38.4</li> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/5063367567fd1abe47bafc2095fb4f9090a260e3"><code>5063367</code></a> Improved performance by fetching column names once</li> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/216e935d17d95259e19be11d427bfb13b2ac796e"><code>216e935</code></a> Added benchmark for <code>.each</code> and <code>.all</code></li> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/94af94a55884d4e5b0346eaa46137cc1ace432b4"><code>94af94a</code></a> Fixed variable naming</li> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/fcac520704d73a4236501ddec7b7c574c639091d"><code>fcac520</code></a> Switched to libuv mutexes</li> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/f924bbb45ec411b092ef00bfbff827e24d1b178e"><code>f924bbb</code></a> Refactored lib code to let/const</li> <li>Additional commits viewable in <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.0...v5.0.8">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/~daniellockyer">daniellockyer</a>, a new releaser for sqlite3 since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlite3&package-manager=npm_and_yarn&previous-version=5.0.0&new-version=5.0.8)](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 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will 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](https://github.com/RileySeaburg/nextjs-strapi-blog-starter/network/alerts). </details>
codetether[bot] commented 2026-06-04 16:19:36 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

Picked up this request for PR #44 on branch dependabot/npm_and_yarn/backend/sqlite3-5.0.8. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with master.

## 🛠️ CodeTether Fix Picked up this request for PR #44 on branch `dependabot/npm_and_yarn/backend/sqlite3-5.0.8`. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with `master`.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/backend/sqlite3-5.0.8:dependabot/npm_and_yarn/backend/sqlite3-5.0.8
git switch dependabot/npm_and_yarn/backend/sqlite3-5.0.8

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff dependabot/npm_and_yarn/backend/sqlite3-5.0.8
git switch dependabot/npm_and_yarn/backend/sqlite3-5.0.8
git rebase master
git switch master
git merge --ff-only dependabot/npm_and_yarn/backend/sqlite3-5.0.8
git switch dependabot/npm_and_yarn/backend/sqlite3-5.0.8
git rebase master
git switch master
git merge --no-ff dependabot/npm_and_yarn/backend/sqlite3-5.0.8
git switch master
git merge --squash dependabot/npm_and_yarn/backend/sqlite3-5.0.8
git switch master
git merge --ff-only dependabot/npm_and_yarn/backend/sqlite3-5.0.8
git switch master
git merge dependabot/npm_and_yarn/backend/sqlite3-5.0.8
git push origin master
Sign in to join this conversation.
No description provided.