Bump the minor-and-patch group across 1 directory with 6 updates#186
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the minor-and-patch group across 1 directory with 6 updates#186dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the minor-and-patch group with 2 updates in the / directory: [rake](https://github.com/ruby/rake) and [graphql](https://github.com/rmosolgo/graphql-ruby). 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 0.16.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/v0.16.0/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.86.0...v0.16.0) Updates `rubocop-rake` from 0.7.1 to 0.5.1 - [Release notes](https://github.com/rubocop/rubocop-rake/releases) - [Changelog](https://github.com/rubocop/rubocop-rake/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rake@v0.7.1...v0.5.1) Updates `rubocop-rspec` from 3.9.0 to 1.4.0 - [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.9.0...v1.4.0) Updates `solargraph` from 0.58.3 to 0.13.0 - [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md) - [Commits](castwide/solargraph@v0.58.3...0.13.0) Updates `graphql` from 2.5.22 to 2.5.23 - [Release notes](https://github.com/rmosolgo/graphql-ruby/releases) - [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md) - [Commits](rmosolgo/graphql-ruby@v2.5.22...v2.5.23) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rubocop dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: minor-and-patch - dependency-name: rubocop-rake dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rubocop-rspec dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: minor-and-patch - dependency-name: solargraph dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: graphql dependency-version: 2.5.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... 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 minor-and-patch group with 2 updates in the / directory: rake and graphql.
Updates
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 0.16.0Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
6e1d595Release 0.16.00498828Merge pull request #696 from yujinakayama/parser-2.12f46ed9Test against Ruby 2.1.0-rc1 on Travis CI17e8944Handle API change of Parser::Diagnostic.newcbf6a85Revert "[Fix #647] Workaround for Ruby 2.1"29630e1Use Parser 2.1 or later26ecd40New cop PredicateName1ac25b8New cop AccessorMethodNamefaccb8dRename set_options_config to options_config=7c259f5Merge pull request #693 from jonas054/improve_rubocop_todoUpdates
rubocop-rakefrom 0.7.1 to 0.5.1Changelog
Sourced from rubocop-rake's changelog.
... (truncated)
Commits
419e82eBump up version to 0.5.16388b59Merge pull request #32 from pocke/fix-28925e827[Fix #28] FixRake/Descto avoid an error whentaskis not a task definition0d82e93Merge pull request #31 from pocke/ruby-26-ci8d852f0Enable CI with Ruby 2.6285e76dMerge pull request #30 from pocke/require-false9fa8546Addrequire: falseto example code in README80f3fe9Merge pull request #29 from koic/ci_against_ruby_2_7c624b39CI against Ruby 2.75437591Merge pull request #27 from koic/move_line_length_cop_to_layout_departmentUpdates
rubocop-rspecfrom 3.9.0 to 1.4.0Changelog
Sourced from rubocop-rspec's changelog.
... (truncated)
Commits
9aa33eeMerge pull request #68 from nevir/release-1.4.01d788e5release 1.4.027dc8d9fix Style/MutableConstantcc45f55Merge pull request #66 from mlarraz/svge4e7616Merge pull request #67 from nevir/rubocop-0.37.2bf57e17rubocop 0.37.2d8d1f16Use SVG instead of PNG for badges5c67641Merge pull request #49 from mlarraz/any_instance1c74f72Add RSpec/AnyInstance1be20aaMerge pull request #64 from miguelfteixeira/cop-not-to-notUpdates
solargraphfrom 0.58.3 to 0.13.0Changelog
Sourced from solargraph's changelog.
... (truncated)
Commits
6695042Thread for preparing workspace.1c1f9dcFencepost error in code_for.c80b940ApiMap replaces new with initialize.c0fafcdRemoved stale and test code.9c559c7Stale code.43f857bRefactored source and pins.8ce134aConstant pins.1dbab4bTrack requires.8c325c7Search YardMap for superclass instance methods.25a8617Class variables in nil guards and specs.Updates
graphqlfrom 2.5.22 to 2.5.23Changelog
Sourced from graphql's changelog.
Commits
b0f812b2.5.235a50495Merge pull request #5597 from rmosolgo/list-dataloader-bugfa8fd61Add test for Dataloader state170c5dfUse fresh state for list item dataloader fibers3584553Merge pull request #5582 from rmosolgo/exec-next-fixesdc3b87fgenerate id method for exec-nextfce77a0Fix call signaturebe42b03Merge branch 'master' into exec-next-fixesfa35e79Merge pull request #5589 from rmosolgo/exec-next-subscriptionsbecbe89Merge pull request #5591 from rmosolgo/optimize-fields-will-mergeDependabot 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