Skip to content

Bump @x-govuk/govuk-prototype-components from 5.0.2 to 6.0.0#1332

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/x-govuk/govuk-prototype-components-6.0.0
Open

Bump @x-govuk/govuk-prototype-components from 5.0.2 to 6.0.0#1332
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/x-govuk/govuk-prototype-components-6.0.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps @x-govuk/govuk-prototype-components from 5.0.2 to 6.0.0.

Release notes

Sourced from @​x-govuk/govuk-prototype-components's releases.

v6.0.0

Breaking changes

  • Update component styles to support govuk-frontend v6 359f25c
  • Bump govuk-frontend dependency to v6 4bfaee9

Documentation

  • Update documentation 28a68d3
  • Use pre-release version of govuk-eleventy-plugin 613930d
  • Update example layouts to use new block names 5550df9
  • Use synchronous methods inside Nunjucks globals 0036fd7
  • Reset contents of output directory before each build b571aba
  • Update markdown.headingPermalinks option a675434
  • Move to subdomain cb9221b
  • Update base x-govuk URL e4c5749
  • Use Markdown tables for options, linearise on narrower viewports 2834813
  • Use standard page width 5939726
  • Update govuk-eleventy-plugin dependency 41f22aa
  • Order plugin options alphabetically c898e0c

Chores

  • Use trusted publishing f3f30df
  • Lint JSDoc dc63c2d
  • Add missing dependencies 89a4553
  • Sort package.json 596353e
  • Update GitHub actions dependencies 3e43b82
  • Update dependencies 859945c 543d6b6

x-govuk/govuk-prototype-components@v5.0.2...v6.0.0

Changelog

Sourced from @​x-govuk/govuk-prototype-components's changelog.


layout: sub-navigation order: 1 title: Release notes

This page documents the changes in major and minor releases, including upgrade notes. See release notes on GitHub for full details of patch releases.

[[toc]]

Version 6.0

March 2026

Breaking changes

Version 5.0

June 2025

Breaking changes

  • The masthead component now uses a design with a lighter background by default. To reinstate the design with a darker background, add the x-govuk-masthead--inverse modifier class to the outer <div> element of the component HTML. Or if you’re using Nunjucks, add inverse: true to the Nunjucks macro.

  • The image in the masthead is no longer hidden on the tablet breakpoint and below. To reinstate this behaviour, add the x-govuk-masthead__image--hide-on-mobile modifier class to the outer <div> element that surrounds the image. Or if you’re using Nunjucks, add hideOnMobile: true to the image option in the Nunjucks macro.

Version 4.0

May 2025

Breaking changes

  • Removes the primary navigation component. Use the service navigation component in the GOV.UK Design System to help users navigate to the main sections of your service.

  • Minified JavaScript file is now provided at /dist/govuk-prototype-components.min.js.

  • The location of SCSS files has changed. For all components, update your import statement to:

    - @import "node_modules/@x-govuk/govuk-prototype-components/x-govuk/all";
    + @import "node_modules/@x-govuk/govuk-prototype-components/src/x-govuk"

    For individual components, update your import statements to:

    - @import "node_modules/@x-govuk/govuk-prototype-components/x-govuk/components/masthead/masthead";
    + @import "node_modules/@x-govuk/govuk-prototype-components/src/x-govuk/components/masthead";

... (truncated)

Commits
  • 4e94d3e 6.0.0
  • f3f30df Use trusted publishing
  • 28a68d3 Update documentation
  • 613930d Use pre-release version of govuk-eleventy-plugin
  • 5550df9 Update example layouts to use new block names
  • 359f25c Update component styles to support govuk-frontend v6
  • 4bfaee9 Bump govuk-frontend dependency to v6
  • dc63c2d Lint JSDoc
  • 89a4553 Add missing dependencies
  • 543d6b6 Update dependencies
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​x-govuk/govuk-prototype-components since your current version.


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 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 Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 6, 2026
Bumps [@x-govuk/govuk-prototype-components](https://github.com/x-govuk/govuk-prototype-components) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/x-govuk/govuk-prototype-components/releases)
- [Changelog](https://github.com/x-govuk/govuk-prototype-components/blob/main/docs/release-notes.md)
- [Commits](x-govuk/govuk-prototype-components@v5.0.2...v6.0.0)

---
updated-dependencies:
- dependency-name: "@x-govuk/govuk-prototype-components"
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/x-govuk/govuk-prototype-components-6.0.0 branch from baf4ea7 to b721864 Compare March 15, 2026 10:26
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants