Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2022

This PR contains the following updates:

Package Change Age Confidence
class-transformer 0.4.0 -> 0.5.1 age confidence

Release Notes

typestack/class-transformer (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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 23, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @nestjs/mapped-types@1.0.0
npm ERR! Found: class-transformer@0.5.1
npm ERR! node_modules/class-transformer
npm ERR!   class-transformer@"0.5.1" from the root project
npm ERR!   peerOptional class-transformer@"*" from @nestjs/common@8.2.5
npm ERR!   node_modules/@nestjs/common
npm ERR!     @nestjs/common@"8.2.5" from the root project
npm ERR!     peer @nestjs/common@"^7.0.9 || ^8.0.0" from @nestjs-modules/mailer@1.6.1
npm ERR!     node_modules/@nestjs-modules/mailer
npm ERR!       @nestjs-modules/mailer@"1.6.1" from the root project
npm ERR!     13 more (@nestjs/bull, @nestjs/config, @nestjs/core, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer class-transformer@"^0.2.0 || ^0.3.0 || ^0.4.0" from @nestjs/mapped-types@1.0.0
npm ERR! node_modules/@nestjs/mapped-types
npm ERR!   @nestjs/mapped-types@"*" from the root project
npm ERR!   @nestjs/mapped-types@"1.0.0" from @nestjs/graphql@9.1.2
npm ERR!   node_modules/@nestjs/graphql
npm ERR!     @nestjs/graphql@"9.1.2" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: class-transformer@0.4.0
npm ERR! node_modules/class-transformer
npm ERR!   peer class-transformer@"^0.2.0 || ^0.3.0 || ^0.4.0" from @nestjs/mapped-types@1.0.0
npm ERR!   node_modules/@nestjs/mapped-types
npm ERR!     @nestjs/mapped-types@"*" from the root project
npm ERR!     @nestjs/mapped-types@"1.0.0" from @nestjs/graphql@9.1.2
npm ERR!     node_modules/@nestjs/graphql
npm ERR!       @nestjs/graphql@"9.1.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-06-23T12_16_18_966Z-debug-0.log

@renovate renovate bot temporarily deployed to dev June 23, 2022 12:16 Inactive
@renovate renovate bot force-pushed the renovate/class-transformer-0.x branch from 98b015a to fb4c18f Compare August 10, 2025 14:44
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.

0 participants