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 patch_updates group with 7 updates #376

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the patch_updates group with 7 updates:

Package From To
minitest 5.25.2 5.25.4
sorbet-static-and-runtime 0.5.11670 0.5.11766
spoom 1.5.0 1.5.1
tapioca 0.16.5 0.16.8
dotenv 3.1.4 3.1.7
faraday 2.12.1 2.12.2
sorbet-runtime 0.5.11670 0.5.11766

Updates minitest from 5.25.2 to 5.25.4

Changelog

Sourced from minitest's changelog.

=== 5.25.4 / 2024-12-03

  • 1 bug fix:

    • Fix for must_verify definition if only requiring minitest/mock (but why?).

=== 5.25.3 / 2024-12-03

  • 5 bug fixes:

    • Fixed assert_mock to fail instead of raise on unmet mock expectations.
    • Fixed assert_mock to take an optional message argument.
    • Fixed formatting of unmet mock expectation messages.
    • Fixed missing must_verify expectation to match assert_mock.
    • minitest/pride: Fixed to use true colors with *-direct terminals (bk2204)
Commits
  • d84437f prepped for release
  • 51cfac5 - Fix for must_verify definition if only requiring minitest/mock (but why?).
  • 704d310 prepped for release
  • 2d542ff - Fixed formatting of unmet mock expectation messages.
  • 212de90 - minitest/pride: Fixed to use true colors with *-direct terminals (bk2204)
  • See full diff in compare view

Updates sorbet-static-and-runtime from 0.5.11670 to 0.5.11766

Release notes

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

sorbet 0.5.11765.20250117131033-3d197ccbe

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11764.20250117130952-8d6b28a9e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11761.20250115184459-568c94c6d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11760.20250115163302-f2d6d65db

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11759.20250115141312-ab9363a53

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11758.20250114155353-43c86a5dc

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11757.20250114162802-a72d4631d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11756.20250114162749-58be4d358

... (truncated)

Commits

Updates spoom from 1.5.0 to 1.5.1

Commits
  • 10a69d3 Bump version to v1.5.1
  • fea721e Merge pull request #628 from Shopify/at-fix-rbs
  • 86c07cc Handle final and allow_incompatible annotations during RBS translation
  • ff9c5c5 Update RBIs
  • aec7f01 Bump rbi to v0.2.3
  • 917948f Merge pull request #627 from Shopify/dependabot/bundler/minor-and-patch-190e8...
  • d687c72 Bump the minor-and-patch group with 2 updates
  • 179ea1d Merge pull request #626 from Shopify/dependabot/bundler/minor-and-patch-9cb4c...
  • 11c974c Bump the minor-and-patch group with 2 updates
  • 65f6c8c Merge pull request #625 from Shopify/dependabot/bundler/minor-and-patch-ff9e1...
  • Additional commits viewable in compare view

Updates tapioca from 0.16.5 to 0.16.8

Release notes

Sourced from tapioca's releases.

v0.16.8

What's Changed

✨ Enhancements

🐛 Bug Fixes

Full Changelog: Shopify/tapioca@v0.16.7...v0.16.8

v0.16.7

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.16.6...v0.16.7

v0.16.6

What's Changed

🚧 Breaking Changes

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: Shopify/tapioca@v0.16.5...v0.16.6

Commits
  • 91ad272 Bump version to v0.16.8
  • d150a6c Merge pull request #2135 from alex-tan/support-postgres-enum
  • 85bf9f2 Load DSL compilers and extensions ahead of time in add-on mode (#2152)
  • 7527f5b Merge pull request #2153 from Shopify/uk-relation-size-method
  • 895fe10 Merge pull request #2151 from Shopify/dependabot/bundler/minor-and-patch-6400...
  • 451fd23 Fix signature of GroupChain#size method
  • b298065 Load DSL compilers and extensions ahead of time in add-on mode
  • 2eb35dc Bump RBI files
  • 4525be8 Bump the minor-and-patch group with 4 updates
  • d90ca33 Bump version to v0.16.7
  • Additional commits viewable in compare view

Updates dotenv from 3.1.4 to 3.1.7

Release notes

Sourced from dotenv's releases.

v3.1.7

What's Changed

Full Changelog: bkeepers/dotenv@v3.1.6...v3.1.7

3.1.6

What's Changed

Full Changelog: bkeepers/dotenv@v3.1.5...v3.1.6

v3.1.5

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.4...v3.1.5

Changelog

Sourced from dotenv's changelog.

3.1.7

Full Changelog: bkeepers/dotenv@v3.1.6...v3.1.7

3.1.6

Full Changelog: bkeepers/dotenv@v3.1.5...v3.1.6

3.1.5

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.4...v3.1.5

Commits
  • 5bbef66 Merge pull request #523 from bkeepers/preserve-linebreaks
  • 19a7675 Prepare for 3.1.7 release
  • bf87415 Preserve repeated linebreaks when normalizing line endings
  • 79c0f1c Merge pull request #521 from bkeepers/endoflife-matrix
  • fdd83ed Run tests once/day to test against latest versions
  • 882de31 Try continuing when bundle install fails
  • eb14723 Getting Ruby and Rails versions from endoflife.date
  • ade0fb3 Prepare for v3.1.6 release
  • 4c264c2 Merge pull request #519 from bkeepers/fix-518
  • d5872c8 Restore previous parser behavior of returning existing variables
  • Additional commits viewable in compare view

Updates faraday from 2.12.1 to 2.12.2

Release notes

Sourced from faraday's releases.

v2.12.2

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.12.1...v2.12.2

Commits
  • a9cf004 Version bump to 2.12.2
  • 529b5b0 Formatting the log using parameter progname for the logger (#1606)
  • b7b2bc1 [TEST] fix compatibility with ruby 3.4.0dev
  • f9f4ce5 Use generic argument forwarding + remove ruby2_keywords
  • See full diff in compare view

Updates sorbet-runtime from 0.5.11670 to 0.5.11766

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11765.20250117131033-3d197ccbe

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11764.20250117130952-8d6b28a9e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11761.20250115184459-568c94c6d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11760.20250115163302-f2d6d65db

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11759.20250115141312-ab9363a53

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11758.20250114155353-43c86a5dc

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11757.20250114162802-a72d4631d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11756.20250114162749-58be4d358

... (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 patch_updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [minitest](https://github.com/minitest/minitest) | `5.25.2` | `5.25.4` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11670` | `0.5.11766` |
| [spoom](https://github.com/Shopify/spoom) | `1.5.0` | `1.5.1` |
| [tapioca](https://github.com/Shopify/tapioca) | `0.16.5` | `0.16.8` |
| [dotenv](https://github.com/bkeepers/dotenv) | `3.1.4` | `3.1.7` |
| [faraday](https://github.com/lostisland/faraday) | `2.12.1` | `2.12.2` |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11670` | `0.5.11766` |


Updates `minitest` from 5.25.2 to 5.25.4
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.25.2...v5.25.4)

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

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

Updates `tapioca` from 0.16.5 to 0.16.8
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.16.5...v0.16.8)

Updates `dotenv` from 3.1.4 to 3.1.7
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](bkeepers/dotenv@v3.1.4...v3.1.7)

Updates `faraday` from 2.12.1 to 2.12.2
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.12.1...v2.12.2)

Updates `sorbet-runtime` from 0.5.11670 to 0.5.11766
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch_updates
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch_updates
- dependency-name: spoom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch_updates
- dependency-name: tapioca
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch_updates
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch_updates
- dependency-name: faraday
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch_updates
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch_updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 20, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jan 27, 2025
@dependabot dependabot bot deleted the dependabot/bundler/patch_updates-d26e30fef5 branch January 27, 2025 07:55
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.

0 participants