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.8 to 5.0.9 #3636

Merged
merged 3 commits into from
Mar 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps rubocop-govuk from 5.0.8 to 5.0.9.

Changelog

Sourced from rubocop-govuk's changelog.

5.0.9

  • Bump version to add Action Linting and Pass Ratchet check
Commits
  • 927e7db Merge pull request #461 from alphagov/add-actionlint-to-all-repos
  • 7cd8dce Merge pull request #467 from alphagov/dependabot/bundler/rubocop-eq-1.73.2
  • af82b05 Update rubocop requirement from = 1.73.1 to = 1.73.2
  • 7735806 Merge pull request #466 from alphagov/dependabot/bundler/rubocop-rails-eq-2.30.3
  • 16e9a47 Update rubocop-rails requirement from = 2.30.2 to = 2.30.3
  • 8a1d4c2 Ratchet version to pass version checks
  • 06f5005 Merge pull request #465 from alphagov/dependabot/bundler/rubocop-eq-1.73.1
  • fe88b75 Update rubocop requirement from = 1.73.0 to = 1.73.1
  • 4301a8a Merge pull request #464 from alphagov/dependabot/bundler/rubocop-ast-eq-1.38.1
  • fab9c36 Update rubocop-ast requirement from = 1.38.0 to = 1.38.1
  • 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 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)

@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Mar 6, 2025
Copy link

github-actions bot commented Mar 6, 2025

This application is owned by the publishing platform team. Please let us know in #govuk-publishing-platform when you raise any PRs.

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

Follow these steps if you are doing a Rails upgrade.

def url_encode(str)
ERB::Util.url_encode(str)
end
delegate :url_encode, to: :'ERB::Util'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: is it worth making the same include change here? Guessing it's working because of some difference between RSpec and minitest

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea. I didn't spot this one as the tests were passing.

dependabot bot and others added 3 commits March 10, 2025 14:08
Bumps [rubocop-govuk](https://github.com/alphagov/rubocop-govuk) from 5.0.8 to 5.0.9.
- [Changelog](https://github.com/alphagov/rubocop-govuk/blob/main/CHANGELOG.md)
- [Commits](alphagov/rubocop-govuk@v5.0.8...v5.0.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
It is unclear why we are delegating this method to `ERB::Util` instead
of simply including the module.
@brucebolt brucebolt force-pushed the dependabot/bundler/rubocop-govuk-5.0.9 branch from 62d81dd to 88cb15a Compare March 10, 2025 14:08
@brucebolt brucebolt enabled auto-merge March 10, 2025 14:11
@brucebolt brucebolt merged commit 871edc6 into main Mar 10, 2025
15 checks passed
@brucebolt brucebolt deleted the dependabot/bundler/rubocop-govuk-5.0.9 branch March 10, 2025 14:13
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.

2 participants