Skip to content

Commit

Permalink
fix(deps): update dependency superjson to v2 (#209)
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://togithub.com/blitz-js/superjson) | [`1.13.3` -> `2.0.0`](https://renovatebot.com/diffs/npm/superjson/1.13.3/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.3/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/superjson/1.13.3/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

[Compare Source](https://togithub.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://togithub.com/agreea) in [https://github.com/blitz-js/superjson/pull/258](https://togithub.com/blitz-js/superjson/pull/258)
-   Tweak Banner Image by [@&#8203;agreea](https://togithub.com/agreea) in [https://github.com/blitz-js/superjson/pull/261](https://togithub.com/blitz-js/superjson/pull/261)
-   fix: fix typo in banner filename by [@&#8203;colinhacks](https://togithub.com/colinhacks) in [https://github.com/blitz-js/superjson/pull/262](https://togithub.com/blitz-js/superjson/pull/262)
-   feat!: make SuperJSON esm-only by [@&#8203;Skn0tt](https://togithub.com/Skn0tt) in [https://github.com/blitz-js/superjson/pull/263](https://togithub.com/blitz-js/superjson/pull/263)

#### New Contributors

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

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

</details>

---

### 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 is behind base branch, 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](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/weareinreach/GLAAD).



PR-URL: #209
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
kodiakhq[bot] and renovate[bot] authored Oct 11, 2023
2 parents 5323d84 + 5b70bda commit 701f7e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"react-dom": "18.2.0",
"react-i18next": "13.2.2",
"slugify": "1.6.6",
"superjson": "1.13.3",
"superjson": "2.0.0",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
11 changes: 9 additions & 2 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 701f7e5

Please sign in to comment.