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 13 updates #1727

Merged
merged 4 commits into from
Dec 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

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

Package From To
debug 1.8.0 1.9.0
rubocop-sorbet 0.7.4 0.7.6
rubocop-rspec 2.24.1 2.25.0
rake 13.0.6 13.1.0
json_api_client 1.21.1 1.22.0
identity_cache 1.4.1 1.5.1
google-protobuf 3.24.4 3.25.1
graphql 2.1.5 2.1.7
sidekiq 7.1.6 7.2.0
nokogiri 1.15.4 1.15.5
bcrypt 3.1.19 3.1.20
rbi 0.1.4 0.1.5
sorbet-static-and-runtime 0.5.11089 0.5.11150

Updates debug from 1.8.0 to 1.9.0

Release notes

Sourced from debug's releases.

v1.9.0

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

What's Changed

New Contributors

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

Commits

Updates rubocop-sorbet from 0.7.4 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

v0.7.5

What's Changed

🐛 Bug Fixes

🛠 Other Changes

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

Commits
  • a414cb7 Bump version to v0.7.6
  • 6613f8e Merge pull request #181 from Shopify/ko/aliased-shapes
  • 5bb7bfe Increment VersionAdded metadata
  • 139ca55 Use descendant search
  • 8f3126a Bump version to v0.7.5
  • 8d87472 Merge pull request #191 from Shopify/vs/fix_incompatible_override_breaking
  • 602e946 Make incompatible override rule not fail on incomplete signatures
  • d94f631 Merge pull request #188 from Shopify/empty-lines-in-rbis
  • 5183f23 Enable EmptyLineAfterSig in RBI config
  • 065ac0c Detect empty lines between multiple signatures
  • Additional commits viewable in compare view

Updates rubocop-rspec from 2.24.1 to 2.25.0

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v2.25.0

  • Add support single quoted string and percent string and heredoc for RSpec/Rails/HttpStatus. (@​ydah)
  • Change to be inline disable for RSpec/SpecFilePathFormat like RSpec/FilePath. (@​ydah)
  • Fix a false positive for RSpec/MetadataStyle with example groups having multiple string arguments. (@​franzliedke)
Changelog

Sourced from rubocop-rspec's changelog.

2.25.0 (2023-10-27)

  • Add support single quoted string and percent string and heredoc for RSpec/Rails/HttpStatus. ([@​ydah])
  • Change to be inline disable for RSpec/SpecFilePathFormat like RSpec/FilePath. ([@​ydah])
  • Fix a false positive for RSpec/MetadataStyle with example groups having multiple string arguments. ([@​franzliedke])
Commits

Updates rake from 13.0.6 to 13.1.0

Commits
  • 5476cda Bump up v13.1.0
  • 1b6afad Merge pull request #521 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 8b2a01c Bump ruby/setup-ruby from 1.156.0 to 1.157.0
  • 1607fbf Merge pull request #520 from ruby/dependabot/github_actions/actions/checkout-...
  • 6594585 Bump actions/checkout from 4.1.0 to 4.1.1
  • 6717ce8 Merge pull request #519 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 4b4b211 Bump ruby/setup-ruby from 1.155.0 to 1.156.0
  • 5e76ef6 Merge pull request #518 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 8d39c6b Bump ruby/setup-ruby from 1.154.0 to 1.155.0
  • 191a9d7 Merge pull request #517 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • Additional commits viewable in compare view

Updates json_api_client from 1.21.1 to 1.22.0

Changelog

Sourced from json_api_client's changelog.

1.22.0

  • #403 - Feature: Use the association options to lookup relationship class
  • #406 - Deep-merge nested additional_params
Commits
  • afeb8f8 version bump: v1.22.0
  • 17f1399 Merge pull request #403 from sebasjimenez10/inspect-associations-for-computin...
  • fcb5fbd Merge branch 'master' into inspect-associations-for-computing-type
  • b3f6bda Merge pull request #411 from gaorlov/gaorlov/actions-ruby-setup-update
  • aee59dd updating Minitest namespace
  • a2a8dad caching bunder
  • b528ec2 uncaching bunder
  • 0a0503b bumping checkout action
  • e436178 adding explicit minitest dependency
  • 367fbbe adding explicit minitest dependency
  • Additional commits viewable in compare view

Updates identity_cache from 1.4.1 to 1.5.1

Changelog

Sourced from identity_cache's changelog.

1.5.1

  • Fix parent cache invalidation for custom foreign key associations

1.5.0

  • Require Active Record 7+
  • Require Ruby 3+
  • Improve compatibility with Active Record 7.1.
Commits
  • 78d5bf4 Merge pull request #549 from Shopify/version_1_5_1
  • d4928cd update version
  • b391146 Merge pull request #548 from Shopify/fix-association-foreign-key-reference
  • 26a4bcf use foreign_key to reference parent association
  • d52de88 Release 1.5.0
  • 7072861 Merge pull request #547 from Shopify/more-deprecations
  • c4663e9 Fix another Active Record deprecation
  • 76b1a7a Merge pull request #544 from eiskrenkov/fix-connection-pool-list-deprecation-...
  • ca99f7b Fix Active Record's connection_pool_list deprecation warning
  • 7486994 Merge pull request #546 from Shopify/fix-ci
  • Additional commits viewable in compare view

Updates google-protobuf from 3.24.4 to 3.25.1

Commits
  • 7f94235 Updating version.json and repo version numbers to: 25.1
  • e4b00c7 Add support for extensions in CRuby, JRuby, and FFI Ruby (#14703) (#14756)
  • 2495d4f Add support for options in CRuby, JRuby and FFI (#14594) (#14739)
  • 6b5d8db Updating version.json and repo version numbers to: 25.0
  • 0a5d6d4 Check that ffi-compiler loads before using it to define tasks. (#14538) (#14560)
  • ba1aab2 Updating version.json and repo version numbers to: 25.0-rc2
  • 896f3d8 Updating version.json and repo version numbers to: 25.0-rc1
  • 4b301ad Auto-generate files after cl/573375994
  • b8654c2 Auto-generate files after cl/573338934
  • 2b7a816 Auto-generate files after cl/572041162
  • Additional commits viewable in compare view

Updates graphql from 2.1.5 to 2.1.7

Changelog

Sourced from graphql's changelog.

2.1.7

New features

  • Make NullContext inherit from Context, to make typechecking easier #4709
  • Accept a custom Schema.query_class to use for executing queries #4679

Bug fixes

  • Default reauthorize_scoped_objects to false #4720
  • Fix subscriptions.trigger with custom enum values #4713
  • Fix backtrace: true with GraphQL-Pro @defer #4708
  • Omit to_h from Input Object validation error message #4701
  • When trimming whitespace from block strings, remove first and last lines that contain only whitespace #4704

2.1.6 (2 Nov 2023)

Breaking Changes

  • The parser cache is now opt-in. Add config.graphql.parser_cache = true to your Rails environment setup to enable it. #4648

New features

  • New ISO8601Duration scalar #4688

Bug fixes

  • Trace: fix custom trace mode inheritance #4693
Commits
  • f852790 2.1.7
  • 1b157b2 Merge pull request #4720 from rmosolgo/fix-scoped-default
  • ee45c19 Default to re-authorizing scoped items (as documented), fix skipping for conn...
  • 7265bd6 Merge pull request #4716 from rmosolgo/fix-subscription-trigger-enums
  • 8300420 Merge pull request #4714 from rmosolgo/null-context-context
  • 1ba5e3d Fix triggering with custom enum value, fixes #4713
  • 9fad5c3 Make NullContext inherit from Context; fixes #4709
  • 109c26c Merge pull request #4704 from fpacanowski/master
  • e3fe8a6 Fix BlockString.trim_whitespace to conform to spec.
  • 565b62f Merge pull request #4679 from rmosolgo/custom-query-class
  • Additional commits viewable in compare view

Updates sidekiq from 7.1.6 to 7.2.0

Changelog

Sourced from sidekiq's changelog.

7.2.0

  • sidekiq_retries_exhausted can return :discard to avoid the deadset and all death handlers #6091
  • Metrics filtering by job class in Web UI #5974
  • Better readability and formatting for numbers within the Web UI #6080
  • Add explicit error if user code tries to nest test modes #6078
Sidekiq::Testing.inline! # global setting
Sidekiq::Testing.fake! do # override within block
  # ok
  Sidekiq::Testing.inline! do # can't override the override
    # not ok, nested
  end
end
  • SECURITY Forbid inline JavaScript execution in Web UI #6074
  • Adjust redis-client adapter to avoid method_missing #6083 This can result in app code breaking if your app's Redis API usage was depending on Sidekiq's adapter to correct invalid redis-client API usage. One example:
# bad, not redis-client native
# Unsupported command argument type: TrueClass (TypeError)
Sidekiq.redis { |c| c.set("key", "value", nx: true, ex: 15) }
# good
Sidekiq.redis { |c| c.set("key", "value", "nx", "ex", 15) }
Commits

Updates nokogiri from 1.15.4 to 1.15.5

Release notes

Sourced from nokogiri's releases.

1.15.5 / 2023-11-17

Dependencies


sha256 checksums:

6dfa1d9837ddb233e234d56e244560ab1bc545d3d1744478060e18691f44ded7  nokogiri-1.15.5-aarch64-linux.gem
e3ac6608c6e1714bc11ff04e29a43fedf4cac2aea1bd88256cc3b927c06f347f  nokogiri-1.15.5-arm-linux.gem
4d7b15d53c0397d131376a19875aa97dd1c8b404c2c03bd2171f9b77e9592d40  nokogiri-1.15.5-arm64-darwin.gem
5f87e71aaeb4f7479b94698737a0aacea77836b4805c7433b655e9565bd56cfe  nokogiri-1.15.5-java.gem
7612be800909ae51e0a7cfbe1f768757857a9ff0339686814ca67d9bae271ca2  nokogiri-1.15.5-x64-mingw-ucrt.gem
28fd78d98e12005fe017db5ceccb74b2497f30582e6e26a3344200625fe46aae  nokogiri-1.15.5-x64-mingw32.gem
0d1b564d7f148a6766380966bb48b23afa72c72c992c69c71d21acd4a7f5c0e4  nokogiri-1.15.5-x86-linux.gem
d27dbf44c19b83e570e65b660a8a921441d1e8b6063ab1b985b516f78e0a2854  nokogiri-1.15.5-x86-mingw32.gem
10bafa54935f68aebd23235cb0fc7dfb8f6f5e52131379484771247eb3a0cc70  nokogiri-1.15.5-x86_64-darwin.gem
c5d9453cc155dc15f08ac699cc1293fd994ec6cfacec48e67653aa95ee946adf  nokogiri-1.15.5-x86_64-linux.gem
22448ca35dbcbdcec60dbe25ccf452b685a5436c28f21b2fec2e20917aba9100  nokogiri-1.15.5.gem
Changelog

Sourced from nokogiri's changelog.

1.15.5 / 2023-11-17

Dependencies

Commits
  • 5745d4b version bump to v1.15.5
  • da2d908 ci: add ruby version to vendored libs cache key (backport) (#3029)
  • 0f56450 ci: add ruby version to vendored libs cache key (#3028)
  • 32b2c35 dep: update libxml to 2.11.5 and libxslt to 1.1.39 (v1.15.x) (#3025)
  • b8f7e16 ci: skip the BSD builds for now
  • aa3208b dep: update libxml to 2.11.5 and libxslt to 1.1.39
  • 141c2ac doc(fix): correct :nodoc:
  • See full diff in compare view

Updates bcrypt from 3.1.19 to 3.1.20

Changelog

Sourced from bcrypt's changelog.

3.1.20 Nov 17 2023

  • Limit packaged files -- decrease gem filesize by ~28% [GH #272 by @​pusewicz]
Commits

Updates rbi from 0.1.4 to 0.1.5

Release notes

Sourced from rbi's releases.

v0.1.5

What's Changed

🛠 Other Changes

Full Changelog: Shopify/rbi@v0.1.4...v0.1.5

Commits
  • bc8ed31 Merge pull request #251 from Shopify/andyw8/update-to-prism-v0.18.0
  • 4284dee Update to prism v0.18.0
  • 4934de6 Update automerge workflow
  • 21a0b0d Merge pull request #250 from Shopify/dependabot/github_actions/actions/github...
  • fc6bfc8 Bump actions/github-script from 6 to 7
  • See full diff in compare view

Updates sorbet-static-and-runtime from 0.5.11089 to 0.5.11150

Release notes

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

sorbet 0.5.11149.20231208112425-aa9837ad9

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11148.20231207102341-a5fbbcffe

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11147.20231206125031-444c98fd1

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11146.20231205161344-f80fb3306

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11145.20231204103501-406a8c4f5

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11144.20231130132756-d0c07b35c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11143.20231129164529-e6c7d518d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11142.20231122111018-b1ec9d25f

... (truncated)

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

| Package | From | To |
| --- | --- | --- |
| [debug](https://github.com/ruby/debug) | `1.8.0` | `1.9.0` |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.7.4` | `0.7.6` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `2.24.1` | `2.25.0` |
| [rake](https://github.com/ruby/rake) | `13.0.6` | `13.1.0` |
| [json_api_client](https://github.com/chingor13/json_api_client) | `1.21.1` | `1.22.0` |
| [identity_cache](https://github.com/Shopify/identity_cache) | `1.4.1` | `1.5.1` |
| [google-protobuf](https://github.com/protocolbuffers/protobuf) | `3.24.4` | `3.25.1` |
| [graphql](https://github.com/rmosolgo/graphql-ruby) | `2.1.5` | `2.1.7` |
| [sidekiq](https://github.com/sidekiq/sidekiq) | `7.1.6` | `7.2.0` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.15.4` | `1.15.5` |
| [bcrypt](https://github.com/codahale/bcrypt-ruby) | `3.1.19` | `3.1.20` |
| [rbi](https://github.com/Shopify/rbi) | `0.1.4` | `0.1.5` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11089` | `0.5.11150` |


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

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

Updates `rubocop-rspec` from 2.24.1 to 2.25.0
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.24.1...v2.25.0)

Updates `rake` from 13.0.6 to 13.1.0
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.0.6...v13.1.0)

Updates `json_api_client` from 1.21.1 to 1.22.0
- [Release notes](https://github.com/chingor13/json_api_client/releases)
- [Changelog](https://github.com/JsonApiClient/json_api_client/blob/master/CHANGELOG.md)
- [Commits](JsonApiClient/json_api_client@v1.21.1...v1.22.0)

Updates `identity_cache` from 1.4.1 to 1.5.1
- [Changelog](https://github.com/Shopify/identity_cache/blob/main/CHANGELOG.md)
- [Commits](Shopify/identity_cache@v1.4.1...v1.5.1)

Updates `google-protobuf` from 3.24.4 to 3.25.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.24.4...v3.25.1)

Updates `graphql` from 2.1.5 to 2.1.7
- [Release notes](https://github.com/rmosolgo/graphql-ruby/releases)
- [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md)
- [Commits](rmosolgo/graphql-ruby@v2.1.5...v2.1.7)

Updates `sidekiq` from 7.1.6 to 7.2.0
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.1.6...v7.2.0)

Updates `nokogiri` from 1.15.4 to 1.15.5
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.15.4...v1.15.5)

Updates `bcrypt` from 3.1.19 to 3.1.20
- [Release notes](https://github.com/codahale/bcrypt-ruby/releases)
- [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG)
- [Commits](bcrypt-ruby/bcrypt-ruby@v3.1.19...v3.1.20)

Updates `rbi` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/Shopify/rbi/releases)
- [Commits](Shopify/rbi@v0.1.4...v0.1.5)

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

---
updated-dependencies:
- dependency-name: debug
  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: rubocop-rspec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rake
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: json_api_client
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: identity_cache
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: google-protobuf
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: graphql
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sidekiq
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: nokogiri
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: bcrypt
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: rbi
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 11, 2023 21:14
@dependabot dependabot bot requested review from Morriar and vinistock December 11, 2023 21:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 11, 2023
@dependabot dependabot bot requested a review from st0012 December 11, 2023 21:14
@vinistock vinistock merged commit 30ad5e0 into main Dec 12, 2023
29 checks passed
@vinistock vinistock deleted the dependabot/bundler/minor-and-patch-e30c207f68 branch December 12, 2023 17:59
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