Skip to content

Upgrade: [dependabot] - Bump nhsuk-frontend from 8.2.0 to 10.6.0 - #65

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nhsuk-frontend-10.6.0
Open

Upgrade: [dependabot] - Bump nhsuk-frontend from 8.2.0 to 10.6.0#65
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nhsuk-frontend-10.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps nhsuk-frontend from 8.2.0 to 10.6.0.

Release notes

Sourced from nhsuk-frontend's releases.

v10.6.0

10.6.0 - 13 August 2026

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

🆕 New features

Sortable tables

You can now make table columns sortable, so that clicking the header cell sorts the table by that column.

If you're using the tables Nunjucks macro, to configure header cells:

  • Add the sort: "ascending" or sort: "descending" option to the currently sorted column only
  • Add the sort: true option to enable sorting on any other columns
  • Add the format: "numeric" option to sort numerically rather than alphabetically

For example:

  {{ table({
    caption: "Childhood MMR coverage",
    head: [
      {
-       text: "Nation"
+       text: "Nation",
+       sort: "ascending"
      },
      {
-       text: "MMR"
+       text: "MMR",
+       format: "numeric",
+       sort: true
      }
    ],
    rows: [
      [
        {
          text: "Northern Ireland"
        },
        {
          text: "86.4%"
        }
      ],
      [
        {
          text: "Scotland"
        },
        {
          text: "89.2%"
</tr></table> 

... (truncated)

Changelog

Sourced from nhsuk-frontend's changelog.

10.6.0 - 13 August 2026

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

🆕 New features

Sortable tables

You can now make table columns sortable, so that clicking the header cell sorts the table by that column.

If you're using the tables Nunjucks macro, to configure header cells:

  • Add the sort: "ascending" or sort: "descending" option to the currently sorted column only
  • Add the sort: true option to enable sorting on any other columns
  • Add the format: "numeric" option to sort numerically rather than alphabetically

For example:

  {{ table({
    caption: "Childhood MMR coverage",
    head: [
      {
-       text: "Nation"
+       text: "Nation",
+       sort: "ascending"
      },
      {
-       text: "MMR"
+       text: "MMR",
+       format: "numeric",
+       sort: true
      }
    ],
    rows: [
      [
        {
          text: "Northern Ireland"
        },
        {
          text: "86.4%"
        }
      ],
      [
        {
          text: "Scotland"
        },
        {
          text: "89.2%"
        }
</tr></table> 

... (truncated)

Commits
  • 3c62f28 Merge pull request #2052 from nhsuk/release-v10.6.0
  • fd95293 Update package version to v10.6.0
  • ef7fadc Merge pull request #2051 from nhsuk/fix-googly-eyes
  • 6d50ad0 Add changelog entry
  • c72961f Position check marks using CSS translate to fix Windows 125% alignment
  • c4e20d5 Position radio buttons using CSS translate to fix Windows 125% alignment
  • 07bd228 Merge pull request #2049 from nhsuk/fix-label-legend-spacing
  • aa3351d Fix for Safari table caption width (e.g. within design system previews)
  • 0afa36b Update reference images
  • 51282a4 Add changelog entry
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for nhsuk-frontend 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)

Bumps [nhsuk-frontend](https://github.com/nhsuk/nhsuk-frontend) from 8.2.0 to 10.6.0.
- [Release notes](https://github.com/nhsuk/nhsuk-frontend/releases)
- [Changelog](https://github.com/nhsuk/nhsuk-frontend/blob/main/CHANGELOG.md)
- [Commits](nhsuk/nhsuk-frontend@v8.2.0...v10.6.0)

---
updated-dependencies:
- dependency-name: nhsuk-frontend
  dependency-version: 10.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
@sonarqubecloud

Copy link
Copy Markdown

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