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 #338

Merged
merged 1 commit into from
Nov 25, 2023
Merged

Update all non-major dependencies #338

merged 1 commit into from
Nov 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@faker-js/faker 8.2.0 -> 8.3.1 age adoption passing confidence
@next/eslint-plugin-next 14.0.1 -> 14.0.3 age adoption passing confidence
@prisma/client (source) 5.5.2 -> 5.6.0 age adoption passing confidence
@storybook/addon-actions (source) 7.5.2 -> 7.5.3 age adoption passing confidence
@storybook/addon-essentials (source) 7.5.2 -> 7.5.3 age adoption passing confidence
@storybook/addon-interactions (source) 7.5.2 -> 7.5.3 age adoption passing confidence
@storybook/addon-links (source) 7.5.2 -> 7.5.3 age adoption passing confidence
@storybook/nextjs (source) 7.5.2 -> 7.5.3 age adoption passing confidence
@storybook/react (source) 7.5.2 -> 7.5.3 age adoption passing confidence
@trpc/client (source) 10.43.0 -> 10.44.1 age adoption passing confidence
@trpc/next (source) 10.43.0 -> 10.44.1 age adoption passing confidence
@trpc/react-query (source) 10.43.0 -> 10.44.1 age adoption passing confidence
@trpc/server (source) 10.43.0 -> 10.44.1 age adoption passing confidence
@types/node (source) 20.8.10 -> 20.10.0 age adoption passing confidence
@types/react (source) 18.2.33 -> 18.2.38 age adoption passing confidence
@types/react-dom (source) 18.2.14 -> 18.2.17 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.9.1 -> 6.12.0 age adoption passing confidence
@typescript-eslint/parser 6.9.1 -> 6.12.0 age adoption passing confidence
eslint (source) 8.52.0 -> 8.54.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.7.1 -> 6.8.0 age adoption passing confidence
jotai 2.5.0 -> 2.6.0 age adoption passing confidence
lint-staged 15.0.2 -> 15.1.0 age adoption passing confidence
nanoid 5.0.2 -> 5.0.3 age adoption passing confidence
next (source) 14.0.1 -> 14.0.3 age adoption passing confidence
pino (source) 8.16.1 -> 8.16.2 age adoption passing confidence
pnpm (source) 8.10.0 -> 8.11.0 age adoption passing confidence
prettier (source) 3.0.3 -> 3.1.0 age adoption passing confidence
prisma (source) 5.5.2 -> 5.6.0 age adoption passing confidence
react-hook-form (source) 7.47.0 -> 7.48.2 age adoption passing confidence
react-icons 4.11.0 -> 4.12.0 age adoption passing confidence
remeda 1.28.0 -> 1.29.0 age adoption passing confidence
storybook (source) 7.5.2 -> 7.5.3 age adoption passing confidence
superjson 2.2.0 -> 2.2.1 age adoption passing confidence
typescript (source) 5.2.2 -> 5.3.2 age adoption passing confidence

Release Notes

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

v8.3.1

Compare Source

v8.3.0

Compare Source

Features
Bug Fixes
Changed Locales
New Locales
vercel/next.js (@​next/eslint-plugin-next)

v14.0.3

Compare Source

Core Changes
  • Update React from 7468903 to 0e352ea: #​58279
  • fix(turbopack): support middleware in src: #​58218
  • Update font data: #​58317
  • Replace custom Thenable type with native Promises: #​58337
  • fix(eslint): next/script beforeInteractive gives warning on appDir: #​51148
  • fix: import antd from es in modularizeImports: #​57968
  • fix(WellKnownErrorsPlugin): avoid compilation warnings array with empty items: #​57768
  • Add experimental support for history.pushState and history.replaceState: #​58335
  • Fix: expected "catch all routes" are not matched in “parallel routes": #​58368
  • fix: Don't reset shallow URL updates on prefetch: #​58297
  • fix: ensure batch values are sharable: #​58315
  • fix incorrect fetch cache handling: #​58460
  • turbopack: Don't error with legacy server actions boolean: #​58416
  • Update turbopack: #​58408
  • Upgrade vendored React: #​58489
  • Apply next/font to foreign code: #​58461
  • Turbopack: Use structured styled text in issue descriptions: #​58156
  • onHeaders updates for App Pages: #​58410
  • revalidate APIs should make route handlers dynamic: #​58466
  • remove optimistic navigation behavior when prefetch is false: #​58413
  • fix: set x-forwarded-host based on request: #​58500
  • Inline ChildProp: #​58519
  • Remove client only dynamic chunks from edge bundle : #​56761
  • tweak cache + revalidate fetch warning: #​58505
Documentation Changes
  • remove example for router.events as it does not exist: #​58286
  • chore(docs): fix typo: #​58344
  • docs: Update runtime table: #​58361
  • Update 08-parallel-routes.mdx: #​58393
  • Docs: Update middleware example snippet: #​58488
  • update meta variable to metadata variable so that the meta data updat…: #​58396
  • Update 07-error-handling.mdx: #​58236
  • docs: Added Kinde auth provider: #​58231
  • Update index.mdx: #​58210
  • Make example of passing down a Server Action more clear: #​57972
  • docs: Fix grammar in Styling section: #​58071
  • docs: Fix grammar in Client Components section: #​58065
  • docs: Fix grammar in Dynamic Rendering section: #​58062
  • Docs: fix grammatical issue in "Data Fetching Patterns" section: #​58056
  • Update 02-patterns.mdx: #​58032
  • Update 04-ci-build-caching.mdx - Add Jenkins: #​58001
Example Changes
  • examples: Update Middleware for CSP: #​58300
  • Remove copying of request headers to response: #​58304
  • update import path for GeitSans font to address deprecation warning: #​58349
  • Fix hydration error in headers example: #​58383
  • Fix typo: compoment -> component: #​58330
  • Update Dockerfile adding comment: #​56646
  • update(docs): next-forms fix unhandled run time error: #​56600
  • chore(examples): update styled-components: #​56457
  • Upgrade Convex example to [email protected]: #​54910
Misc Changes
  • fix(ci): exclusion regex now actually works instead of ignoring all tests: #​58259
  • Update 15-content-security-policy.mdx
  • Update 15-content-security-policy.mdx
  • Update CLI version for deploy examples job: #​58318
  • fix hmr event, and avoid RSC fetch on any message: #​58403
  • fix branch name: #​58132
  • add test case to failing list for turbopack: #​58435
  • Revert "fix hmr event, and avoid RSC fetch on any message": #​58452
  • Add types to package.json: #​58420
  • chore: replace fs-extra usage in scripts/: #​57215
  • Add performance.mark for next/third-parties for feature measurement: #​57439
Credits

Huge thanks to @​ForsakenHarmony, @​gnoff, @​leerob, @​karlhorky, @​j9141997, @​acdlite, @​devjiwonchoi, @​hongaar, @​MadCcc, @​luismulinari, @​timneutkens, @​dumb-programmer, @​ijjk, @​nonoakij, @​sokra, @​ztanner, @​franky47, @​wyattjoh, @​jridgewell, @​kdy1, @​janicklas-ralph, @​SukkaW, @​shuding, @​delbaoliveira, @​wbinnssmith, @​robbertstevens, @​bryndyment, @​marcosmartini, @​functino, @​kentobento, @​Anisi, @​AdonisAgelis, @​seangray-dev, @​prkagrawal, @​heloineto, @​kn327, @​ihommani, @​MrNiceRicee, @​falsepopsky, @​thomasballinger, @​tmilewski, and @​huozhi for helping!

v14.0.2

Compare Source

Core Changes
  • Fix nested esm package default import resolving mismatch: #​57784
  • [.next/trace] Serialize trace info across workers to preserve .next/trace with webpackBuildWorker: #​57761
  • Add @​highlight-run/node to externals list: #​57783
  • perf: change the chunks configuration for server code: #​57773
  • [.next/trace] Add tags for webpack build worker: #​57818
  • chore: update otel: #​57774
  • refactor: remove unnecessary condition: #​57835
  • chore: remove styfle from .vercel.approvers: #​57841
  • Remove the actionBrowser to RSC client layering issue: #​57842
  • Prevent caching page with 304 status: #​57737
  • Ensure cache soft tags are correct: #​57850
  • Update React from 0c63487 to 08a3953: #​57852
  • Revert "perf: enable webpack build worker (#​57346)": #​57854
  • Add serverActions.allowedForwardedHosts option: #​57529
  • chore: reword in tree-view: #​57884
  • Polish logging segments of page route: #​57834
  • Inherit title and description from metadata into social cards: #​57857
  • remove legacy handling for suspense option of next/dynamic: #​57900
  • fix(next-core): externalcjs resolve options: #​57645
  • ppr: fail static generation if postponed & missing postpone data: #​57786
  • Reduce FS access for incremental cache: #​57902
  • suspend in render, not in reducers: #​56497
  • move static worker IPC server behind experimental flag: #​57943
  • feat(turbopack): Experimental wasm build: #​57906
  • Fix client chunk loading encoding for dynamic route: #​57960
  • misc: fix serverComponentsExternalPackages usage for experimental.bundlePagesExternals: #​57954
  • Improve grammar of removable Babel config warning: #​55088
  • Remove throw for unknown messages in hot-reloader-client: #​57353
  • Improve CSRF protection error in Server Actions: #​57980
  • fix: updates for resuming postponed in minimal mode: #​57375
  • fix: ensure that postponed requests can be resumed in minimal mode: #​58011
  • Use distDir from webpack-config in createWebpackAliases: #​57268
  • use __NEXT_VERSION compile time replacement: #​57512
  • fixes a problem with cache invalidation : #​58079
  • feat: always use SWC Wasm fallback when running in WebContainer: #​58081
  • update turbopack: #​58080
  • fix: normalization and invariant fixes for ppr: #​58105
  • ppr: fix fetch postpone not having correct React version: #​58107
  • Fix incorrect normalizing in minimal mode: #​58116
  • put app client modules into a separate layer: #​58130
  • Revert "Revert "Add retry for fetching subsetted Google Fonts"": #​58075
  • build: Update swc_core to v0.86.40 and update turbopack: #​57904
  • fix(next-core): correct assets url reference condition: #​58101
  • build(package): clean up next-swc* pkg properties: #​57908
  • fix PPR build output logs: #​58149
  • Update React from 08a3953 to 2983249.: #​58154
  • fix: rsc normalization fixes: #​58145
  • Fix resume stream handling: #​58159
  • Forward headers from React to static output and dynamic render: #​58162
  • refactor(next-core): separate options context for pages/api: #​58148
  • update turbopack: #​58172
  • refactor(next-api): remove unused distDir: #​57789
  • Change allowed forwarded hosts to be allowed origins for Server Actions: #​58023
  • fail build if not using Next canary with PPR flag: #​58203
  • Reduce max header length emitted: #​58204
  • ensure experimental warning shows up when using PPR: #​58206
  • skip ppr throw for tests: #​58208
  • interception routes: fix interception for dynamic routes: #​58198
  • Update React from 2983249 to 7508dcd: #​58216
  • tweak postpone error copy & fix link: #​58219
  • Add helpful context to postpone reason if it's caught and logged or escapes: #​58222
  • Reword PPR caught bail out to avoid "postpone" terminology: #​58223
  • pass postpone through staticGenerationStore: #​58229
  • Updated React from 7508dcd to 7468903: #​58233
  • [Docs]: Fix CLI link to server actions size limit docs: #​58174
  • refactor(next-core): apply correct url rewrite behavior: #​58237
  • update turbopack: #​58243
  • parallel routes: fix catch all route support: #​58215
  • avoid key conflict: #​58249
Documentation Changes
  • [docs] fix next.config.mjs using commonjs in the example: #​57874
  • Move link examples to only Pages Router docs.: #​57758
  • Update 05-mdx.mdx: #​57866
  • docs: Update MDX docs title.: #​57963
  • docs: improve non-encrypted HTTP conn to a secure: #​57998
  • docs: Revert part of sitemap docs change: #​58010
  • docs: useFormState and useOptimistic are now documented: #​58064
  • Correct prop name in server-actions.mdx: #​58108
  • typo: changed from next/server to next/og: #​58143
  • docs: Improve deployment docs on self-hosting.: #​58027
  • docs: small follow up on deployment docs.: #​58158
  • docs: remove duplicate ISR page.: #​58164
  • docs: remove note about generateMetdata: #​58192
  • docs: mention Middleware on src directory page.: #​58193
  • docs: fix typo in composition patterns section: #​58197
  • fix docs link for ISR: #​58207
  • Add PPR option to next.config.js docs: #​58161
  • docs: update analytics docs for useReportWebVitals: #​58196
  • Update 02-app-router-migration.mdx: #​58253
Example Changes
  • Remove `experimental: { serverActions: true } from examples as it is stable in next 14.: #​57598
  • Update Explore the Next.js 13 playground. to Explore starter templates for Next.js: #​57799
  • Chore: simplify with-supabase example: #​57562
  • examples: cleanup: #​57845
  • Chore: refactor to use server actions in with-supabase example: #​57858
  • chore: cleanup more old examples.: #​58066
  • Add a self-hosted shared cache example: #​58000
Misc Changes
  • fix: update Next.js version in create-next-app: #​57532
  • Automatically update Turbopack test manifest: #​57778
  • fix(youtube-embed): each child in a list should have a unique "key" prop: #​57579
  • Update teamname in codeowners: #​57775
  • Simplify createNextInstall return type: #​57760
  • cleanup PR labeler config: #​57827
  • move release undraft step until after canary is fully published: #​57324
  • refactor: remove duplicated conditions
  • Revert "refactor: remove duplicated conditions"
  • Fix typo in run-tests.js: #​57821
  • fix: correctly set x-forwarded-* in Middleware: #​57815
  • chore: remove redundant jest config: #​57151
  • chore(test): run unit tests on node 18 and 20: #​57199
  • Move ReactRefreshLogBox-builtins tests to inline snapshots: #​57952
  • feat(turbo): use turbo gen instead of plop: #​53684
  • Skip webpack only test: #​56929
  • tweak stats action to pull in runtime sizes: #​58005
  • use createNextDescribe for test/development/basic tests: #​58031
  • Remove setPnpmResolutionMode as default is highest: #​57828
  • Remove installCommand on streaming-ssr test: #​58037
  • Remove installCommand on typescript-auto-install and pnpm-support: #​58039
  • Fix should have correct module not found error test: #​57383
  • Fix options of createNextInstall: #​58036
  • Fix update-turbopack-test-manifest.yml workflow: #​58097
  • Adjust update-turbopack-test-manifest.yml to run once per day: #​58104
  • Refactor repo-setup.js: #​58131
  • Update Turbopack test manifest: #​58122
  • Update turbopack label creation: #​58214
  • Fix test: #​58228
  • fix ppr test flake: #​58232
Credits

Huge thanks to @​huozhi, @​mknichel, @​Vadman97, @​feedthejim, @​dnhn, @​jridgewell, @​vinaykulk621, @​RodrigoTomeES, @​padmaia, @​timneutkens, @​ztanner, @​sadikkuzu, @​styfle, @​shuding, @​dijonmusters, @​leerob, @​gffuma, @​ijjk, @​balazsorban44, @​Schniz, @​kwonoj, @​wyattjoh, @​wbinnssmith, @​joulev, @​Athrun-Judah, @​tknickman, @​rasvanjaya21, @​rashidul0405, @​sokra, @​d3lm, @​nguyenbry, @​kdy1, @​Mwimwii, @​gnoff, @​sebmarkbage, @​dumb-programmer, @​manovotny, @​molebox, @​better-salmon, and @​mrr11k for helping!

prisma/prisma (@​prisma/client)

v5.6.0

Compare Source

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

Highlights
Driver adapters improvements (Preview)

In version 5.4.0, we released driverAdapters into Preview. The driverAdapters feature enables Prisma Client to access your database using JavaScript or Serverless database drivers.

In this release, we fixed many bugs for the existing driver adapters. We appreciate all the community feedback that has helped us improve this feature!

PlanetScale serverless driver adapter improvements

This release also introduces a small breaking change to the @prisma/adapter-planetscale package to improve its stability and performance. The serverless driver adapter will now use a connection pool instead of a single connection from PlanetScale’s serverless driver.

In case you’re using the @prisma/adapter-planetscale, update your Prisma Client instance with the following:

-import { connect } from '@​planetscale/database'
+import { Client } from '@​planetscale/database'
import { PrismaPlanetScale } from '@​prisma/adapter-planetscale'
import { PrismaClient } from '@​prisma/client'
import { fetch as undiciFetch } from 'undici';

-const connection = connect({ url: connectionString, fetch: undiciFetch })
+const client = new Client({ url: connectionString, fetch: undiciFetch })

-const adapter = new PrismaPlanetScale(connection)
+const adapter = new PrismaPlanetScale(client)

const prisma = new PrismaClient({ adapter })
Request for feedback

We encourage you to try out the driver adapters and share your feedback to help us move it to General Availability in either of the following GitHub discussions:

  • Neon
  • [PlanetScale](ht

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 Nov 4, 2023
Copy link

vercel bot commented Nov 4, 2023

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 Nov 25, 2023 3:32am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 762e69b to 005c8e4 Compare November 4, 2023 22:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 005c8e4 to 97cc40e Compare November 5, 2023 01:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 97cc40e to 0d404f4 Compare November 5, 2023 06:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d404f4 to ff0e19d Compare November 5, 2023 10:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff0e19d to f40c1fe Compare November 5, 2023 12:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f40c1fe to 441464f Compare November 6, 2023 06:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 441464f to 41f7f56 Compare November 6, 2023 13:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 41f7f56 to c43ee7a Compare November 6, 2023 16:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c43ee7a to eb42c16 Compare November 6, 2023 19:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb42c16 to 1f6e1e5 Compare November 7, 2023 23:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f6e1e5 to 49aa929 Compare November 9, 2023 11:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 49aa929 to d2bcfb8 Compare November 9, 2023 22:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2bcfb8 to 2592114 Compare November 10, 2023 12:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2592114 to eabb516 Compare November 11, 2023 16:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d48052d to a90ee97 Compare November 17, 2023 13:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a90ee97 to 5a6de80 Compare November 18, 2023 01:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5a6de80 to b29f8fb Compare November 18, 2023 23:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b29f8fb to 87366bf Compare November 20, 2023 19:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 87366bf to 84159b2 Compare November 21, 2023 04:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 84159b2 to f7352a0 Compare November 21, 2023 11:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f7352a0 to d17d805 Compare November 21, 2023 18:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d17d805 to d20778a Compare November 22, 2023 01:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d20778a to e2be6f4 Compare November 23, 2023 16:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e2be6f4 to 05ea97a Compare November 24, 2023 00:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05ea97a to 90cae8d Compare November 24, 2023 10:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 90cae8d to 7b9a7ee Compare November 24, 2023 18:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b9a7ee to 9d66e19 Compare November 25, 2023 03:31
@isoppp isoppp merged commit 75c72e3 into main Nov 25, 2023
2 checks passed
@isoppp isoppp deleted the renovate/all-minor-patch branch November 25, 2023 22:55
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.

1 participant