Skip to content

Upgrade: [dependabot] - bump nhsuk-frontend from 9.6.4 to 10.3.1#1876

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps nhsuk-frontend from 9.6.4 to 10.3.1.

Release notes

Sourced from nhsuk-frontend's releases.

v10.3.1

10.3.1 - 19 January 2026

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

🔧 Fixes

v10.3.0

10.3.0 - 13 January 2026

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

🆕 New features

New file upload component

We've added a new file upload component which:

  • makes the file inputs easier to use for drag and drop
  • allows the text of the component to be translated
  • fixes accessibility issues for users of Dragon, a speech recognition software

To use the fileUpload Nunjucks macro in your service:

{{ fileUpload({
  label: {
    text: "Upload your photo"
  }
  id: "file-upload",
  name: "photo"
}) }}

If you are not using Nunjucks macros, use the following HTML:

<div class="nhsuk-form-group nhsuk-file-upload" data-module="nhsuk-file-upload">
  <label class="nhsuk-label" for="file-upload">
    Upload your photo
  </label>
  <input class="nhsuk-file-upload__input" id="file-upload" name="photo" type="file">
</div>

If you're importing components individually in your JavaScript, which we recommend for better performance, you'll then need to import and initialise the new FileUpload component.

... (truncated)

Changelog

Sourced from nhsuk-frontend's changelog.

10.3.1 - 19 January 2026

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

🔧 Fixes

10.3.0 - 13 January 2026

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

🆕 New features

New file upload component

We've added a new file upload component which:

  • makes the file inputs easier to use for drag and drop
  • allows the text of the component to be translated
  • fixes accessibility issues for users of Dragon, a speech recognition software

To use the fileUpload Nunjucks macro in your service:

{{ fileUpload({
  label: {
    text: "Upload your photo"
  }
  id: "file-upload",
  name: "photo"
}) }}

If you are not using Nunjucks macros, use the following HTML:

<div class="nhsuk-form-group nhsuk-file-upload" data-module="nhsuk-file-upload">
  <label class="nhsuk-label" for="file-upload">
    Upload your photo
  </label>
  <input class="nhsuk-file-upload__input" id="file-upload" name="photo" type="file">
</div>

If you're importing components individually in your JavaScript, which we recommend for better performance, you'll then need to import and initialise the new FileUpload component.

import { createAll, FileUpload } from 'nhsuk-frontend'
</tr></table> 

... (truncated)

Commits
  • b3c4f56 Update package version to v10.3.1
  • 99406f4 Merge pull request #1778 from nhsuk/file-upload-i18n-link
  • 9769f1b Merge pull request #1777 from nhsuk/template-classes
  • 6102f42 Add changelog entry
  • 96c8267 Fix link to pluralisation rules documentation
  • ade98f1 Add changelog entry
  • f09f770 Remove extra space when bodyClasses is set
  • 416c28e Merge pull request #1768 from nhsuk/release-v10.3.0
  • f6d63b2 Add versioned scripts and styles to npm package
  • 670aca9 Update package version to v10.3.0
  • 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 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
@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

This PR is raised by Dependabot to update a dependency.

@eps-autoapprove-dependabot
Copy link

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 6, 2026 18:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nhsuk-frontend-10.3.1 branch from 069791d to 6b50807 Compare March 6, 2026 18:56
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from 6b50807 to 7c83042 Compare March 6, 2026 19:39
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from 7c83042 to 132850e Compare March 6, 2026 20:08
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from 132850e to 008b412 Compare March 6, 2026 20:38
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from 008b412 to 94b858d Compare March 6, 2026 21:07
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from 94b858d to 27efac2 Compare March 6, 2026 21:37
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from 27efac2 to bdb079d Compare March 6, 2026 22:08
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from e7377ae to c864933 Compare March 15, 2026 17:01
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from c864933 to f8220a9 Compare March 15, 2026 17:33
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from f8220a9 to d8dd3fb Compare March 15, 2026 18:06
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from d8dd3fb to 1d696e6 Compare March 15, 2026 18:38
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from 1d696e6 to bc0f95d Compare March 15, 2026 19:12
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from bc0f95d to c3049c7 Compare March 15, 2026 19:45
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from c3049c7 to 48e2ac9 Compare March 15, 2026 20:18
@eps-autoapprove-dependabot
Copy link

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.3.1 branch from 48e2ac9 to d593184 Compare March 15, 2026 20:55
@eps-autoapprove-dependabot
Copy link

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.3.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.3.1)

---
updated-dependencies:
- dependency-name: nhsuk-frontend
  dependency-version: 10.3.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.3.1 branch from d593184 to 42feb9b Compare March 16, 2026 10:52
@sonarqubecloud
Copy link

@eps-autoapprove-dependabot
Copy link

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