Skip to content

Bump nhsuk-frontend from 10.6.0 to 10.6.1 - #867

Merged
caitlinroach-nhs merged 1 commit into
mainfrom
dependabot/npm_and_yarn/nhsuk-frontend-10.6.1
Sep 3, 2026
Merged

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps nhsuk-frontend from 10.6.0 to 10.6.1.

Release notes

Sourced from nhsuk-frontend's releases.

v10.6.1

10.6.1 - 25 August 2026

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

🗑️ Deprecated features

Rename the label and legend isPageHeading option

We've deprecated the isPageHeading Nunjucks option for labels and legends and added the heading option.

If you're using any form component Nunjucks macro with the isPageHeading option, you should:

  • rename text to heading
  • remove isPageHeading: true
  {{ characterCount({
    label: {
-     text: "Can you provide more detail?",
+     heading: "Can you provide more detail?",
-     isPageHeading: true,
      size: "l"
    },
    name: "more-detail",
    maxlength: 350,
    countType: "characters"
  }) }}

Other heading options can be configured if necessary. For example, using heading.id and heading.level when a label acts as an <h2> heading for a landmark:

- <aside>
+ <aside aria-labelledby="search-heading">
    {{ searchInput({
      label: {
        text: "Search",
-       size: "s"
+       size: "s",
+       heading: {
+         id: "search-heading",
+         level: 2
+       }
      }
    }) }}
&lt;!-- // … --&gt;

</aside>

... (truncated)

Changelog

Sourced from nhsuk-frontend's changelog.

10.6.1 - 25 August 2026

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

🗑️ Deprecated features

Rename the label and legend isPageHeading option

We've deprecated the isPageHeading Nunjucks option for labels and legends and added the heading option.

If you're using any form component Nunjucks macro with the isPageHeading option, you should:

  • rename text to heading
  • remove isPageHeading: true
  {{ characterCount({
    label: {
-     text: "Can you provide more detail?",
+     heading: "Can you provide more detail?",
-     isPageHeading: true,
      size: "l"
    },
    name: "more-detail",
    maxlength: 350,
    countType: "characters"
  }) }}

Other heading options can be configured if necessary. For example, using heading.id and heading.level when a label acts as an <h2> heading for a landmark:

- <aside>
+ <aside aria-labelledby="search-heading">
    {{ searchInput({
      label: {
        text: "Search",
-       size: "s"
+       size: "s",
+       heading: {
+         id: "search-heading",
+         level: 2
+       }
      }
    }) }}
&lt;!-- // … --&gt;

</aside>

... (truncated)

Commits
  • ee96515 Merge pull request #2070 from nhsuk/release-v10.6.1
  • 065b7db Update package version to v10.6.1
  • a53d4c9 Merge pull request #1670 from nhsuk/heading-level
  • a47e924 Add changelog entries
  • 104b86a Fix macro option typo
  • a9cfda9 Fix macro option description for breadcrumb items option
  • 1049922 Fix macro option description for task list id option
  • 357cfe3 Update macro options for button type or href options
  • 03b41bb Update reference images
  • 185df25 Update reference images from previous release
  • 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 Sep 2, 2026
@frankieroberto
frankieroberto temporarily deployed to record-a-vac-dependabot-0ynat4 September 2, 2026 17:53 Inactive
Bumps [nhsuk-frontend](https://github.com/nhsuk/nhsuk-frontend) from 10.6.0 to 10.6.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@v10.6.0...v10.6.1)

---
updated-dependencies:
- dependency-name: nhsuk-frontend
  dependency-version: 10.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.6.1 branch from ba8994c to 96fe364 Compare September 3, 2026 12:47
@frankieroberto
frankieroberto temporarily deployed to record-a-vac-dependabot-0ynat4 September 3, 2026 12:48 Inactive
@caitlinroach-nhs
caitlinroach-nhs merged commit 09e4d9a into main Sep 3, 2026
1 check passed
@caitlinroach-nhs
caitlinroach-nhs deleted the dependabot/npm_and_yarn/nhsuk-frontend-10.6.1 branch September 3, 2026 14:49
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