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

chore(deps): update dependency express-openapi-validator to v5.3.6 #776

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
express-openapi-validator 5.3.5 -> 5.3.6 age adoption passing confidence

Release Notes

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

v5.3.6

Compare Source

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


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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2024
Copy link

github-actions bot commented Sep 1, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/express-openapi-validator 5.3.6 🟢 5.3
Details
CheckScoreReason
Code-Review🟢 3Found 7/22 approved changesets -- score normalized to 3
Maintained🟢 1030 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Vulnerabilities⚠️ 015 existing vulnerabilities detected
npm/path-to-regexp 6.3.0 🟢 5.9
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
CI-Tests🟢 102 out of 2 merged PRs checked by a CI test -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Code-Review⚠️ 0found 28 unreviewed changesets out of 30 -- score normalized to 0
Contributors🟢 1027 different organizations found -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Dependency-Update-Tool⚠️ 0no update tool detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Maintained🟢 1030 commit(s) out of 30 and 18 issue activity out of 30 found in the last 90 days -- score normalized to 10
Packaging⚠️ -1no published package detected
Pinned-Dependencies🟢 6dependency not pinned by hash detected -- score normalized to 6
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Security-Policy🟢 10security policy file detected
Signed-Releases⚠️ -1no releases found
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Vulnerabilities🟢 91 existing vulnerabilities detected

Scanned Manifest Files

package-lock.json

@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x-lockfile branch from 0db43cf to 9a2c3c6 Compare September 1, 2024 06:19
@renovate renovate bot changed the title chore(deps): update dependency express-openapi-validator to v5.3.4 chore(deps): update dependency express-openapi-validator to v5.3.4 - autoclosed Sep 2, 2024
@renovate renovate bot closed this Sep 2, 2024
@renovate renovate bot deleted the renovate/express-openapi-validator-5.x-lockfile branch September 2, 2024 03:38
@renovate renovate bot changed the title chore(deps): update dependency express-openapi-validator to v5.3.4 - autoclosed chore(deps): update dependency express-openapi-validator to v5.3.4 Sep 6, 2024
@renovate renovate bot reopened this Sep 6, 2024
@renovate renovate bot restored the renovate/express-openapi-validator-5.x-lockfile branch September 6, 2024 03:10
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x-lockfile branch from 9a2c3c6 to 9673e6d Compare September 6, 2024 03:11
@renovate renovate bot changed the title chore(deps): update dependency express-openapi-validator to v5.3.4 chore(deps): update dependency express-openapi-validator to v5.3.5 Sep 6, 2024
@renovate renovate bot changed the title chore(deps): update dependency express-openapi-validator to v5.3.5 chore(deps): update dependency express-openapi-validator to v5.3.5 - autoclosed Sep 7, 2024
@renovate renovate bot closed this Sep 7, 2024
@renovate renovate bot deleted the renovate/express-openapi-validator-5.x-lockfile branch September 7, 2024 09:07
@renovate renovate bot changed the title chore(deps): update dependency express-openapi-validator to v5.3.5 - autoclosed chore(deps): update dependency express-openapi-validator to v5.3.5 Sep 13, 2024
@renovate renovate bot reopened this Sep 13, 2024
@renovate renovate bot restored the renovate/express-openapi-validator-5.x-lockfile branch September 13, 2024 01:27
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x-lockfile branch from 9673e6d to cb7baf7 Compare September 13, 2024 01:27
@renovate renovate bot changed the title chore(deps): update dependency express-openapi-validator to v5.3.5 chore(deps): update dependency express-openapi-validator to v5.3.6 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/express-openapi-validator-5.x-lockfile branch from cb7baf7 to e3a7b3c Compare September 13, 2024 17:12
Copy link

@myrotvorets-team myrotvorets-team merged commit 871ef5c into master Sep 15, 2024
12 checks passed
@myrotvorets-team myrotvorets-team deleted the renovate/express-openapi-validator-5.x-lockfile branch September 15, 2024 20:13
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant