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 across 1 directory with 6 updates #2059

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2024

Bumps the minor-and-patch group with 6 updates in the / directory:

Package From To
rubocop-rspec 3.1.0 3.2.0
identity_cache 1.6.2 1.6.3
google-protobuf 4.28.2 4.28.3
graphql 2.3.18 2.3.19
sidekiq 7.3.2 7.3.4
sorbet-static-and-runtime 0.5.11609 0.5.11620

Updates rubocop-rspec from 3.1.0 to 3.2.0

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v3.2.0

  • Fix RSpec/VoidExpect to only operate inside an example block. (@​corsonknowles)
  • Change RSpec/ContextWording cop to always report an offense when both Prefixes and AllowedPatterns are empty. (@​ydah)
  • Add support for and and or compound matchers to RSpec/ChangeByZero cop. (@​ydah)
Changelog

Sourced from rubocop-rspec's changelog.

3.2.0 (2024-10-26)

  • Fix RSpec/VoidExpect to only operate inside an example block. ([@​corsonknowles])
  • Change RSpec/ContextWording cop to always report an offense when both Prefixes and AllowedPatterns are empty. ([@​ydah])
  • Add support for and and or compound matchers to RSpec/ChangeByZero cop. ([@​ydah])
Commits
  • 50ac5ab Merge pull request #1987 from rubocop/release
  • 39b0d3f Release v3.2.0
  • 6584b4a Merge pull request #1985 from rubocop/revert-unwanted-change
  • 530af44 Merge pull request #1975 from corsonknowles/require_void_expect_acts_inside_a...
  • 6cbe423 Update CHANGELOG.md
  • eb61748 Revert an change that would conceal unintentional RSpec syntax
  • 427d19d Merge branch 'master' into require_void_expect_acts_inside_an_example_block
  • 954a45f Merge pull request #1984 from rubocop/fixcbz
  • 130c564 Fix an error for RSpec/ChangeByZero when change (...) .by (0) and `change...
  • ff444c2 Merge pull request #1982 from rubocop/improve-cwc
  • Additional commits viewable in compare view

Updates identity_cache from 1.6.2 to 1.6.3

Changelog

Sourced from identity_cache's changelog.

1.6.3

  • Split the with_deferred_parent_expiration and with_deferred_parent_expiration. (#578)
Commits
  • 512764c Split the with_deferred_parent_expiration and with_deferred_parent_expiration...
  • See full diff in compare view

Updates google-protobuf from 4.28.2 to 4.28.3

Commits

Updates graphql from 2.3.18 to 2.3.19

Changelog

Sourced from graphql's changelog.

2.3.19 (24 Oct 2024)

New features

  • Dataloader: accept a fiber_limit: option #5132

Bug fixes

  • Argument Validation: improve the one_of: error message #5130
  • Lookahead: return a null lookahead from Query#lookahead when no operation is selected #5129
  • Static Validation: speed up FieldsWillMerge when some fields are not defined #5125
Commits
  • 44be301 2.3.19
  • 9268dc3 Merge pull request #5132 from rmosolgo/limit-dataloader-fibers
  • 59ec797 Remove starting fiber count assertions
  • b199306 Add delta of 1 for AsyncDataloader last_max_fiber_count
  • b08be86 Add exception to test
  • 2ae5393 Merge pull request #5130 from alexcwatt/one-of-validation-error
  • 14794b1 Add starting fiber assertions
  • 8e7cdc3 Update docstring
  • 783f3c6 Update validation message for one_of
  • 71f6ebd Update nonblocking dataloader tests
  • Additional commits viewable in compare view

Updates sidekiq from 7.3.2 to 7.3.4

Changelog

Sourced from sidekiq's changelog.

7.3.4

  • Fix FrozenError when starting Sidekiq #6470

7.3.3

  • Freeze global configuration once boot is complete, to avoid configuration race conditions [#6466, #6465]
  • Sidekiq now warns if a job iteration takes longer than the -t timeout setting (defaults to 25 seconds)
  • Iteration callbacks now have easy access to job arguments via the arguments method:
def on_stop
  p arguments # => `[123, "string", {"key" => "value"}]`
  id, str, hash = arguments
end
  • Iterable jobs can be cancelled via Sidekiq::Client#cancel!:
c = Sidekiq::Client.new
jid = c.push("class" => SomeJob, "args" => [123])
c.cancel!(jid) # => true
  • Take over support for ActiveJob's :sidekiq adapter [#6430, fatkodima]
  • Ensure CurrentAttributes are in scope when creating batch callbacks #6455
  • Add Sidekiq.gem_version API.
  • Update Ukranian translations
Commits

Updates sorbet-static-and-runtime from 0.5.11609 to 0.5.11620

Release notes

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

sorbet 0.5.11619.20241028123911-ff9bec08e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11618.20241025174536-4dcd05ecc

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11617.20241025105854-f510a2195

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11616.20241025082427-791cbdc78

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11615.20241023161758-96c8569df

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11614.20241023143642-b5336d49c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11613.20241023141129-7c75bc085

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11612.20241023112215-bad6657d3

... (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 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.1.0` | `3.2.0` |
| [identity_cache](https://github.com/Shopify/identity_cache) | `1.6.2` | `1.6.3` |
| [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.28.2` | `4.28.3` |
| [graphql](https://github.com/rmosolgo/graphql-ruby) | `2.3.18` | `2.3.19` |
| [sidekiq](https://github.com/sidekiq/sidekiq) | `7.3.2` | `7.3.4` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11609` | `0.5.11620` |



Updates `rubocop-rspec` from 3.1.0 to 3.2.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@v3.1.0...v3.2.0)

Updates `identity_cache` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/Shopify/identity_cache/releases)
- [Changelog](https://github.com/Shopify/identity_cache/blob/main/CHANGELOG.md)
- [Commits](Shopify/identity_cache@v1.6.2...v1.6.3)

Updates `google-protobuf` from 4.28.2 to 4.28.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `graphql` from 2.3.18 to 2.3.19
- [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.3.18...v2.3.19)

Updates `sidekiq` from 7.3.2 to 7.3.4
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](https://github.com/sidekiq/sidekiq/commits)

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

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: identity_cache
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: google-protobuf
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-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] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 29, 2024 14:24
@dependabot dependabot bot requested a review from andyw8 October 29, 2024 14:24
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 29, 2024
@dependabot dependabot bot requested a review from Morriar October 29, 2024 14:24
@dependabot dependabot bot added the ruby Pull requests that update Ruby code label Oct 29, 2024
@dependabot dependabot bot requested a review from vinistock October 29, 2024 14:24
@KaanOzkan KaanOzkan merged commit 448e639 into main Oct 29, 2024
28 checks passed
@KaanOzkan KaanOzkan deleted the dependabot/bundler/minor-and-patch-e54ad4a4c1 branch October 29, 2024 19:04
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