Skip to content

Commit

Permalink
fix(deps): update dependency next to v14.1.1 (#982)
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)) | [`14.1.0` ->
`14.1.1`](https://renovatebot.com/diffs/npm/next/14.1.0/14.1.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/next/14.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/14.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/14.1.0/14.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/14.1.0/14.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v14.1.1`](https://github.com/vercel/next.js/releases/tag/v14.1.1)

[Compare
Source](https://github.com/vercel/next.js/compare/v14.1.0...v14.1.1)

##### Core Changes

- Should not warn metadataBase missing if only absolute urls are
present:
[vercel/next.js#61898
- Fix trailing slash for canonical url:
[vercel/next.js#62109
- Fix metadata json manifest convention:
[vercel/next.js#62615
- Improve the Server Actions SWC transform:
[vercel/next.js#61001
- Fix Server Reference being double registered:
[vercel/next.js#61244
- Improve the Server Actions SWC transform (part 2):
[vercel/next.js#62052
- Fix module-level Server Action creation with closure-closed values:
[vercel/next.js#62437
- Fix draft mode invariant:
[vercel/next.js#62121
- fix: babel usage with next/image:
[vercel/next.js#61835
- Fix next/server api alias for ESM pkg:
[vercel/next.js#61721
- Replace image optimizer IPC call with request handler:
[vercel/next.js#61471
- chore: refactor image optimization to separate external/internal urls:
[vercel/next.js#61172
- fix(image): warn when animated image is missing unoptimized prop:
[vercel/next.js#61045
- fix(build-output): show stack during CSR bailout warning:
[vercel/next.js#62594
- Fix extra swc optimizer applied to node_modules in browser layer:
[vercel/next.js#62051
- fix(next-swc): Detect exports.foo from cjs_finder:
[vercel/next.js#61795
- Fix attempted import error for react:
[vercel/next.js#61791
- Add stack trace to client rendering bailout error:
[vercel/next.js#61200
- fix router crash on revalidate + popstate:
[vercel/next.js#62383
- fix loading issue when navigating to page with async metadata:
[vercel/next.js#61687
- revert changes to process default routes at build:
[vercel/next.js#61241
- fix parallel route top-level catch-all normalization logic to support
nested explicit (non-catchall) slot routes:
[vercel/next.js#60776
- Improve redirection handling:
[vercel/next.js#62561
- Simplify node/edge server chunking some:
[vercel/next.js#62424

##### Credits

Huge thanks to [@&#8203;huozhi](https://github.com/huozhi),
[@&#8203;shuding](https://github.com/shuding),
[@&#8203;Ethan-Arrowood](https://github.com/Ethan-Arrowood),
[@&#8203;styfle](https://github.com/styfle),
[@&#8203;ijjk](https://github.com/ijjk),
[@&#8203;ztanner](https://github.com/ztanner),
[@&#8203;balazsorban44](https://github.com/balazsorban44),
[@&#8203;kdy1](https://github.com/kdy1), and
[@&#8203;williamli](https://github.com/williamli) 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/huv1k/website).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 1, 2024
1 parent b696f19 commit f9e72f5
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"graphql": "16.8.1",
"graphql-yoga": "4.0.5",
"gray-matter": "4.0.3",
"next": "14.1.0",
"next": "14.1.1",
"next-contentlayer": "0.3.4",
"next-seo": "6.5.0",
"nexus": "1.3.0",
Expand Down
86 changes: 43 additions & 43 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 f9e72f5

Please sign in to comment.