Skip to content
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

BAU: Bump hmpo-form-wizard from 13.0.0 to 15.0.0 #433

Open
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 Nov 4, 2024

Bumps hmpo-form-wizard from 13.0.0 to 15.0.0.

Release notes

Sourced from hmpo-form-wizard's releases.

15.0.0

Breaking Change

Default email validator has been made stricter to disallow leading, trailing and consecutive dots in local part of email addresses.

If this new behaviour does not meet your requirements you will need to use a regex validator or create a custom email address validator for use on the relevant fields instead.

The full new regular expression used is as follows:

/^(?!.*\.\.)[a-z0-9_%+-](https://github.com/HMPO/hmpo-form-wizard/blob/HEAD/?:[a-z0-9._%+-]*[a-z0-9_%+-])?@([a-z0-9]+([a-z0-9-]*[a-z0-9]+)?\.)+[a-z]{2,6}$/i

Commits

  • Merge pull request #207 from HMPO/stricter-email-validation cabb55d
  • Make email validator stricter 59ebff2

HMPO/hmpo-form-wizard@v14.1.0...v15.0.0

14.1.0

  • Merge pull request #204 from HMPO/FOR-469-create-new-character-counter-using-gds-component 72791d6
  • Merge pull request #206 from HMPO/update-example-sass fc40b48
  • Change node-sass to dart-sass in example app. d903151
  • FOR-469: Add support for gds word and character counter f3acefc

HMPO/hmpo-form-wizard@v14.0.0...v14.1.0

14.0.0

Breaking update:

  • Dropped support for Node versions 14, 16, and 18, with support now limited to 20.x and 22.x.

Non-breaking updates:

Adding dependencies:

  • Adding Husky ^9.1.6 then adding ./husky/pre-push
  • globals ^15.9.0

Updated dependencies:

  • body-parser 1.20.2 -> 1.20.3
  • debug ^4.3.6 -> ^4.3.7
  • hmpo-model ^5.0.1 -> ^6.0.1
  • eslint ^8.57.0 -> ^9.12.0 and replacing .eslintrc with eslint.config.js
  • mocha ^10.7.0 -> ^10.7.3
  • express ^4.19.2 -> ^4.21.1
  • nyc ^17.0.0 -> ^17.1.0
  • Replacing reqres with hmpo-reqres ^2.0.0
  • sinon ^18.0.0 -> ^19.0.2

... (truncated)

Commits
  • cf631e6 15.0.0
  • cabb55d Merge pull request #207 from HMPO/stricter-email-validation
  • 59ebff2 Make email validator stricter
  • 534f800 14.1.0
  • 72791d6 Merge pull request #204 from HMPO/FOR-469-create-new-character-counter-using-...
  • fc40b48 Merge pull request #206 from HMPO/update-example-sass
  • d903151 Change node-sass to dart-sass in example app.
  • f3acefc FOR-469: Add support for gds word and character counter
  • d0ad2a0 14.0.0
  • b2b476b Merge pull request #203 from HMPO/DD-272-update-dependencies
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by samchatfield, a new releaser for hmpo-form-wizard since your current version.


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.

Bumps [hmpo-form-wizard](https://github.com/HMPO/hmpo-form-wizard) from 13.0.0 to 15.0.0.
- [Release notes](https://github.com/HMPO/hmpo-form-wizard/releases)
- [Commits](HMPO/hmpo-form-wizard@v13.0.0...v15.0.0)

---
updated-dependencies:
- dependency-name: hmpo-form-wizard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners November 4, 2024 03:38
@dependabot dependabot bot added the dependabot label Nov 4, 2024
@dependabot dependabot bot requested a review from a team as a code owner November 4, 2024 03:38
Copy link

sonarqubecloud bot commented Nov 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants