Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Bump @ministryofjustice/frontend from 3.7.1 to 5.1.3#832

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ministryofjustice/frontend-5.1.3
Closed

Bump @ministryofjustice/frontend from 3.7.1 to 5.1.3#832
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ministryofjustice/frontend-5.1.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2025

Bumps @ministryofjustice/frontend from 3.7.1 to 5.1.3.

Release notes

Sourced from @​ministryofjustice/frontend's releases.

v5.1.3

5.1.3 (2025-05-02)

Bug Fixes

  • dependencies: set govuk-frontend peer depencency version appropriately (#1416) (3b431a9)

v5.1.2

5.1.2 (2025-04-09)

Bug Fixes

  • add another: increment indexes for select and textarea elements (#1367) (756c030)

v5.1.1

5.1.1 (2025-04-08)

Bug Fixes

  • sortable table: use svg arrows instead of pseudo elements (#1363) (ffe7a2d)

v5.1.0

5.1.0 (2025-04-07)

This is a major release that changes the code of every JavaScript component. There are breaking changes to 8 building blocks.

Main changes

Removed jQuery dependency

In this release we’ve updated all our components to no longer require jQuery. This means jQuery is no longer a dependency of MoJ Frontend. You can remove jQuery from your service if you have no other code that needs it.

Import MoJ Frontend JavaScript as ECMAScript (ES) modules

You can now import our component JavaScript into your service as ES modules, if you're using a bundler.

This change allows you to import only the JavaScript you need, and helps reduce duplication of polyfills.

Because we're shipping ES modules in addition to how we currently publish our component JavaScript, this change is backwards compatible. This is optional.

If you want to import using ES modules, we recommend you only use import to import the JavaScript for components you're using in your service.

... (truncated)

Changelog

Sourced from @​ministryofjustice/frontend's changelog.

5.1.3 (2025-05-02)

Bug Fixes

  • dependencies: set govuk-frontend peer depencency version appropriately (#1416) (3b431a9)

5.1.2 (2025-04-09)

Bug Fixes

  • add another: increment indexes for select and textarea elements (#1367) (756c030)

5.1.1 (2025-04-08)

Bug Fixes

  • sortable table: use svg arrows instead of pseudo elements (#1363) (ffe7a2d)

5.1.0 (2025-04-07)

Features

  • align with GOV.UK Frontend conventions (#1304) (d9d0a6f), closes #1128 #1259
  • configure GOV.UK Prototype Kit for ES modules (e6af988)
  • export MoJ Frontend version CSS custom property (a03e3d1)
  • match GOV.UK Frontend file naming conventions (dbb30d5)
  • update MoJ Frontend version using Rollup (90ac49e)

4.0.1 (2025-03-11)

Bug Fixes

  • button menu: bring back optional --inline modifier (45a10fd)

4.0.0 (2025-03-11)

Bug Fixes

  • 1238 missing articles on index pages (#1239) (e582f75)
  • add ‘Alert’ to GOV.UK Prototype Kit (75e324d)
  • add ‘Date picker’ to GOV.UK Prototype Kit (cb4d306)
  • add ‘Multi file upload’ to GOV.UK Prototype Kit (6f1cc71)
  • alert: avoid Sass deprecated mixed-decls (d9db60d)
  • alert: fix line-height on smaller screens (#1202) (a13fac4)

... (truncated)

Commits
  • 4b33c52 chore(release): 5.1.3 [skip ci]
  • 3b431a9 fix(dependencies): set govuk-frontend peer depencency version appropriately (...
  • 6c4215c chore: move puppeteer to dev dependencies (#1415)
  • 5240f2a App grid component thumbs (#1381)
  • 6e110c1 Use a flexible auto-grid for homepage layout (#1379)
  • dc4d2f5 refactor(card macro): update card macro to not include grid classes (#1380)
  • 6dcf701 style(privacy policy): apply markdonw lint fixes (#1378)
  • 2c622d2 Adding privacy policy (#1375)
  • baadd23 docs: update DS mailbox (#1370)
  • cf37668 docs: update 'add another' example images (#1369)
  • 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 [@ministryofjustice/frontend](https://github.com/ministryofjustice/moj-frontend) from 3.7.1 to 5.1.3.
- [Release notes](https://github.com/ministryofjustice/moj-frontend/releases)
- [Changelog](https://github.com/ministryofjustice/moj-frontend/blob/main/CHANGELOG.md)
- [Commits](ministryofjustice/moj-frontend@v3.7.1...v5.1.3)

---
updated-dependencies:
- dependency-name: "@ministryofjustice/frontend"
  dependency-version: 5.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 5, 2025
@carlosmartinez carlosmartinez temporarily deployed to register-tt-pr-832 May 5, 2025 03:31 Inactive
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 24, 2025

Superseded by #840.

@dependabot dependabot Bot closed this Jun 24, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/ministryofjustice/frontend-5.1.3 branch June 24, 2025 04:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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