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 the minor-and-patch group with 9 updates #216

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the minor-and-patch group with 9 updates:

Package From To
sqlite3 1.6.8 1.7.0
debug 1.8.0 1.9.1
rubocop-minitest 0.33.0 0.34.3
rubocop-sorbet 0.7.5 0.7.6
rdoc 6.6.0 6.6.2
sorbet-static-and-runtime 0.5.11139 0.5.11164
tapioca 0.11.12 0.11.14
psych 5.1.1.1 5.1.2
ruby-lsp 0.13.0 0.13.2

Updates sqlite3 from 1.6.8 to 1.7.0

Release notes

Sourced from sqlite3's releases.

1.7.0 / 2023-12-27

Ruby

This release introduces native gem support for Ruby 3.3.

This release ends native gem support for Ruby 2.7, for which upstream support ended 2023-03-31. Ruby 2.7 is still generally supported, but will not be shipped in the native gems.

This release ends support for Ruby 1.9.3, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, and 2.6.

Improved


sha256 checksums:

eaff7c58c5bfc82c0ebc522d9991615fd8f98c4556d3160f90ae8c89fb6501ce  sqlite3-1.7.0-aarch64-linux.gem
46d27b7079e63c852afbfb888355c7137f240a5c9106a4ef6e2df9791a1ff485  sqlite3-1.7.0-arm-linux.gem
b5a384f382099e2d09c2f05b9618c1177a5ecb19798ce1e65a50d84d49377451  sqlite3-1.7.0-arm64-darwin.gem
0fe774367f7d52e85e83c9b30f01bbedbb7d6fcaf5b7a0b119a2af196a6c1ddb  sqlite3-1.7.0-x64-mingw-ucrt.gem
e0f4a8be499ef6cdd3511f521c68c6145f53370040315c4d0e4ecaa1bb3b1ee1  sqlite3-1.7.0-x64-mingw32.gem
1ade17be3ca7c9ca3a8fa6313101bcf578c3e10e139f4249b222f6fd7e4cb450  sqlite3-1.7.0-x86-linux.gem
1bedf29318e01d7fc77ca398ce36f57feefb45a291d86069c1fc0e7d19770af0  sqlite3-1.7.0-x86_64-darwin.gem
6cf008a7a81eb54c99db0f06a958372512f2f8c24fbe59e76c49fd4bf4135161  sqlite3-1.7.0-x86_64-linux.gem
894b5965591fb2db7d95572e93942f4fddd1762d37ec4fbc198b36426fcdae3c  sqlite3-1.7.0.gem

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

sha256 checksums:

bf664e360101349fce44ef80284f3e3f1995c2a972855317ea26db07b8109e5e  sqlite3-1.6.9-aarch64-linux.gem
d666010cc56146dfc7eefd23aec383b27247fce56a16ae85d936469414138cb2  sqlite3-1.6.9-arm-linux.gem
bed643cefc56db014dc6a20f5a5c8aa1df5a200bc172a9f3ef0a92c596846147  sqlite3-1.6.9-arm64-darwin.gem
c31fc7d4538ee24aa830507c98c3c558854ea702ea014751e6cc2c09675d8a1a  sqlite3-1.6.9-x64-mingw-ucrt.gem
6fc5f58c5c17433367473f596f5be5dfb635e29753aaf00afeddf1b7877b1ef4  sqlite3-1.6.9-x64-mingw32.gem
</tr></table> 

... (truncated)

Changelog

Sourced from sqlite3's changelog.

1.7.0 / 2023-12-27

Ruby

This release introduces native gem support for Ruby 3.3.

This release ends native gem support for Ruby 2.7, for which upstream support ended 2023-03-31. Ruby 2.7 is still generally supported, but will not be shipped in the native gems.

This release ends support for Ruby 1.9.3, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, and 2.6.

Improved

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
  • 4f8ff6f version bump to v1.7.0
  • 63f22d1 Merge pull request #448 from sparklemotion/flavorjones-dep-rcd-1.4.0
  • 51f4862 dep: update to rake-compiler-dock 1.4.0 final
  • 5801ebe Merge pull request #447 from sparklemotion/flavorjones-ci-ruby-3.3.0
  • 740ea09 Merge pull request #444 from sparklemotion/dependabot/bundler/ruby_memcheck-2...
  • 63dc974 ci: update pipelines to test with ruby 3.3.0 final
  • 4ac1832 build(deps): update ruby_memcheck requirement from 2.2.1 to 2.3.0
  • 28047db Merge pull request #441 from sparklemotion/flavorjones-pin-alpine-to-3.18
  • 14cb673 Revert "build(deps): bump actions/download-artifact from 3 to 4"
  • 8d87322 Revert "build(deps): bump actions/upload-artifact from 3 to 4"
  • Additional commits viewable in compare view

Updates debug from 1.8.0 to 1.9.1

Release notes

Sourced from debug's releases.

v1.9.1

Fix small issue to release with Ruby 3.3.0.

What's Changed

Full Changelog: ruby/debug@v1.9.0...v1.9.1

v1.9.0

This release fixes many issues reported after v1.8.0, introduce IRB integrated console and more.

What's Changed

New Contributors

... (truncated)

Commits

Updates rubocop-minitest from 0.33.0 to 0.34.3

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest 0.34.3

Bug fixes

  • #287: Don't error on empty blocks when linting assert_raises. (@​G-Rath)
  • #289: Don't count assertions twice when their return value is being assigned. (@​G-Rath)

RuboCop Minitest 0.34.2

Bug fixes

  • #283: Fix an error for Minitest/MultipleAssertions when using || assigning a value to a variable. (@​koic)

RuboCop Minitest 0.34.1

Bug fixes

  • #281: Fix an error when assigning a value to an object attribute. (@​koic)

RuboCop Minitest 0.34.0 (The RubyConf Taiwan 2023 Edition)

New features

  • #272: Add new Minitest/RedundantMessageArgument cop. (@​koic)
  • #279: Add new Minitest/NonExecutableTestMethod cop. (@​koic)

Bug fixes

  • #275: Make Minitest/AssertMatch aware of assert_operator when running with Ruby 2.7. (@​koic)
  • #271: Fix a false positive for Minitest/EmptyLineBeforeAssertionMethods and assert_raises. (@​fatkodima)

Changes

Changelog

Sourced from rubocop-minitest's changelog.

0.34.3 (2024-01-01)

Bug fixes

  • #287: Don't error on empty blocks when linting assert_raises. ([@​G-Rath][])
  • #289: Don't count assertions twice when their return value is being assigned. ([@​G-Rath][])

0.34.2 (2023-12-25)

Bug fixes

  • #283: Fix an error for Minitest/MultipleAssertions when using || assigning a value to a variable. ([@​koic][])

0.34.1 (2023-12-16)

Bug fixes

  • #281: Fix an error when assigning a value to an object attribute. ([@​koic][])

0.34.0 (2023-12-16)

New features

  • #272: Add new Minitest/RedundantMessageArgument cop. ([@​koic][])
  • #279: Add new Minitest/NonExecutableTestMethod cop. ([@​koic][])

Bug fixes

  • #275: Make Minitest/AssertMatch aware of assert_operator when running with Ruby 2.7. ([@​koic][])
  • #271: Fix a false positive for Minitest/EmptyLineBeforeAssertionMethods and assert_raises. ([@​fatkodima][])

Changes

Commits
  • 90fc925 Cut 0.34.3
  • 5f7a42d Update Changelog
  • 48a64ae Merge pull request #291 from G-Rath/fix-assertion-count-again
  • 1cbbe83 [Fix #289] count asserts within blocks for assignments
  • 1ef32c0 Merge pull request #290 from G-Rath/fix-assertion-count
  • c1a5405 [Fix #289] don't count assertions twice when their return value is being assi...
  • d0b6912 Merge pull request #288 from G-Rath/fix-error
  • c907e1c [Fix #287] don't error on empty blocks when linting assert_raises
  • de7824c Merge pull request #286 from koic/ci_against_ruby_3_3
  • c1f6576 CI against Ruby 3.3
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.7.5 to 0.7.6

Release notes

Sourced from rubocop-sorbet's releases.

v0.7.6

What's Changed

🛠 Other Changes

Full Changelog: Shopify/rubocop-sorbet@v0.7.5...v0.7.6

Commits

Updates rdoc from 6.6.0 to 6.6.2

Release notes

Sourced from rdoc's releases.

v6.6.2

What's Changed

Full Changelog: ruby/rdoc@v6.6.1...v6.6.2

v6.6.1

What's Changed

Full Changelog: ruby/rdoc@v6.6.0...v6.6.1

Commits
  • 895f1af Bump up v6.6.2
  • 61e6ef7 Add coverage task
  • f7dd147 [DOC] nodoc for probably internal methods
  • e4c9034 [DOC] Add missing documents
  • edb2523 Require fileutils before using it
  • 7a8e9a9 Remove unused method RDoc::Encoding.remove_frozen_string_literal
  • 823241e Bump ruby/setup-ruby from 1.161.0 to 1.162.0
  • 66241b8 Bump actions/configure-pages from 3 to 4
  • 86c1982 Bump actions/deploy-pages from 2 to 3
  • 72c6560 Only word-ending colon separates new definition
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11139 to 0.5.11164

Release notes

Sourced from sorbet-static-and-runtime's releases.

sorbet 0.5.11163.20231221114759-77fedbc1d

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11163', :group => :development
gem 'sorbet-runtime', '0.5.11163'

sorbet 0.5.11162.20231219145110-cbe86961f

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11162', :group => :development
gem 'sorbet-runtime', '0.5.11162'

sorbet 0.5.11161.20231219144000-97263759a

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11161', :group => :development
gem 'sorbet-runtime', '0.5.11161'

sorbet 0.5.11160.20231219143304-2cda77728

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11160', :group => :development
gem 'sorbet-runtime', '0.5.11160'

sorbet 0.5.11159.20231219084731-2e020a678

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11159', :group => :development
gem 'sorbet-runtime', '0.5.11159'

sorbet 0.5.11158.20231218134908-8e8ac5509

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11158', :group => :development
gem 'sorbet-runtime', '0.5.11158'

sorbet 0.5.11157.20231218091321-1c0537ed7

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11157', :group => :development
gem 'sorbet-runtime', '0.5.11157'

sorbet 0.5.11156.20231215154519-40ad87b4d

... (truncated)

Commits

Updates tapioca from 0.11.12 to 0.11.14

Release notes

Sourced from tapioca's releases.

v0.11.14

What's Changed

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: Shopify/tapioca@v0.11.13...v0.11.14

v0.11.13

What's Changed

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: Shopify/tapioca@v0.11.12...v0.11.13

Commits
  • 0bc05d6 Merge pull request #1735 from Shopify/uk-fix-set-compare-by-identity
  • c1333df Make sure we use compare by identity Sets properly
  • f7970d8 Add failing test with a constant that implements hash
  • ffe63f4 Merge pull request #1734 from Shopify/vs/remove_identity_feature_check
  • 7645631 Remove identity comparison feature check in favour of a conditional
  • d67c001 Merge pull request #1730 from bdewater/aj-perform-later-block
  • ceabc81 Active Job 7+ perform_later takes an optional block
  • b63ae95 Bump version to v0.11.14
  • 2e4ab6f Merge pull request #1732 from Shopify/vs/handle_new_identity_comparison_hashes
  • 5673e5f Merge pull request #1721 from DougEdey/de/handle_graphql_prepare_method
  • Additional commits viewable in compare view

Updates psych from 5.1.1.1 to 5.1.2

Release notes

Sourced from psych's releases.

v5.1.2

What's Changed

New Contributors

Full Changelog: ruby/psych@v5.1.1.1...v5.1.2

Commits
  • a9ab74d Bump up 5.1.2
  • 21f051b Merge pull request #663 from amomchilov/optimize-object_id-use
  • 0dc25a9 Use assert_same in tests where applicable
  • df69e4a Use compare_by_identity instead of object_id
  • 02b7ef3 Merge pull request #662 from Maumagnaguagno/deserialize_each_char_option
  • 5fe714b Prefer each_char in Psych::Visitors::Visitor::ToRuby#deserialize
  • See full diff in compare view

Updates ruby-lsp from 0.13.0 to 0.13.2

Release notes

Sourced from ruby-lsp's releases.

v0.13.2

What's Changed

✨ Enhancements

🛠 Other Changes

New Contributors

Full Changelog: Shopify/ruby-lsp@v0.13.1...v0.13.2

v0.13.1

What's Changed

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: Shopify/ruby-lsp@v0.13.0...v0.13.1

Commits
  • f570fd9 Bump version to v0.13.2
  • 16b4c7e Remove aliased shapes (#1254)
  • 0ddc05b Merge pull request #1255 from Shopify/dependabot/submodules/test/fixtures/pri...
  • d539e00 Bump test/fixtures/prism from d76f295 to aa8b60c
  • 01dc028 Upgrade to Prism v0.19 (#1253)
  • 90ee251 Merge pull request #1252 from Shopify/ko/actor
  • 4db41f8 Merge pull request #1244 from Shopify/dependabot/bundler/minor-and-patch-58dd...
  • 3507304 Upgrade RBIs
  • a142f7c Upgrade gems
  • 0171268 Execute RBI workflow only for dependabot commits
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `1.6.8` | `1.7.0` |
| [debug](https://github.com/ruby/debug) | `1.8.0` | `1.9.1` |
| [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) | `0.33.0` | `0.34.3` |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.7.5` | `0.7.6` |
| [rdoc](https://github.com/ruby/rdoc) | `6.6.0` | `6.6.2` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11139` | `0.5.11164` |
| [tapioca](https://github.com/Shopify/tapioca) | `0.11.12` | `0.11.14` |
| [psych](https://github.com/ruby/psych) | `5.1.1.1` | `5.1.2` |
| [ruby-lsp](https://github.com/Shopify/ruby-lsp) | `0.13.0` | `0.13.2` |


Updates `sqlite3` from 1.6.8 to 1.7.0
- [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.7.0)

Updates `debug` from 1.8.0 to 1.9.1
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](ruby/debug@v1.8.0...v1.9.1)

Updates `rubocop-minitest` from 0.33.0 to 0.34.3
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.33.0...v0.34.3)

Updates `rubocop-sorbet` from 0.7.5 to 0.7.6
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.7.5...v0.7.6)

Updates `rdoc` from 6.6.0 to 6.6.2
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v6.6.0...v6.6.2)

Updates `sorbet-static-and-runtime` from 0.5.11139 to 0.5.11164
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `tapioca` from 0.11.12 to 0.11.14
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.11.12...v0.11.14)

Updates `psych` from 5.1.1.1 to 5.1.2
- [Release notes](https://github.com/ruby/psych/releases)
- [Commits](ruby/psych@v5.1.1.1...v5.1.2)

Updates `ruby-lsp` from 0.13.0 to 0.13.2
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.13.0...v0.13.2)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: debug
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rubocop-minitest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rubocop-sorbet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: rdoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tapioca
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: psych
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ruby-lsp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 1, 2024 19:20
@dependabot dependabot bot requested review from andyw8 and st0012 January 1, 2024 19:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby labels Jan 1, 2024
@dependabot dependabot bot requested a review from Morriar January 1, 2024 19:20
@github-actions github-actions bot enabled auto-merge January 1, 2024 19:20
@vinistock
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 2, 2024
auto-merge was automatically disabled January 2, 2024 19:54

Pull request was closed

@dependabot dependabot bot deleted the dependabot/bundler/minor-and-patch-96049151ad branch January 2, 2024 19:54
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant