Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump sqlite3 from 2.0.4 to 2.4.0 #56

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 4, 2024

Bumps sqlite3 from 2.0.4 to 2.4.0.

Release notes

Sourced from sqlite3's releases.

2.4.0 / 2024-12-03

Added

  • Database#load_extension now accepts any object that responds to #to_path, in addition to String filesystem paths. #586 @​flavorjones
  • Database.new now accepts an extensions: parameter, which is an array of SQLite extensions that will be loaded during initialization. The array may contain String filesystem paths and objects that respond to #to_path. #586 @​flavorjones
1a8b73e8d6cc99049071359ea39a0a80b8e26c963af40dddd122e51259e332dd  sqlite3-2.4.0-aarch64-linux-gnu.gem
c7e73d1fb6249444331e218d5dbb22b8b13998fcab246f82afe8356e0fe29115  sqlite3-2.4.0-aarch64-linux-musl.gem
b1d0072353ce303a64b3d5af700a63fa4b52c14968c6f08c4e42e562f2c8b1d7  sqlite3-2.4.0-arm64-darwin.gem
67ace9f9ffc9bbe7f04140ddc7c81eb03740da3733448f880717f8a673a807c8  sqlite3-2.4.0-arm-linux-gnu.gem
e40a0bb9f8413e14a0e0b7cfa523aee2305552422a9065cee0e6e1e860628dce  sqlite3-2.4.0-arm-linux-musl.gem
9f3c4f9eda42cb295705c2fbfca4e2a7334d3f84400482bf2deeef45e9423918  sqlite3-2.4.0.gem
3893389c321845090015b39b76eea652efca769004afe6f8fabe6637128656e7  sqlite3-2.4.0-x64-mingw-ucrt.gem
47c59c42d8d5f357faedd85b63c709c4616045db45316f250ef6df253bc87e2b  sqlite3-2.4.0-x86_64-darwin.gem
d6242da7d671bf37fb806b7727336c3ca0c8d5656955c12975eb8831e10de128  sqlite3-2.4.0-x86_64-linux-gnu.gem
e8d405663bf4d04e114e4febcfdfdb6684558b5483b03ef6ce64c4d2df4523e1  sqlite3-2.4.0-x86_64-linux-musl.gem
5aea2d664a1c11254f4f9ee067db103c548adf2193531855bf7d522e704da47c  sqlite3-2.4.0-x86-linux-gnu.gem
b3c99111936b467b9bcd7829de40456403d5ed5b26822ad988305e365e92f05c  sqlite3-2.4.0-x86-linux-musl.gem

2.3.1 / 2024-11-25

Dependencies

a8398a65bf84467fb03e29914f31282878d0f94fd78bc511b5d7d4b3e447effc  sqlite3-2.3.1-aarch64-linux-gnu.gem
9684f77bd2c0e18ee6c5ab15b35a7f953d025c26bc8915832a33306d2926b986  sqlite3-2.3.1-aarch64-linux-musl.gem
882a006725ce6905570c652c8b2f2d1d295b9f21ac009f176c91777d7c602a40  sqlite3-2.3.1-arm64-darwin.gem
d9ded328f99b8d0c774aa1a11126806f1c3c5160e5d8a00f42900b0bb6693f55  sqlite3-2.3.1-arm-linux-gnu.gem
648802caf7556adbae12a6c1908feb2cd64bef2bc9e04acdb40c0a44e00b3d16  sqlite3-2.3.1-arm-linux-musl.gem
46ed5f9086bc59ea33a90ea08db93fa887809d37bc2f8f96693d32540b295b9d  sqlite3-2.3.1.gem
e47c52052e8063ad4f3686e7f59cfc431a08bb7320a6e09823a49decff60fd4e  sqlite3-2.3.1-x64-mingw-ucrt.gem
700558d100306c17e0f14ae2b493e4c83e5c77a713015eba79e0ca2dd3aa0f17  sqlite3-2.3.1-x86_64-darwin.gem
7e71f818d510998a8b2d1cf9ef5a53ef85300736648621c66cb9494b1684b339  sqlite3-2.3.1-x86_64-linux-gnu.gem
709406604aeee3622bc01c970f31bbcfadb0590f4ee3dc5bb6fe4fbf1c855a7e  sqlite3-2.3.1-x86_64-linux-musl.gem
dfa199e6fa67608b547eee6b332c60f0719fffa14275319f4c82282af6d4f036  sqlite3-2.3.1-x86-linux-gnu.gem
</tr></table> 

... (truncated)

Changelog

Sourced from sqlite3's changelog.

2.4.0 / 2024-12-03

Added

  • Database#load_extension now accepts any object that responds to #to_path, in addition to String filesystem paths. #586 @​flavorjones
  • Database.new now accepts an extensions: parameter, which is an array of SQLite extensions that will be loaded during initialization. The array may contain String filesystem paths and objects that respond to #to_path. #586 @​flavorjones

2.3.1 / 2024-11-25

Dependencies

2.3.0 / 2024-11-20

Added

Fixed

  • Database#encoding= support for switching the database encoding to UTF-16BE, which has been broken since Database#encoding= was introduced in v1.3.12 in 2016. #575 @​miyucy
  • Omit mention of the pkg-config gem when failing to build from source, since it is not used. #358 @​flavorjones

2.2.0 / 2024-10-30

Added

Improved

  • SQL Syntax errors during Database#prepare will raise a verbose exception with a multiline message indicating with a "^" exactly where in the statement the error occurred. #554 @​fractaledmind @​flavorjones

2.1.1 / 2024-10-22

Dependencies

... (truncated)

Commits
  • 6886f98 version bump to v2.4.0
  • cdcadf8 Merge pull request #586 from sparklemotion/flavorjones-sqlite-extension-contract
  • 41e20fa feat: Database.new supports extensions: option parameter
  • 0df3e88 version bump to v2.3.1
  • e0d23c8 doc: update the CONTRIBUTING release checklist
  • 4f8c6ea Merge pull request #590 from sparklemotion/flavorjones-try-to-remove-gem-upda...
  • 2b82129 Merge pull request #589 from sparklemotion/flavorjones-dep-sqlite-3.47.1
  • 44c8a61 ci: remove gem-update-system
  • ac7158a dep: update vendored sqlite to 3.47.1
  • 3ae4a42 Merge pull request #587 from sparklemotion/dependabot/bundler/rdoc-6.8.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.0.4 to 2.4.0.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v2.0.4...v2.4.0)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Development

Successfully merging this pull request may close these issues.

0 participants