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 plek from 4.1.0 to 5.0.0 #2607

Merged
merged 1 commit into from
Nov 29, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2022

Bumps plek from 4.1.0 to 5.0.0.

Changelog

Sourced from plek's changelog.

5.0.0

  • BREAKING: Plek will no longer try to fix malformed service names and will instead raise an ArgumentError.
  • Add convenience methods for Plek.external_url_for, Plek.asset_root and Plek.website_root for consistency in methods.
  • BREAKING: Remove Plek.find_uri, Plek#find_uri, Plek#asset_uri and Plek#website_urithese weren't consistent with full interface and are barely used. Use URI(Plek.find('foo')), URI(Plek.asset_uri) or URI(Plek.website_uri) instead.
  • BREAKING: Remove Plek.current method, this was deprecated 10 years ago and apps should be using Plek.new or shorthand alternatives (Plek.find)
Commits
  • 4841961 Merge pull request #96 from alphagov/release-5.0.0
  • abec1f8 Release 5.0.0
  • e58f3bf Merge pull request #93 from alphagov/remove-old-interface
  • d29fca6 Merge pull request #95 from alphagov/dependabot/bundler/rubocop-govuk-eq-4.8.0
  • e5237da Update rubocop-govuk requirement from = 4.7.0 to = 4.8.0
  • efa7df5 Prefer convenience methods in tests
  • b71de49 Reject malformed service names
  • d63a7fe Have a consistent static interface
  • 3fa8a68 Remove URI based look up methods
  • 8cf99b9 Remove Plek.current method
  • See full diff 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)

@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Nov 21, 2022
@github-actions
Copy link

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

Follow these steps if you are doing a Rails upgrade.

@govuk-ci govuk-ci had a problem deploying to government-frontend-pr-2607 November 21, 2022 11:02 Failure
@dependabot dependabot bot force-pushed the dependabot/bundler/plek-5.0.0 branch from 01d02e8 to bc892ea Compare November 28, 2022 09:01
@govuk-ci govuk-ci temporarily deployed to government-frontend-pr-2607 November 28, 2022 09:01 Inactive
@dependabot dependabot bot force-pushed the dependabot/bundler/plek-5.0.0 branch from bc892ea to e6936fe Compare November 28, 2022 15:51
@govuk-ci govuk-ci temporarily deployed to government-frontend-pr-2607 November 28, 2022 15:51 Inactive
Bumps [plek](https://github.com/alphagov/plek) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/alphagov/plek/releases)
- [Changelog](https://github.com/alphagov/plek/blob/main/CHANGELOG.md)
- [Commits](alphagov/plek@v4.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: plek
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/plek-5.0.0 branch from e6936fe to 0a0c06b Compare November 29, 2022 15:27
@govuk-ci govuk-ci temporarily deployed to government-frontend-pr-2607 November 29, 2022 15:27 Inactive
@chao-xian chao-xian merged commit 386aefc into main Nov 29, 2022
@chao-xian chao-xian deleted the dependabot/bundler/plek-5.0.0 branch November 29, 2022 16:41
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