Skip to content

Commit

Permalink
chore(web): update next.js to v13.4.19 (#731)
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/bundle-analyzer](https://togithub.com/vercel/next.js) | [`13.4.18` -> `13.4.19`](https://renovatebot.com/diffs/npm/@next%2fbundle-analyzer/13.4.18/13.4.19) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2fbundle-analyzer/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@next%2fbundle-analyzer/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@next%2fbundle-analyzer/13.4.18/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@next%2fbundle-analyzer/13.4.18/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@next/eslint-plugin-next](https://togithub.com/vercel/next.js) | [`13.4.18` -> `13.4.19`](https://renovatebot.com/diffs/npm/@next%2feslint-plugin-next/13.4.18/13.4.19) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2feslint-plugin-next/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@next%2feslint-plugin-next/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@next%2feslint-plugin-next/13.4.18/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@next%2feslint-plugin-next/13.4.18/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://togithub.com/vercel/next.js)) | [`13.4.18` -> `13.4.19`](https://renovatebot.com/diffs/npm/eslint-config-next/13.4.18/13.4.19) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-next/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-next/13.4.18/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/13.4.18/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [next](https://nextjs.org) ([source](https://togithub.com/vercel/next.js)) | [`13.4.18` -> `13.4.19`](https://renovatebot.com/diffs/npm/next/13.4.18/13.4.19) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/13.4.18/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/13.4.18/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/next.js (@&#8203;next/bundle-analyzer)</summary>

### [`v13.4.19`](https://togithub.com/vercel/next.js/compare/v13.4.18...v13.4.19)

[Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.18...v13.4.19)

</details>

<details>
<summary>vercel/next.js (@&#8203;next/eslint-plugin-next)</summary>

### [`v13.4.19`](https://togithub.com/vercel/next.js/releases/tag/v13.4.19)

[Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.18...v13.4.19)

##### Core Changes

-   fix: invalid module transform for `@headlessui/react`: [#&#8203;54206](https://togithub.com/vercel/next.js/issues/54206)
-   chore: remove unnecessary type cast in dev-build-watcher: [#&#8203;54221](https://togithub.com/vercel/next.js/issues/54221)
-   fix process.env not being available in standalone mode: [#&#8203;54203](https://togithub.com/vercel/next.js/issues/54203)
-   Fix missing `devPageFiles` collection: [#&#8203;54224](https://togithub.com/vercel/next.js/issues/54224)
-   Add `Route` and `LinkProps` stub generics: [#&#8203;54226](https://togithub.com/vercel/next.js/issues/54226)
-   Use `createClientModuleProxy` from Flight Server: [#&#8203;54232](https://togithub.com/vercel/next.js/issues/54232)
-   Add default not found to loader tree of group routes root layer: [#&#8203;54228](https://togithub.com/vercel/next.js/issues/54228)
-   feat(image): add support for custom `loaderFile` when `loader: default`: [#&#8203;53417](https://togithub.com/vercel/next.js/issues/53417)
-   Fix renamed export of Server Actions: [#&#8203;54241](https://togithub.com/vercel/next.js/issues/54241)
-   Ensures App Router Link respects scroll-behavior: smooth when only hash is changed.: [#&#8203;54243](https://togithub.com/vercel/next.js/issues/54243)

##### Misc Changes

-   Update dd-trace used for internal tools: [#&#8203;54214](https://togithub.com/vercel/next.js/issues/54214)
-   (Fix)Broken `upgrading.mdx` link : [#&#8203;54234](https://togithub.com/vercel/next.js/issues/54234)
-   chore: skip CI run on forks: [#&#8203;54219](https://togithub.com/vercel/next.js/issues/54219)
-   chore(ci): bump `[email protected]`: [#&#8203;54246](https://togithub.com/vercel/next.js/issues/54246)

##### Credits

Huge thanks to [@&#8203;opnay](https://togithub.com/opnay), [@&#8203;styfle](https://togithub.com/styfle), [@&#8203;timneutkens](https://togithub.com/timneutkens), [@&#8203;ztanner](https://togithub.com/ztanner), [@&#8203;shuding](https://togithub.com/shuding), [@&#8203;huozhi](https://togithub.com/huozhi), [@&#8203;vinaykulk621](https://togithub.com/vinaykulk621), [@&#8203;balazsorban44](https://togithub.com/balazsorban44), [@&#8203;goguda](https://togithub.com/goguda), and [@&#8203;coreyleelarson](https://togithub.com/coreyleelarson) for helping!

</details>

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

### [`v13.4.19`](https://togithub.com/vercel/next.js/compare/v13.4.18...v13.4.19)

[Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.18...v13.4.19)

</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 these updates 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/InReach).



PR-URL: #731
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
renovate[bot] committed Aug 19, 2023
1 parent 7f60512 commit fdc73dd
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 119 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@mantine/spotlight": "6.0.19",
"@mantine/tiptap": "6.0.19",
"@mantine/utils": "6.0.19",
"@next/bundle-analyzer": "13.4.18",
"@next/bundle-analyzer": "13.4.19",
"@opentelemetry/api": "1.4.1",
"@opentelemetry/exporter-trace-otlp-http": "0.41.2",
"@opentelemetry/instrumentation": "0.41.2",
Expand Down Expand Up @@ -97,7 +97,7 @@
"just-compare": "2.3.0",
"luxon": "3.4.0",
"mantine-react-table": "1.1.2",
"next": "13.4.18",
"next": "13.4.19",
"next-auth": "4.23.1",
"next-i18next": "14.0.0",
"next-seo": "6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"dayjs": "1.11.9",
"embla-carousel-react": "7.1.0",
"i18next": "23.4.4",
"next": "13.4.18",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.1.2"
},
"devDependencies": {
"@next/bundle-analyzer": "13.4.18",
"@next/bundle-analyzer": "13.4.19",
"@types/eslint": "8.44.2",
"@types/node": "18.17.5",
"@types/react": "18.2.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"just-capitalize": "3.2.0",
"just-pascal-case": "3.2.0",
"listr2": "6.6.1",
"next": "13.4.18",
"next": "13.4.19",
"p-queue": "7.3.4",
"prettier": "3.0.2",
"prisma": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.47.0",
"next": "13.4.18",
"next": "13.4.19",
"next-auth": "4.23.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@next/eslint-plugin-next": "13.4.18",
"@next/eslint-plugin-next": "13.4.19",
"@tanstack/eslint-plugin-query": "4.32.5",
"@types/eslint": "8.44.2",
"@types/eslint-config-prettier": "6.11.0",
"@types/node": "18.17.5",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"eslint": "8.47.0",
"eslint-config-next": "13.4.18",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "9.0.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.0",
Expand All @@ -33,7 +33,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.13",
"eslint-plugin-turbo": "1.10.12",
"next": "13.4.18",
"next": "13.4.19",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"merge-anything": "5.1.7",
"msw": "1.2.3",
"msw-storybook-addon": "1.8.0",
"next": "13.4.18",
"next": "13.4.19",
"next-auth": "4.23.1",
"next-i18next": "14.0.0",
"next-router-mock": "0.9.9",
Expand Down
Loading

0 comments on commit fdc73dd

Please sign in to comment.