Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency superjson to v2 (#28)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [superjson](https://github.com/blitz-js/superjson) | [`^1.13.1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/superjson/1.13.1/2.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/superjson/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/superjson/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/superjson/1.13.1/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/superjson/1.13.1/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>blitz-js/superjson (superjson)</summary>

### [`v2.0.0`](https://github.com/blitz-js/superjson/releases/tag/v2.0.0)

[Compare Source](https://github.com/blitz-js/superjson/compare/v1.13.3...v2.0.0)

##### What's Changed

Breaking Change: SuperJSON is now published as an ES Module, and only supports Node.js v16 and later.

-   Update logo and README.md by [@&#8203;agreea](https://github.com/agreea) in [https://github.com/blitz-js/superjson/pull/258](https://github.com/blitz-js/superjson/pull/258)
-   Tweak Banner Image by [@&#8203;agreea](https://github.com/agreea) in [https://github.com/blitz-js/superjson/pull/261](https://github.com/blitz-js/superjson/pull/261)
-   fix: fix typo in banner filename by [@&#8203;colinhacks](https://github.com/colinhacks) in [https://github.com/blitz-js/superjson/pull/262](https://github.com/blitz-js/superjson/pull/262)
-   feat!: make SuperJSON esm-only by [@&#8203;Skn0tt](https://github.com/Skn0tt) in [https://github.com/blitz-js/superjson/pull/263](https://github.com/blitz-js/superjson/pull/263)

##### New Contributors

-   [@&#8203;agreea](https://github.com/agreea) made their first contribution in [https://github.com/blitz-js/superjson/pull/258](https://github.com/blitz-js/superjson/pull/258)
-   [@&#8203;colinhacks](https://github.com/colinhacks) made their first contribution in [https://github.com/blitz-js/superjson/pull/262](https://github.com/blitz-js/superjson/pull/262)

**Full Changelog**: flightcontrolhq/superjson@v1.13.3...v2.0.0

### [`v1.13.3`](https://github.com/blitz-js/superjson/releases/tag/v1.13.3)

[Compare Source](https://github.com/blitz-js/superjson/compare/v1.13.2...v1.13.3)

#### What's Changed

-   fix a bug with dedupe=true and rereferential
    equalities. Report by [@&#8203;KATT](https://github.com/KATT), thank you! [#&#8203;253](https://github.com/blitz-js/superjson/issues/253)

**Full Changelog**: flightcontrolhq/superjson@v1.13.1...v1.13.3

### [`v1.13.2`](https://github.com/blitz-js/superjson/releases/tag/v1.13.2)

[Compare Source](https://github.com/blitz-js/superjson/compare/v1.13.1...v1.13.2)

This was an accidental release. Oops, sorry! No changes
to the prior version.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am" (UTC), 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/saud-alnasser/cachescribe).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent ac93908 commit 0c8120f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-mice-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cachescribe": patch
---

updated dependency superjson to v2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"fs-extra": "^11.1.1",
"slash": "^5.1.0",
"superjson": "^1.13.1",
"superjson": "^2.0.0",
"zod": "^3.22.2"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c8120f

Please sign in to comment.