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 class-transformer to ^0.5.0 #464

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
class-transformer ^0.4.0 -> ^0.5.0 age adoption passing confidence

Release Notes

typestack/class-transformer

v0.5.1

Compare Source

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

v0.5.0

Compare Source

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.

v0.4.1

Compare Source

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

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 becomes conflicted, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 20, 2021
@renovate renovate bot changed the title fix(deps): update dependency class-transformer to v0.5.0 fix(deps): update dependency class-transformer to v0.5.1 Nov 22, 2021
@renovate renovate bot force-pushed the renovate/class-transformer-0.x branch from 650793c to 161fb71 Compare November 22, 2021 20:22
@renovate renovate bot force-pushed the renovate/class-transformer-0.x branch from 161fb71 to 33d6f18 Compare May 23, 2022 04:02
@renovate renovate bot force-pushed the renovate/class-transformer-0.x branch from 33d6f18 to 5f4d03c Compare November 20, 2022 20:17
@renovate renovate bot changed the title fix(deps): update dependency class-transformer to v0.5.1 fix(deps): update dependency class-transformer to ^0.5.0 Nov 20, 2022
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