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

Bump sqlite3 from 1.6.8 to 1.6.9 #228

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps sqlite3 from 1.6.8 to 1.6.9.

Changelog

Sourced from sqlite3's changelog.

1.6.9 / 2023-11-26

Dependencies

Added

  • Database.new now accepts a :default_transaction_mode option (defaulting to :deferred), and Database#transaction no longer requires a transaction mode to be specified. This should allow higher-level adapters to more easily choose a transaction mode for a database connection. #426 @​masamitsu-murase
Commits
  • d4df9fd version bump to v1.6.9
  • ad93a6b Merge pull request #426 from masamitsu-murase/support_default_transaction_mode
  • f140292 doc: update CHANGELOG for default_transaction_mode
  • f8ebfca doc: document Database.new options
  • 109b6b1 Support default transaction mode.
  • 0c59601 Merge pull request #427 from sparklemotion/flavorjones-dep-sqlite-3.44.2
  • 699ac4d dep: update sqlite to v3.44.2
  • 571d231 Merge pull request #428 from sparklemotion/flavorjones-upstream-ruby-head
  • 2239bd9 ci: test edge rubies only in upstream.yml
  • f18d15e Merge pull request #423 from sparklemotion/dependabot/bundler/rdoc-6.6.0
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner November 27, 2023 13:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 27, 2023
@dependabot dependabot bot force-pushed the dependabot/bundler/sqlite3-1.6.9 branch from 671b4b5 to 89fc83a Compare December 7, 2023 16:15
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.8 to 1.6.9.
- [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.6.8...v1.6.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/sqlite3-1.6.9 branch from 89fc83a to 0bf7f8e Compare December 7, 2023 16:19
@bastelfreak bastelfreak merged commit 0e2fc5c into main Dec 7, 2023
9 checks passed
@bastelfreak bastelfreak deleted the dependabot/bundler/sqlite3-1.6.9 branch December 7, 2023 16:21
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant