Skip to content

Bump @ministryofjustice/frontend from 2.0.0 to 3.6.0 #5019

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2025

Bumps @ministryofjustice/frontend from 2.0.0 to 3.6.0.

Release notes

Sourced from @​ministryofjustice/frontend's releases.

v3.6.0

3.6.0 (2025-02-25)

Bug Fixes

  • ignore build output from jest (7f85d64)
  • ignore test files from gulp watch (12494a3)

Features

  • default to ES module sources (adab275)
  • export to ES modules (8e8787a)
  • swap JavaScript minifier from UglifyJS to terser (a0e165a)

v3.5.0

3.5.0 (2025-02-25)

Features

v3.4.0

3.4.0 (2025-02-24)

New feature

Use the alert to present 1 of 4 messages to a user.

The documentation explains:

  • the new error alert (and how it differs from error validation)
  • the new dismiss functionality
  • comprehensive guidance on how to use it (and what not to do)
  • more examples

View the alert on the MoJ Design System documentation website.

If your service contains the banner

The alert replaces the MoJ Design System banner component, which has been archived.

You do not need to do anything immediately because this is not a breaking change.

The banner is no longer being supported so it’ll never get an accessibility update or bug fix. You need to switch all instances of it to the alert component to benefit from these types of improvements.

Sign up to get emails about the MoJ Design System

Bug Fixes

  • sortable table: improve sorting of strings with a number prefix (#1108) (b424743)

... (truncated)

Changelog

Sourced from @​ministryofjustice/frontend's changelog.

3.6.0 (2025-02-25)

Bug Fixes

  • ignore build output from jest (7f85d64)
  • ignore test files from gulp watch (12494a3)

Features

  • default to ES module sources (adab275)
  • export to ES modules (8e8787a)
  • swap JavaScript minifier from UglifyJS to terser (a0e165a)

3.5.0 (2025-02-25)

Features

3.4.0 (2025-02-24)

Bug Fixes

  • sortable table: improve sorting of strings with a number prefix (#1108) (b424743)

Features

  • alert: Add alert component, archive banner component (0f8c6a7)

3.3.1 (2025-01-09)

Bug Fixes

3.3.0 (2024-12-20)

Features

  • tabbed-view-documents: tabbed view documentation (#989) (5cc6185)

3.2.2 (2024-12-18)

... (truncated)

Commits
  • 9a4331b chore(release): 3.6.0 [skip ci]
  • a0e165a feat: swap JavaScript minifier from UglifyJS to terser
  • 7f85d64 fix: ignore build output from jest
  • 12494a3 fix: ignore test files from gulp watch
  • 97b1e65 chore: enable Babel for test files
  • 8e8787a feat: export to ES modules
  • adab275 feat: default to ES module sources
  • 27aba2f chore(release): 3.5.0 [skip ci]
  • 411e8a3 feat: migrate to bundled modules using Rollup (#1149)
  • 2f60500 style: post-release linting fixes etc (#1179)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file deploy A Review App will be created for PRs with this label javascript Pull requests that update Javascript code labels Mar 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 7, 2025 12:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ministryofjustice/frontend-3.6.0 branch from a7a3d71 to 1e0a1d9 Compare March 10, 2025 13:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ministryofjustice/frontend-3.6.0 branch from 1e0a1d9 to 4ebe78c Compare March 18, 2025 11:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ministryofjustice/frontend-3.6.0 branch from 4ebe78c to 61ee920 Compare March 18, 2025 13:08
Bumps [@ministryofjustice/frontend](https://github.com/ministryofjustice/moj-frontend) from 2.0.0 to 3.6.0.
- [Release notes](https://github.com/ministryofjustice/moj-frontend/releases)
- [Changelog](https://github.com/ministryofjustice/moj-frontend/blob/main/CHANGELOG.md)
- [Commits](ministryofjustice/moj-frontend@v2.0.0...v3.6.0)

---
updated-dependencies:
- dependency-name: "@ministryofjustice/frontend"
  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/ministryofjustice/frontend-3.6.0 branch from 61ee920 to b92d89a Compare March 18, 2025 14:39
@Nitemaeric Nitemaeric marked this pull request as draft March 25, 2025 13:16
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 deploy A Review App will be created for PRs with this label javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants