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

build(deps): bump express-joi-validation from 5.0.1 to 6.0.0 #1246

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps express-joi-validation from 5.0.1 to 6.0.0.

Release notes

Sourced from express-joi-validation's releases.

6.0.0

  • Support Node.js 18+
  • Narrow type for error handlers (#46)
Changelog

Sourced from express-joi-validation's changelog.

6.0.0 (13/10/2020)

  • Support Node.js 18+
  • Narrow type for error handlers (#46)

5.0.0 (13/10/2020)

  • Drop Node.js 8 support.
  • Update to use Joi v17.x.
  • Change from using peerDependency of "@​hapi/joi" to "joi".

4.0.3 (18/11/2019)

  • Fix TypeScript example in the README.

4.0.2 (12/11/2019)

  • Apply a fix for compatibility with Joi v16 typings.

4.0.1 (24/09/2019)

  • Remove outdated "joi" option in README

4.0.0 (20/09/2019)

  • Update to support Joi v16.x
  • No longer supports passing a Joi instance to factory
  • Finally removed deprecated function on module.exports from v2

3.0.0 (30/08/2019)

  • Removed fields, originalQuery, originalHeaders, originalBody, originalParams, and originalFields from ValidatedRequest. This simplifies usage with TypeScript's strict mode.
  • Added ValidatedRequestWithRawInputsAndFields. This is the same as ValidatedRequest from versions 2.x.

2.0.1 (22/08/2019)

  • Fixed compilation issue with TypeScript example when strict compiler flag is true.
  • Updated test script to include building TypeScript example

2.0.0 (27/06/2019)

  • Improved TypeScript support with better typings
  • Changed export from a factory function to a module exposing createValidator()
  • Improved TypeScript examples and README

1.0.0 (13/06/2019)

  • Migrated from joi to @hapi/joi.
  • Dropped Node.js 6 & 7 support (@​hapi/joi forces this)
  • Update dev dependencies.

0.3.0 (29/09/2018)

  • Add response validation
  • Update dependencies
  • Drop support for Node.js 4 and below
  • Remove @​types/express from dependencies

... (truncated)

Commits
  • 2c5f909 fix: remove node.js 24 from ci
  • a16da27 chore: update changelog
  • fd3a62e fix: typecast in example
  • 82bed6c chore: remove travis, add GH actions
  • 023a7f7 Narrow down ExpressJoiError type to assume the Joi.ValidationResult is an err...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [express-joi-validation](https://github.com/evanshortiss/express-joi-validation) from 5.0.1 to 6.0.0.
- [Release notes](https://github.com/evanshortiss/express-joi-validation/releases)
- [Changelog](https://github.com/evanshortiss/express-joi-validation/blob/master/CHANGELOG.md)
- [Commits](evanshortiss/express-joi-validation@5.0.1...6.0.0)

---
updated-dependencies:
- dependency-name: express-joi-validation
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 17, 2024
@dependabot dependabot bot requested review from cmmarslender and emlowe December 17, 2024 14:09
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 21.6 kB evanshortiss

🚮 Removed packages: npm/[email protected]

View full report↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Required label for PR that categorizes merge commit message as "Changed" for changelog 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.

0 participants