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 4 updates #1929

Merged
merged 3 commits into from
Jun 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps the minor-and-patch group with 4 updates: irb, graphql, nokogiri and sorbet-static-and-runtime.

Updates irb from 1.13.1 to 1.13.2

Release notes

Sourced from irb's releases.

v1.13.2

What's Changed

🐛 Bug Fixes

📚 Documentation

  • Help users choose between helper methods and commands in the extension document by @​st0012 in ruby/irb#965

🛠 Other Changes

New Contributors

Full Changelog: ruby/irb@v1.13.1...v1.13.2

Commits
  • 35de7da Bump version to v1.13.2 (#970)
  • bad7492 Invalid encoding symbol now raises SyntaxError also in 3.3 (#969)
  • 905184f Cleanup irbrc generator cache always at teardown (#968)
  • 3512020 fix typos in the Index of Command-Line Options
  • ad64279 Suppress Ruby warnings in certain backtrace filtering tests (#966)
  • dd339e6 Add a section to guide users choose between helper methods and commands (#965)
  • 1d627ce Add accidentally dropped disable_irb command back (#964)
  • a572180 Remove useless Reline::Key.new and update wrong comment for alt+d (#963)
  • 2f42b23 Reorder ruby lex clauses for unrecoverable first (#956)
  • 7d60349 Clean up tmpdir
  • Additional commits viewable in compare view

Updates graphql from 2.3.4 to 2.3.5

Changelog

Sourced from graphql's changelog.

2.3.5 (13 Jun 2024)

Breaking changes

  • Remove default load_* implementations in arguments -- this could break calls to super if you have redefined this method in subclasses #4978
  • Schema.possible_types and Schema.references_to now use type classes as keys instead of type names (Strings). You can create a new Hash with the old structure using .transform_keys(&:graphql_name). #4986 #4971

Bug fixes

  • Enums: fix parsing enum values that match GraphQL keywords (eg type, extend) #4987
  • Consolidate runtime state #4969
  • Simplify schema type indexes #4971 #4986
  • Remove duplicate when clause #4976
  • Address many Ruby warnings #4978
  • Remove needless ruby2_keywords usage #4989
  • Fix some YARD docs #4984
Commits
  • 9d76548 2.3.5
  • f714158 Merge pull request #4989 from rmosolgo/remove-ruby2-keywords
  • 5535cea Remove ruby2_keywords usage
  • 43e377b Merge pull request #4987 from rmosolgo/enum-value-keywords
  • eda220b Update for Ruby 3.3.3 **{} changes
  • 490db95 Debug source cache
  • 2e8dfaa Add source debug
  • 2076e32 Fix enum values that match keywords
  • 4e0ad5a Merge pull request #4986 from rmosolgo/possible-types-by-identity
  • c629573 Fix some own_references_to accesses
  • Additional commits viewable in compare view

Updates nokogiri from 1.16.5 to 1.16.6

Release notes

Sourced from nokogiri's releases.

v1.16.6 / 2024-06-13

Dependencies

  • [CRuby] Vendored libxml2 is updated to v2.12.8, which the release notes state is a bugfix release.

sha256 checksums:

7f4c37ee2dd9c97fdfb6278cf3d9dd2078651f241eed320e26902135dbf78183  nokogiri-1.16.6-aarch64-linux.gem
73d7a7ca569308f181a234269e6607c9acb26ecc93ccbb05998d24a9546c0a94  nokogiri-1.16.6-arm-linux.gem
43e8a783697c65413408a4923b5c2ed6bea6632cfdab4da220446b601733fa4b  nokogiri-1.16.6-arm64-darwin.gem
993ec13a1f0fb2261913e62e1f7a662c77108b1a59c903033eac432f74437275  nokogiri-1.16.6-java.gem
285687f16c330a9b61793d9d45913becf7a9aa82b0ce15c48fc1e0d6c6c9972f  nokogiri-1.16.6-x64-mingw-ucrt.gem
dbbefbfabe363daaa90e7c0b15854769e17ee5b8ae243014e0e55c01047eb5cd  nokogiri-1.16.6-x64-mingw32.gem
dedac3ee38b4deed1141747f04dd5ac512ef9165259cec66ec934edaa8a2a848  nokogiri-1.16.6-x86-linux.gem
5080e9512e3ba320aef074c16a23aef737301ac0e3b7a173a299dcaaa40b6a20  nokogiri-1.16.6-x86-mingw32.gem
92fa413d866baf9b609f17558ecfbcf950d5373213babcf4ce11d7eaed4b21cf  nokogiri-1.16.6-x86_64-darwin.gem
769bd2c14ad76dd5a7e14c867741cf2e3b8c25626a34f40aee7b0b998b8de820  nokogiri-1.16.6-x86_64-linux.gem
935fe4dd67d4377f4a05002acb1ffbadbcae265ea8e7869fc40e3a8121f3e1ef  nokogiri-1.16.6.gem
Changelog

Sourced from nokogiri's changelog.

v1.16.6 / 2024-06-13

Dependencies

  • [CRuby] Vendored libxml2 is updated to v2.12.8, which the release notes state is a bugfix release.
Commits

Updates sorbet-static-and-runtime from 0.5.11422 to 0.5.11435

Release notes

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

sorbet 0.5.11434.20240614090257-ff2159aec

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11433.20240614092951-b3ff7715e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11432.20240613165020-9f1920e99

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11431.20240613134250-209fb18d1

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11430.20240612140643-ba94e8f4e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11429.20240611140153-bed1aa423

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11428.20240610144823-a4d15d2d1

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11427.20240610172817-daf5876e2

... (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

@dependabot dependabot bot requested a review from a team as a code owner June 17, 2024 21:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 17, 2024
@dependabot dependabot bot requested review from egiurleo and KaanOzkan June 17, 2024 21:46
@egiurleo
Copy link
Contributor

@rubocop rebase

Bumps the minor-and-patch group with 4 updates: [irb](https://github.com/ruby/irb), [graphql](https://github.com/rmosolgo/graphql-ruby), [nokogiri](https://github.com/sparklemotion/nokogiri) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet).


Updates `irb` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.13.1...v1.13.2)

Updates `graphql` from 2.3.4 to 2.3.5
- [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.4...v2.3.5)

Updates `nokogiri` from 1.16.5 to 1.16.6
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.16.6/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.5...v1.16.6)

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

---
updated-dependencies:
- dependency-name: irb
  dependency-type: direct:production
  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: nokogiri
  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 force-pushed the dependabot/bundler/minor-and-patch-4971446e1e branch from d3b82fc to f1cbad4 Compare June 18, 2024 15:45
@egiurleo egiurleo enabled auto-merge June 18, 2024 19:44
@egiurleo egiurleo merged commit 11a654f into main Jun 18, 2024
30 checks passed
@egiurleo egiurleo deleted the dependabot/bundler/minor-and-patch-4971446e1e branch June 18, 2024 19:44
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