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: [NS] bump class-validator-jsonschema from 1.3.1 to 2.2.0 #105

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

Conversation

dependabot-preview[bot]
Copy link

Bumps class-validator-jsonschema from 1.3.1 to 2.2.0.

Release notes

Sourced from class-validator-jsonschema's releases.

v2.2.0

Features

  • Add a schemaNameField: string option to group schemas by a custom field instead of class name (#58)

v2.1.1

Bugfixes

  • Restrict class-transformer peer dependency to versions 0.2.3 - 0.3.1 since 0.3.2 comes with (for now) incompatible changes (#56)

v2.1.0

Check https://github.com/epiphone/class-validator-jsonschema/blob/master/CHANGELOG.md for previous versions

Features

  • Handle class-validator's IsObject, IsEmptyObject, Allow and class-transformer's Exclude decorators (#53)

Improvements

  • Add { not: { type: 'null' } } to IsDefined schema (#53)
  • Move from TravisCI to Github Actions, yarn to npm + update dependencies (#51)
Changelog

Sourced from class-validator-jsonschema's changelog.

Changelog moved to Github Releases

Changelog for versions >2.0.3 is published in https://github.com/epiphone/class-validator-jsonschema/releases.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.0.3] - 2020-08-01

Fixed

  • Handle undefined typeMeta.reflectedType in Map type resolution #45

[2.0.2] - 2020-06-03

Fixed

  • Handling for Map fields #35

[2.0.1] - 2020-05-06

Fixed

  • Fix metadata object mutation breaking validation in routing-controllers #36

[2.0.0] - 2020-05-04

Changed

  • Same as v2.0.0-rc1

[2.0.0-rc1] - 2020-05-01

Changed

  • Bump class-validator peer dependency to ^0.12.0 - meaning we're no longer compatible with pre-0.12 versions of class-validator!

  • validationMetadatasToSchemas no longer takes a validationMetadatas object as first argument. Instead the library now automatically grabs validationMetadatas from getMetadataStorage() under the hood.

    This simplifies library usage from

    const metadatas = (getFromContainer(MetadataStorage) as any).validationMetadatas
    const schemas = validationMetadatasToSchemas(metadatas)

    into plain

    const schemas = validationMetadatasToSchemas()

    You can still choose to override the default metadata storage using the optional options argument:

    const schemas = validationMetadatasToSchemas({
        classValidatorMetadataStorage: myCustomMetadataStorage
    })

... (truncated)

Commits

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 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 28, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants