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