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

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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@faker-js/faker (source) 8.3.1 -> 8.4.1 age adoption passing confidence
@hookform/resolvers (source) 3.3.4 -> 3.9.0 age adoption passing confidence
@next/eslint-plugin-next (source) 14.1.0 -> 14.2.16 age adoption passing confidence
@prisma/client (source) 5.8.1 -> 5.21.1 age adoption passing confidence
@storybook/addon-actions (source) 7.6.10 -> 7.6.20 age adoption passing confidence
@storybook/addon-essentials (source) 7.6.10 -> 7.6.20 age adoption passing confidence
@storybook/addon-interactions (source) 7.6.10 -> 7.6.20 age adoption passing confidence
@storybook/addon-links (source) 7.6.10 -> 7.6.20 age adoption passing confidence
@storybook/nextjs (source) 7.6.10 -> 7.6.20 age adoption passing confidence
@storybook/react (source) 7.6.10 -> 7.6.20 age adoption passing confidence
@t3-oss/env-nextjs (source) 0.7.3 -> 0.11.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.17.1 age adoption passing confidence
@types/react (source) 18.2.48 -> 18.3.12 age adoption passing confidence
@types/react-dom (source) 18.2.18 -> 18.3.1 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.20 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.13 age adoption passing confidence
dotenv-cli 7.3.0 -> 7.4.2 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.1 age adoption passing confidence
eslint-plugin-jsx-a11y 6.8.0 -> 6.10.2 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.37.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.10.1 age adoption passing confidence
eslint-plugin-tailwindcss 3.14.0 -> 3.17.5 age adoption passing confidence
eslint-plugin-unused-imports 3.0.0 -> 3.2.0 age adoption passing confidence
jotai 2.6.2 -> 2.10.1 age adoption passing confidence
lint-staged 15.2.0 -> 15.2.10 age adoption passing confidence
nanoid 5.0.4 -> 5.0.7 age adoption passing confidence
next (source) 14.2.10 -> 14.2.16 age adoption passing confidence
pino (source) 8.17.2 -> 8.21.0 age adoption passing confidence
pnpm (source) 8.14.3 -> 8.15.9 age adoption passing confidence
postcss (source) 8.4.35 -> 8.4.47 age adoption passing confidence
prettier (source) 3.2.4 -> 3.3.3 age adoption passing confidence
prisma (source) 5.8.1 -> 5.21.1 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.53.1 age adoption passing confidence
react-icons 5.0.1 -> 5.3.0 age adoption passing confidence
remeda (source) 1.38.0 -> 1.61.0 age adoption passing confidence
sass 1.70.0 -> 1.80.4 age adoption passing confidence
storybook (source) 7.6.10 -> 7.6.20 age adoption passing confidence
tailwindcss (source) 3.4.1 -> 3.4.14 age adoption passing confidence
typescript (source) 5.3.3 -> 5.6.3 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://redirect.github.com/internal) from module parent classes (#​2548) (77f54ad)
react-hook-form/resolvers (@​hookform/resolvers)

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

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

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

v14.2.11

Compare Source

v14.2.10

Compare Source

v14.2.9

Compare Source

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](https://red

Configuration

📅 Schedule: Branch creation - "after 7pm on Friday" in timezone Asia/Tokyo, 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.

@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 Oct 26, 2024 7:47am

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants