Skip to content

Comments

fix(deps): update dependency sqlite3 to v5#40

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sqlite3-5.x
Open

fix(deps): update dependency sqlite3 to v5#40
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sqlite3-5.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 2, 2020

This PR contains the following updates:

Package Change Age Confidence
sqlite3 3.1.135.1.7 age confidence
sqlite3 ^4.0.0^5.0.0 age confidence

Release Notes

TryGhost/node-sqlite3 (sqlite3)

v5.1.7

Compare Source

What's Changed

  • Updated bundled SQLite to v3.44.2 by @​daniellockyer
  • Replaced @mapbox/node-pre-gyp with prebuild + prebuild-install (605c7f9) by @​daniellockyer
    • this should fix a lot of bundling issues reported by the community
  • Improved RowToJS performance by removing Napi::String::New instantiation by @​daniellockyer
  • Various minor code refactors and improvements (thanks @​zenon8adams!)

New Contributors

Full Changelog: TryGhost/node-sqlite3@v5.1.6...v5.1.7

v5.1.6

Compare Source

What's Changed

  • Fixed glibc compatibility by hardcoding lower version for log2 by @​daniellockyer
  • Add generic type annotations for Statement and Database get/all/each methods callback rows by @​stevescruz in #​1686

New Contributors

Full Changelog: TryGhost/node-sqlite3@v5.1.5...v5.1.6

v5.1.5

Compare Source

What's Changed

Full Changelog: TryGhost/node-sqlite3@v5.1.4...v5.1.5

v5.1.4

Compare Source

What's Changed

Full Changelog: TryGhost/node-sqlite3@v5.1.3...v5.1.4

v5.1.3

Compare Source

What's Changed

Full Changelog: TryGhost/node-sqlite3@v5.1.2...v5.1.3

v5.1.2

Compare Source

What's Changed

Full Changelog: TryGhost/node-sqlite3@v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

A huge thanks to MacStadium for providing an M1 Mac Mini so we can offer ARM64 binaries.

Full Changelog: TryGhost/node-sqlite3@v5.1.0...v5.1.1

v5.1.0

Compare Source

✨ We're very excited to announce node-sqlite3's first minor release of v5, packed with features and improvements.

If you encounter any problems, please open a detailed issue using the templates.

What's Changed

New Contributors

Full Changelog: TryGhost/node-sqlite3@v5.0.11...v5.1.0

v5.0.11

Compare Source

What's Changed

Full Changelog: TryGhost/node-sqlite3@v5.0.10...v5.0.11

v5.0.10

Compare Source

What's Changed

New Contributors

Full Changelog: TryGhost/node-sqlite3@v5.0.9...v5.0.10

v5.0.9

Compare Source

What's Changed

New Contributors

Full Changelog: TryGhost/node-sqlite3@v5.0.8...v5.0.9

v5.0.8

Compare Source

What's Changed

Full Changelog: TryGhost/node-sqlite3@v5.0.7...v5.0.8

v5.0.7

Compare Source

What's Changed

Full Changelog: TryGhost/node-sqlite3@v5.0.6...v5.0.7

v5.0.6

Compare Source

What's Changed

Full Changelog: TryGhost/node-sqlite3@v5.0.5...v5.0.6

v5.0.5

Compare Source

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: TryGhost/node-sqlite3@v5.0.4...v5.0.5

v5.0.4

Compare Source

What's Changed

Full Changelog: TryGhost/node-sqlite3@v5.0.3...v5.0.4

v5.0.3

Compare Source

What's Changed

Known Problems

  • #​1578 - 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.
  • Prebuilt binaries for Linux do not work on musl systems. This should be fixed with 8b2cdd9 but you will need to compile from source to use v5.0.3.

Full Changelog: TryGhost/node-sqlite3@v5.0.2...v5.0.3

v5.0.2

Compare Source

  • disable N-API v6

v5.0.1

Compare Source

v5.0.0

Compare Source

  • prebuilt: Node 14 support, dropped support for all version of Node < 10 #​1304
  • prebuilt: add electron 7.2 #​1324
  • napi: refactor codebase to use N-API instead of NAN (+ various improvements) #​1304
  • trace: don't require throw to add trace info for verbose #​1317
  • ci: remove permission setting #​1319

v4.2.0

Compare Source

  • electron: Electron v8, v8.1.x & v8.2.x #​1294 #​1308
  • sqlite3: update to 3.31.1 (3310100) #​1289
  • webpack: split sqlite3-binding.js out so that it could be override by webpack #​1268
  • sqlite3: enable 'SQLITE_ENABLE_DBSTAT_VTAB=1' #​1281
  • deps: remove request #​1287
  • deps: alternative update of node-gyp for electron (v1 - v4), windows #​1283
  • electron: fix dist url #​1282
  • docs: Added json1 support note #​1303

v4.1.1

Compare Source

  • Electron v6.1 and v7 support #​1237
  • Electron v7.1 support #​1254
  • SQLite3 update to 3.30.1 #​1238
  • Overwrite 'msbuild_toolset' only if 'toolset' is defined #​1242
  • Upgrade CI to node-gyp 6.x for Windows Electron v5 & v6 builds #​1245
  • Node v13 support #​1247
  • Use minimum supported node version for Electron 7 #​1255

v4.1.0

Compare Source

v4.0.9

Compare Source

  • ci: use trusty for ubuntu to create prebuilt binaries for node v12 to create lower requirements for libc

v4.0.8

Re-release of 4.0.7 but without the excess .vscode files.

v4.0.6

Compare Source

A re-release of the retracted v4.0.5 because of node-pre-gyp being unavailable.

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/sqlite3-5.x branch from b1a2c0a to 6bfaecc Compare January 10, 2021 14:52
@renovate renovate bot force-pushed the renovate/sqlite3-5.x branch from 6bfaecc to a7c40c5 Compare April 26, 2021 12:37
@renovate renovate bot force-pushed the renovate/sqlite3-5.x branch from a7c40c5 to d321ff0 Compare April 24, 2022 19:46
@renovate renovate bot force-pushed the renovate/sqlite3-5.x branch from d321ff0 to 4fab29e Compare May 15, 2022 20:15
@renovate renovate bot force-pushed the renovate/sqlite3-5.x branch from 4fab29e to 6f350b3 Compare September 25, 2022 20:24
@renovate renovate bot force-pushed the renovate/sqlite3-5.x branch from 6f350b3 to 018ecbb Compare November 20, 2022 20:52
@renovate renovate bot force-pushed the renovate/sqlite3-5.x branch from 018ecbb to c3a0985 Compare March 16, 2023 06:43
@renovate renovate bot force-pushed the renovate/sqlite3-5.x branch from c3a0985 to a5ec745 Compare January 5, 2024 11:00
@renovate renovate bot changed the title chore(deps): update dependency sqlite3 to v5 fix(deps): update dependency sqlite3 to v5 Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants