Skip to content

chore(deps): bump nhsuk-frontend from 9.6.4 to 10.3.1 in /ui#103

Merged
lewisbirks merged 4 commits intomainfrom
dependabot/npm_and_yarn/ui/nhsuk-frontend-10.3.1
Feb 19, 2026
Merged

chore(deps): bump nhsuk-frontend from 9.6.4 to 10.3.1 in /ui#103
lewisbirks merged 4 commits intomainfrom
dependabot/npm_and_yarn/ui/nhsuk-frontend-10.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 18, 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 Feb 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/nhsuk-frontend-10.3.1 branch from f9978a8 to 4267ef3 Compare February 18, 2026 15:48
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/ui/nhsuk-frontend-10.3.1 branch from 4267ef3 to 8ea7784 Compare February 19, 2026 09:29
Signed-off-by: lewisbirks <lewis.birks1@nhs.net>
@lewisbirks lewisbirks enabled auto-merge (squash) February 19, 2026 16:01
Signed-off-by: lewisbirks <lewis.birks1@nhs.net>
@lewisbirks lewisbirks merged commit ca7ccc5 into main Feb 19, 2026
22 checks passed
@lewisbirks lewisbirks deleted the dependabot/npm_and_yarn/ui/nhsuk-frontend-10.3.1 branch February 19, 2026 16:13
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.

1 participant