Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2025

Bumps nhsuk-frontend-jinja from 0.5.0 to 0.6.0.

Changelog

Sourced from nhsuk-frontend-jinja's changelog.

0.6.0

🆕 New features

Use the password input component to help users accessibly enter passwords

The password input component allows users to choose:

  • whether their passwords are visible or not
  • to enter their passwords in plain text

This helps users use longer and more complex passwords without needing to remember what they've already typed.

Smaller versions of buttons

You can now use smaller versions of buttons by adding the nhsuk-button--small class.

Add inline buttons to text inputs and select menus

You can now add inline buttons to text inputs and select menus using the formGroup.afterInput options.

{{ input({
  formGroup: {
    afterInput: {
      html: button({
        text: "Search",
        classes: "nhsuk-button--small"
      })
    }
  }
}) }}

Updated macro options for nested items

For consistency with other components with nested items, we’ve added new macro options:

  • Action link and skip link html option
  • Checkboxes and radios item classes option
  • Contents list item html, classes and attributes options
  • Summary list action item classes and attributes options

Add a modifier class for text input styles that accept codes and sequences

We've added a new .nhsuk-input--code class for the text input component. This improves readability of text inputs that receive codes and sequences (like NHS numbers, security codes or booking references).

... (truncated)

Commits
  • 8a253f5 Merge pull request #60 from NHSDigital/dependabot/pip/beautifulsoup4-4.14.2
  • fc3d240 Bump beautifulsoup4 from 4.13.4 to 4.14.2
  • 32c9371 Merge pull request #77 from NHSDigital/dependabot/github_actions/actions/setu...
  • 127d03f Merge pull request #78 from NHSDigital/10.2.0_upgrade
  • bfd8022 Use root relative URLs in markdown
  • 40356f2 amend fixture loader to use call blocks from the fixtures
  • a20906e Add custom linter rules
  • b0f0b04 update contributing guide
  • 0909119 helper script for upgrading
  • b6b1986 ignore linter rules
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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-jinja](https://github.com/NHSDigital/nhsuk-frontend-jinja) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/NHSDigital/nhsuk-frontend-jinja/releases)
- [Changelog](https://github.com/NHSDigital/nhsuk-frontend-jinja/blob/main/CHANGELOG.md)
- [Commits](NHSDigital/nhsuk-frontend-jinja@v0.5.0...v0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Dec 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 4, 2025 05:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Dec 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2025

Superseded by #242.

@dependabot dependabot bot closed this Dec 5, 2025
@dependabot dependabot bot deleted the dependabot/uv/next/nhsuk-frontend-jinja-0.6.0 branch December 5, 2025 05: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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants