From cf37468f2887a0821586539b89cc7529415c14bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20Veps=C3=A4l=C3=A4inen?= Date: Tue, 2 Jul 2024 10:04:08 +0300 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 1 + CONTRIBUTORS.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e19d3cf..cb8b405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 6.0.0 / xxxx-xx-xx - Chore - Update internal dependencies. As a result, the package needs at least Node 18 to run. +- Chore - Use `structuredClone` over `clone-deep` dependency since it is included to Node 18 or above. #214 ## 5.10.0 / 2023-10-16 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1e82d97..e5af475 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -24,3 +24,4 @@ - [JeB](https://github.com/just-jeb) - Don't merge strings with objects in `mergeWithRules`. #172 - [Burhanuddin Udaipurwala](https://github.com/burhanuday) - Deep merge when rule is merge. #206 - [Rex Zeng](https://github.com/RexSkz) - Support object/array-formed condition for `mergeWithRules`. #212 +- [Adam Skoufis](https://github.com/askoufis) - Remove clone-deep dependency in favor of native structuredClone. #214