Skip to content

Bump nhsuk-frontend from 10.5.2 to 10.6.0 - #861

Merged
caitlinroach-nhs merged 1 commit into
mainfrom
dependabot/npm_and_yarn/nhsuk-frontend-10.6.0
Aug 27, 2026
Merged

Bump nhsuk-frontend from 10.5.2 to 10.6.0#861
caitlinroach-nhs merged 1 commit into
mainfrom
dependabot/npm_and_yarn/nhsuk-frontend-10.6.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps nhsuk-frontend from 10.5.2 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 26, 2026
@caitlinroach-nhs

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [nhsuk-frontend](https://github.com/nhsuk/nhsuk-frontend) from 10.5.2 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@v10.5.2...v10.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.6.0 branch from 26b0a5a to 7153a0c Compare August 27, 2026 12:33
@frankieroberto
frankieroberto temporarily deployed to record-a-vac-dependabot-qgqg0j August 27, 2026 12:33 Inactive
@caitlinroach-nhs
caitlinroach-nhs merged commit 1d17b01 into main Aug 27, 2026
1 check failed
@caitlinroach-nhs
caitlinroach-nhs deleted the dependabot/npm_and_yarn/nhsuk-frontend-10.6.0 branch August 27, 2026 12:34
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.

2 participants