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

Update all non-major dependencies #349

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@faker-js/faker 8.3.1 -> 8.4.1 age adoption passing confidence
@hookform/resolvers (source) 3.3.4 -> 3.6.0 age adoption passing confidence
@next/eslint-plugin-next (source) 14.1.0 -> 14.2.4 age adoption passing confidence
@prisma/client (source) 5.8.1 -> 5.15.0 age adoption passing confidence
@storybook/addon-actions (source) 7.6.10 -> 7.6.19 age adoption passing confidence
@storybook/addon-essentials (source) 7.6.10 -> 7.6.19 age adoption passing confidence
@storybook/addon-interactions (source) 7.6.10 -> 7.6.19 age adoption passing confidence
@storybook/addon-links (source) 7.6.10 -> 7.6.19 age adoption passing confidence
@storybook/nextjs (source) 7.6.10 -> 7.6.19 age adoption passing confidence
@storybook/react (source) 7.6.10 -> 7.6.19 age adoption passing confidence
@t3-oss/env-nextjs (source) 0.7.3 -> 0.10.1 age adoption passing confidence
@trpc/client (source) 10.45.0 -> 10.45.2 age adoption passing confidence
@trpc/next (source) 10.45.0 -> 10.45.2 age adoption passing confidence
@trpc/react-query (source) 10.45.0 -> 10.45.2 age adoption passing confidence
@trpc/server (source) 10.45.0 -> 10.45.2 age adoption passing confidence
@types/node (source) 20.11.6 -> 20.14.2 age adoption passing confidence
@types/react (source) 18.2.48 -> 18.3.3 age adoption passing confidence
@types/react-dom (source) 18.2.18 -> 18.3.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.19.1 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.19.1 -> 6.21.0 age adoption passing confidence
autoprefixer 10.4.17 -> 10.4.19 age adoption passing confidence
clsx 2.1.0 -> 2.1.1 age adoption passing confidence
css-loader 6.9.1 -> 6.11.0 age adoption passing confidence
dayjs (source) 1.11.10 -> 1.11.11 age adoption passing confidence
dotenv-cli 7.3.0 -> 7.4.2 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.34.2 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.0 -> 4.6.2 age adoption passing confidence
eslint-plugin-storybook 0.6.15 -> 0.8.0 age adoption passing confidence
eslint-plugin-tailwindcss 3.14.0 -> 3.17.3 age adoption passing confidence
eslint-plugin-unused-imports 3.0.0 -> 3.2.0 age adoption passing confidence
jotai 2.6.2 -> 2.8.3 age adoption passing confidence
lint-staged 15.2.0 -> 15.2.7 age adoption passing confidence
nanoid 5.0.4 -> 5.0.7 age adoption passing confidence
pino (source) 8.17.2 -> 8.21.0 age adoption passing confidence
pnpm (source) 8.14.3 -> 8.15.8 age adoption passing confidence
postcss (source) 8.4.33 -> 8.4.38 age adoption passing confidence
prettier (source) 3.2.4 -> 3.3.2 age adoption passing confidence
prisma (source) 5.8.1 -> 5.15.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-hook-form (source) 7.49.3 -> 7.51.5 age adoption passing confidence
react-icons 5.0.1 -> 5.2.1 age adoption passing confidence
remeda (source) 1.38.0 -> 1.61.0 age adoption passing confidence
sass 1.70.0 -> 1.77.5 age adoption passing confidence
storybook (source) 7.6.10 -> 7.6.19 age adoption passing confidence
tailwindcss (source) 3.4.1 -> 3.4.4 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.5 age adoption passing confidence
vite-tsconfig-paths 4.3.1 -> 4.3.2 age adoption passing confidence
vitest (source) 1.2.1 -> 1.6.0 age adoption passing confidence
zod (source) 3.22.4 -> 3.23.8 age adoption passing confidence

Release Notes

faker-js/faker (@​faker-js/faker)

v8.4.1

Compare Source

  • JSDocs improvements

v8.4.0

Compare Source

Features
Bug Fixes
8.3.1 (2023-11-14)
Bug Fixes
  • remove [@internal](https://togithub.com/internal) from module parent classes (#​2548) (77f54ad)
react-hook-form/resolvers (@​hookform/resolvers)

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/eslint-plugin-next)

v14.2.4

Compare Source

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

Core Changes
  • fix: ensure route handlers properly track dynamic access (#​66446)
  • fix NextRequest proxy in edge runtime (#​66551)
  • Fix next/dynamic with babel and src dir (#​65177)
  • Use vercel deployment url for metadataBase fallbacks (#​65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#​65235)
  • Fix loading navigation with metadata and prefetch (#​66447)
  • prevent duplicate RSC fetch when action redirects (#​66620)
  • ensure router cache updates reference the latest cache values (#​66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#​66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#​66674)
  • Use addDependency to track metadata route file changes (#​66714)
  • Add timeout/retry handling for fetch cache (#​66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#​66755)
Credits

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

v14.2.3

Compare Source

v14.2.2

Compare Source

v14.2.1

Compare Source

v14.2.0

Compare Source

v14.1.4

Compare Source

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

Core Changes
Test Changes

v14.1.3

Compare Source

v14.1.2

Compare Source

Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary

Core Changes
  • Fix sitemap generateSitemaps support for string id (#​61088)
  • Fix: generateSitemaps in production giving 404 (#​62212)
  • Fix redirect under suspense boundary with basePath (#​62597)
  • Fix: Add stricter check for "use server" exports (#​62821)
  • ensure server action errors notify rejection handlers (#​61588)
  • make router restore action resilient to a missing tree (#​62098)
  • build: remove sentry from the externals list #​61194
  • Reduce memory/cache overhead from over loader processing #​62005
Credits

Huge thanks to @​huozhi, @​shuding, @​Ethan-Arrowood, @​styfle, @​ijjk, @​ztanner, @​balazsorban44, @​kdy1, and @​williamli for helping!

v14.1.1

Compare Source

Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary

Core Changes
Credits

Huge thanks to @​huozhi, @​shuding, @​Ethan-Arrowood, @​styfle, @​ijjk, @​ztanner, @​balazsorban44, @​kdy1, and @​williamli for helping!

prisma/prisma (@​prisma/client)

v5.15.0

Compare Source

Today, we are excited to share the 5.15.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

Highlights
Multi-File Prisma Schema support

Prisma ORM 5.15.0 features support for multi-file Prisma Schema in Preview.

This closes a long standing issue and does so in a clean and easy to migrate way.

To get started:

  1. Enable the prismaSchemaFolder Preview feature by including it in the previewFeatures field of your generator.
    datasource db {
      provider = "postgresql"
      url      = env("DATABASE_URL")
    }
    
    generator client {
      provider        = "prisma-client-js"
      previewFeatures = ["prismaSchemaFolder"]
    }
    
  2. Create a schema subdirectory under yo

Configuration

📅 Schedule: Branch creation - "after 7pm on Friday" in timezone Asia/Tokyo, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Jan 26, 2024
Copy link

vercel bot commented Jan 26, 2024

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

Name Status Preview Comments Updated (UTC)
my-nextjs-starter ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2024 8:32pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dedf993 to 1085c99 Compare June 4, 2024 01:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1085c99 to 5701357 Compare June 4, 2024 13:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5701357 to beab10a Compare June 5, 2024 00:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from beab10a to 7c24923 Compare June 5, 2024 10:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7c24923 to de5a050 Compare June 5, 2024 16:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de5a050 to a5a80af Compare June 5, 2024 19:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a5a80af to 73e43c0 Compare June 6, 2024 00:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73e43c0 to 174863b Compare June 6, 2024 09:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 174863b to 0e01b8e Compare June 6, 2024 13:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e01b8e to 1da91d8 Compare June 11, 2024 10:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1da91d8 to d5ee153 Compare June 11, 2024 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d5ee153 to 311ad8d Compare June 11, 2024 22:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 311ad8d to 1a8a85f Compare June 12, 2024 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants