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-govuk from 5.0.1 to 5.0.2 #3198

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2024

Bumps rubocop-govuk from 5.0.1 to 5.0.2.

Changelog

Sourced from rubocop-govuk's changelog.

5.0.2

  • Update dependencies
Commits
  • 5af922b Merge pull request #402 from alphagov/release-5.0.2
  • f644845 Release v5.0.2
  • 8756513 Merge pull request #401 from alphagov/dependabot/bundler/rubocop-rails-eq-2.25.1
  • 85a5244 Update rubocop-rails requirement from = 2.25.0 to = 2.25.1
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Jul 23, 2024
Copy link

⚠️ This repo is Continuously Deployed: make sure you follow the guidance ⚠️

Follow these steps if you are doing a Rails upgrade.

ChrisBAshton added a commit that referenced this pull request Sep 16, 2024
There is precedent in removing old migrations, e.g. in
alphagov/whitehall#7675 and
alphagov/signon#2217

Keeping migrations around makes it harder to grep, and to apply
changes en-masse (such as linting updates). #3198 is currently
failing because of a single lint failure in one of these migration
files:

```
Offenses:

db/migrate/20200206153428_remove_null_constraints_from_whitehall_migrations.rb:3:5: C: Rails/BulkChangeTable: You can use change_table :whitehall_migrations, bulk: true to combine alter queries. (https://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html#method-i-change_table, https://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/Table.html)
    change_column_null :whitehall_migrations, :document_type, true
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

603 files inspected, 1 offense detected
```
@lauraghiorghisor-tw
Copy link
Contributor

@dependabot rebase

Bumps [rubocop-govuk](https://github.com/alphagov/rubocop-govuk) from 5.0.1 to 5.0.2.
- [Changelog](https://github.com/alphagov/rubocop-govuk/blob/main/CHANGELOG.md)
- [Commits](alphagov/rubocop-govuk@v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: rubocop-govuk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/rubocop-govuk-5.0.2 branch from c2fc6a3 to 1c708f8 Compare September 18, 2024 08:03
@lauraghiorghisor-tw lauraghiorghisor-tw merged commit d0cabf5 into main Sep 18, 2024
11 checks passed
@lauraghiorghisor-tw lauraghiorghisor-tw deleted the dependabot/bundler/rubocop-govuk-5.0.2 branch September 18, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant