Bump the ruby-dependencies group across 1 directory with 4 updates - #156
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the ruby-dependencies group with 4 updates in the / directory: [irb](https://github.com/ruby/irb), [rubocop](https://github.com/rubocop/rubocop), [rubocop-performance](https://github.com/rubocop/rubocop-performance) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `irb` from 1.15.2 to 1.18.0 - [Release notes](https://github.com/ruby/irb/releases) - [Commits](ruby/irb@v1.15.2...v1.18.0) Updates `rubocop` from 1.81.6 to 1.90.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.6...v1.90.0) Updates `rubocop-performance` from 1.26.1 to 1.27.0 - [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.26.1...v1.27.0) Updates `rubocop-rspec` from 3.7.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.7.0...v3.10.2) --- updated-dependencies: - dependency-name: irb dependency-version: 1.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop dependency-version: 1.90.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop-performance dependency-version: 1.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop-rspec dependency-version: 3.10.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-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 ruby-dependencies group with 4 updates in the / directory: irb, rubocop, rubocop-performance and rubocop-rspec.
Updates
irbfrom 1.15.2 to 1.18.0Release notes
Sourced from irb's releases.
... (truncated)
Commits
31e068aBump version to 1.18.0 (#1208)f49d6b5Colorize KEYWORD_DO_BLOCK (added in head Prism) (#1207)96342e7Fix incorrect dash in startup message (#1206)9b930c8Add --nobanner option to suppress startup banner (#1200)9dc2a85Bump rubygems/release-gem from 1.1.4 to 1.2.0454964cBump actions/upload-pages-artifact from 4 to 5b9719d1Bump step-security/harden-runner from 2.16.0 to 2.17.0ee2af9fHighlight the method name in method calls (#1189)75ad68dBump actions/configure-pages from 5 to 66f757b9Bump actions/deploy-pages from 4 to 5Updates
rubocopfrom 1.81.6 to 1.90.0Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
f1b25e1Cut 1.9072895f6Update Changelog7042de6Move op_method? before the shadowing helpers4b14dd2Fix an incorrect autocorrect forNaming/BinaryOperatorParameterName5d221ac[Fix #10046] FixLint/UselessMethodDefinitionfalse positive for methods wi...5070fc3[Fix #15111] AddNumberOfEmptyLinesoption to `Layout/EmptyLineAfterMagicCo...496eb65[Fix #9543] Preserve escape notation inStyle/StringConcatenationautocorrect75b3622Remove a directive's--reason along with the directive858d8a8Merge pull request #15596 from koic/add_real_last_column_to_offense15557b0AddOffense#real_last_columnand use it inJSONFormatterUpdates
rubocop-performancefrom 1.26.1 to 1.27.0Release notes
Sourced from rubocop-performance's releases.
Changelog
Sourced from rubocop-performance's changelog.
Commits
c07064dCut 1.27.00e7abe8Update Changelog0d43a61Suppress RuboCop offenses72eb77dMerge pull request #533 from koic/fix_chain_array_allocation_false_negatives9c60244Merge pull request #528 from koic/fix_regexp_match_offense_message_for_bang_t...c3515cb[Fix #532] Fix false negatives forPerformance/ChainArrayAllocationdba3d75Merge pull request #530 from koic/lazy_load_copsdd5f992Load cops lazilyf1763dd[Fix #510] ClarifyPerformance/RegexpMatchmessage for!~9c969a6Fix JRuby CI failure caused by rbs native extension buildUpdates
rubocop-rspecfrom 3.7.0 to 3.10.2Release notes
Sourced from rubocop-rspec's releases.
... (truncated)
Changelog
Sourced from rubocop-rspec's changelog.
Commits
2488441Merge pull request #2189 from rubocop/releasec9e53cfBump version to 3.10.27ae0a42Merge pull request #2186 from sakuro/fix/spec-file-path-format-empty-custom-t...8b0b5e9Merge branch 'master' into fix/spec-file-path-format-empty-custom-transformdc4465cMerge pull request #2188 from rubocop/fix-2185d5de6b2Consider regexp with options a non-simple regexpbad0cb3🐛 Fix RSpec/SpecFilePathFormat false positives when CustomTransform maps ...ec3eeabMerge pull request #2183 from rubocop/fix-match-with-simple-regex-with-interp...16bbf49Bump version to 3.10.12a78abdIgnore interpolation in MatchWithSimpleRegexDependabot 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 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