nuxt / http

Universal HTTP Module for Nuxt.js
https://http.nuxtjs.org
MIT License
229 stars 51 forks source link

chore(deps): update dependency destr to v2 #217

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
destr ^1.0.1 -> ^2.0.3 age adoption passing confidence

Release Notes

unjs/destr (destr) ### [`v2.0.3`](https://togithub.com/unjs/destr/blob/HEAD/CHANGELOG.md#v203) [Compare Source](https://togithub.com/unjs/destr/compare/v2.0.2...v2.0.3) [compare changes](https://togithub.com/unjs/destr/compare/v2.0.2...v2.0.3) ##### 🩹 Fixes - Improve compatibility with runtimes not supporting `String.prototype.at()` ([#​102](https://togithub.com/unjs/destr/pull/102)) ##### 🏡 Chore - Update lockfile ([930fe7b](https://togithub.com/unjs/destr/commit/930fe7b)) - Update bench ([d0a83f9](https://togithub.com/unjs/destr/commit/d0a83f9)) - Update readme ([72a5c5c](https://togithub.com/unjs/destr/commit/72a5c5c)) - Lint ([ae61652](https://togithub.com/unjs/destr/commit/ae61652)) ##### ✅ Tests - Test with node 20 ([a33a2e1](https://togithub.com/unjs/destr/commit/a33a2e1)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Allenyu ([@​AllenYu0118](http://github.com/AllenYu0118)) ### [`v2.0.2`](https://togithub.com/unjs/destr/blob/HEAD/CHANGELOG.md#v202) [Compare Source](https://togithub.com/unjs/destr/compare/v2.0.1...v2.0.2) [compare changes](https://togithub.com/unjs/destr/compare/v2.0.1...v2.0.2) ##### 🩹 Fixes - Parsing decimals and scientific notation ([#​94](https://togithub.com/unjs/destr/pull/94)) - Avoid fast path with possible escape chars ([#​89](https://togithub.com/unjs/destr/pull/89)) ##### 📖 Documentation - Fix typos ([#​82](https://togithub.com/unjs/destr/pull/82)) - Fix typo ([#​86](https://togithub.com/unjs/destr/pull/86)) ##### 🏡 Chore - Update benchmarks ([eb60af1](https://togithub.com/unjs/destr/commit/eb60af1)) - Update lockfile ([4dbb707](https://togithub.com/unjs/destr/commit/4dbb707)) - Update benchmarks ([4f92188](https://togithub.com/unjs/destr/commit/4f92188)) - Add bun to the bench results ([523f3f1](https://togithub.com/unjs/destr/commit/523f3f1)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Kricsleo - Nobkd - Alexander Lichter ([@​manniL](http://github.com/manniL)) ### [`v2.0.1`](https://togithub.com/unjs/destr/blob/HEAD/CHANGELOG.md#v201) [Compare Source](https://togithub.com/unjs/destr/compare/v2.0.0...v2.0.1) [compare changes](https://togithub.com/unjs/destr/compare/v2.0.0...v2.0.1) ##### 🔥 Performance - Avoid lowercasing long strings ([#​81](https://togithub.com/unjs/destr/pull/81)) ##### 📖 Documentation - Correct `safeDestr` example usage and tests ([#​75](https://togithub.com/unjs/destr/pull/75)) ##### 🏡 Chore - Update dependencies ([46c3915](https://togithub.com/unjs/destr/commit/46c3915)) - Add autofix ci ([ad69b83](https://togithub.com/unjs/destr/commit/ad69b83)) ##### 🎨 Styles - Format code ([5e014f9](https://togithub.com/unjs/destr/commit/5e014f9)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Webstrand - Frenco ### [`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) ### [`v1.2.2`](https://togithub.com/unjs/destr/blob/HEAD/CHANGELOG.md#122-2022-12-05) [Compare Source](https://togithub.com/unjs/destr/compare/v1.2.1...v1.2.2) ### [`v1.2.1`](https://togithub.com/unjs/destr/blob/HEAD/CHANGELOG.md#121-2022-11-14) [Compare Source](https://togithub.com/unjs/destr/compare/v1.2.0...v1.2.1) ### [`v1.2.0`](https://togithub.com/unjs/destr/blob/HEAD/CHANGELOG.md#120-2022-10-19) [Compare Source](https://togithub.com/unjs/destr/compare/v1.1.1...v1.2.0) ##### Features - add option `strict` that throws an error if the input is not valid JSON ([#​11](https://togithub.com/unjs/destr/issues/11)) ([36c7121](https://togithub.com/unjs/destr/commit/36c712171dc3eac6f720a64b449d3e661d2e511b)) ##### [1.1.1](https://togithub.com/unjs/destr/compare/v1.1.0...v1.1.1) (2022-04-07) ### [`v1.1.1`](https://togithub.com/unjs/destr/blob/HEAD/CHANGELOG.md#111-2022-04-07) [Compare Source](https://togithub.com/unjs/destr/compare/v1.1.0...v1.1.1) ### [`v1.1.0`](https://togithub.com/unjs/destr/blob/HEAD/CHANGELOG.md#110-2021-01-21) [Compare Source](https://togithub.com/unjs/destr/compare/v1.0.1...v1.1.0) ##### Features - **pkg:** expose mjs format ([104fe6c](https://togithub.com/unjs/destr/commit/104fe6c2ae4e602cadfb1b66271f2352c1e2acf4)) ##### [1.0.1](https://togithub.com/unjs/destr/compare/v1.0.0...v1.0.1) (2020-11-08) ##### Bug Fixes - don't parse numbers if potential to exceed 15 digits ([bc8c596](https://togithub.com/unjs/destr/commit/bc8c5962747a9fff189e17bbdc02f760d157fdbd))

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 was generated by Mend Renovate. View the repository job log.

codecov-commenter commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e20a347) 96.96% compared to head (0f4b388) 96.96%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #217 +/- ## ======================================= Coverage 96.96% 96.96% ======================================= Files 1 1 Lines 66 66 Branches 39 39 ======================================= Hits 64 64 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.