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 #2042

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
rubocop-rspec 3.0.5 3.1.0
identity_cache 1.6.1 1.6.2
activeresource 6.1.1 6.1.3
graphql 2.3.16 2.3.18
rbi 0.2.0 0.2.1
sorbet-static-and-runtime 0.5.11589 0.5.11602

Updates rubocop-rspec from 3.0.5 to 3.1.0

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v3.1.0

  • Add RSpec/StringAsInstanceDoubleConstant to check for and correct strings used as instance_doubles. (@​corsonknowles)
  • Fix false-positive for RSpec/UnspecifiedException when a method is literally named raise_exception. (@​aarestad)
  • Fix false-positive for RSpec/UnspecifiedException when not_to raise_error is used within a block. (@​aarestad, @​G-Rath)
Changelog

Sourced from rubocop-rspec's changelog.

3.1.0 (2024-10-01)

  • Add RSpec/StringAsInstanceDoubleConstant to check for and correct strings used as instance_doubles. ([@​corsonknowles])
  • Fix false-positive for RSpec/UnspecifiedException when a method is literally named raise_exception. ([@​aarestad])
  • Fix false-positive for RSpec/UnspecifiedException when not_to raise_error is used within a block. ([@​aarestad], [@​G-Rath])
Commits
  • 5e06176 Merge pull request #1963 from rubocop/release
  • 34c042e Bump version to v3.1.0
  • dea7de9 Merge pull request #1957 from corsonknowles/master
  • 324552c Add RSpec/StringAsInstanceDoubleConstant
  • 5959ad6 Merge pull request #1962 from G-Rath/add-spec
  • 1f48c7b test: showcase RSpec/UnspecifiedException block/chain confusion is fixed
  • 79e0bf7 Merge pull request #1960 from aarestad/unspecified-exception-fix
  • a59315f fix false positive on UnspecifiedException cop when function is named raise_e...
  • cf0ac65 Merge pull request #1958 from rubocop/cop-config-order
  • 5b91d18 Merge pull request #1959 from rubocop/fix-RedundantSourceRange-offenses
  • Additional commits viewable in compare view

Updates identity_cache from 1.6.1 to 1.6.2

Release notes

Sourced from identity_cache's releases.

v1.6.2

What's Changed

Full Changelog: Shopify/identity_cache@v1.6.1...v1.6.2

Changelog

Sourced from identity_cache's changelog.

1.6.2

  • Support deferred expiry of associations and attributes. Add a rake task to create test database.
Commits
  • 822af82 Support deferred expiration of records and attributes for one-to-many associa...
  • 24a883f Bump rexml from 3.2.8 to 3.3.6 in the bundler group across 1 directory (#576)
  • See full diff in compare view

Updates activeresource from 6.1.1 to 6.1.3

Commits
  • db911db Release 6.1.3
  • 3c171a6 Fix compatibility with Rails 7.1 and older
  • 9c2fbbb Release 6.1.2
  • 7db34a8 Merge pull request #401 from wilsondealmeida/net-http-402-payment-required
  • 623ebaf Merge pull request #402 from Earlopain/deprecated-proxy-object
  • 07db0e8 Use a custom deprecator instead of ActiveSupport::Deprecation directly
  • f94238b Test with Rails 7.2 and Ruby 3.3
  • 30abc43 Replace deprecated ProxyObject with BasicObject
  • 9ffe007 HTTP status 402 PaymentRequired
  • See full diff in compare view

Updates graphql from 2.3.16 to 2.3.18

Changelog

Sourced from graphql's changelog.

2.3.18 (7 Oct 2024)

Bug fixes

  • Properly use trace options when trace_with is used after trace_class #5118

2.3.17 (4 Oct 2024)

Bug fixes

  • Fix InvalidNullError#inspect #5103
  • Add server-side tests for ActionCableSubscriptions #5108
  • RuboCop: Fix FieldTypeInBlock for list types and interface types #5107 #5112
  • Subscriptions: Fix triggering with nested input objects #5117
  • Extensions: fix extensions which add other extensions #5116
Commits
  • eff5c91 2.3.18
  • 47cadd1 Merge pull request #5118 from Shopify/elvin/fix-trace-class-behaviour
  • 1baf0d7 Respect options when using trace_with after trace_class.
  • e409ef4 2.3.17
  • cbebcfa Merge pull request #5116 from Shopify/elvin/fix-extension-instantiation
  • 6d57bba Merge pull request #5117 from LanceRabbit/fix/nested_input_object_with_null_v...
  • f4ab0b4 fix: when triggers with input object and null as input value
  • 9c92b8a fix: when triggers with nested input object and null as inner input value, fi...
  • ca493a0 bug fix: extensions can register more extensions via apply method
  • 3e84775 enterprise-1.5.3
  • Additional commits viewable in compare view

Updates rbi from 0.2.0 to 0.2.1

Commits
  • c19de04 Bump version to v0.2.1
  • 80784c2 Merge pull request #368 from Shopify/at-rbs-attr
  • 2d2ff32 Do not rely on return type for attr_writer RBS signatures
  • 174dcc9 Merge pull request #367 from Shopify/at-rbs-printer
  • cd80f10 Add RBS printer
  • 5b097f6 Merge pull request #366 from Shopify/dependabot/bundler/minor-and-patch-cb0c7...
  • f4915d4 Bump the minor-and-patch group with 2 updates
  • 659a65c Merge pull request #365 from Shopify/dependabot/bundler/minor-and-patch-4df51...
  • c794165 Bump the minor-and-patch group with 2 updates
  • 7723f25 Merge pull request #364 from Shopify/dependabot/bundler/minor-and-patch-19ecd...
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11589 to 0.5.11602

Release notes

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

sorbet 0.5.11601.20241011151055-9ff9f345e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11600.20241007133955-64b1468f3

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11599.20241007105354-45818cadd

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11598.20241007102001-c88e49b73

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11597.20241004154738-4a06adcaa

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11596.20241004111715-70e35331c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11595.20241003100026-6198c09dd

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11594.20241003095841-8b9eb9efd

... (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.0.5` | `3.1.0` |
| [identity_cache](https://github.com/Shopify/identity_cache) | `1.6.1` | `1.6.2` |
| [activeresource](https://github.com/rails/activeresource) | `6.1.1` | `6.1.3` |
| [graphql](https://github.com/rmosolgo/graphql-ruby) | `2.3.16` | `2.3.18` |
| [rbi](https://github.com/Shopify/rbi) | `0.2.0` | `0.2.1` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11589` | `0.5.11602` |



Updates `rubocop-rspec` from 3.0.5 to 3.1.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.0.5...v3.1.0)

Updates `identity_cache` from 1.6.1 to 1.6.2
- [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.1...v1.6.2)

Updates `activeresource` from 6.1.1 to 6.1.3
- [Release notes](https://github.com/rails/activeresource/releases)
- [Commits](rails/activeresource@v6.1.1...v6.1.3)

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

Updates `rbi` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/Shopify/rbi/releases)
- [Commits](Shopify/rbi@v0.2.0...v0.2.1)

Updates `sorbet-static-and-runtime` from 0.5.11589 to 0.5.11602
- [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: activeresource
  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: 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] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 14, 2024 21:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 14, 2024
@andyw8 andyw8 enabled auto-merge October 15, 2024 19:55
@andyw8 andyw8 merged commit 9b4a62c into main Oct 15, 2024
21 of 27 checks passed
@andyw8 andyw8 deleted the dependabot/bundler/minor-and-patch-1b6767d5ed branch October 15, 2024 20:15
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