fix(deps): update dependency iso-error to v6#176
Conversation
|
Codecov ReportBase: 97.19% // Head: 97.19% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #176 +/- ##
=======================================
Coverage 97.19% 97.19%
=======================================
Files 9 9
Lines 321 321
Branches 87 87
=======================================
Hits 312 312
Misses 9 9 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
## [3.2.9](v3.2.8...v3.2.9) (2023-01-10) ### Bug Fixes * **deps:** update dependency iso-error to v6 ([#176](#176)) ([2ee0ed1](2ee0ed1))
|
🎉 This PR is included in version 3.2.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR contains the following updates:
^5.0.0->^6.0.0Release Notes
unional/iso-error
v6.0.0Compare Source
Major Changes
8f6e39e: AdjustErrorWithCauseto matchES2022definition.standard type
ES2022addscause?: unknownto theErrortype.It is not compatiable with the more restricted
cause?: Error.So we need to adjust
ErrorWithCauseto matchES2022definition.v5.0.2Compare Source
Patch Changes
84fc334: Skip field when it is circularThose fields are skipped instead of trying to preserve them because they are most likely not used across the boundary.
The information we access across the boundary should be minimal, unless explicitly defined,
such as those in google-cloud-api
v5.0.1Compare Source
Patch Changes
ca454a5: Improvecausesupport with mocktomata.Remove usage of
instanceOf IsoErrorintoIsoError(),so that serialized error works the same as original error.
And flip to use
err.nameovererr.constructor.nameas that is actually more correct.Have encountered a case (with axios) where
err.constructor.nameis empty.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.