Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2024

This PR contains the following updates:

Package Change Age Confidence
@biomejs/biome (source) 1.9.2 -> 1.9.4 age confidence
@heroicons/react 2.1.5 -> 2.2.0 age confidence
@tailwindcss/forms 0.5.9 -> 0.5.10 age confidence
@types/node (source) 22.10.1 -> 22.19.1 age confidence
@types/react (source) 18.3.8 -> 18.3.27 age confidence
@types/react-dom (source) 18.3.0 -> 18.3.7 age confidence
autoprefixer 10.4.20 -> 10.4.22 age confidence
dotenv 16.4.5 -> 16.6.1 age confidence
next (source) 14.2.13 -> 14.2.33 age confidence
next-auth (source) 5.0.0-beta.21 -> 5.0.0-beta.30 age confidence
pino (source) 9.4.0 -> 9.14.0 age confidence
postcss (source) 8.4.47 -> 8.5.6 age confidence
tailwindcss (source) 3.4.13 -> 3.4.18 age confidence
typescript (source) 5.6.2 -> 5.9.3 age confidence
use-debounce 10.0.3 -> 10.0.6 age confidence
zod (source) 3.23.8 -> 3.25.76 age confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v1.9.4

Compare Source

v1.9.3

Compare Source

tailwindlabs/heroicons (@​heroicons/react)

v2.2.0

Compare Source

Added
Fixed
  • Removed unnecessary clipping path from solid/arrow-left-circle (#​1211)
tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.10

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​163)
postcss/autoprefixer (autoprefixer)

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

v10.4.21

Compare Source

motdotla/dotenv (dotenv)

v16.6.1

Compare Source

Changed
  • Default quiet to true – hiding the runtime log message (#​874)
  • NOTICE: 17.0.0 will be released with quiet defaulting to false. Use config({ quiet: true }) to suppress.
  • And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch require('dotenv').config() for require('@​dotenvx/dotenvx').config().

v16.6.0

Compare Source

Added
  • Default log helpful message [[email protected]] injecting env (1) from .env (#​870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.

v16.5.0

Compare Source

Added
  • 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.

[!TIP]
Become a sponsor

The dotenvx README is viewed thousands of times DAILY on GitHub and NPM.
Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.

Changed
  • Remove _log method. Use _debug #​862

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848

v16.4.6

Compare Source

Changed
  • Clean up stale dev dependencies #​847
  • Various README updates clarifying usage and alternative solutions using dotenvx
vercel/next.js (next)

v14.2.33

Compare Source

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

Core Changes
  • omit searchParam data from FlightRouterState before transport (#​80734)
Credits

Huge thanks to @​ztanner for helping!

v14.2.32

Compare Source

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

Core Changes
  • fix router handling when setting a location response header #​82588
Credits

Huge thanks to @​ztanner for helping!

v14.2.31

Compare Source

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

Core Changes
  • fix(next/image): improve and simplify detect-content-type (#​82179)
  • fix(next/image): fix image-optimizer.ts headers (#​82178)
Credits

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

v14.2.30

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 @​ijjk and @​ztanner for helping!

v14.2.29

Compare Source

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

Core Changes
  • Only share incremental cache for edge in next start (#​79389)
Credits

Huge thanks to @​ijjk for helping!

v14.2.28

Compare Source

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

Core Changes
  • fix: node.js module import error when using middleware (#​77945)
Credits

Huge thanks to @​ztanner for helping!

v14.2.27

Compare Source

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

Core Changes
  • fix dynamic route interception not working when deployed with middleware (#​64923)
Credits

Huge thanks to @​ztanner for helping!

v14.2.26

Compare Source

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

Core Changes
  • Match subrequest handling for edge and node (#​77476)

v14.2.25

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.
This release contains a security patch for CVE-2025-29927.

Core Changes
  • Update middleware request header (#​77202)
Credits

Huge thanks to @​ijjk for helping!

v14.2.24

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 @​ztanner for helping!

v14.2.23

Compare Source

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

Core Changes
  • backport: force module format for virtual client-proxy (#​74590)
  • Backport: Use provided waitUntil for pending revalidates (#​74573)
  • Feature: next/image: add support for images.qualities in next.config (#​74500)
Credits

Huge thanks to @​styfle, @​ijjk and @​lubieowoce for helping!

v14.2.22

Compare Source

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

Core Changes
  • Retry manifest file loading only in dev mode: #​73900
  • Ensure workers are cleaned up: #​71564
  • Use shared worker for lint & typecheck steps: #​74154
Credits

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

v14.2.21

Compare Source

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

Core Changes
Misc Changes
  • chore(docs): add missing search: '' on remotePatterns: #​73927
  • chore(docs): update version history of next/image: #​73926
Credits

Huge thanks to @​unstubbable, @​ztanner, and @​styfle for helping!

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

[!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!

nextauthjs/next-auth (next-auth)

v5.0.0-beta.30

Compare Source

v5.0.0-beta.29

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@5.0.0-beta.29

v5.0.0-beta.28

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@5.0.0-beta.28

v5.0.0-beta.27

Compare Source

What's Changed

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@5.0.0-beta.27

v5.0.0-beta.26

What's Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Sep 24, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
nextjs14-dashboard Error Error Nov 18, 2025 8:04am

@changeset-bot
Copy link

changeset-bot bot commented Sep 24, 2024

⚠️ No Changeset found

Latest commit: e41d4c8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Sep 24, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot changed the title chore(deps): update dependency @types/react to v18.3.9 fix(deps): update all non-major dependencies Sep 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2fed945 to ec5f048 Compare September 25, 2024 05:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec5f048 to 4f672d4 Compare September 25, 2024 20:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4f672d4 to 1853ce0 Compare September 25, 2024 22:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1853ce0 to 946ed33 Compare September 27, 2024 16:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 946ed33 to fcc7fae Compare September 27, 2024 19:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fcc7fae to 314fdb5 Compare September 30, 2024 03:12
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Oct 1, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 314fdb5 to 3470316 Compare October 1, 2024 15:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3470316 to 6b5740b Compare October 1, 2024 18:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b5740b to 2d508c2 Compare October 2, 2024 18:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2d508c2 to 8939327 Compare October 7, 2024 03:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8939327 to 22e0f50 Compare October 8, 2024 00:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 22e0f50 to 94e3dd2 Compare October 8, 2024 21:21
@vercel
Copy link

vercel bot commented Oct 2, 2025

Deployment failed with the following error:

Resource is limited - try again in 7 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/itman?upgradeToPro=build-rate-limit

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e675ec3 to 86b0d72 Compare October 3, 2025 09:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 86b0d72 to 3b99e18 Compare October 6, 2025 21:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b99e18 to e1074b0 Compare October 9, 2025 19:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1074b0 to e703eb2 Compare October 11, 2025 17:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e703eb2 to 59fb5ec Compare October 17, 2025 06:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 59fb5ec to e3503f4 Compare October 18, 2025 13:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e3503f4 to 65614bf Compare October 21, 2025 00:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 65614bf to 9ab1e06 Compare October 28, 2025 01:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9ab1e06 to 03bbdfb Compare October 28, 2025 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 03bbdfb to c74bcf2 Compare November 3, 2025 02:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c74bcf2 to 3a18fb1 Compare November 10, 2025 15:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a18fb1 to ea9f392 Compare November 11, 2025 01:05
@vercel
Copy link

vercel bot commented Nov 11, 2025

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/itman?upgradeToPro=build-rate-limit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant