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): bump class-transformer from 0.4.0 to 0.5.1 #210

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2021

Bumps class-transformer from 0.4.0 to 0.5.1.

Changelog

Sourced from class-transformer's changelog.

[0.5.1][v0.5.1] [BREAKING CHANGE] - 2021-11-22

Changed

  • re-added accidentally removed deprecated function names classToPlain and plainToClass

[0.5.0][v0.5.0] [BREAKING CHANGE] - 2021-11-20

NOTE: This version fixes a security vulnerability allowing denial of service attacks with a specially crafted request payload. Please update as soon as possible.

Breaking Changes

See the breaking changes from 0.4.1 release. It was accidentally released as patch version.

[0.4.1][v0.4.1] [BREAKING CHANGE] - 2021-11-20

NOTE: This version fixes a security vulnerability allowing denial of service attacks with a specially crafted request payload. Please update as soon as possible.

Breaking Changes

Exported functions has been renamed Some of the exported functions has been renamed to better reflect what they are doing.

  • classToPlain -> instanceToPlain
  • plainToClass -> plainToInstance
  • classToClass -> instanceToInstance

Fixed

  • prevent unhandled error in plaintToclass when union-type member is undefined
  • fixed a scenario when a specially crafted JS object would be parsed to Array

Changed

  • various dev-dependencies updated
Commits
  • 9c9012f merge: release 0.5.1 (#1003)
  • 11077f4 docs: fix typo in changelog
  • bb8596e build: bump version to 0.5.1
  • 95b59cb docs: add changelog for 0.5.1
  • 817011d feat: re-introduce accidentaly removed deprecated function names
  • 159e79c build(deps-dev): bump rollup from 2.60.0 to 2.60.1 (#1000)
  • dd40e9e build(deps-dev): bump lint-staged from 12.0.3 to 12.1.2 (#999)
  • 12fb2c6 merge: release 0.5.0 (#993)
  • f9441d8 build: bump version to 0.5.0
  • 9b673d6 docs: add changelog for 0.5.0
  • Additional commits viewable 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 will merge this PR once CI passes on it, as requested by @bassrock.


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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 23, 2021
bassrock
bassrock previously approved these changes Nov 23, 2021
Copy link
Owner

@bassrock bassrock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Bumps [class-transformer](https://github.com/typestack/class-transformer) from 0.4.0 to 0.5.1.
- [Release notes](https://github.com/typestack/class-transformer/releases)
- [Changelog](https://github.com/typestack/class-transformer/blob/develop/CHANGELOG.md)
- [Commits](typestack/class-transformer@v0.4.0...v0.5.1)

---
updated-dependencies:
- dependency-name: class-transformer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/class-transformer-0.5.1 branch from 4c16cb0 to b03c087 Compare November 23, 2021 04:11
Copy link
Owner

@bassrock bassrock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 98a4e34 into main Nov 23, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/class-transformer-0.5.1 branch November 23, 2021 04:14
@bassrock
Copy link
Owner

🎉 This PR is included in version 1.3.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant