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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2023

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

Compare Source

compare changes

🩹 Fixes
  • Improve compatibility with runtimes not supporting String.prototype.at() (#​102)
🏡 Chore
✅ Tests
❤️ Contributors

v2.0.2

Compare Source

compare changes

🩹 Fixes
  • Parsing decimals and scientific notation (#​94)
  • Avoid fast path with possible escape chars (#​89)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.0.1

Compare Source

compare changes

🔥 Performance
  • Avoid lowercasing long strings (#​81)
📖 Documentation
  • Correct safeDestr example usage and tests (#​75)
🏡 Chore
🎨 Styles
❤️ Contributors

v2.0.0

Compare Source

compare changes

🚀 Enhancements
  • ⚠️ Support generic type with unkown default (#​68)
  • Show warning when dropping unsafe keys (#​57)
  • Support minus infinity (#​67)
  • Support safeDestr (#​70)
  • Parse double-quoted string with fast path (#​71)
🔥 Performance
  • Move common check earlier (5be5732)
💅 Refactors
  • ⚠️ Use named destr export (#​69)
🏡 Chore
⚠️ Breaking Changes
  • ⚠️ Support generic type with unkown default (#​68)
  • ⚠️ Use named destr export (#​69)
❤️ Contributors
1.2.2 (2022-12-05)
Bug Fixes
1.2.1 (2022-11-14)

v1.2.2

Compare Source

v1.2.1

Compare Source

v1.2.0

Compare Source

Features
  • add option strict that throws an error if the input is not valid JSON (#​11) (36c7121)
1.1.1 (2022-04-07)

v1.1.1

Compare Source

v1.1.0

Compare Source

Features
1.0.1 (2020-11-08)
Bug Fixes
  • don't parse numbers if potential to exceed 15 digits (bc8c596)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov-commenter
Copy link

codecov-commenter commented Jun 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant