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

152.json (8110B)


      1 {
      2   "number": 152,
      3   "title": "Bump sqlite3 from 5.0.2 to 5.0.4",
      4   "state": "merged",
      5   "diff_file": "152.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2022-04-18T09:48:19Z",
      8   "closed_at": "2022-04-18T09:50:13Z",
      9   "merged_at": "2022-04-18T09:50:13Z",
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/sqlite3-5.0.4",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [
     17     "MTRNord"
     18   ],
     19   "requested_reviewers": [
     20     "MTRNord"
     21   ],
     22   "body": "Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.0.4.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/TryGhost/node-sqlite3/releases\">sqlite3's releases</a>.</em></p>\n<blockquote>\n<h2>v5.0.4</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Added prebuilt Linux musl binaries - <a href=\"https://github.com/daniellockyer\"><code>@\u200bdaniellockyer</code></a></li>\n<li>Added prebuilt Linux ARM64 binaries - <a href=\"https://github.com/daniellockyer\"><code>@\u200bdaniellockyer</code></a></li>\n<li>Fixed older glibc compatibility - <a href=\"https://github.com/daniellockyer\"><code>@\u200bdaniellockyer</code></a></li>\n</ul>\n<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>\n<h2>v5.0.3</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Updated bundled SQLite to v3.38.2 - <a href=\"https://github.com/daniellockyer\"><code>@\u200bdaniellockyer</code></a></li>\n<li>Enabled math functions in compiler options - <a href=\"https://github.com/kewde\"><code>@\u200bkewde</code></a></li>\n<li>Updated <code>node-gyp</code> to v8.x - <a href=\"https://github.com/daniellockyer\"><code>@\u200bdaniellockyer</code></a></li>\n<li>Re-enabled Node-API v6 builds - <a href=\"https://github.com/daniellockyer\"><code>@\u200bdaniellockyer</code></a></li>\n<li>Fixed segfault of invalid toString() object by <a href=\"https://github.com/kewde\"><code>@\u200bkewde</code></a> in <a href=\"https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1450\">TryGhost/node-sqlite3#1450</a></li>\n<li>Fixed building on MacOS Monterey 12.3 - <a href=\"https://github.com/daniellockyer\"><code>@\u200bdaniellockyer</code></a></li>\n<li>Replaced Python extraction script with JS by <a href=\"https://github.com/xPaw\"><code>@\u200bxPaw</code></a> in <a href=\"https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1570\">TryGhost/node-sqlite3#1570</a></li>\n<li>Switched prebuilt binary hosting to GitHub Releases - <a href=\"https://github.com/daniellockyer\"><code>@\u200bdaniellockyer</code></a></li>\n</ul>\n<h2>Known Problems</h2>\n<ul>\n<li><a href=\"https://github-redirect.dependabot.com/TryGhost/node-sqlite3/issues/1578\">TryGhost/node-sqlite3#1578</a> - 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.</li>\n<li>Prebuilt binaries for Linux do not work on musl systems. This should be fixed with <a href=\"https://github.com/TryGhost/node-sqlite3/commit/8b2cdd948a382b58162cb491f745ba9167dc7b0f\">https://github.com/TryGhost/node-sqlite3/commit/8b2cdd948a382b58162cb491f745ba9167dc7b0f</a> but you will need to compile from source to use v5.0.3.</li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/TryGhost/node-sqlite3/compare/v5.0.2...v5.0.3\">https://github.com/TryGhost/node-sqlite3/compare/v5.0.2...v5.0.3</a></p>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/TryGhost/node-sqlite3/blob/master/CHANGELOG.md\">sqlite3's changelog</a>.</em></p>\n<blockquote>\n<h1>Changelog</h1>\n<p>Please check <a href=\"https://github.com/TryGhost/node-sqlite3/releases\">GitHub Releases</a> for notes on more recent releases.</p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/TryGhost/node-sqlite3/commit/31ea32b1ada402197d0fb28ff85d88be9b9fc6cf\"><code>31ea32b</code></a> v5.0.4</li>\n<li><a href=\"https://github.com/TryGhost/node-sqlite3/commit/8ccb907149be9859d21a2ddde3b8c3b0b85856c5\"><code>8ccb907</code></a> Fixed CI uploading binaries from QEMU builds</li>\n<li><a href=\"https://github.com/TryGhost/node-sqlite3/commit/73da4108b9aceb447669e050d172e31ec229bbe1\"><code>73da410</code></a> Fixed prebuilt binary compatibility with musl and ARM64 systems</li>\n<li><a href=\"https://github.com/TryGhost/node-sqlite3/commit/241d710be27b248f8ddcc15308e13b6a7335c16a\"><code>241d710</code></a> Fixed prebuilt binary compatibility with older glibc</li>\n<li><a href=\"https://github.com/TryGhost/node-sqlite3/commit/74a2e311768ff0ca7cec979caf8d620a22c9be6a\"><code>74a2e31</code></a> Fixed syntax of bash if statement</li>\n<li><a href=\"https://github.com/TryGhost/node-sqlite3/commit/b2934e92fe8d36c25a66b019a846f5e811e15447\"><code>b2934e9</code></a> Fixed deprecated use of <code>new Buffer</code> in tests</li>\n<li><a href=\"https://github.com/TryGhost/node-sqlite3/commit/c5ed10b19809d36aeacd3f14c2c4475d98d32bab\"><code>c5ed10b</code></a> Removed <code>console.log</code> from test</li>\n<li><a href=\"https://github.com/TryGhost/node-sqlite3/commit/aec82c3a3213b2e0e65a5c241c81357822a50186\"><code>aec82c3</code></a> Added CI step to print out glibc compatibility</li>\n<li><a href=\"https://github.com/TryGhost/node-sqlite3/commit/8b2cdd948a382b58162cb491f745ba9167dc7b0f\"><code>8b2cdd9</code></a> Added musl x64 builds to CI</li>\n<li><a href=\"https://github.com/TryGhost/node-sqlite3/commit/122d2b8fa83fd6cf72f8b44350f221f3c1e6be70\"><code>122d2b8</code></a> Added prebuilt Linux ARM64 binaries to CI</li>\n<li>Additional commits viewable in <a href=\"https://github.com/TryGhost/node-sqlite3/compare/v5.0.2...v5.0.4\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<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>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlite3&package-manager=npm_and_yarn&previous-version=5.0.2&new-version=5.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>",
     23   "comments": [],
     24   "review_comments": []
     25 }