Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps robust-validator from 1.1.1 to 2.2.0.

Release notes

Sourced from robust-validator's releases.

v2.2.0

2.2.0 (2025-01-13)

  • Array and object validation #54

v2.1.0

2.1.0 (2024-10-19)

  • Added isRegistered() function. #60

v2.0.1

2.0.1 (2024-09-28)

  • Fixed validation messages in English

v2.0.0

2.0.0 (2024-09-27)

  • Fixed bundling issues
  • The dayjs library with date-fns. You MUST replace the date formats:
    • YYYY-MM-DD => yyyy-MM-dd
Changelog

Sourced from robust-validator's changelog.

Release Notes

2.2.0 (2025-01-13)

  • Array and object validation #54

2.1.1 (2024-10-27)

  • TypeError: list.map is not a function #62

2.1.0 (2024-10-19)

  • Added isRegistered() function. #60

2.0.1 (2024-09-28)

  • Fixed validation messages in English

2.0.0 (2024-09-27)

  • Fixed bundling issues
  • The dayjs library with date-fns. You MUST replace the date formats:
    • YYYY-MM-DD => yyyy-MM-dd

1.1.1 (2024-09-19)

  • Security fix

1.1.0 (2024-02-17)

  • Fixed bundling issues
  • Reduced library size.
  • Fixed custom rule registration issue #43

Breaking changes

Before:

import { validate, setLocales } from "robust-validator";
import en from "robust-validator/dist/i18n/en.json";

After:

import { validate, setLocales, en } from "robust-validator";

1.0.1 (2024-02-16)

... (truncated)

Commits

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 [robust-validator](https://github.com/axe-api/validator) from 1.1.1 to 2.2.0.
- [Release notes](https://github.com/axe-api/validator/releases)
- [Changelog](https://github.com/axe-api/validator/blob/main/CHANGELOG.md)
- [Commits](axe-api/validator@v1.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: robust-validator
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Superseded by #64.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/robust-validator-2.2.0 branch February 3, 2025 20:53
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants