Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

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

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/express-openapi-validator-5.x
Open

fix(deps): update dependency express-openapi-validator to v5#3209
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/express-openapi-validator-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
express-openapi-validator 4.13.85.6.2 age confidence

Release Notes

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

v5.6.2

Compare Source

v5.6.1

Compare Source

v5.6.0

Compare Source

(2025-09-06)

(2025-07-27)

(2025-06-11)

(2025-06-07)

  • allErrors default remains false for >-5 (22ce174)
  • allErrors default remains false for >-5 (901c8dd)
  • allErrors default remains false for >-5 (0671ed9)
  • Delete test.txt (ef8105c)
  • fixes #​1037 returns all errors, rather than just the first (8fa449b), closes #​1037
  • v5.5.4 (af80f33)
  • chore(deps): bump multer and express-openapi-validator (#​1076) (2c3a1e7), closes #​1076
  • chore(deps): bump multer from 2.0.0 to 2.0.1 in /examples/1-standard (#​1080) (d1f5ec5), closes #​1080
  • fix: examples/1-standard/package.json & examples/1-standard/package-lock.json to reduce vulnerabilit (3810afc), closes #​1074
  • fix: examples/2-standard-multiple-api-specs/package.json & examples/2-standard-multiple-api-specs/pa (fc86598), closes #​1075

(2025-05-24)

(2025-05-19)

(2025-05-18)

(2025-05-11)

(2025-04-06)

(2025-02-23)

  • caches pre-processed resolved schemas (ac02bdf)

(2025-02-09)

(2024-12-27)

(2024-12-27)

(2024-12-26)

(2024-10-30)

(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)


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.

@renovate renovate bot requested review from TheCatLady, danshilm and sct as code owners January 5, 2023 02:11
@cypress
Copy link

cypress bot commented Jan 5, 2023

overseerr    Run #2886

Run Properties:  status check passed Passed #2886  •  git commit 48486332c1: fix(deps): update dependency express-openapi-validator to v5
Project overseerr
Branch Review refs/pull/3209/merge
Run status status check passed Passed #2886
Run duration 02m 21s
Commit git commit 48486332c1: 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 5a76a83 to e07335c Compare February 15, 2023 16:29
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 5 times, most recently from ffd4ad8 to 616720b Compare February 24, 2023 12:37
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 4 times, most recently from cbb0be4 to 0d12ba2 Compare March 4, 2023 14:50
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch from 0d12ba2 to 509a75e Compare April 30, 2023 22:12
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 5 times, most recently from b208595 to 8add28a Compare May 13, 2023 01:31
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 3 times, most recently from 3f0080e to 26afdce Compare May 29, 2023 02:38
@renovate renovate bot requested a review from OwsleyJr as a code owner May 29, 2023 02:38
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 2 times, most recently from 7053c00 to b0f9ad6 Compare June 1, 2023 00:25
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x branch 3 times, most recently from 0b83e37 to 0d2f73c Compare June 11, 2023 03:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants