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 dependencies #45

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

Update all dependencies #45

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@faker-js/faker (source) 9.0.3 -> 9.5.0 age adoption passing confidence devDependencies minor
@neondatabase/serverless (source) ^0.9.5 -> ^0.10.0 age adoption passing confidence dependencies minor
@prisma/adapter-neon (source) 5.21.1 -> 5.22.0 age adoption passing confidence dependencies minor
@prisma/client (source) 5.21.1 -> 5.22.0 age adoption passing confidence dependencies minor
@radix-ui/react-avatar (source) 1.1.1 -> 1.1.3 age adoption passing confidence dependencies patch
@radix-ui/react-separator (source) 1.1.0 -> 1.1.2 age adoption passing confidence dependencies patch
@radix-ui/react-tabs (source) 1.1.1 -> 1.1.3 age adoption passing confidence dependencies patch
@types/aws-lambda (source) 8.10.145 -> 8.10.147 age adoption passing confidence devDependencies patch
@types/node (source) 22.8.0 -> 22.13.4 age adoption passing confidence devDependencies minor
@types/react (source) 18.3.12 -> 18.3.18 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.3.1 -> 18.3.5 age adoption passing confidence devDependencies patch
@types/ws (source) 8.5.12 -> 8.5.14 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.11.0 -> 8.24.0 age adoption passing confidence devDependencies minor
@vercel/analytics (source) 1.3.2 -> 1.5.0 age adoption passing confidence dependencies minor
@vercel/speed-insights (source) 1.0.14 -> 1.2.0 age adoption passing confidence dependencies minor
KengoTODA/actions-setup-docker-compose v1.2.2 -> v1.2.3 age adoption passing confidence action patch
bufferutil 4.0.8 -> 4.0.9 age adoption passing confidence dependencies patch
class-variance-authority 0.7.0 -> 0.7.1 age adoption passing confidence dependencies patch
esbuild ^0.24.0 -> ^0.25.0 age adoption passing confidence devDependencies minor
eslint (source) 9.13.0 -> 9.20.1 age adoption passing confidence devDependencies minor
eslint-config-next (source) 14.2.13 -> 14.2.24 age adoption passing confidence devDependencies patch
eslint-plugin-jsx-a11y 6.10.1 -> 6.10.2 age adoption passing confidence devDependencies patch
eslint-plugin-prettier 5.2.1 -> 5.2.3 age adoption passing confidence devDependencies patch
eslint-plugin-react 7.37.2 -> 7.37.4 age adoption passing confidence devDependencies patch
glob 11.0.0 -> 11.0.1 age adoption passing confidence devDependencies patch
lucide-react (source) ^0.445.0 -> ^0.475.0 age adoption passing confidence dependencies minor
next (source) 14.2.16 -> 14.2.24 age adoption passing confidence dependencies patch
postcss (source) 8.4.47 -> 8.5.2 age adoption passing confidence devDependencies minor
postgres 16.4-alpine -> 16.7-alpine age adoption passing confidence minor
prettier (source) 3.3.3 -> 3.5.1 age adoption passing confidence devDependencies minor
prisma (source) 5.21.1 -> 5.22.0 age adoption passing confidence devDependencies minor
serverless 4.4.7 -> 4.6.2 age adoption passing confidence devDependencies minor
serverless-esbuild (source) 1.54.4 -> 1.54.6 age adoption passing confidence devDependencies patch
serverless-offline 14.3.3 -> 14.4.0 age adoption passing confidence devDependencies minor
tailwind-merge 2.5.4 -> 2.6.0 age adoption passing confidence dependencies minor
tailwindcss (source) 3.4.14 -> 3.4.17 age adoption passing confidence devDependencies patch
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence devDependencies minor
vite-tsconfig-paths 5.0.1 -> 5.1.4 age adoption passing confidence dependencies minor
vitest (source) 2.1.3 -> 2.1.9 age adoption passing confidence devDependencies patch
zod (source) 3.23.8 -> 3.24.2 age adoption passing confidence dependencies minor

Release Notes

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

v9.5.0

Compare Source

Features

v9.4.0

Compare Source

Features
Changed Locales
Bug Fixes

v9.3.0

Compare Source

Features
Changed Locales
Bug Fixes
  • internet: ensure domainWord always returns a valid value in all locales (#​3253) (525fedc)
  • locale: add Isadora to female names in pt_BR for consistency (#​3282) (b390432)
  • locale: fix incorrect accents in it first_name (#​3281) (e0fb23e)

v9.2.0

Compare Source

Features
Changed Locales

v9.1.0

Compare Source

New Locales
Features
Changed Locales
Bug Fixes
neondatabase/serverless (@​neondatabase/serverless)

v0.10.4

Compare Source

Fixes insert Buffer/ArrayBuffer values into BYTEA fields when using HTTP fetch queries
Fixes only passing authToken in the sql HTTP request and not in the neon connection setup.

v0.10.3

Compare Source

Fixes authToken overriding in sql HTTP request.

v0.10.2

Compare Source

Expose types property on public HTTPQueryOptions type

v0.10.1

Compare Source

Fix CONFIG.MD documentation.

v0.10.0

Compare Source

Capture stack traces in NeonDbError, if Error.captureStackTrace is available.

Allow authentication through JWT by adding a authToken property to the neon HTTP connection options.

prisma/prisma (@​prisma/adapter-neon)

v5.22.0

Compare Source

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

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights

Further Tracing Improvements

In our ongoing effort to stabilize the tracing Preview feature, we’ve made our spans compliant with OpenTelemetry Semantic Conventions for Database Client Calls. This should lead to better compatibility with tools such as DataDog and Sentry.

We’ve also included numerous bug fixes that should make this Preview feature easier to work with.

Metrics bug fix

Occasionally, connection pool metrics would become negative or grow unbounded. In this release, connection pool metrics should stay consistent.

Connection Pool Timeout fix

In a specific case, there could be issues where fetching a new connection from the connection pool would time out, regardless of the state of the application and connection pool. If you have experience connection pool issues accessing a PostgreSQL database with TLS encryption in a resource-constrained environment (such as Function-as-a-Service offerings or very small VPS) this should resolve those issues.

Special thanks to @​youxq for their pull request and help resolving this issue!

Join us

Looking to make an impact on Prisma in a big way? We're hiring!

Learn more on our careers page: https://www.prisma.io/careers

Fixes and improvements

Prisma Migrate
Prisma

Credits

Huge thanks to @​tmm1, @​Takur0, @​hinaloe, @​andyjy, and @​youxq for helping!

radix-ui/primitives (@​radix-ui/react-avatar)

v1.1.3

Compare Source

v1.1.2

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.24.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#​10639)
🩹 Fixes
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#​10751)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#​10737)
❤️ Thank You
  • Josh Goldberg ✨
  • noah
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (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.

Copy link

vercel bot commented Sep 24, 2024

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
nuggets-center ⬜️ Ignored (Inspect) Visit Preview Feb 14, 2025 3:45am

@renovate renovate bot force-pushed the renovate/all branch 13 times, most recently from 6b7220d to 0d6837e Compare October 1, 2024 21:51
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 5f33754 to 912bae6 Compare October 9, 2024 10:50
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 7be9421 to 4b58231 Compare October 15, 2024 15:41
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 54b8e9e to 3958a02 Compare January 29, 2025 21:28
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 721478d to fdc69c0 Compare February 6, 2025 17:48
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from bf9653e to 573e4c2 Compare February 13, 2025 23:26
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.

0 participants