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 5 updates #296

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

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

Package From To
sqlite3 1.7.2 1.7.3
rubocop-sorbet 0.7.8 0.8.0
sorbet-static-and-runtime 0.5.11287 0.5.11294
ruby-lsp 0.14.5 0.14.6
sorbet-runtime 0.5.11287 0.5.11294

Updates sqlite3 from 1.7.2 to 1.7.3

Release notes

Sourced from sqlite3's releases.

1.7.3 / 2024-03-15

Dependencies


sha256 checksums:

0ccb8c001cd2617f4801a2c816142d3c9bc299e3f3e0f49e03812f3610b0891c  sqlite3-1.7.3-aarch64-linux.gem
eb653026d44f8502b74564e585245485a5667d72f8888854e53c561f816541b0  sqlite3-1.7.3-arm-linux.gem
b956160cc882d2568f332f915c9fe27cae9a4521b202d6e7ea540171c88e4600  sqlite3-1.7.3-arm64-darwin.gem
8304a254e4fb0692e651b6f783e009415085f885d940c51c77981b8523511f45  sqlite3-1.7.3-x64-mingw-ucrt.gem
dde57850e92a7da0c7833dd904e666fe7baf382f1c7cabbec8e28a0005a4beea  sqlite3-1.7.3-x64-mingw32.gem
95543cad6bbdf1ba822526bcd0aba4a378887d9da906b8bfa250002745f3847e  sqlite3-1.7.3-x86-linux.gem
b88e117ae14b2c5b61a7eb14da24b3b0e93cd3e1c17774ff3b6e5a03ffe4e5b7  sqlite3-1.7.3-x86_64-darwin.gem
522a3285660dec8253465880c97980e873db0d79060900be8d14194217a3ee73  sqlite3-1.7.3-x86_64-linux.gem
fa77f63c709548f46d4e9b6bb45cda52aa3881aa12cc85991132758e8968701c  sqlite3-1.7.3.gem
Changelog

Sourced from sqlite3's changelog.

sqlite3-ruby Changelog

next / unreleased

(will be 2.0.0)

Ruby

This release drops support for Ruby 2.7. #453 @​flavorjones

Added

Improved

Changed

Removed

  • Removed class SQLite3::VersionProxy which has been deprecated since v1.3.2. #453 @​flavorjones
  • Removed class SQLite3::Translator and all related type translation methods. If you need to do type translation on values returned from the statement object, please wrap it with a delegate object. Here is an example of using a delegate class to implement type translation:
require "sqlite3"
require "delegate"
</tr></table> 

... (truncated)

Commits
  • bcba930 version bump to v1.7.3
  • f821184 ci: run gem-install and sqlite3-ruby workflows on stable branches
  • c203fa2 Merge pull request #514 from sparklemotion/flavorjones-sqlite-3.45.2_1-7-stable
  • faf32b5 doc: update CHANGELOG
  • 7445a37 dep: update vendored sqlite to v3.45.2
  • 10cbc45 doc: fix date in CHANGELOG
  • See full diff in compare view

Updates rubocop-sorbet from 0.7.8 to 0.8.0

Release notes

Sourced from rubocop-sorbet's releases.

v0.8.0

What's Changed

[!NOTE] This version drops the runtime dependency that Sorbet/SignatureBuildOrder had on unparser, so if you had that dependency in your Gemfile for only this reason, you should be able to drop it now.

🛠 Other Changes

Full Changelog: Shopify/rubocop-sorbet@v0.7.8...v0.8.0

Commits
  • fde440d Bump version to v0.8.0
  • e4181c5 Merge pull request #189 from Shopify/order-more-signature-builders
  • e9be4a9 Consolidate dev deps into Gemfile
  • 4e1c3fc Refactor SignatureBuildOrder
  • 67efc28 Add final, bind, & implementation to SignatureBuildOrder
  • 233cf9a Extract SignatureBuildOrder Order config
  • 6b87977 Remove trailing spaces in default config
  • See full diff in compare view

Updates sorbet-static-and-runtime from 0.5.11287 to 0.5.11294

Release notes

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

sorbet 0.5.11293.20240314125909-274412967

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11292.20240312155147-12e21c69b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11291.20240312150539-4f18613a9

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11290.20240312150115-26591f256

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11289.20240312095051-aba87e763

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11288.20240311150722-7ab7039cb

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11287.20240307095403-dca3b6094

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11287', :group => :development
gem 'sorbet-runtime', '0.5.11287'
Commits

Updates ruby-lsp from 0.14.5 to 0.14.6

Commits
  • beba639 Bump extension version to v0.5.15
  • 9c3170e Disable warnings when running Ruby activation (#1618)
  • 4ab94e4 Make definition and hover more precise (#1616)
  • 94d2c9a Do not fail indexing on non-existing files (#1617)
  • ab2c4fa Merge pull request #1615 from Shopify/dependabot/npm_and_yarn/vscode/follow-r...
  • da8beef Bump follow-redirects from 1.15.5 to 1.15.6 in /vscode
  • 85725c6 Add note about Ruby version for RDoc task (#1612)
  • 9455a87 Indexed included modules on namespaces (#1383)
  • ab55395 Add missing expectation for minitest_with_dynamic_constant_path.rb (#1611)
  • 675070b Fix no code lenses for minitest specs with constant paths (#1606)
  • Additional commits viewable in compare view

Updates sorbet-runtime from 0.5.11287 to 0.5.11294

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11293.20240314125909-274412967

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11292.20240312155147-12e21c69b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11291.20240312150539-4f18613a9

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11290.20240312150115-26591f256

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11289.20240312095051-aba87e763

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11288.20240311150722-7ab7039cb

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11287.20240307095403-dca3b6094

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11287', :group => :development
gem 'sorbet-runtime', '0.5.11287'
Commits

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `1.7.2` | `1.7.3` |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.7.8` | `0.8.0` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11287` | `0.5.11294` |
| [ruby-lsp](https://github.com/Shopify/ruby-lsp) | `0.14.5` | `0.14.6` |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11287` | `0.5.11294` |


Updates `sqlite3` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.7.2...v1.7.3)

Updates `rubocop-sorbet` from 0.7.8 to 0.8.0
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.7.8...v0.8.0)

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

Updates `ruby-lsp` from 0.14.5 to 0.14.6
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.14.5...v0.14.6)

Updates `sorbet-runtime` from 0.5.11287 to 0.5.11294
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: rubocop-sorbet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: ruby-lsp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sorbet-runtime
  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 March 18, 2024 19:48
@dependabot dependabot bot requested review from KaanOzkan and aryan-soni March 18, 2024 19:48
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby labels Mar 18, 2024
@github-actions github-actions bot enabled auto-merge March 18, 2024 19:48
@github-actions github-actions bot merged commit 4fa1fb2 into main Mar 18, 2024
54 checks passed
@github-actions github-actions bot deleted the dependabot/bundler/minor-and-patch-520abd031e branch March 18, 2024 19:51
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.

0 participants