Skip to content

Commit

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

---

### Release Notes

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

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

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

##### Core Changes

- fix: move sort to loader to also sort query string:
[#&#8203;55425](https://github.com/vercel/next.js/issues/55425)
- Don't log error about root_task_dispose:
[#&#8203;55458](https://github.com/vercel/next.js/issues/55458)
- Skip JSON.parse in loadClientReferenceManifest:
[#&#8203;55457](https://github.com/vercel/next.js/issues/55457)

##### Credits

Huge thanks to
[@&#8203;wesleydebruijn](https://github.com/wesleydebruijn),
[@&#8203;wbinnssmith](https://github.com/wbinnssmith), 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 16, 2023
1 parent bd8275e commit 030f15a
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.32",
"next": "13.4.20-canary.33",
"postcss": "8.4.29",
"prettier": "3.0.3",
"react": "18.2.0",
Expand Down

0 comments on commit 030f15a

Please sign in to comment.