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

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

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

Updates irb from 1.14.0 to 1.14.1

Release notes

Sourced from irb's releases.

v1.14.1

What's Changed

✨ Enhancements

🐛 Bug Fixes

📚 Documentation

🛠 Other Changes

New Contributors

Full Changelog: ruby/irb@v1.14.0...v1.14.1

Commits
  • 04cd231 Bump version to v1.14.1 (#1009)
  • f6b06a9 Use proper locale in history encoding test (#1008)
  • 71f4d6b Fix debug command in nomultiline mode (#1006)
  • bcfaa72 Use InstructionSequence#script_lines to get method source (#1005)
  • f256d78 Remove KEYWORD_ALIASES which handled special alias name of irb_break irb_catc...
  • bd06069 Specify commit hash of yamatanooroti (#1000)
  • 30fa159 Fix easter_egg run without RDoc, fix input-method test run without RDoc (#998)
  • 87d0754 Skip show_doc tests if RDoc is not available
  • 06eb0bf Surpressing 'unknown command: “Switch to inspect mode.”' message (#995)
  • 985ac50 Make colorize test pass with NO_COLOR env set (#994)
  • Additional commits viewable in compare view

Updates webmock from 3.23.1 to 3.24.0

Changelog

Sourced from webmock's changelog.

3.24.0

  • Ignore parsing errors when parsing invalid JSON or XML body to match against body pattern #1066

    Thanks to Christian Schmidt

  • Added support for mocked HTTP::Connection#finished_request? method #1065

    Thanks to Christian Schmidt

  • Detect if Patron is loaded by checking if Patron::Session constant is defined #1068

    Thanks to Rodrigo Argumedo

  • Raising an ArgumentError when uri is passed as a Pathname object to stub_request or request expectation declaration.

  • Dropped support for em-http-request on Ruby 3.4. The current version of em-http-request (1.1.7) is incompatible with Ruby 3.4 due to an unresolved issue (igrigorik/em-http-request#365). Support for em-http-request will be re-enabled once the compatibility issue is resolved.

    Thanks to Christian Schmidt

Commits
  • 9ff63ac Version 3.24.0
  • 11a3deb .gitignore .tool-versions
  • cd84c06 Merge pull request #1070 from c960657/em-http-ruby-head
  • 4fd657a Whitespace
  • 9577924 Revert JRuby change
  • 9a957a2 Do not speculate about em-http-request version
  • 34d1628 Exclude em-http-request on Ruby 3.4
  • f4bfa73 Handle URI::Generic in RequestPattern uri
  • 276456d Merge branch 'master' of github.com:bblimke/webmock
  • 7087546 Merge pull request #1068 from rodrigoargumedo/patron-fix
  • Additional commits viewable in compare view

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

Release notes

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

sorbet 0.5.11588.20240927130236-d34e8702a

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11587.20240927114923-9d644a23b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11586.20240927110737-925400afd

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11585.20240926173205-b42e90bfd

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11584.20240926170451-7eb2d87f5

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11583.20240926110750-16f043e37

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11582.20240925143522-1f527e62d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11581.20240923144642-38be57d89

... (truncated)

Commits

Updates spoom from 1.4.2 to 1.5.0

Release notes

Sourced from spoom's releases.

v1.5.0

What's Changed

🚧 Breaking Changes

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: Shopify/spoom@v1.4.2...v1.5.0

Commits
  • 6fe8551 Bump version to v1.5.0
  • 8d0a083 Merge pull request #609 from Shopify/at-spoom-deadcode-method
  • 2f59938 Add deadcode plugin handling for Object#method
  • 3591176 Merge pull request #608 from Shopify/ko/gem-version-helper
  • a900bc4 Return Gem::Version from Bundle#gem_version_from_gemfile_lock
  • 16bc1a5 Merge pull request #607 from Shopify/dependabot/bundler/minor-and-patch-16a03...
  • fd3f77c Fix test warnings
  • cb45826 Update sorbet metric prefix
  • 87f62e0 Update help output expectation
  • 9ca0e20 Bump sorbet-static-and-runtime
  • Additional commits viewable in compare view

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 4 updates: [irb](https://github.com/ruby/irb), [webmock](https://github.com/bblimke/webmock), [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) and [spoom](https://github.com/Shopify/spoom).


Updates `irb` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.14.0...v1.14.1)

Updates `webmock` from 3.23.1 to 3.24.0
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.23.1...v3.24.0)

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

Updates `spoom` from 1.4.2 to 1.5.0
- [Release notes](https://github.com/Shopify/spoom/releases)
- [Commits](Shopify/spoom@v1.4.2...v1.5.0)

---
updated-dependencies:
- dependency-name: irb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: webmock
  dependency-type: direct:development
  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: spoom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 September 30, 2024 21:48
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
@dependabot dependabot bot added the ruby Pull requests that update Ruby code label Sep 30, 2024
@dependabot dependabot bot requested a review from KaanOzkan September 30, 2024 21:48
@dirceu dirceu merged commit 913a555 into main Oct 2, 2024
22 of 30 checks passed
@dirceu dirceu deleted the dependabot/bundler/minor-and-patch-5c4f48778d branch October 2, 2024 19:53
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