Skip to content

Upgrade: [dependabot] - bump nhsuk-frontend from 9.6.4 to 10.4.1#1931

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nhsuk-frontend-10.4.1
Open

Upgrade: [dependabot] - bump nhsuk-frontend from 9.6.4 to 10.4.1#1931
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nhsuk-frontend-10.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps nhsuk-frontend from 9.6.4 to 10.4.1.

Release notes

Sourced from nhsuk-frontend's releases.

v10.4.1

10.4.1 - 19 March 2026

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

🔧 Fixes

v10.4.0

10.4.0 - 18 March 2026

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

🆕 New features

Add a modifier class for header inline search or account links

We've added a new .nhsuk-header--inline class and inline Nunjucks option for the header component. This positions the search bar (or account links) inline with the NHS logo on small screens, depending on the length of your service name. For example:

  {{ header({
+   inline: true,
    account: {
      items: [
        {
          text: "Log in",
          href: "/log-in"
        }
      ]
    }
  }) }}

This was added in pull requests #1783: Add support for inline header search or account and #1801: Add Nunjucks options for components with modifier classes.

Add Nunjucks options for components with modifier classes

We've added a new variant Nunjucks option to action links, back links, buttons, breadcrumbs, panels and tables as a simpler alternative to the variant modifier classes. For example:

  {{ button({
    text: "Yes, delete this vaccine",
-   classes: "nhsuk-button--warning"
+   variant: "warning"
  }) }}

For modifiers that can exist together, these are now supported using boolean options, for example:

... (truncated)

Changelog

Sourced from nhsuk-frontend's changelog.

10.4.1 - 19 March 2026

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

🔧 Fixes

10.4.0 - 18 March 2026

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

🆕 New features

Add a modifier class for header inline search or account links

We've added a new .nhsuk-header--inline class and inline Nunjucks option for the header component. This positions the search bar (or account links) inline with the NHS logo on small screens, depending on the length of your service name. For example:

  {{ header({
+   inline: true,
    account: {
      items: [
        {
          text: "Log in",
          href: "/log-in"
        }
      ]
    }
  }) }}

This was added in pull requests #1783: Add support for inline header search or account and #1801: Add Nunjucks options for components with modifier classes.

Add Nunjucks options for components with modifier classes

We've added a new variant Nunjucks option to action links, back links, buttons, breadcrumbs, panels and tables as a simpler alternative to the variant modifier classes. For example:

  {{ button({
    text: "Yes, delete this vaccine",
-   classes: "nhsuk-button--warning"
+   variant: "warning"
  }) }}

For modifiers that can exist together, these are now supported using boolean options, for example:

  {{ radios({
</tr></table> 

... (truncated)

Commits
  • daae5fd Merge pull request #1860 from nhsuk/sourcemap-output
  • 44ba4c3 Update package version to v10.4.1
  • 6a32c35 Add changelog entry
  • 03b07f8 Restore source maps for CSS to CSS output
  • f58aa2c Merge pull request #1858 from nhsuk/release-v10.4.0
  • 10c5e63 Update package version to v10.4.0
  • abbbb17 Move code word break to component
  • a653215 Consolidate changes
  • 47a7204 Merge pull request #1854 from nhsuk/fix-nested-lists-in-contents-list
  • 82e7e7d Update reference images
  • 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 nhsuk-frontend since your current version.


@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 21, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This PR is raised by Dependabot to update a dependency.

@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot enabled auto-merge (squash) March 21, 2026 00:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from 73a2340 to c5c65d0 Compare March 21, 2026 09:52
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from c5c65d0 to 46aade4 Compare March 21, 2026 10:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from 46aade4 to 0ab7db5 Compare March 21, 2026 11:06
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from 0ab7db5 to d041283 Compare March 21, 2026 11:53
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from d041283 to 37fdeeb Compare March 21, 2026 12:29
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from 37fdeeb to b305070 Compare March 21, 2026 13:05
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from b305070 to 2471b0c Compare March 21, 2026 13:42
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from 31bc0d1 to 61b6ad6 Compare March 27, 2026 19:19
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from 61b6ad6 to 01602aa Compare March 27, 2026 19:56
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from 01602aa to 2926385 Compare March 27, 2026 20:29
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from 2926385 to 9c9fd2c Compare March 27, 2026 21:05
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from 9c9fd2c to 9239c1c Compare March 27, 2026 21:40
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from 9239c1c to 2decd15 Compare March 27, 2026 22:15
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from 2decd15 to 223e5db Compare March 27, 2026 22:50
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.4.1 branch from 223e5db to 0d748b6 Compare March 28, 2026 00:56
@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

Bumps [nhsuk-frontend](https://github.com/nhsuk/nhsuk-frontend) from 9.6.4 to 10.4.1.
- [Release notes](https://github.com/nhsuk/nhsuk-frontend/releases)
- [Changelog](https://github.com/nhsuk/nhsuk-frontend/blob/main/CHANGELOG.md)
- [Commits](nhsuk/nhsuk-frontend@v9.6.4...v10.4.1)

---
updated-dependencies:
- dependency-name: nhsuk-frontend
  dependency-version: 10.4.1
  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/nhsuk-frontend-10.4.1 branch from 0d748b6 to 41b5672 Compare March 28, 2026 01:30
@sonarqubecloud
Copy link
Copy Markdown

@eps-autoapprove-dependabot
Copy link
Copy Markdown

I'm not approving this PR because it includes a major update of a dependency used in production

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 requires-manual-qa

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants