Bump the "all-dependencies" group with 1 update across multiple ecosystems - #15
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the "all-dependencies" group with 1 update across multiple ecosystems#15dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [rake](https://github.com/ruby/rake) | `13.2.1` | `13.4.2` | | [bundle_update_interactive](https://github.com/mattbrictson/bundle_update_interactive) | `0.11.0` | `0.13.2` | | [rubocop](https://github.com/rubocop/rubocop) | `1.75.2` | `1.89.0` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.25.0` | `1.26.1` | | [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.31.0` | `2.36.0` | | [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.5.0` | `3.10.2` | | [solargraph](https://github.com/castwide/solargraph) | `0.53.4` | `0.60.3` | Updates `rake` from 13.2.1 to 13.4.2 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.2.1...v13.4.2) Updates `bundle_update_interactive` from 0.11.0 to 0.13.2 - [Release notes](https://github.com/mattbrictson/bundle_update_interactive/releases) - [Changelog](https://github.com/mattbrictson/bundle_update_interactive/blob/main/CHANGELOG.md) - [Commits](mattbrictson/bundle_update_interactive@v0.11.0...v0.13.2) Updates `rubocop` from 1.75.2 to 1.89.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.2...v1.89.0) Updates `rubocop-performance` from 1.25.0 to 1.26.1 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.25.0...v1.26.1) Updates `rubocop-rails` from 2.31.0 to 2.36.0 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.31.0...v2.36.0) Updates `rubocop-rspec` from 3.5.0 to 3.10.2 - [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.5.0...v3.10.2) Updates `solargraph` from 0.53.4 to 0.60.3 - [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md) - [Commits](castwide/solargraph@v0.53.4...v0.60.3) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: bundle_update_interactive dependency-version: 0.13.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: rubocop dependency-version: 1.89.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: rubocop-performance dependency-version: 1.26.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: rubocop-rails dependency-version: 2.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: rubocop-rspec dependency-version: 3.10.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: solargraph dependency-version: 0.60.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-dependencies group with 7 updates:
13.2.113.4.20.11.00.13.21.75.21.89.01.25.01.26.12.31.02.36.03.5.03.10.20.53.40.60.3Updates
rakefrom 13.2.1 to 13.4.2Commits
503b8ecv13.4.246038e7Merge pull request #723 from ruby/fix/testopts-preserve-existing-value604a3d9Isolate TESTOPTS env in TestRakeTestTask setup/teardown5886caaPreserve ENV["TESTOPTS"] when verbose is enabled92193acv13.4.1b74be0bMerge pull request #721 from ruby/fix/add-options-to-gemspec829f66dAdd lib/rake/options.rb to gemspec2d55bc4v13.4.01415070Exclude dependabot updates from release noteb3dc948Merge pull request #713 from pvdb/simplify_standard_system_dirUpdates
bundle_update_interactivefrom 0.11.0 to 0.13.2Release notes
Sourced from bundle_update_interactive's releases.
... (truncated)
Commits
4cf9856Release 0.13.239ddb00Update rubocop requirement from 1.86.1 to 1.87.0 (#119)cced718Update rubocop requirement from 1.86.0 to 1.86.1 (#117)42a88c9Bump release-drafter/release-drafter from 6 to 7 (#115)d71f6c6Update rubocop requirement from 1.85.0 to 1.86.0 (#116)bbec34fRelease 0.13.1877f2b9Update rubocop-minitest requirement from 0.38.2 to 0.39.1 (#112)cc21fa0Update rubocop requirement from 1.84.0 to 1.85.0 (#113)b004761Simplify integration test assertion to avoid flake (#114)caecd53Update rubocop requirement from 1.82.1 to 1.84.0 (#111)Updates
rubocopfrom 1.75.2 to 1.89.0Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
65854e6Cut 1.89f5dbd74Update Changelog2f96cd7Add new Lint/NameTypo cop9a91e2bPromote the resolved-ancestry guard to ProjectIndexHelpe917b65Merge pull request #15522 from joklek-vinted/fix/mise-toml-with-single-quotes619e3d2Fix Ruby version detection from mise.toml with single quotes7999d1a[Fix #15501] ImproveStyle/RedundantLineContinuationperformance on adjacen...63d9361Advertise executeCommandProvider in the language server893a02fCache the LSP project index across requests3b9755fMerge pull request #15516 from koic/fix_a_flaky_line_length_spec_timeout_on_j...Updates
rubocop-performancefrom 1.25.0 to 1.26.1Release notes
Sourced from rubocop-performance's releases.
Changelog
Sourced from rubocop-performance's changelog.
Commits
4783c90Cut 1.26.1d3f1806Update Changeloga63df04Merge pull request #521 from Earlopain/disable-bigdecimal7a5499f[Fix #520] DisablePerformance/BigDecimalWithNumericArgumentby default03a6071Merge pull request #518 from koic/fix_false_positives_for_performance_redunda...a1ef194[Fix #517] Fix false positives forPerformance/RedundantStringChars6e1afebTweak bug report template60ff474Suppress RuboCop's offense955429aSwitch back docs version to master4e6eb01Cut 1.26.0Updates
rubocop-railsfrom 2.31.0 to 2.36.0Release notes
Sourced from rubocop-rails's releases.
... (truncated)
Changelog
Sourced from rubocop-rails's changelog.
... (truncated)
Commits
b49bdd2Cut 2.36.0c38ff7cUpdate Changelog4a723b4Merge pull request #1619 from lovro-bikic/fix-migration-file-skippable7900fa6Merge pull request #1647 from conwayje/fix-eager-evaluation-log-message-in-block5409363[Fix #1647] Fix a false negative forRails/EagerEvaluationLogMessagee55944eMerge pull request #1646 from ilianah/fix-remove-index-reversible-migration-d...08663a3Fix a false negative forRails/ReversibleMigrationwithremove_indexoper...1d3c824Merge pull request #1644 from koic/fix_an_incorrect_autocorrect_for_rails_lin...0a41e88[Fix #1599] Fix an incorrect autocorrect forRails/LinkToBlank5b46a5dMerge pull request #1645 from koic/fix_jruby_ci_failure_caused_by_rbs_native_...Updates
rubocop-rspecfrom 3.5.0 to 3.10.2Release notes
Sourced from rubocop-rspec's releases.