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 govuk_publishing_components from 24.1.0 to 24.9.0 #59

Open
wants to merge 99 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 8, 2021

Bumps govuk_publishing_components from 24.1.0 to 24.9.0.

Changelog

Sourced from govuk_publishing_components's changelog.

24.9.0

24.8.0

24.7.1

24.7.0

24.6.1

24.6.0

24.5.0

24.4.1

24.4.0

... (truncated)

Commits

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 bot and others added 30 commits January 26, 2021 05:43
These are only being used by licence-finder so we moved them there to simplify static: alphagov/licence-finder#914
`helpers/mixins` is already included in `header-footer-only`
When core_layout was declared default in slimmer [1] these tests shoul've been update to reflect that.

[1] alphagov/slimmer#136
Deprecated and no longer used by any application
Previously used by `frontend` to render the homepage, this now deprecated and no longer used by any application.
 * Renamed stylesheet file and classes to remove `govuk` namespace; `govuk` is
   used by the GOV.UK Frontend / Design System, and using it here could cause
   confusion.
 * Updated layout to use GOV.UK Frontend layout classes; BEM'd up the class
   naming scheme to be clearer that these are part of the emergency banner, and
   updated the styles to match.
 * Updated tests to take new class names into account
Move skip link to after cookie banner
…uk_publishing_components-24.1.1

Bump govuk_publishing_components from 24.1.0 to 24.1.1
…uk_publishing_components-24.2.0

Bump govuk_publishing_components from 24.1.1 to 24.2.0
During development the account nav markup was copied over from the
layout header component instead of using the component itself.
This was probably due to time constraints.

The component audits are complaining that we are including the assets
for layout_header, when we are not using the component.

This removes the hard coded account navigation partial and uses
layout_header instead. This is technically duplicating the header, so
this change is dependent on some changes in Slimmer which will
conditionally reveal this layout header only when the account nav should
be present.
Replace hard coded account nav with layout header
Bumps [rails](https://github.com/rails/rails) from 6.1.1 to 6.1.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v6.1.1...v6.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
…uk_publishing_components-24.3.0

Bump govuk_publishing_components from 24.2.0 to 24.3.0
…uk_app_config-2.8.4

Bump govuk_app_config from 2.8.3 to 2.8.4
…-api-adapters-69.3.0

Bump gds-api-adapters from 68.2.0 to 69.3.0
…n/stylelint-13.11.0

Bump stylelint from 13.8.0 to 13.11.0
…itest-5.14.4

Bump minitest from 5.14.3 to 5.14.4
alex-ju and others added 25 commits March 19, 2021 11:16
…uk_app_config-2.9.1

Bump govuk_app_config from 2.8.4 to 2.9.1
…uk_publishing_components-24.7.0

Bump govuk_publishing_components from 24.6.1 to 24.7.0
The default text for the button in the sarch component is "Search" - this means
that multiple forms can have the same submit text. This can cause confusion
when navigating out of context - for example, a screenreader will pull out all
of the interactive elements on a page and list them without the surrounding
information.

To avoid this confusion, the button text has been changed from "Search" to the
more specific "Search GOV.UK".
…on-text

Update header search button text
…uk_app_config-2.10.0

Bump govuk_app_config from 2.9.1 to 2.10.0
…uk_publishing_components-24.7.1

Bump govuk_publishing_components from 24.7.0 to 24.7.1
…-api-adapters-71.0.0

Bump gds-api-adapters from 70.0.0 to 71.0.0
…xt-29-march

[DO NOT MERGE] Update text on Coronavirus site-wide banner
Bumps [rails](https://github.com/rails/rails) from 6.1.3 to 6.1.3.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v6.1.3...v6.1.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
…ls-6.1.3.1

Bump rails from 6.1.3 to 6.1.3.1
…uk_publishing_components-24.8.0

Bump govuk_publishing_components from 24.7.1 to 24.8.0
 * The base error page template updated to use the public layout component
 * Application stylesheet has been updated to include only the styles needed
   for the public layout component, global bar, and emergency banner.
 * Application JavaScript has been updated to only include the modules needed
   for the public layout component
 * Error page stylesheet has only the extra imports needed - in this case, only
   the the title component was needed
 * Minor tweak to make the apostrophe in the "We're" on some of the error pages
   look nicer
 * Updated tests to match content and layout changes
Update error pages to use public layout template
…t-path

Change Sign in and Sign out paths
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 8, 2021
@Jonty Jonty force-pushed the dependabot/bundler/govuk_publishing_components-24.9.0 branch from 55766b5 to 5348935 Compare April 10, 2021 16:50
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 10, 2021

A newer version of govuk_publishing_components exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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
Development

Successfully merging this pull request may close these issues.