Skip to content

fix(deps): update dependency iso-error to v6#176

Merged
mergify[bot] merged 1 commit intomainfrom
renovate/iso-error-6.x
Jan 10, 2023
Merged

fix(deps): update dependency iso-error to v6#176
mergify[bot] merged 1 commit intomainfrom
renovate/iso-error-6.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
iso-error (source) ^5.0.0 -> ^6.0.0 age adoption passing confidence

Release Notes

unional/iso-error

v6.0.0

Compare Source

Major Changes
  • 8f6e39e: Adjust ErrorWithCause to match ES2022 definition.

    standard type ES2022 adds cause?: unknown to the Error type.

    It is not compatiable with the more restricted cause?: Error.

    So we need to adjust ErrorWithCause to match ES2022 definition.

v5.0.2

Compare Source

Patch Changes
  • 84fc334: Skip field when it is circular

Those 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.1

Compare Source

Patch Changes
  • ca454a5: Improve cause support with mocktomata.

    Remove usage of instanceOf IsoError in toIsoError(),
    so that serialized error works the same as original error.

    And flip to use err.name over err.constructor.name as that is actually more correct.

    Have encountered a case (with axios) where err.constructor.name is 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.


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

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

@changeset-bot
Copy link

changeset-bot bot commented Jan 10, 2023

⚠️ No Changeset found

Latest commit: cc24578

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Jan 10, 2023

Codecov Report

Base: 97.19% // Head: 97.19% // No change to project coverage 👍

Coverage data is based on head (cc24578) compared to base (6b7018c).
Patch has no changes to coverable lines.

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mergify mergify bot merged commit 2ee0ed1 into main Jan 10, 2023
@mergify mergify bot deleted the renovate/iso-error-6.x branch January 10, 2023 22:47
unional pushed a commit that referenced this pull request Jan 10, 2023
## [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))
@unional
Copy link
Owner

unional commented Jan 10, 2023

🎉 This PR is included in version 3.2.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant