186.md (7416B)
1 # PR #186 Bump sqlite3 from 5.0.4 to 5.0.8 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-05-09T08:39:32Z 6 - **Branch:** dependabot/npm_and_yarn/sqlite3-5.0.8 → main 7 - **Merged:** 2022-05-23T13:07:41Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [186.diff](./186.diff) 12 13 --- 14 15 Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.4 to 5.0.8. 16 <details> 17 <summary>Release notes</summary> 18 <p><em>Sourced from <a href="https://github.com/TryGhost/node-sqlite3/releases">sqlite3's releases</a>.</em></p> 19 <blockquote> 20 <h2>v5.0.8</h2> 21 <h2>What's Changed</h2> 22 <ul> 23 <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> 24 </ul> 25 <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> 26 <h2>v5.0.7</h2> 27 <h2>What's Changed</h2> 28 <ul> 29 <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> 30 <li>Improved performance by fetching column names once by <a href="https://github.com/daniellockyer"><code>@daniellockyer</code></a></li> 31 </ul> 32 <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> 33 <h2>v5.0.6</h2> 34 <h2>What's Changed</h2> 35 <ul> 36 <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> 37 <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> 38 </ul> 39 <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> 40 <h2>v5.0.5</h2> 41 <h2>What's Changed</h2> 42 <ul> 43 <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> 44 <li>General repository maintenance by <a href="https://github.com/daniellockyer"><code>@daniellockyer</code></a></li> 45 </ul> 46 <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> 47 <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> 48 </blockquote> 49 </details> 50 <details> 51 <summary>Commits</summary> 52 <ul> 53 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/7c0b46fa48a6c990b8b673627e49870538491b3a"><code>7c0b46f</code></a> v5.0.8</li> 54 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/87e7228165f6734416e803077acfbb7081658cf5"><code>87e7228</code></a> Revert "Improved performance by fetching column names once"</li> 55 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/5bf4af9df4a6ca7f8b87c5230ba4cac272328059"><code>5bf4af9</code></a> Update docker/setup-buildx-action action to v2</li> 56 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/b431b316a5d880d2283eb01fc59423dd500898c7"><code>b431b31</code></a> v5.0.7</li> 57 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/9a1b172048125dd8e65935ab771d8483ebcfd744"><code>9a1b172</code></a> Updated bundled SQLite to v3.38.4</li> 58 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/5063367567fd1abe47bafc2095fb4f9090a260e3"><code>5063367</code></a> Improved performance by fetching column names once</li> 59 <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> 60 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/94af94a55884d4e5b0346eaa46137cc1ace432b4"><code>94af94a</code></a> Fixed variable naming</li> 61 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/fcac520704d73a4236501ddec7b7c574c639091d"><code>fcac520</code></a> Switched to libuv mutexes</li> 62 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/f924bbb45ec411b092ef00bfbff827e24d1b178e"><code>f924bbb</code></a> Refactored lib code to let/const</li> 63 <li>Additional commits viewable in <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.4...v5.0.8">compare view</a></li> 64 </ul> 65 </details> 66 <br /> 67 68 69 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 70 71 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`. 72 73 [//]: # (dependabot-automerge-start) 74 [//]: # (dependabot-automerge-end) 75 76 --- 77 78 <details> 79 <summary>Dependabot commands and options</summary> 80 <br /> 81 82 You can trigger Dependabot actions by commenting on this PR: 83 - `@dependabot rebase` will rebase this PR 84 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 85 - `@dependabot merge` will merge this PR after your CI passes on it 86 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 87 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 88 - `@dependabot reopen` will reopen this PR if it is closed 89 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 90 - `@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) 91 - `@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) 92 - `@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) 93 94 95 </details> 96