Skip to content

Bump validator and swagger-jsdoc#18

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-067f2f95d0
Open

Bump validator and swagger-jsdoc#18
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-067f2f95d0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2024

Bumps validator to 13.11.0 and updates ancestor dependency swagger-jsdoc. These dependencies need to be updated together.

Updates validator from 10.11.0 to 13.11.0

Release notes

Sourced from validator's releases.

13.11.0

New Features / Validators

Fixes, New Locales and Enhancements

New Contributors 🎉

Full Changelog: validatorjs/validator.js@13.9.0...13.11.0

13.9.0

13.9.0

... (truncated)

Changelog

Sourced from validator's changelog.

13.11.0

New Features / Validators

Fixes, New Locales and Enhancements

13.9.0

New Features / Validators

Fixes and Enhancements

... (truncated)

Commits
  • f074abd 13.11.0
  • 6be9634 feat(isEmail) extend to enable allow_underscores in domain (#2229)
  • 2f551c6 fix(isMobilePhone): fixed pl-PL matching numbers that start with 45 (#2202)
  • ad41eba feat(IsFQDN): Add a test that asserts numeric chars in tld are rejected by de...
  • f303d39 feat(isIBAN): add white and blacklist options to the isIBAN validator (#2235)
  • 2ef9a83 feat(isMobilePhone): Added regex for Sudan ar-SD (#2246)
  • 2440c39 feat(isIBAN): add Morocco (MA) IBAN format (#2025)
  • 4c25f26 refactor(isCreditCard): create allCards dynamically (#2117)
  • 3507d27 fix(isJWT): fix validation issue in isJWT function (#2217)
  • 63b1e4d fix(isEmail) do not allow non-breaking space in user part (#2237)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by profnandaa, a new releaser for validator since your current version.


Updates swagger-jsdoc from 1.10.3 to 6.2.8

Release notes

Sourced from swagger-jsdoc's releases.

v6.2.1

No release notes provided.

v6.2.0

No release notes provided.

6.1.0

Adds a failOnErrors flag on options to allow for the program to stop execution on parsing errors, falsy default value.

6.0.9

Another great contribution by @​goldsziggy allowing for multiple yaml copy/paste (references/anchors/aliases) Surnet/swagger-jsdoc#256

6.0.8

Corrects error reporting in yaml anchors/aliases handling algorithm Surnet/swagger-jsdoc#253

6.0.7

Update documentation

6.0.6

Update documentation

6.0.5

Solves Surnet/swagger-jsdoc#239

6.0.3

Fixes a repeated regression reported in Surnet/swagger-jsdoc#244

6.0.2

Remove confusing message from CLI about missing API files Surnet/swagger-jsdoc#241

6.0.1

Fixes regressions reported in Surnet/swagger-jsdoc#237

6.0.0

No major changes since last release candidate. Rather, just a pre-new-year release.

Please see this blog post for changes overview.

6.0.0-rc.5

Support for x-webhooks. See the original request for details on this extension.

6.0.0-rc.4

This change affects only the CLI and can be a breaking one if you pass apis information through the swaggerDefinition/openAPIObject. The change no longer reads apis property from that object, as it's not part of the OpenAPI specification.

See the pull request for more details Surnet/swagger-jsdoc#234

Example swaggerDefinition.js:

{
</tr></table> 

... (truncated)

Changelog

Sourced from swagger-jsdoc's changelog.

Change Log

v6.0.9 (2021/03/07 10:34 +00:00)

v7.0.0-rc.4 (2021/03/01 16:00 +00:00)

v6.0.8 (2021/03/01 15:20 +00:00)

v7.0.0-rc.3 (2021/02/26 14:33 +00:00)

v6.0.6 (2021/02/16 09:01 +00:00)

v6.0.5 (2021/02/15 15:52 +00:00)

v6.0.3 (2021/02/15 08:40 +00:00)

v6.0.2 (2021/01/29 11:02 +00:00)

v6.0.1 (2021/01/07 06:23 +00:00)

v6.0.0 (2020/12/23 09:38 +00:00)

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [validator](https://github.com/validatorjs/validator.js) to 13.11.0 and updates ancestor dependency [swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc). These dependencies need to be updated together.


Updates `validator` from 10.11.0 to 13.11.0
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@10.11.0...13.11.0)

Updates `swagger-jsdoc` from 1.10.3 to 6.2.8
- [Release notes](https://github.com/Surnet/swagger-jsdoc/releases)
- [Changelog](https://github.com/Surnet/swagger-jsdoc/blob/master/CHANGELOG.md)
- [Commits](Surnet/swagger-jsdoc@v1.10.3...v6.2.8)

---
updated-dependencies:
- dependency-name: validator
  dependency-type: indirect
- dependency-name: swagger-jsdoc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 18, 2024
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