Bump the minor-and-patch group across 1 directory with 8 updates
Bumps the minor-and-patch group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| minitest | 5.23.1 |
5.24.1 |
| minitest-reporters | 1.6.1 |
1.7.1 |
| frozen_record | 0.27.1 |
0.27.2 |
| google-protobuf | 4.27.1 |
4.27.2 |
| graphql | 2.3.5 |
2.3.7 |
| sidekiq | 7.2.4 |
7.3.0 |
| sorbet-static-and-runtime | 0.5.11435 |
0.5.11463 |
| yard-sorbet | 0.8.1 |
0.9.0 |
Updates minitest from 5.23.1 to 5.24.1
Changelog
Sourced from minitest's changelog.
=== 5.24.1 / 2024-06-29
1 bug fix:
- Fix the error message when an extension is invalid value. (y-yagi)
=== 5.24.0 / 2024-06-18
2 minor enhancements:
- Added Minitest.register_plugin.
- Extended plugin system to work with modules/classes for opt-out plugins.
1 bug fix:
- Removed anacronism, but allow load_plugins to exit gracefully if --disable=gems.
Commits
15c7418Branching minitest to version 5.24.18dc42bf- Fix the error message when an extension is invalid value. (y-yagi)0719fdbprepped for release2c5f1b7+ Added Minitest.register_plugin.0a1289fRemove more anacronisms. Allow tests to pass w/o rubygems loaded.8712996- Removed anacronism, but allow load_plugins to exit gracefully if --disable=...09fe9a0Fix one failing tests when string literals are frozen.08280acMoved some methods around to follow actual call structure a bit better.- See full diff in compare view
Updates minitest-reporters from 1.6.1 to 1.7.1
Changelog
Sourced from minitest-reporters's changelog.
1.7.1
- Fixed logic of new
suppress_inline_failure_output. This option was doing the opposite of what it intended to do. #3541.7.0
- Minor documentation improvements #343
- Fixed homepage link in gemspec #333 contributed by andyw8
- Added Ruby 3.2 to the CI matrix #335 contributed by petergoldstein
- Updated
JUnitReporterto output a failure screenshot path when included in the minitest result #346 contributed by matteeyah- Fixed backwards fraction in
ProgressReporterdefault format #348 contributed by notEthan- Added option
suppress_inline_failure_outputtoSpecReporterto provide an explicit switch, separate fromprint_failure_summary, for suppressing inline failure messages. Until this change, theprint_failure_summarywould do both: print a failure/error summary after all tests run and suppress the inline failure messages. With this changeprint_failure_summarywill just add a summary at the end of a test run, and it will no longer suppress the inline failure messages. #352 contributed by rthbound
Commits
265ff4bPrep for 1.7.1 releasea4cc508Merge pull request #354 from minitest-reporters/fix-suppress_inline_failure_o...52c5ca0Add CHANGELOG notes for #35470ea3c7Fix logic of new suppress_inline_failure_output option9f909d0Prep for 1.7.0 release2f7ac47Update CHANGELOG.md6508c29Merge pull request #352 from rthbound/suppress_inline_failure_outputdd109b2Update Minitest::Reporters::SpecReporter annotations with addition of suppres...d9dd6c5Remove excess pasta from CHANGELOG.md4bb2b14* Added optionsuppress_inline_failure_outputtoSpecReporter- Additional commits viewable in compare view
Updates frozen_record from 0.27.1 to 0.27.2
Changelog
Sourced from frozen_record's changelog.
v0.27.2
- Fix a Ruby warning that was emitted when
frozen_recordis loaded.
Commits
26486caRelease 0.27.25d4f73bFix a warnings- See full diff in compare view
Updates google-protobuf from 4.27.1 to 4.27.2
Commits
- See full diff in compare view
Updates graphql from 2.3.5 to 2.3.7
Changelog
Sourced from graphql's changelog.
2.3.7 (27 Jun 2024)
Bug fixes
- Properly merge field directives and resolver directives #5001
2.3.6 (25 Jun 2024)
New features
- Analysis classes are now in
GraphQL::Analysis(GraphQL::Analysis::ASTstill works, too) #4996- Resolvers and Mutations accept
directive ...configurations #4995Bug fixes
Commits
772c8072.3.7d4b7aa5Merge pull request #5001 from rmosolgo/merge-resolver-directivesb91a678Merge field directives and resolver directives339cc9c2.3.6b9eba34Merge pull request #4997 from rmosolgo/fix-arg-loads-authorize-dataloader2f90251Merge pull request #4996 from rmosolgo/no-ast-module75ddd52Fix dataloader with argument loading and auth1e509d1Update references in lib and specc812117Move Analysis::AST -> Analysis, keep AST as aliasd2b5dd0Merge pull request #4995 from rmosolgo/resolver-directives- Additional commits viewable in compare view
Updates sidekiq from 7.2.4 to 7.3.0
Changelog
Sourced from sidekiq's changelog.
7.3.0
- NEW FEATURE Add
Sidekiq::IterableJob, iteration support for long-running jobs. [#6286, fatkodima] Iterable jobs are interruptible and can restart quickly if running during a deploy. You must ensure thateach_iterationdoesn't take more than Sidekiq's-ttimeout (default: 25 seconds). Iterable jobs must not implementperform.class ProcessArrayJob include Sidekiq::IterableJob def build_enumerator(*args, **kwargs) array_enumerator(args, **kwargs) end def each_iteration(arg) puts arg end end ProcessArrayJob.perform_async(1, 2, 3)See the Iteration wiki page and the RDoc in
Sidekiq::IterableJob. This feature should be considered BETA until the next minor release.
- SECURITY The Web UI no longer allows extensions to use
<script>. Adjust CSP to disallow inline scripts within the Web UI. Please seeexamples/webui-extfor how to register Web UI extensions and use dynamic CSS and JS. This will make Sidekiq immune to XSS attacks. #6270- Add config option,
:skip_default_job_loggingto disable Sidekiq's default start/finish job logging. #6200- Allow
Sidekiq::Limiter.redisto use Redis Cluster #6288- Retain CurrentAttributeѕ after inline execution #6307
- Ignore non-existent CurrentAttributes attributes when restoring #6341
- Raise default Redis {read,write,connect} timeouts from 1 to 3 seconds to minimize ReadTimeoutErrors #6162
- Add
loggeras a dependency since it will become bundled in Ruby 3.5 #6320- Ignore unsupported locales in the Web UI #6313
Commits
602d046require securerandom for base64dbb68eethursday now8532f2elatestfcffc8eFix flaky test breakages944cb34initialize AJ in helper so all tests can use AJ, use zero DB because garnet d...a9cab7dfix bottom nav bar overlap on large screen devices4e150c3updatesadaf1f5remove throttling stub, change Sidekiq::Job#stopping? to Sidekiq::Job#interru...cdc7644no reason not to prefer unlink9ebabc3forgot to save first- Additional commits viewable in compare view
Updates sorbet-static-and-runtime from 0.5.11435 to 0.5.11463
Release notes
Sourced from sorbet-static-and-runtime's releases.
sorbet 0.5.11462.20240628135446-3a0136255
To use Sorbet add this line to your Gemfile:
gem 'sorbet', '0.5.11462', :group => :development gem 'sorbet-runtime', '0.5.11462'sorbet 0.5.11461.20240628125452-46a8b7135
To use Sorbet add this line to your Gemfile:
gem 'sorbet', '0.5.11461', :group => :development gem 'sorbet-runtime', '0.5.11461'sorbet 0.5.11460.20240627194056-3e8bc9937
To use Sorbet add this line to your Gemfile:
gem 'sorbet', '0.5.11460', :group => :development gem 'sorbet-runtime', '0.5.11460'sorbet 0.5.11459.20240627160151-6060ee327
To use Sorbet add this line to your Gemfile:
gem 'sorbet', '0.5.11459', :group => :development gem 'sorbet-runtime', '0.5.11459'sorbet 0.5.11458.20240627155915-1e9138121
To use Sorbet add this line to your Gemfile:
gem 'sorbet', '0.5.11458', :group => :development gem 'sorbet-runtime', '0.5.11458'sorbet 0.5.11457.20240627143459-79337a0f2
To use Sorbet add this line to your Gemfile:
gem 'sorbet', '0.5.11457', :group => :development gem 'sorbet-runtime', '0.5.11457'sorbet 0.5.11456.20240627141515-fd0720c7e
To use Sorbet add this line to your Gemfile:
gem 'sorbet', '0.5.11456', :group => :development gem 'sorbet-runtime', '0.5.11456'sorbet 0.5.11455.20240627133118-fba098552
... (truncated)
Commits
- See full diff in compare view
Updates yard-sorbet from 0.8.1 to 0.9.0
Release notes
Sourced from yard-sorbet's releases.
yard-sorbet v0.9.0
What's Changed
Bug Fixes
- Fix syntax of order-dependent lists
Changes
- #311 Increase minimum required ruby version to
3.1New Contributors
@p-linnanemade their first contribution in dduugg/yard-sorbet#281@pre-commit-cimade their first contribution in dduugg/yard-sorbet#288Full Changelog: https://github.com/dduugg/yard-sorbet/compare/v0.8.1...v0.9.0
Changelog
Sourced from yard-sorbet's changelog.
0.9.0 (2024-06-30)
Bug Fixes
- Fix syntax of order-dependent lists
Changes
- #311 Increase minimum required ruby version to
3.1
Commits
e625229Prepare v0.9.06160a25Update CHANGELOGb1acf93be tapioca gemsa4892f1Update tapioca configb83897aResolve rubocop violations1eb5252Bump pre-commit pluginsce46aedBump outdated gems372f6a2Bump required ruby version to >= 3.1b92b111Add Ruby 3.4 to CI matrix039b09aBump rubocop-rspec from 2.29.1 to 2.29.2 (#310)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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