unjs / rc9

Read/Write config couldn't be easier!
Other
273 stars 6 forks source link

chore(deps): update dependency destr to v2 - autoclosed #78

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
destr ^1.2.2 -> ^2.0.0 age adoption passing confidence

Release Notes

unjs/destr ### [`v2.0.0`](https://togithub.com/unjs/destr/blob/HEAD/CHANGELOG.md#v200) [Compare Source](https://togithub.com/unjs/destr/compare/v1.2.2...v2.0.0) [compare changes](https://togithub.com/unjs/destr/compare/v1.2.2...v2.0.0) ##### 🚀 Enhancements - ⚠️ Support generic type with `unkown` default ([#​68](https://togithub.com/unjs/destr/pull/68)) - Show warning when dropping unsafe keys ([#​57](https://togithub.com/unjs/destr/pull/57)) - Support minus infinity ([#​67](https://togithub.com/unjs/destr/pull/67)) - Support `safeDestr` ([#​70](https://togithub.com/unjs/destr/pull/70)) - Parse double-quoted string with fast path ([#​71](https://togithub.com/unjs/destr/pull/71)) ##### 🔥 Performance - Move common check earlier ([5be5732](https://togithub.com/unjs/destr/commit/5be5732)) ##### 💅 Refactors - ⚠️ Use named `destr` export ([#​69](https://togithub.com/unjs/destr/pull/69)) ##### 🏡 Chore - **readme:** Badges update ([6544804](https://togithub.com/unjs/destr/commit/6544804)) - Update dev dependencies ([4aa3592](https://togithub.com/unjs/destr/commit/4aa3592)) - Lint with prettier ([6aa42c6](https://togithub.com/unjs/destr/commit/6aa42c6)) - Fix lint issue ([cb4c0d6](https://togithub.com/unjs/destr/commit/cb4c0d6)) - Update coverage package ([a73b0ff](https://togithub.com/unjs/destr/commit/a73b0ff)) - Use `changelogen` for release ([75989d3](https://togithub.com/unjs/destr/commit/75989d3)) - Run ci with node 18 ([80554b8](https://togithub.com/unjs/destr/commit/80554b8)) - Update benchmark script ([4138ebf](https://togithub.com/unjs/destr/commit/4138ebf)) - Add `codecov.yml` ([fa4d366](https://togithub.com/unjs/destr/commit/fa4d366)) - Update readme ([ecf2029](https://togithub.com/unjs/destr/commit/ecf2029)) - Update readme ([60b3f81](https://togithub.com/unjs/destr/commit/60b3f81)) ##### ⚠️ Breaking Changes - ⚠️ Support generic type with `unkown` default ([#​68](https://togithub.com/unjs/destr/pull/68)) - ⚠️ Use named `destr` export ([#​69](https://togithub.com/unjs/destr/pull/69)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Zuixinwang - Nozomu Ikuta - Sébastien Chopin ##### [1.2.2](https://togithub.com/unjs/destr/compare/v1.2.1...v1.2.2) (2022-12-05) ##### Bug Fixes - only purge `constructor.prototype` keys ([#​26](https://togithub.com/unjs/destr/issues/26)) ([87918d5](https://togithub.com/unjs/destr/commit/87918d56fb35acf09ef6f33b908ad88dab288879)) - support surrounding whitespaces (resolves [#​21](https://togithub.com/unjs/destr/issues/21)) ([639a5df](https://togithub.com/unjs/destr/commit/639a5df5321d9dccc05ccc1489f75ff8c4c57981)) ##### [1.2.1](https://togithub.com/unjs/destr/compare/v1.2.0...v1.2.1) (2022-11-14)

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.



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

codecov[bot] commented 1 year ago

Codecov Report

Merging #78 (6c56363) into main (6c95a04) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #78   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          139       139           
  Branches        29        29           
=========================================
  Hits           139       139