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

fix(deps): update dependency express-openapi-validator to v5 #3209

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
express-openapi-validator 4.13.8 -> 5.3.9 age adoption passing confidence

Release Notes

cdimascio/express-openapi-validator (express-openapi-validator)

v5.3.9

Compare Source

v5.3.8

Compare Source

(2024-10-26)
(2024-09-18)
(2024-09-13)
(2024-09-06)
(2024-08-31)
breaking change

By default, request and response validation now stops after the first failure. Only one error will be reported even when multiple may exist. This follows best practices from AJV:

To report all validation errors (only recommended in development), option allErrors can be set in options validateRequests and/or validateResponses. For example:

app.use(
  OpenApiValidator.middleware({
    apiSpec: 'path/to/openapi.json',
    validateRequests: {
      allErrors: true,
    },
    validateResponses: {
      allErrors: true,
    },
  })
);
(2024-08-24)
(2024-08-24)
(2024-08-05)
(2024-06-02)
5.1.6 (2024-02-11)
5.1.5 (2024-02-10)
5.1.4 (2024-02-09)
5.1.3 (2024-01-27)
5.1.2 (2023-12-04)
5.1.1 (2023-11-21)
5.1.0 (2023-11-12)
5.0.5 (2023-08-23)
5.0.4 (2023-04-30)
5.0.3 (2023-03-04)
5.0.2 (2023-02-11)
5.0.1 (2023-01-09)
5.0.0 (2022-11-19)
4.13.8 (2022-05-30)
4.13.7 (2022-03-27)

v5.3.7

Compare Source

(2024-09-18)

(2024-09-13)

(2024-09-06)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cypress
Copy link

cypress bot commented Jan 5, 2023

overseerr    Run #2397

Run Properties:  status check passed Passed #2397  •  git commit 73fcf018af: fix(deps): update dependency express-openapi-validator to v5
Project overseerr
Branch Review refs/pull/3209/merge
Run status status check passed Passed #2397
Run duration 02m 18s
Commit git commit 73fcf018af: fix(deps): update dependency express-openapi-validator to v5
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 28
View all changes introduced in this branch ↗︎

@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 11 times, most recently from b1b2392 to 8a8eb05 Compare January 9, 2023 07:33
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 10 times, most recently from 5672126 to c716f54 Compare January 17, 2023 11:44
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 5 times, most recently from ef658c2 to 872c161 Compare January 24, 2023 05:45
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 5 times, most recently from 2dfa641 to be78822 Compare February 12, 2024 18:59
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch from be78822 to c2efc2d Compare March 10, 2024 19:16
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 3 times, most recently from f9ea5bf to dee41fe Compare April 3, 2024 00:49
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch from dee41fe to 6e52ea2 Compare May 2, 2024 01:36
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch from 6e52ea2 to acbd0cd Compare June 2, 2024 03:53
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch from acbd0cd to e10eb0d Compare June 20, 2024 23:45
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 5 times, most recently from 26d0c64 to 6bf2df9 Compare August 5, 2024 00:49
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 3 times, most recently from b24f7e9 to 6897729 Compare August 24, 2024 17:10
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch from 6897729 to 04d17fb Compare September 1, 2024 01:44
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 2 times, most recently from a448f49 to 7945c89 Compare September 13, 2024 05:43
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 2 times, most recently from 6efeb37 to 9c953dd Compare September 25, 2024 03:00
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 2 times, most recently from a7c1312 to efa5df7 Compare October 21, 2024 05:14
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch from efa5df7 to 17fd99e Compare October 28, 2024 11:50
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch from 17fd99e to 73fcf01 Compare October 30, 2024 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants