forcedotcom / SFDX-Data-Move-Utility

SFDMU is a cutting-edge Salesforce data migration tool for seamless org population from other orgs or CSV files. It handles all CRUD operations on multiple related objects in one go.
BSD 3-Clause "New" or "Revised" License
444 stars 74 forks source link

chore(deps): bump class-transformer from 0.2.3 to 0.5.1 #719

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps class-transformer from 0.2.3 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

[0.4.0][v0.4.0] [BREAKING CHANGE] - 2021-02-14

Breaking Changes

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

Added

  • add option to ignore unset properties
  • group information is exposed in the @Transform handler
  • transformation options are exposed in the @Transform handler

Fixed

... (truncated)

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
Maintainer changes

This version was pushed to npm by typestack-release-bot, a new releaser for class-transformer since your current version.


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 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)
dependabot[bot] commented 4 months ago

Looks like class-transformer is up-to-date now, so this is no longer needed.