Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update nextjs monorepo to v14.2.20 - autoclosed #1046

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/bundle-analyzer (source) 14.2.8 -> 14.2.20 age adoption passing confidence
eslint-config-next (source) 14.2.8 -> 14.2.20 age adoption passing confidence
next (source) 14.2.8 -> 14.2.20 age adoption passing confidence

Release Notes

vercel/next.js (@​next/bundle-analyzer)

v14.2.20

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​wyattjoh for helping!

v14.2.19

Compare Source

v14.2.18

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi and @​ijjk for helping!

v14.2.17

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix: revert the bad node binary handling (#​72356)
  • Ensure pages/500 handles cache-control as expected (#​72050) (#​72110)
  • fix unhandled runtime error from generateMetadata in parallel routes (#​72153)
Credits

Huge thanks to @​huozhi, @​ztanner, and @​ijjk for helping!

v14.2.16

Compare Source

v14.2.15

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • [i18n] Routing fix #​70761
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

Compare Source

v14.2.12

Compare Source

v14.2.11

Compare Source

v14.2.10

Compare Source

v14.2.9

Compare Source

vercel/next.js (eslint-config-next)

v14.2.20

Compare Source

v14.2.19

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

Huge thanks to @​ztanner and @​ijjk for helping!

v14.2.18

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi and @​ijjk for helping!

v14.2.17

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix: revert the bad node binary handling (#​72356)
  • Ensure pages/500 handles cache-control as expected (#​72050) (#​72110)
  • fix unhandled runtime error from generateMetadata in parallel routes (#​72153)
Credits

Huge thanks to @​huozhi, @​ztanner, and @​ijjk for helping!

v14.2.16

Compare Source

v14.2.15

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • [i18n] Routing fix #​70761
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

Compare Source

v14.2.12

Compare Source

v14.2.11

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.10

Compare Source

v14.2.9

Compare Source

vercel/next.js (next)

v14.2.20

Compare Source

v14.2.19

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

Huge thanks to @​ztanner and @​ijjk for helping!

v14.2.18

Compare Source

v14.2.17

Compare Source

v14.2.16

Compare Source

v14.2.15

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • [i18n] Routing fix #​70761
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

Compare Source

v14.2.12

Compare Source

v14.2.11

Compare Source

v14.2.10

Compare Source

v14.2.9

Compare Source


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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added d:patch Pull requests that update a patch dependency dependencies Pull requests that update a dependency file labels Sep 15, 2024
Copy link

vercel bot commented Sep 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mateusf-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 7, 2024 10:00pm

@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from 1731ede to d98fba3 Compare September 15, 2024 20:02
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.10 fix(deps): update nextjs monorepo to v14.2.11 Sep 15, 2024
@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from d98fba3 to 6ce1dde Compare September 20, 2024 22:26
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.11 fix(deps): update nextjs monorepo to v14.2.12 Sep 20, 2024
@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from 6ce1dde to 4e51efb Compare September 23, 2024 01:11
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.12 fix(deps): update nextjs monorepo to v14.2.13 Sep 23, 2024
@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from 4e51efb to 8a89d24 Compare September 28, 2024 16:07
@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from 8a89d24 to ed14b6b Compare October 4, 2024 18:53
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.13 fix(deps): update nextjs monorepo to v14.2.14 Oct 4, 2024
@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from ed14b6b to 92fb6c9 Compare October 9, 2024 11:43
@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from 92fb6c9 to a50d1e2 Compare October 11, 2024 22:18
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.14 fix(deps): update nextjs monorepo to v14.2.15 Oct 11, 2024
@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from a50d1e2 to 4c997f9 Compare October 26, 2024 03:23
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.15 fix(deps): update nextjs monorepo to v14.2.16 Oct 26, 2024
@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from 4c997f9 to 2138198 Compare November 9, 2024 01:48
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.16 fix(deps): update nextjs monorepo to v14.2.17 Nov 9, 2024
@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from 2138198 to 06566a8 Compare November 16, 2024 21:58
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.17 fix(deps): update nextjs monorepo to v14.2.18 Nov 16, 2024
@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from 06566a8 to 5d986e9 Compare December 2, 2024 10:29
@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from 5d986e9 to 56ad7d9 Compare December 2, 2024 21:26
@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from 56ad7d9 to 4dc4c26 Compare December 6, 2024 16:47
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.18 fix(deps): update nextjs monorepo to v14.2.19 Dec 6, 2024
| datasource | package               | from   | to      |
| ---------- | --------------------- | ------ | ------- |
| npm        | @next/bundle-analyzer | 14.2.8 | 14.2.20 |
| npm        | eslint-config-next    | 14.2.8 | 14.2.20 |
| npm        | next                  | 14.2.8 | 14.2.20 |
@renovate renovate bot force-pushed the deps/nextjs-monorepo branch from 4dc4c26 to a54d207 Compare December 7, 2024 21:57
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.19 fix(deps): update nextjs monorepo to v14.2.20 Dec 7, 2024
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.20 fix(deps): update nextjs monorepo to v14.2.20 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the deps/nextjs-monorepo branch December 8, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d:patch Pull requests that update a patch dependency dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants