deps(deps): Bump the production-dependencies group across 1 directory with 8 updates#78
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
… with 8 updates Bumps the production-dependencies group with 3 updates in the / directory: [irb](https://github.com/ruby/irb), [rake](https://github.com/ruby/rake) and [rubocop](https://github.com/rubocop/rubocop). Updates `irb` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/ruby/irb/releases) - [Commits](ruby/irb@v1.17.0...v1.18.0) Updates `rake` from 13.3.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.3.1...v13.4.2) Updates `rubocop` from 1.86.0 to 1.87.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.86.0...v1.87.0) Updates `erb` from 4.0.4 to 4.0.4.1 - [Release notes](https://github.com/ruby/erb/releases) - [Changelog](https://github.com/ruby/erb/blob/master/NEWS.md) - [Commits](ruby/erb@v4.0.4...v4.0.4.1) Updates `json` from 2.19.3 to 2.19.8 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.19.3...v2.19.8) Updates `parallel` from 1.27.0 to 1.28.0 - [Changelog](https://github.com/grosser/parallel/blob/master/CHANGELOG.md) - [Commits](grosser/parallel@v1.27.0...v1.28.0) Updates `psych` from 5.3.1 to 5.4.0 - [Release notes](https://github.com/ruby/psych/releases) - [Commits](ruby/psych@v5.3.1...v5.4.0) Updates `regexp_parser` from 2.11.3 to 2.12.0 - [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md) - [Commits](ammar/regexp_parser@v2.11.3...v2.12.0) --- updated-dependencies: - dependency-name: irb dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: rubocop dependency-version: 1.87.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: erb dependency-version: 4.0.4.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: json dependency-version: 2.19.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: parallel dependency-version: 1.28.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: psych dependency-version: 5.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: regexp_parser dependency-version: 2.12.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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 production-dependencies group with 3 updates in the / directory: irb, rake and rubocop.
Updates
irbfrom 1.17.0 to 1.18.0Release notes
Sourced from irb's releases.
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
rakefrom 13.3.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
rubocopfrom 1.86.0 to 1.87.0Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
e5b788dCut 1.8765aece8Update Changelog810c790Fix incorrect autocorrect forStyle/StructInheritancecop1ec0554[Fix #15185] MakeLayout/EmptyLineAfterGuardClauseaccept new SimpleCov dir...11cd569Merge pull request #15190 from koic/fix_false_positives_in_style_yoda_conditionceff136[Fix #15188] Fix false positives forStyle/YodaCondition4a12596Fix incorrect autocorrect forStyle/HashConversioncop4801e9dMerge pull request #15184 from rubocop/fix-typos-and-grammar-in-docsbfe7dc5Fix various typos and grammar mistakes in documentation6988aa4Merge pull request #15182 from koic/fix_incorrect_autocorrect_for_style_alias...Updates
erbfrom 4.0.4 to 4.0.4.1Changelog
Sourced from erb's changelog.
Commits
6a2e4a7Version 4.0.4.1c3b721fProhibit def_method on marshal-loaded ERB instancesUpdates
jsonfrom 2.19.3 to 2.19.8Release notes
Sourced from json's releases.
Changelog
Sourced from json's changelog.
Commits
5233dd9Release 2.19.83f44b26Prevent buffer over-read when generating EOF errorbe8d068Handle invalid types passed asmax_nestingoption59501c0Get rid of all_images gemc7a7b2bAdd a security note in READMEab6c8f2Release 2.19.7f033b9dFix some more edge cases with out of range floats5ca8a67parser.c: Ensure the user provided string can't be mutateddba1d88generator.c: trigger write barriers in cState_init_copye8800cbFurther validate generatordepthconfigUpdates
parallelfrom 1.27.0 to 1.28.0Changelog
Sourced from parallel's changelog.
Commits
e141db9v1.28.0679f6ecMerge pull request #360 from grosser/grosser/dump0da8239dump undumpable exceptions without cause if that fixes the issue8d638d0Merge pull request #358 from grosser/grosser/up998ce26bundle and cleanup test duplicationUpdates
psychfrom 5.3.1 to 5.4.0Commits
f7066d8v5.4.06201ae1Round the io_reader clamp down to a character boundary99ecd94Clamp io_reader copy to libyaml's buffer size7a73514Merge pull request #794 from ruby/dependabot/github_actions/step-security/har...cada6bbBump step-security/harden-runner from 2.19.3 to 2.19.4c06a2c5Merge pull request #793 from ruby/dependabot/github_actions/step-security/har...4a7ca7eBump step-security/harden-runner from 2.19.1 to 2.19.3790494aMerge pull request #792 from ruby/dependabot/github_actions/step-security/har...16d8518Bump step-security/harden-runner from 2.19.0 to 2.19.11366654Bump step-security/harden-runner from 2.17.0 to 2.19.0Updates
regexp_parserfrom 2.11.3 to 2.12.0Changelog
Sourced from regexp_parser's changelog.
Commits
55f48a1Release v2.12.02c97fc7Disable gouteur for mutant2d2babdAdd ruby 4 unicode propertiesDependabot 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