matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

270.md (9773B)


      1 # PR #270 Bump sqlite3 from 5.0.8 to 5.1.4
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-01-03T16:46:41Z
      6 - **Branch:** dependabot/npm_and_yarn/sqlite3-5.1.4 → main
      7 - **Closed:** 2023-01-03T17:36:27Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [270.diff](./270.diff)
     12 
     13 ---
     14 
     15 Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.8 to 5.1.4.
     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.1.4</h2>
     21 <h2>What's Changed</h2>
     22 <ul>
     23 <li>Fixed glibc compatibility by downgrading CI to Ubuntu 20 by <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a> in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1664">TryGhost/node-sqlite3#1664</a></li>
     24 </ul>
     25 <p><strong>Full Changelog</strong>: <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.1.3...v5.1.4">https://github.com/TryGhost/node-sqlite3/compare/v5.1.3...v5.1.4</a></p>
     26 <h2>v5.1.3</h2>
     27 <h2>What's Changed</h2>
     28 <ul>
     29 <li>Updated bundled SQLite to v3.40.0 by <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a></li>
     30 </ul>
     31 <p><strong>Full Changelog</strong>: <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.1.2...v5.1.3">https://github.com/TryGhost/node-sqlite3/compare/v5.1.2...v5.1.3</a></p>
     32 <h2>v5.1.2</h2>
     33 <h2>What's Changed</h2>
     34 <ul>
     35 <li>Updated bundled SQLite to v3.39.4 by <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a></li>
     36 </ul>
     37 <p><strong>Full Changelog</strong>: <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.1.1...v5.1.2">https://github.com/TryGhost/node-sqlite3/compare/v5.1.1...v5.1.2</a></p>
     38 <h2>v5.1.1</h2>
     39 <h2>What's Changed</h2>
     40 <ul>
     41 <li>Added Darwin ARM64 binaries by <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a> in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1594">TryGhost/node-sqlite3#1594</a></li>
     42 </ul>
     43 <p>A huge thanks to <a href="https://www.macstadium.com/">MacStadium</a> for providing an M1 Mac Mini so we can offer ARM64 binaries.</p>
     44 <p><strong>Full Changelog</strong>: <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.1.0...v5.1.1">https://github.com/TryGhost/node-sqlite3/compare/v5.1.0...v5.1.1</a></p>
     45 <h2>v5.1.0</h2>
     46 <p>✨ We're very excited to announce node-sqlite3's first minor release of v5, packed with features and improvements.</p>
     47 <p>If you encounter any problems, please open a detailed issue using the <a href="https://github.com/TryGhost/node-sqlite3/issues/new/choose">templates</a>.</p>
     48 <h2>What's Changed</h2>
     49 <ul>
     50 <li>Updated bundled SQLite to v3.39.3 by <a href="https://github.com/daniellockyer"><code>@​daniellockyer</code></a></li>
     51 <li>Added ability to receive updates from <code>sqlite3_update_hook</code> by <a href="https://github.com/soukand"><code>@​soukand</code></a> in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1267">TryGhost/node-sqlite3#1267</a></li>
     52 <li>Added support for setting SQLite limits by <a href="https://github.com/paulfitz"><code>@​paulfitz</code></a> in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1548">TryGhost/node-sqlite3#1548</a></li>
     53 <li>Added library types file by <a href="https://github.com/bpasero"><code>@​bpasero</code></a> in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1527">TryGhost/node-sqlite3#1527</a></li>
     54 <li>Added <code>package-lock.json</code> to <code>.gitignore</code> by <a href="https://github.com/JoelEinbinder"><code>@​JoelEinbinder</code></a> in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1628">TryGhost/node-sqlite3#1628</a></li>
     55 <li>Fixed remaining method declarations by <a href="https://github.com/alexanderfloh"><code>@​alexanderfloh</code></a> in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1633">TryGhost/node-sqlite3#1633</a></li>
     56 <li>Fixed importing <code>sqlite3#verbose</code> using destructuring syntax by <a href="https://github.com/mahdi-farnia"><code>@​mahdi-farnia</code></a> in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1632">TryGhost/node-sqlite3#1632</a></li>
     57 </ul>
     58 <h2>New Contributors</h2>
     59 <ul>
     60 <li><a href="https://github.com/JoelEinbinder"><code>@​JoelEinbinder</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1628">TryGhost/node-sqlite3#1628</a></li>
     61 <li><a href="https://github.com/mahdi-farnia"><code>@​mahdi-farnia</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1632">TryGhost/node-sqlite3#1632</a></li>
     62 <li><a href="https://github.com/soukand"><code>@​soukand</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1267">TryGhost/node-sqlite3#1267</a></li>
     63 </ul>
     64 <p><strong>Full Changelog</strong>: <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.11...v5.1.0">https://github.com/TryGhost/node-sqlite3/compare/v5.0.11...v5.1.0</a></p>
     65 <h2>v5.0.11</h2>
     66 <!-- raw HTML omitted -->
     67 </blockquote>
     68 <p>... (truncated)</p>
     69 </details>
     70 <details>
     71 <summary>Commits</summary>
     72 <ul>
     73 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/6f6318e929367ae05f395c5e0e5e4b09c62e87f4"><code>6f6318e</code></a> v5.1.4</li>
     74 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/aeafe2591d664fcf6c70e7ddadc7875c8f691a4d"><code>aeafe25</code></a> Revert &quot;Renamed <code>master</code> references to <code>main</code>&quot;</li>
     75 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/57ce2d4519d0fe1c801081389d20cc7f357cdc02"><code>57ce2d4</code></a> Fixed glib compatibility by downgrading to Ubuntu 20</li>
     76 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/af8e567f25f9da7e0c14f90ede688efe56486ce4"><code>af8e567</code></a> Renamed <code>master</code> references to <code>main</code></li>
     77 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/8fd18a392c4844288811330dddfcf171c18ed93f"><code>8fd18a3</code></a> Extracted function checking code into macro</li>
     78 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/5c94f759003c7e075e3c8636d4371307207c8a7c"><code>5c94f75</code></a> v5.1.3</li>
     79 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/aec0d31253f73794cdc67c637cdece74bc5dea44"><code>aec0d31</code></a> Updated bundled SQLite to v3.40.0</li>
     80 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/1980f10f6ef86791e93dd3fe2691f5f72a1adb26"><code>1980f10</code></a> v5.1.2</li>
     81 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/7aa29fe20e650697e00a1fd29dd7e9307eccb844"><code>7aa29fe</code></a> Updated bundled SQLite to v3.39.4</li>
     82 <li><a href="https://github.com/TryGhost/node-sqlite3/commit/c4fca9f4c7419450ee3043f3e60e3300a2456899"><code>c4fca9f</code></a> v5.1.1</li>
     83 <li>Additional commits viewable in <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.8...v5.1.4">compare view</a></li>
     84 </ul>
     85 </details>
     86 <br />
     87 
     88 
     89 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlite3&package-manager=npm_and_yarn&previous-version=5.0.8&new-version=5.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     90 
     91 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`.
     92 
     93 [//]: # (dependabot-automerge-start)
     94 [//]: # (dependabot-automerge-end)
     95 
     96 ---
     97 
     98 <details>
     99 <summary>Dependabot commands and options</summary>
    100 <br />
    101 
    102 You can trigger Dependabot actions by commenting on this PR:
    103 - `@dependabot rebase` will rebase this PR
    104 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    105 - `@dependabot merge` will merge this PR after your CI passes on it
    106 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    107 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    108 - `@dependabot reopen` will reopen this PR if it is closed
    109 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    110 - `@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)
    111 - `@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)
    112 - `@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)
    113 
    114 
    115 </details>
    116 
    117 
    118 ## Comments
    119 
    120 ### @dependabot[bot] — 2023-01-03T17:36:29Z
    121 
    122 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
    123 
    124 If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
    125