Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

chore(deps): update all non-major dependencies #552

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 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@discordjs/collection (source) ^2.0.0 -> ^2.1.1 age adoption passing confidence
@hookform/resolvers (source) ^3.3.4 -> ^3.9.1 age adoption passing confidence
@next/font (source) 14.2.2 -> 14.2.15 age adoption passing confidence
@prisma/client (source) ^5.12.1 -> ^5.22.0 age adoption passing confidence
@radix-ui/react-alert-dialog (source) ^1.0.5 -> ^1.1.2 age adoption passing confidence
@radix-ui/react-avatar (source) ^1.0.4 -> ^1.1.1 age adoption passing confidence
@radix-ui/react-checkbox (source) ^1.0.4 -> ^1.1.2 age adoption passing confidence
@radix-ui/react-dialog (source) ^1.0.5 -> ^1.1.2 age adoption passing confidence
@radix-ui/react-dropdown-menu (source) ^2.0.6 -> ^2.1.2 age adoption passing confidence
@radix-ui/react-label (source) ^2.0.2 -> ^2.1.0 age adoption passing confidence
@radix-ui/react-scroll-area (source) ^1.0.5 -> ^1.2.1 age adoption passing confidence
@radix-ui/react-select (source) ^2.0.0 -> ^2.1.2 age adoption passing confidence
@radix-ui/react-slot (source) ^1.0.2 -> ^1.1.0 age adoption passing confidence
@radix-ui/react-switch (source) ^1.0.3 -> ^1.1.1 age adoption passing confidence
@radix-ui/react-tabs (source) ^1.0.4 -> ^1.1.1 age adoption passing confidence
@radix-ui/react-toast (source) ^1.1.5 -> ^1.2.2 age adoption passing confidence
@radix-ui/react-tooltip (source) ^1.0.7 -> ^1.1.4 age adoption passing confidence
@sapphire/timestamp (source) ^1.0.3 -> ^1.0.5 age adoption passing confidence
@tanstack/react-query (source) ^5.29.2 -> ^5.62.7 age adoption passing confidence
@tanstack/react-table (source) 8.16.0 -> 8.20.5 age adoption passing confidence
axios (source) 1.7.4 -> 1.7.9 age adoption passing confidence
axios (source) ^1.6.8 -> ^1.7.9 age adoption passing confidence
class-variance-authority ^0.7.0 -> ^0.7.1 age adoption passing confidence
clsx ^2.1.0 -> ^2.1.1 age adoption passing confidence
cookie-parser ^1.4.6 -> ^1.4.7 age adoption passing confidence
cookies-next 4.1.1 -> 4.3.0 age adoption passing confidence
cron ^3.1.7 -> ^3.3.1 age adoption passing confidence
dotenv ^16.4.5 -> ^16.4.7 age adoption passing confidence
express (source) ^4.20.0 -> ^4.21.2 age adoption passing confidence
express-rate-limit ^7.2.0 -> ^7.4.1 age adoption passing confidence
formidable ^3.5.1 -> ^3.5.2 age adoption passing confidence
lucide-react (source) ^0.372.0 -> ^0.468.0 age adoption passing confidence
next (source) ^14.2.10 -> ^14.2.20 age adoption passing confidence
next-themes 0.3.0 -> 0.4.4 age adoption passing confidence
prisma (source) ^5.12.1 -> ^5.22.0 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
react-dropzone ^14.2.3 -> ^14.3.5 age adoption passing confidence
react-hook-form (source) ^7.51.3 -> ^7.54.0 age adoption passing confidence
react-syntax-highlighter 15.5.0 -> 15.6.1 age adoption passing confidence
react-syntax-highlighter ^15.5.0 -> ^15.6.1 age adoption passing confidence
short-unique-id (source) ^5.0.3 -> ^5.2.0 age adoption passing confidence
superjson ^2.2.1 -> ^2.2.2 age adoption passing confidence
tailwind-merge ^2.3.0 -> ^2.5.5 age adoption passing confidence
ua-parser-js (source) ^1.0.37 -> ^1.0.39 age adoption passing confidence
winston ^3.13.0 -> ^3.17.0 age adoption passing confidence
zip-lib ^1.0.3 -> ^1.0.5 age adoption passing confidence
zod (source) ^3.22.5 -> ^3.24.1 age adoption passing confidence

Release Notes

discordjs/discord.js (@​discordjs/collection)

v2.1.1

Compare Source

Bug Fixes

Testing

Typings

v2.1.0

Compare Source

Bug Fixes

Documentation

  • Split docs.api.json into multiple json files (597340f)

Features

  • Local and preview detection (79fbda3)

Refactor

react-hook-form/resolvers (@​hookform/resolvers)

v3.9.1

Compare Source

v3.9.0

Compare Source

Features
  • fluentvalidation-ts: add fluentvalidation-ts resolver (#​702) (5fc1e63)

v3.8.0

Compare Source

v3.7.0

Compare Source

Bug Fixes
  • zodResolver: cannot read properties of undefined (reading 'length') (a3e50c6)
Features

v3.6.0

Compare Source

Features

v3.5.0

Compare Source

Features

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes

v3.4.0

Compare Source

vercel/next.js (@​next/font)

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

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

Core Changes
  • Fix missing cache-control on SSR app route (#​70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#​70228)
  • Fix vercel og package memory leak (#​70214)
  • Fix startTime error on Android 9 with Chrome 74 (#​67391)
Credits

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

v14.2.12

Compare Source

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

Core Changes
  • update prefetching jsdoc & documentation (#​68047)
  • Ensure we chunk revalidate tag requests (#​70189)
  • (backport) fix(eslint): allow typescript-eslint v8 (#​70090)
  • [ppr] Don't mark RSC requests as /_next/data requests (backport of #​66249) (#​70083)
Credits

Huge thanks to @​alvarlagerlof, @​wyattjoh, @​delbaoliveira, and @​ijjk for helping!

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

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

Compare Source

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

Core Changes
  • Revert "Fix esm property def in flight loader (#​66990)" (#​69749)
  • Disable experimental.optimizeServer by default to fix failed server action (#​69788)
  • Fix middleware fallback: false case (#​69799)
  • Fix status code for /_not-found route (#​64058) (#​69808)
  • Fix metadata prop merging (#​69807)
  • create-next-app: fix font file corruption when using import alias (#​69806)
Credits

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

v14.2.8

Compare Source

What's Changed

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

Support esmExternals in app directory
Reading cookies set in middleware in components and actions
  • initialize ALS with cookies in middleware (#​65008)
  • fix middleware cookie initialization (#​65820)
  • ensure cookies set in middleware can be read in a server action (#​67924)
  • fix: merged middleware cookies should preserve options (#​67956)
Metadata and icons
  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#​65713)
  • Always collect static icons for all segments (#​68712)
  • Fix favicon merging with customized icons (#​67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#​66296)
Parallel routes fixes
  • fix missing stylesheets when parallel routes are present (#​69507)
Draft mode and edge improvements
next/image fixes
  • Allow external image urls with _next/image pathname to be rendered via Image component (#​69586)
Server actions improvements
  • optimize server actions (#​66523)
  • Apply optimization for unused actions (#​69178)
  • Improve SWC transform ID generation (#​69183)
Other changes
  • Ensure we match comment minify behavior between terser and swc (#​68372)
  • send initialCanonicalUrl in array format to prevent crawler confusion (#​69509)
Create-next-app updates

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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.

👻 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.

@ijsblokjeee ijsblokjeee bot added Dependencies 🚀 PRs and Issues related to dependencies Chore 🧹 labels Apr 28, 2024
@renovate renovate bot force-pushed the renovate/all-non-major branch 11 times, most recently from ff1557c to 43e0451 Compare May 6, 2024 07:57
@renovate renovate bot force-pushed the renovate/all-non-major branch 8 times, most recently from 2a5f7e1 to 7a82607 Compare May 14, 2024 18:11
@renovate renovate bot force-pushed the renovate/all-non-major branch 8 times, most recently from 9b87cab to ade169b Compare May 22, 2024 01:55
@renovate renovate bot force-pushed the renovate/all-non-major branch from ade169b to 36f6290 Compare May 22, 2024 11:28
@renovate renovate bot force-pushed the renovate/all-non-major branch 8 times, most recently from ba0fbb5 to acb0303 Compare November 19, 2024 12:29
@renovate renovate bot force-pushed the renovate/all-non-major branch 6 times, most recently from 93eaa90 to d9e1a61 Compare November 27, 2024 10:16
@renovate renovate bot force-pushed the renovate/all-non-major branch 9 times, most recently from 482ca90 to 0f7497a Compare December 6, 2024 16:20
@renovate renovate bot force-pushed the renovate/all-non-major branch 5 times, most recently from 6abdaa8 to da261ad Compare December 11, 2024 03:03
@renovate renovate bot force-pushed the renovate/all-non-major branch from da261ad to 93b1227 Compare December 12, 2024 04:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Chore 🧹 Dependencies 🚀 PRs and Issues related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants