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 v0.5.1 #1374

Merged
merged 2 commits into from
Jan 1, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
class-transformer 0.4.0 -> 0.5.1 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: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the renovate Renovate bot PRs label Nov 20, 2021
@renovate renovate bot force-pushed the renovate/class-transformer-0.x branch 4 times, most recently from e06489d to a85c21a Compare November 22, 2021 20:53
@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 11 times, most recently from a0a0f84 to 38a2b8c Compare November 30, 2021 03:27
@renovate renovate bot force-pushed the renovate/class-transformer-0.x branch 6 times, most recently from bc2e6db to 89d8bf1 Compare December 5, 2021 11:46
@renovate renovate bot force-pushed the renovate/class-transformer-0.x branch 7 times, most recently from 579d3b5 to 5f24444 Compare December 23, 2021 12:01
@renovate renovate bot force-pushed the renovate/class-transformer-0.x branch 6 times, most recently from 4fd6f0c to 5984e68 Compare December 27, 2021 23:37
@renovate renovate bot force-pushed the renovate/class-transformer-0.x branch 3 times, most recently from 60978a9 to 1b59f69 Compare December 31, 2021 17:37
@renovate renovate bot force-pushed the renovate/class-transformer-0.x branch from 1b59f69 to af975bc Compare January 1, 2022 12:20
@codecov
Copy link

codecov bot commented Jan 1, 2022

Codecov Report

Merging #1374 (79ed807) into master (f48ed7c) will not change coverage.
The diff coverage is 97.18%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1374   +/-   ##
=======================================
  Coverage   95.09%   95.09%           
=======================================
  Files         186      186           
  Lines        3708     3708           
  Branches      333      333           
=======================================
  Hits         3526     3526           
  Misses        180      180           
  Partials        2        2           
Impacted Files Coverage Δ
src/games/services/games.service.ts 83.80% <80.00%> (ø)
...rc/configuration/services/configuration.service.ts 100.00% <100.00%> (ø)
src/documents/services/documents.service.ts 95.45% <100.00%> (ø)
...ervers/services/game-server-diagnostics.service.ts 95.65% <100.00%> (ø)
src/game-servers/services/game-servers.service.ts 94.36% <100.00%> (ø)
src/games/gateways/games.gateway.ts 100.00% <100.00%> (ø)
src/games/services/game-event-handler.service.ts 95.83% <100.00%> (ø)
src/games/services/game-runtime.service.ts 90.27% <100.00%> (ø)
src/games/services/player-substitution.service.ts 98.41% <100.00%> (ø)
src/players/gateways/players.gateway.ts 100.00% <100.00%> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f48ed7c...79ed807. Read the comment docs.

@garrappachc garrappachc merged commit 0dc22d6 into master Jan 1, 2022
@garrappachc garrappachc deleted the renovate/class-transformer-0.x branch January 1, 2022 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Renovate bot PRs
Development

Successfully merging this pull request may close these issues.

2 participants