Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps nhsuk-frontend from 9.5.2 to 9.6.1.

Release notes

Sourced from nhsuk-frontend's releases.

v9.6.1

9.6.1 - 22 May 2025

🔧 Fixes

We've made fixes to NHS.UK frontend in the following pull requests:

v9.6.0

9.6.0 - 20 May 2025

🆕 New features

Use new override classes to apply static spacing

You can now use static spacing override classes to apply spacing from the static spacing scale to elements of your design.

The new classes start with: nhsuk-u-static followed by either margin- or padding-, and then a spacing unit number.

To apply spacing in a single direction, include left-, right-, top-, or bottom- just before the spacing unit.

For example:

  • nhsuk-u-static-margin-9 will apply a 64px margin to all sides of the element at all screen sizes
  • nhsuk-u-static-padding-right-5 will apply 32px of padding to the right side of the element at all screen sizes
  • nhsuk-u-static-margin-0 will remove all margins at all screen sizes

This was added in [pull request #1163: Add static spacing override classes](nhsuk/nhsuk-frontend#1163).

🗑️ Deprecated features

Add nhsuk namespace to Sass mixins and functions

We've completed changes to prefix all Sass mixins and functions with the nhsuk namespace. You can still use the previous names but we'll remove them in a future breaking release.

Sass mixins

The following mixins have been renamed:

  • care-card renamed to nhsuk-care-card
  • clearfix renamed to nhsuk-clearfix
  • flex renamed to nhsuk-flex
  • flex-item renamed to nhsuk-flex-item
  • heading-label renamed to nhsuk-heading-label
  • panel renamed to nhsuk-panel
  • panel-with-label renamed to nhsuk-panel-with-label
  • print-color renamed to nhsuk-print-color
  • print-hide renamed to nhsuk-print-hide

... (truncated)

Changelog

Sourced from nhsuk-frontend's changelog.

9.6.1 - 22 May 2025

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

🔧 Fixes

We've made fixes to NHS.UK frontend in the following pull requests:

9.6.0 - 20 May 2025

🆕 New features

Use new override classes to apply static spacing

You can now use static spacing override classes to apply spacing from the static spacing scale to elements of your design.

The new classes start with: nhsuk-u-static followed by either margin- or padding-, and then a spacing unit number.

To apply spacing in a single direction, include left-, right-, top-, or bottom- just before the spacing unit.

For example:

  • nhsuk-u-static-margin-9 will apply a 64px margin to all sides of the element at all screen sizes
  • nhsuk-u-static-padding-right-5 will apply 32px of padding to the right side of the element at all screen sizes
  • nhsuk-u-static-margin-0 will remove all margins at all screen sizes

This was added in [pull request #1163: Add static spacing override classes](nhsuk/nhsuk-frontend#1163).

🗑️ Deprecated features

Add nhsuk namespace to Sass mixins and functions

We've completed changes to prefix all Sass mixins and functions with the nhsuk namespace. You can still use the previous names but we'll remove them in a future breaking release.

Sass mixins

The following mixins have been renamed:

  • care-card renamed to nhsuk-care-card
  • clearfix renamed to nhsuk-clearfix
  • flex renamed to nhsuk-flex
  • flex-item renamed to nhsuk-flex-item
  • heading-label renamed to nhsuk-heading-label
  • panel renamed to nhsuk-panel
  • panel-with-label renamed to nhsuk-panel-with-label
  • print-color renamed to nhsuk-print-color
  • print-hide renamed to nhsuk-print-hide

... (truncated)

Commits
  • 7ad3b57 Merge pull request #1321 from nhsuk/v9-release-v9.6.1
  • 01295e5 Bump version number to v9.6.1
  • 683171e Merge pull request #1320 from nhsuk/v9-header-margin-collapse
  • bf84cec Add changelog entry
  • c71de00 Remove current page from breadcrumb example
  • 23e6147 Fix margin collapse issue
  • 03f3955 Merge pull request #1319 from nhsuk/v9-check-branches
  • f6176ce Run status checks on key branches
  • bada007 Remove empty meta description tag (#1316)
  • b88c2fa Merge pull request #1310 from nhsuk/release-9.6.0
  • 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](https://github.com/nhsuk/nhsuk-frontend) from 9.5.2 to 9.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@v9.5.2...v9.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 26, 2025
Copy link

@tvararu tvararu temporarily deployed to mavis-pr-3598 May 26, 2025 21:59 Inactive
@thomasleese thomasleese merged commit b7f7f92 into main May 27, 2025
10 checks passed
@thomasleese thomasleese deleted the dependabot/npm_and_yarn/nhsuk-frontend-9.6.1 branch May 27, 2025 05:18
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