Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

chore(deps): update dependency @netlify/plugin-nextjs to v5 #386

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@netlify/plugin-nextjs (source) ^4.41.3 -> ^5.11.4 age adoption passing confidence

Release Notes

opennextjs/opennextjs-netlify (@​netlify/plugin-nextjs)

v5.11.4

Compare Source

Bug Fixes

v5.11.3

Compare Source

Bug Fixes
  • don't 404 on prefetches to fully static pages router pages when middleware is present (#​2957) (7af10ec)

v5.11.2

Compare Source

Bug Fixes
  • address edge can read request body failures (#​2890) (5489c0d)
  • ensure internal x-middleware-set-cookie header is not passed on to lambda (#​2891) (b3ab558)
  • handle case of env not being defined for edge functions (#​2936) (ca1b7e8)
  • only set permament caching header when reading html file when it's not during server initialization AND when read html is Next produced fully static html (#​2935) (6a8ef66)

v5.11.1

Compare Source

Bug Fixes

v5.11.0

Compare Source

Features
Bug Fixes

v5.10.7

Compare Source

Bug Fixes
  • cookies set in middleware accessible during the same request (#​2847) (263853b)

v5.10.6

Compare Source

Bug Fixes
  • narrow down mismatch content warning to non-304 responses (#​2826) (5ecd720)
  • RSC responses when using middleware rewrites or redirects for cacheable page being served for html requests (#​2843) (9c8353b)

v5.10.5

Compare Source

Bug Fixes

v5.10.4

Compare Source

Bug Fixes
  • add debug information around potential html/rsc response mismatches (#​2816) (70f9b15)
  • handle case of zero-length cacheable route handler responses (#​2819) (530d2c5)

v5.10.3

Compare Source

Bug Fixes
  • don't set permanent caching header when res.revalidate() was used (#​2810) (0e7e3a2)
  • improved cdn cache hooks for dynamic 404 pages (#​2786) (b4f04e3)

v5.10.2

Compare Source

Performance Improvements

v5.10.1

Compare Source

Bug Fixes
  • add more measures to prevent using data-cache for blob operations (#​2775) (58cafc1)

v5.10.0

Compare Source

Features
  • make CDN SWR background revalidation discard stale cache content in order to produce fresh responses (#​2765) (f8004d7)
Bug Fixes
  • apply caching headers to pages router 404 with getStaticProps (#​2764) (3301077)
  • don't cache POST when serving embedded static html (#​2766) (28217d4)
  • dynamic not-prerendered routes revalidate tracking for next@>=v15.2.1-canary.4 (b242927)
  • narrow down middleware i18n locale matcher to concrete locales (#​2768) (f3e24b1)
  • set immutable cache-control for _next/static (#​2767) (5bd68dd)

v5.9.4

Compare Source

Bug Fixes
  • ensure background work is finished when response has 3xx or 5xx status code (#​2742) (ff2632f)
  • use uint8array for htmlrewriter wasm module instead of base64 (25f6f30)
  • use uint8array for user's wasm modules used in middleware instead of base64 (#​2740) (aab8803)

v5.9.3

Compare Source

Bug Fixes
  • adjust middleware json data rewrite to work with recent next@canary (#​2734) (5a602c3)

v5.9.2

Compare Source

Bug Fixes

v5.9.1

Compare Source

Bug Fixes
  • use version of htmlrewriter which does not make use of asyncify, which looks to have a potential memory leak under high load (#​2721) (4d7ad97)

v5.9.0

Compare Source

Features
Bug Fixes

v5.8.1

Compare Source

Bug Fixes
  • create cache entries for fallback pages to support next@canary (#​2649) (8ab259a)

v5.8.0

Compare Source

Features
Bug Fixes

v5.7.4

Compare Source

Bug Fixes

v5.7.3

Compare Source

Bug Fixes
  • handle middleware redirects to default locale and same path (#​2636) (f0fa7d0)

v5.7.2

Compare Source

Bug Fixes

v5.7.1

Compare Source

Bug Fixes
  • generate correct import path when 'src' directory is used and middleware imports wasm module (#​2583) (b54b682)
  • update cache handler to accommodate changes in next@canary (#​2572) (83f685e)

v5.7.0

Compare Source

Features
Bug Fixes

v5.6.0

Compare Source

Features
  • fail build when netlify forms detected without workaround (#​2539) (56fef5f)
Bug Fixes

v5.5.1

Compare Source

Bug Fixes

v5.5.0

Compare Source

Features

v5.4.0

Compare Source

Features
  • warn when netlify form detected (195b8b2)
Bug Fixes
  • set netlify-cache-tag for not prerendered content (#​2495) (8fe6676)
  • track revalidate / cdn purge to ensure it finishes execution and is not suspended mid-execution (#​2490) (5a0fec5)

v5.3.3

Compare Source

Bug Fixes
  • middleware i18n normalization (#​2483) (a9efa9c)
  • set systemlogger debug log level for debug requests (#​571) (a6d09f3)
  • update cache handler to accomodate changes in next@canary (#​2480) (f4eeaa2)
  • update in-memory prerender manifest with information from full route cache (#​579) (c91e257)

v5.3.2

Compare Source

Bug Fixes
  • allow parallel routes to resolve without routing to a 404 page (#​516) (04dc3ec)
  • ensure locale is in next response url to allow page locale to inferred downstream (#​533) (59b575e)
  • manually triggered notFound pages in page-router for older versions of next (#​541) (30ef981)

v5.3.1

Compare Source

Bug Fixes

v5.3.0

Compare Source

Features
  • Set experimentalRegion to 'context' in order to enable colocated blobs (#​488) (a72a837)
Bug Fixes
  • deps: update dependency chart.js to v4.4.3 (ee6e185)
  • leverage system logger for debug logs (instead of console) (#​467) (b352d96)

v5.2.2

Compare Source

Bug Fixes
  • normalize trailing slash when handling middleware rewrites (#​448) (2012922)
  • separate response cache if debug logging header is used (#​384) (68f8e79)
  • support revalidating multiple tags at once (#​464) (62ea699)

v5.2.1

Compare Source

Bug Fixes
  • don't normalize url if x-nextjs-redirect header is present (#​424) (f23da82)

v5.2.0

Compare Source

Features
Bug Fixes

v5.1.2

Compare Source

Bug Fixes

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features
  • add cdn-cache-control headers to cacheable route handler responses (#​399) (f4c588c)
  • fail the build when advanced api routes are used (#​403) (275f488)

v5.0.0

Compare Source

Features
Bug Fixes
Performance Improvements
  • check any revalidatedTags passed from next first before checking blobs, memoize tag manifest blob gets for duration of request (#​229) (39ab537)
  • ensure blob directory exist just once (#​357) (037b695)
  • reuse lastModified captured in cache handler to calculate date header (#​260) (e33bd93)
  • shim next's telemetry module to improve startup performance (#​365) (3d2c429)
Miscellaneous Chores

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 this update 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 requested a review from a team as a code owner April 2, 2024 14:32
@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Apr 2, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 2, 2024
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from 3e3cabc to 7da3f49 Compare April 3, 2024 16:25
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 3, 2024
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from 7da3f49 to 99dd7b9 Compare April 16, 2024 15:51
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 16, 2024
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from 99dd7b9 to 938b33c Compare April 16, 2024 15:52
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 16, 2024
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch 2 times, most recently from e939871 to d206e39 Compare April 18, 2024 10:19
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 23, 2024
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from d206e39 to a4e14e8 Compare April 23, 2024 16:53
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 23, 2024
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from a4e14e8 to 6b9e81e Compare April 25, 2024 10:56
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 25, 2024
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from 6b9e81e to 80133f8 Compare April 29, 2024 00:43
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 29, 2024
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from 80133f8 to ca24052 Compare April 29, 2024 00:45
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 29, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 3, 2025
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from 5f73caa to 12699d4 Compare April 7, 2025 14:59
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 7, 2025
Copy link

netlify-staging-app bot commented Apr 7, 2025

Deploy Preview for bejewelled-profiterole-84be0c ready!

Name Link
🔨 Latest commit 180985c
🔍 Latest deploy log https://app.netlifystg.com/projects/bejewelled-profiterole-84be0c/deploys/685b1b1e03a19c000833c6b3
😎 Deploy Preview https://deploy-preview-386--bejewelled-profiterole-84be0c.netlifystg.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from 12699d4 to 77be3b5 Compare April 11, 2025 13:28
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 11, 2025
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from 77be3b5 to d0ac2d1 Compare April 15, 2025 21:25
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 15, 2025
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from d0ac2d1 to 4d86e05 Compare April 18, 2025 17:29
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 18, 2025
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from 4d86e05 to 86b9028 Compare May 5, 2025 17:41
kodiakhq[bot]
kodiakhq bot previously approved these changes May 5, 2025
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from 86b9028 to 9456428 Compare May 6, 2025 14:03
kodiakhq[bot]
kodiakhq bot previously approved these changes May 6, 2025
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from 9456428 to 6b545ec Compare May 21, 2025 14:42
kodiakhq[bot]
kodiakhq bot previously approved these changes May 21, 2025
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from 6b545ec to a26fe3e Compare June 17, 2025 15:11
kodiakhq[bot]
kodiakhq bot previously approved these changes Jun 17, 2025
@renovate renovate bot force-pushed the renovate/netlify-plugin-nextjs-5.x branch from a26fe3e to 180985c Compare June 24, 2025 21:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies javascript type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants