Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Update sqlite3 requirement from ~> 1.4.1 to ~> 1.6.3 #559

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2023

Updates the requirements on sqlite3 to permit the latest version.

Release notes

Sourced from sqlite3's releases.

1.6.3 / 2023-05-16

Dependencies

Vendored sqlite is updated to v3.42.0.

From the release announcement:

This is a regular enhancement release. The main new features are:

  • SQLite will now parse and understand JSON5, though it is careful to generate only pure, canonical JSON.
  • The secure-delete option has been added to the FTS5 extension.

sha256 checksums:

a6127f665f7a628ff53ebf5009b911c0a0580f57f679cffeb9e664827281a12e  sqlite3-1.6.3-aarch64-linux.gem
826182274353850009c9c3ec07b07c0baaf4b81535f144064fe6f265b91d129d  sqlite3-1.6.3-arm-linux.gem
eb95b8e4d90506ff4eaf7eeab419ab01894cc223f97e1a71b6ae7cdbf7840548  sqlite3-1.6.3-arm64-darwin.gem
5df1dcf85b2027fa5bc054250ca2201cf28721151470cb0c45fbb8e21b92399e  sqlite3-1.6.3-x64-mingw-ucrt.gem
b92b02e02d20acd5a6cb719df126237fe5aac8545a10aa08ff8ca1dc7c9a958a  sqlite3-1.6.3-x64-mingw32.gem
32bf8139aba22bccab19c44e72388f0da3c07921ad80738785fd4b4fe2fa369d  sqlite3-1.6.3-x86-linux.gem
b74b8694e3e090c2e08ccb85b23fb889690d068ca0cace49f9e1d118058bdc46  sqlite3-1.6.3-x86_64-darwin.gem
aebdc5821f4ddeeb9cc36983f0a9c3815e1024e3bd4ddb0dcbc212bb20569de8  sqlite3-1.6.3-x86_64-linux.gem
67b476378889b15c93f9b78d39f6d92636dda414194d570d3a1b27514a9e2541  sqlite3-1.6.3.gem
Changelog

Sourced from sqlite3's changelog.

1.6.3 / 2023-05-16

Dependencies

Vendored sqlite is updated to v3.42.0.

From the release announcement:

This is a regular enhancement release. The main new features are:

  • SQLite will now parse and understand JSON5, though it is careful to generate only pure, canonical JSON.
  • The secure-delete option has been added to the FTS5 extension.

1.6.2 / 2023-03-27

Dependencies

Vendored sqlite is updated from v3.41.0 to v3.41.2.

Packaging

  • Allow compilation against system libraries without the presence of mini_portile2, primarily for the convenience of linux distro repackagers. #381 (Thank you, @​voxik!)

1.6.1 / 2023-02-22

Dependencies

  • Vendored sqlite is updated to v3.41.0.

1.6.0 / 2023-01-13

Ruby

This release introduces native gem support for Ruby 3.2.

This release ends native gem support for Ruby 2.6, for which upstream support ended 2022-04-12.

Dependencies

  • Vendored sqlite3 is updated to v3.40.1.

Fixes

  • get_boolean_pragma now returns the correct value. Previously, it always returned true. #275 (Thank you, @​Edouard-chin!)

... (truncated)

Commits
  • 81181d8 version bump to v1.6.3
  • 01fadc4 Merge pull request #388 from sparklemotion/flavorjones-update-sqlite3-3.42.0
  • c330362 dep: update sqlite3 to v3.42.0
  • 78151d4 Merge pull request #387 from sparklemotion/flavorjones-test-valgrind-rake-task
  • a9bddc7 test: update tests to clean up resources
  • b6bc75c test: add valgrind job to CI
  • 67fc6e6 dev: use ruby_memcheck for a valgrind test task
  • 69c9fa7 version bump to v1.6.2
  • 866795a Merge pull request #385 from sparklemotion/flavorjones-update-sqlite3-3.41.2
  • 4c369b6 dep: update libsqlite3 to 3.41.2
  • Additional commits viewable in compare view

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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @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)
  • @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)

Updates the requirements on [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) to permit the latest version.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.4.1...v1.6.3)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2023
@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Merging #559 (840334d) into master (447ecbe) will decrease coverage by 0.04%.
The diff coverage is n/a.

❗ Current head 840334d differs from pull request most recent head 881c3cc. Consider uploading reports for the commit 881c3cc to get more accurate results

@@            Coverage Diff             @@
##           master     #559      +/-   ##
==========================================
- Coverage   97.48%   97.44%   -0.04%     
==========================================
  Files         115      115              
  Lines        2978     2978              
==========================================
- Hits         2903     2902       -1     
- Misses         75       76       +1     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants