typestack/class-transformer
### [`v0.5.1`](https://togithub.com/typestack/class-transformer/blob/master/CHANGELOG.md#051-v051-BREAKING-CHANGE---2021-11-22)
[Compare Source](https://togithub.com/typestack/class-transformer/compare/v0.5.0...v0.5.1)
##### Changed
- re-added accidentally removed deprecated function names `classToPlain` and `plainToClass`
### [`v0.5.0`](https://togithub.com/typestack/class-transformer/blob/master/CHANGELOG.md#050-v050-BREAKING-CHANGE---2021-11-20)
[Compare Source](https://togithub.com/typestack/class-transformer/compare/v0.4.1...v0.5.0)
> **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`](https://togithub.com/typestack/class-transformer/blob/master/CHANGELOG.md#041-v041-BREAKING-CHANGE---2021-11-20)
[Compare Source](https://togithub.com/typestack/class-transformer/compare/v0.4.0...v0.4.1)
> **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
prettier/prettier
### [`v2.5.0`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#250)
[Compare Source](https://togithub.com/prettier/prettier/compare/2.4.1...2.5.0)
[diff](https://togithub.com/prettier/prettier/compare/2.4.1...2.5.0)
🔗 [Release Notes](https://prettier.io/blog/2021/11/25/2.5.0.html)
dividab/tsconfig-paths
### [`v3.12.0`](https://togithub.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md#3120---2021-08-24)
[Compare Source](https://togithub.com/dividab/tsconfig-paths/compare/v3.11.0...v3.12.0)
- Add support for baseUrl override using TS_NODE_BASEURL env var [#185](https://togithub.com/dividab/tsconfig-paths/issues/185) and [#114](https://togithub.com/dividab/tsconfig-paths/issues/114). Thanks to [@ejhayes](https://togithub.com/ejhayes) and [@information-security](https://togithub.com/information-security) for these PRs!
Microsoft/TypeScript
### [`v4.5.2`](https://togithub.com/Microsoft/TypeScript/releases/v4.5.2)
[Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2)
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 4.5.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+).
- [fixed issues query for Typescript 4.5.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+).
- [fixed issues query for Typescript 4.5.1 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript)
- [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-45) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
Configuration
📅 Schedule: 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
13.6.6
->13.7.0
^0.4.0
->^0.5.1
0.4.0
->0.5.1
2.4.1
->2.5.0
3.11.0
->3.12.0
4.4.4
->4.5.2
cc @tzellman
Release Notes
typestack/class-transformer
### [`v0.5.1`](https://togithub.com/typestack/class-transformer/blob/master/CHANGELOG.md#051-v051-BREAKING-CHANGE---2021-11-22) [Compare Source](https://togithub.com/typestack/class-transformer/compare/v0.5.0...v0.5.1) ##### Changed - re-added accidentally removed deprecated function names `classToPlain` and `plainToClass` ### [`v0.5.0`](https://togithub.com/typestack/class-transformer/blob/master/CHANGELOG.md#050-v050-BREAKING-CHANGE---2021-11-20) [Compare Source](https://togithub.com/typestack/class-transformer/compare/v0.4.1...v0.5.0) > **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`](https://togithub.com/typestack/class-transformer/blob/master/CHANGELOG.md#041-v041-BREAKING-CHANGE---2021-11-20) [Compare Source](https://togithub.com/typestack/class-transformer/compare/v0.4.0...v0.4.1) > **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 updatedprettier/prettier
### [`v2.5.0`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#250) [Compare Source](https://togithub.com/prettier/prettier/compare/2.4.1...2.5.0) [diff](https://togithub.com/prettier/prettier/compare/2.4.1...2.5.0) 🔗 [Release Notes](https://prettier.io/blog/2021/11/25/2.5.0.html)dividab/tsconfig-paths
### [`v3.12.0`](https://togithub.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md#3120---2021-08-24) [Compare Source](https://togithub.com/dividab/tsconfig-paths/compare/v3.11.0...v3.12.0) - Add support for baseUrl override using TS_NODE_BASEURL env var [#185](https://togithub.com/dividab/tsconfig-paths/issues/185) and [#114](https://togithub.com/dividab/tsconfig-paths/issues/114). Thanks to [@ejhayes](https://togithub.com/ejhayes) and [@information-security](https://togithub.com/information-security) for these PRs!Microsoft/TypeScript
### [`v4.5.2`](https://togithub.com/Microsoft/TypeScript/releases/v4.5.2) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.5.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+). - [fixed issues query for Typescript 4.5.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+). - [fixed issues query for Typescript 4.5.1 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-45) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)Configuration
📅 Schedule: 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.