Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Bump govuk-frontend from 4.4.1 to 4.7.0 #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 12, 2023

Bumps govuk-frontend from 4.4.1 to 4.7.0.

Release notes

Sourced from govuk-frontend's releases.

GOV.UK Frontend v4.7.0

New features

Added the Exit This Page component to help users quickly exit a page or service

You can now choose to use the exit this page component to help users quickly leave a page or service which contains sensitive information.

This was added in [pull request #2545: Add exit this page component](alphagov/govuk-frontend#2545).

Added inverse modifier for buttons on dark backgrounds

You can now choose to use the govuk-button--inverse class to style buttons on dark backgrounds with a white background colour.

This change was made in [pull request #3556: Add inverse button styles](alphagov/govuk-frontend#3556).

Added inverse modifier for breadcrumbs on dark backgrounds

You can now choose to use the govuk-breadcrumbs--inverse class to style breadcrumbs on dark backgrounds with white text, links and arrows.

This change was made in [pull request #3774: Add inverse breadcrumb and back link modifiers and styles](alphagov/govuk-frontend#3774).

Added inverse modifier for back links on dark backgrounds

You can now choose to use the govuk-back-link--inverse class to style back links on dark backgrounds with white links and arrows.

This change was made in [pull request #3774: Add inverse breadcrumb and back link modifiers and styles](alphagov/govuk-frontend#3774).

Fixes

We’ve made fixes to GOV.UK Frontend in the following pull requests:

GOV.UK Frontend v4.6.0

New features

Updated the appearance of disabled form controls

We’ve updated the disabled state of Text Input, Textarea, Select and File Upload components so it is consistent across browsers and devices. They’re also now consistent with the existing disabled styles for Buttons, Checkboxes, and Radios.

Disabled form controls appear at 50% opacity and with an alternative cursor appearance when hovered over.

This was added in [pull request #3187: Add disabled styles for form controls](alphagov/govuk-frontend#3187).

Added a top-level disabled parameter to form controls

We’ve updated the Nunjucks macros for Text Input, Textarea, Select and File Upload components to include a top-level disabled parameter. This will make it easier to enable the disabled state for these controls.

</tr></table> 

... (truncated)

Changelog

Sourced from govuk-frontend's changelog.

4.7.0 (Feature release)

Note: This release was created from the support/4.x branch.

New features

Added the Exit This Page component to help users quickly exit a page or service

You can now choose to use the exit this page component to help users quickly leave a page or service which contains sensitive information.

This was added in [pull request #2545: Add exit this page component](alphagov/govuk-frontend#2545).

Added inverse modifier for buttons on dark backgrounds

You can now choose to use the govuk-button--inverse class to style buttons on dark backgrounds with a white background colour.

This change was made in [pull request #3556: Add inverse button styles](alphagov/govuk-frontend#3556).

Added inverse modifier for breadcrumbs on dark backgrounds

You can now choose to use the govuk-breadcrumbs--inverse class to style breadcrumbs on dark backgrounds with white text, links and arrows.

This change was made in [pull request #3774: Add inverse breadcrumb and back link modifiers and styles](alphagov/govuk-frontend#3774).

Added inverse modifier for back links on dark backgrounds

You can now choose to use the govuk-back-link--inverse class to style back links on dark backgrounds with white links and arrows.

This change was made in [pull request #3774: Add inverse breadcrumb and back link modifiers and styles](alphagov/govuk-frontend#3774).

Fixes

We’ve made fixes to GOV.UK Frontend in the following pull requests:

4.6.0 (Feature release)

New features

Updated the appearance of disabled form controls

We’ve updated the disabled state of Text Input, Textarea, Select and File Upload components so it is consistent across browsers and devices. They’re also now consistent with the existing disabled styles for Buttons, Checkboxes, and Radios.

Disabled form controls appear at 50% opacity and with an alternative cursor appearance when hovered over.

This was added in [pull request #3187: Add disabled styles for form controls](alphagov/govuk-frontend#3187).

Added a top-level disabled parameter to form controls

... (truncated)

Commits
  • bf9dbbf Merge pull request #3912 from alphagov/support-release-4.7.0
  • 8a0f9ed Release v4.7.0
  • 655404d Merge pull request #3915 from alphagov/re-add-inverse-breadcrumbs
  • 73e33ff re-add inverse breadcrumbs sass
  • 489ad34 Merge pull request #3908 from alphagov/update-changelog
  • c52f550 Update changelog for 4.7.0
  • e44e967 Merge pull request #3909 from alphagov/pin-setup-node
  • 66c58f9 Pin GitHub actions/setup-node to v3.6.0
  • 2b4997c Merge pull request #3878 from alphagov/etp-button-html
  • 10dd4c0 Add html parameter to Exit this Page button
  • 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)

peteryates and others added 3 commits August 12, 2023 17:53
Bumps [govuk-frontend](https://github.com/alphagov/govuk-frontend) from 4.4.1 to 4.7.0.
- [Release notes](https://github.com/alphagov/govuk-frontend/releases)
- [Changelog](https://github.com/alphagov/govuk-frontend/blob/main/CHANGELOG.md)
- [Commits](alphagov/govuk-frontend@v4.4.1...v4.7.0)

---
updated-dependencies:
- dependency-name: govuk-frontend
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 12, 2023
@peteryates peteryates force-pushed the main branch 3 times, most recently from fc8e573 to cf747d7 Compare August 13, 2023 11:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant