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-validator to v7 #217

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
express-validator (source) ^6.14.2 -> ^7.0.0 age adoption passing confidence

Release Notes

express-validator/express-validator

v7.0.1

Compare Source

  • Fixed checkSchema() warning that known validators are unknown when its value is false - #​1223

v7.0.0

Compare Source

🚀 🙌 First major version in almost 4 years! 🚀 🤯
Thanks everybody for having the patience. Hopefully this version brings many improvements to your developer experience!

Breaking changes 💥

  • Minimum supported Node.js version is now 14+
  • Removed deprecated APIs - #​993
    • Import paths express-validator/check and express-validator/filter
    • Sanitization-only middlewares (e.g. sanitize(), sanitizeBody(), etc)
    • Deprecated TypeScript types (ValidationParamSchema and ValidationSchema)
  • isObject() validator now assumes options.strict = true by default
  • Validation errors changed shape
    • Field validation errors param property has been renamed to path
    • oneOf() validation errors no longer have a param: '_error' property
  • (TypeScript only) The ValidationError type is now a discriminated union, it might be necessary to use switch or if statements to check that you're dealing with the type that you want to debug/format
  • oneOf() signature changed: from oneOf(chains, message) to oneOf(chains, options: { message, errorType })
  • oneOf() default error structure now groups errors by their... validation group!, instead of in a flat list

Checkout the migration guide for examples on how to work around some of these:
https://express-validator.github.io/docs/migration-v6-to-v7

New features ✨

Bug fixes 🐛

New Contributors

Full Changelog: express-validator/express-validator@v6.15.0...v7.0.0


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 has been generated by Mend Renovate. View repository job log here.

@beeme1mr beeme1mr self-requested a review June 16, 2023 15:34
@beeme1mr beeme1mr merged commit 8620e88 into main Jun 16, 2023
@renovate renovate bot deleted the renovate/express-validator-7.x branch June 16, 2023 15:37
beeme1mr pushed a commit that referenced this pull request Jun 16, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.11.0](v0.10.0...v0.11.0)
(2023-06-16)


### 🐛 Bug Fixes

* **deps:** update dependency @openfeature/go-feature-flag-provider to
v0.5.10 ([#214](#214))
([690cf0f](690cf0f))
* **deps:** update dependency @splitsoftware/splitio to v10.22.5
([dddbd7a](dddbd7a))
* **deps:** update dependency @splitsoftware/splitio-browserjs to v0.9.4
([#203](#203))
([e679af3](e679af3))
* **deps:** update dependency @splitsoftware/splitio-browserjs to v0.9.5
([#215](#215))
([f63aaa3](f63aaa3))
* **deps:** update dependency express-validator to v6.15.0
([6156b38](6156b38))
* **deps:** update dependency express-validator to v7
([#217](#217))
([8620e88](8620e88))
* **deps:** update dependency flagsmith to v3.18.3
([48ea3e2](48ea3e2))
* **deps:** update dependency launchdarkly-js-client-sdk to v3.1.3
([32f13f0](32f13f0))
* **deps:** update dependency nestjs-pino to v3.2.0
([1f7463c](1f7463c))
* **deps:** update dependency rox-browser to v5.4.3
([f3ddb24](f3ddb24))
* **deps:** update dependency rox-browser to v5.4.4
([9dc63c7](9dc63c7))
* **deps:** update dependency rox-node to v5.4.4
([202294a](202294a))
* **deps:** update dependency rxjs to v7.8.1
([b5961c3](b5961c3))
* **deps:** update nest monorepo to v9.4.0
([3ac33f0](3ac33f0))


### ✨ New Features

* add logged in user to header
([#220](#220))
([1fbffcf](1fbffcf))


### 🧹 Chore

* bump js sdk versions
([#218](#218))
([ad9a329](ad9a329))
* **deps:** update dependency @emotion/react to v11.11.1
([318dc28](318dc28))
* **deps:** update dependency @mui/material to v5.13.0
([ad81f5f](ad81f5f))
* **deps:** update dependency @mui/material to v5.13.1
([f86d116](f86d116))
* **deps:** update dependency @reactour/tour to v3.4.0
([9a8fe96](9a8fe96))
* **deps:** update dependency @svgr/webpack to v8
([#207](#207))
([bdc00f1](bdc00f1))
* **deps:** update dependency @types/node to v18.16.13
([e0f8aaa](e0f8aaa))
* **deps:** update dependency core-js to v3.30.2
([2d60f79](2d60f79))
* **deps:** update dependency css-loader to v6.7.4
([2233459](2233459))
* **deps:** update dependency style-loader to v3.3.3
([5c7e58e](5c7e58e))
* **deps:** update dependency ts-jest to v29.1.0
([694fe31](694fe31))
* **deps:** update dependency tslib to v2.5.2
([256e1e6](256e1e6))
* **deps:** update dependency webpack to v5.82.1
([9fc0dc3](9fc0dc3))
* **deps:** update dependency webpack to v5.83.1
([da8c19c](da8c19c))
* **deps:** update emotion monorepo to v11.11.0
([7a5fd1f](7a5fd1f))
* **deps:** update eslint
([#196](#196))
([d659a69](d659a69))
* **deps:** update ghcr.io/open-feature/flagd docker tag to v0.5.3
([3e964bd](3e964bd))
* **deps:** update jaegertracing/all-in-one docker tag to v1.45
([8f6ef37](8f6ef37))
* **deps:** update node.js to v16.20
([a89835e](a89835e))
* **deps:** update node.js to v20
([#210](#210))
([de4c6c3](de4c6c3))
* **deps:** update nrwl monorepo
([f94c69f](f94c69f))
* **deps:** update thomaspoignant/go-feature-flag-relay-proxy docker tag
to v1.10.2
([8d1cecd](8d1cecd))
* **deps:** update thomaspoignant/go-feature-flag-relay-proxy docker tag
to v1.10.3
([863182d](863182d))
* **deps:** update types
([7144dc2](7144dc2))
* refactor to support 2 demos
([#213](#213))
([e1a55e3](e1a55e3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

1 participant