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 all patch and minor dependencies #1949

Merged

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@google-cloud/cloud-sql-connector 1.6.0 -> 1.6.1 age adoption passing confidence
@types/node (source) 22.13.4 -> 22.13.5 age adoption passing confidence
@types/sinon (source) 17.0.3 -> 17.0.4 age adoption passing confidence
@types/swagger-ui-express (source) 4.1.7 -> 4.1.8 age adoption passing confidence
cspell (source) 8.17.3 -> 8.17.5 age adoption passing confidence
express-openapi-validator 5.4.3 -> 5.4.4 age adoption passing confidence
hardhat (source) 2.22.18 -> 2.22.19 age adoption passing confidence
lerna (source) 8.1.9 -> 8.2.0 age adoption passing confidence
prettier (source) 3.5.1 -> 3.5.2 age adoption passing confidence

Release Notes

GoogleCloudPlatform/cloud-sql-nodejs-connector (@​google-cloud/cloud-sql-connector)

v1.6.1

Compare Source

Bug Fixes
streetsidesoftware/cspell (cspell)

v8.17.5

Compare Source

v8.17.4

Compare Source

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

v5.4.4

Compare Source

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

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)


Configuration

📅 Schedule: Branch creation - "before 6am on tuesday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@manuelwedler manuelwedler merged commit bcfad31 into ethereum:staging Feb 25, 2025
4 checks passed
@renovate-bot renovate-bot deleted the renovate/all-patch-and-minor branch February 25, 2025 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: COMPLETED
Development

Successfully merging this pull request may close these issues.

2 participants