Skip to content

Commit

Permalink
fix(deps): update dependency next to v13.4.20-canary.37 (#195)
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 |
|---|---|---|---|---|---|
| [next](https://nextjs.org)
([source](https://github.com/vercel/next.js)) | [`13.4.20-canary.35`
->
`13.4.20-canary.37`](https://renovatebot.com/diffs/npm/next/13.4.20-canary.35/13.4.20-canary.37)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/next/13.4.20-canary.37?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/13.4.20-canary.37?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/13.4.20-canary.35/13.4.20-canary.37?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/13.4.20-canary.35/13.4.20-canary.37?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/next.js (next)</summary>

###
[`v13.4.20-canary.37`](https://github.com/vercel/next.js/releases/tag/v13.4.20-canary.37)

[Compare
Source](https://github.com/vercel/next.js/compare/v13.4.20-canary.36...v13.4.20-canary.37)

##### Core Changes

- Allow server-only in server targets and client-only in client
components targets to be available:
[#&#8203;55394](https://github.com/vercel/next.js/issues/55394)
- Make useSearchParams and useParams compatible between app and pages
router:
[#&#8203;55280](https://github.com/vercel/next.js/issues/55280)

##### Example Changes

- Hotfix for missing application/json header in Prepr example:
[#&#8203;55517](https://github.com/vercel/next.js/issues/55517)

##### Credits

Huge thanks to [@&#8203;huozhi](https://github.com/huozhi) and
[@&#8203;Kevintjuhz](https://github.com/Kevintjuhz) for helping!

###
[`v13.4.20-canary.36`](https://github.com/vercel/next.js/releases/tag/v13.4.20-canary.36)

[Compare
Source](https://github.com/vercel/next.js/compare/v13.4.20-canary.35...v13.4.20-canary.36)

##### Core Changes

- update turbopack:
[#&#8203;55515](https://github.com/vercel/next.js/issues/55515)
- Remove process.env reading in require hook:
[#&#8203;55520](https://github.com/vercel/next.js/issues/55520)

##### Credits

Huge thanks to [@&#8203;sokra](https://github.com/sokra) and
[@&#8203;timneutkens](https://github.com/timneutkens) for helping!

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/Johannes-Andersen/Johannes).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent bd664cb commit 6702282
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
88 changes: 44 additions & 44 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"autoprefixer": "10.4.15",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"next": "13.4.20-canary.35",
"next": "13.4.20-canary.37",
"postcss": "8.4.29",
"prettier": "3.0.3",
"react": "18.2.0",
Expand Down

0 comments on commit 6702282

Please sign in to comment.