Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop-github from 0.16.1 to 0.19.0 in /dependencies #548

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 13, 2022

Bumps rubocop-github from 0.16.1 to 0.19.0.

Release notes

Sourced from rubocop-github's releases.

v0.19.0

Significant Changes

Other Changes

New Contributors

Full Changelog: github/rubocop-github@v0.18.0...v0.19.0

v0.18.0

  • Changed: Layout/IndentationWidth cop enabled by default
  • Changed: Use the new Cop::Base API instead of the deprecated Cop::Cop
  • Removed: support for Ruby 2.6
  • Removed: deprecated config files for RuboCop < 0.68

v0.17.0

  • Remove version constraints for rubocop, rubocop-performance, and rubocop-rails
  • Test against Ruby 3.1

v0.16.2

  • Add support for rendering ViewComponents with_content

    Joel Hawksley

Bumps rubocop dependency to 0.82.0

This locks the rubocop dependency explicitly, because rubocop has made breaking changes on more or less every minor (pre-1.0) release up until now. If you need to pin to a lower version, then the 0.14.0 release will still let you do that.

Changelog

Sourced from rubocop-github's changelog.

v0.19.0

  • Unset DisabledByDefault: true in config/default.yml. Prevents confusing behaviour where users of the gem didn't realise that RuboCop's default cops weren't being applied (including potentially custom cops in their projects). We've explicitly set Enabled: false for all the cops that were previously default disabled. This has the effect that consumers of this gem won't be surprised by new linting violations when they use this new version in their projects. (github/rubocop-github#119)
Commits
  • 40349f5 Release v0.19.0
  • 3f6ff03 Merge pull request #116 from github/francisfuzz/styleguide-syntax-update
  • 2ab6fce Merge branch 'master' into francisfuzz/styleguide-syntax-update
  • 2eddce7 Merge pull request #119 from github/rubocop-default-enablement
  • 6bbad25 Disable all of the DisabledByDefault Rails cops too
  • cdcad37 Merge branch 'master' into rubocop-default-enablement
  • bbe922b Merge pull request #121 from github/separate_rules_from_cops
  • c49a2ef Separate Ruby (rubocop-github) from Rails (rubocop-github-rails) cops and...
  • 4274086 CHANGELOG: Note that no new rules are enabled in this release
  • 70dc91b config/default: Set Enabled: false for new RuboCop rules
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rubocop-github](https://github.com/github/rubocop-github) from 0.16.1 to 0.19.0.
- [Release notes](https://github.com/github/rubocop-github/releases)
- [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md)
- [Commits](github/rubocop-github@0.16.1...v0.19.0)

---
updated-dependencies:
- dependency-name: rubocop-github
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
0 participants