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

chore(deps): update npm minor dependencies #281

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@auth/prisma-adapter (source) 2.5.3 -> 2.7.4 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-grpc (source) 0.53.0 -> 0.57.0 age adoption passing confidence
@opentelemetry/instrumentation-http (source) 0.53.0 -> 0.57.0 age adoption passing confidence
@opentelemetry/resources (source) 1.26.0 -> 1.30.0 age adoption passing confidence
@opentelemetry/sdk-node (source) 0.53.0 -> 0.57.0 age adoption passing confidence
@opentelemetry/sdk-trace-base (source) 1.26.0 -> 1.30.0 age adoption passing confidence
@opentelemetry/semantic-conventions (source) 1.27.0 -> 1.28.0 age adoption passing confidence
@playwright/test (source) 1.47.2 -> 1.49.1 age adoption passing confidence
@prisma/client (source) 5.20.0 -> 5.22.0 age adoption passing confidence
@prisma/instrumentation (source) 5.20.0 -> 5.22.0 age adoption passing confidence
@testing-library/react 16.0.1 -> 16.1.0 age adoption passing confidence
lint-staged 15.2.11 -> 15.3.0 age adoption passing confidence
prisma (source) 5.20.0 -> 5.22.0 age adoption passing confidence
react-hook-form (source) 7.53.2 -> 7.54.2 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
zod (source) 3.23.8 -> 3.24.1 age adoption passing confidence

Release Notes

nextauthjs/next-auth (@​auth/prisma-adapter)

v2.7.4

Compare Source

Other

v2.7.3

Compare Source

Other

v2.7.2

Compare Source

Other

v2.7.1

Compare Source

Other

v2.7.0

Compare Source

Other

v2.6.0

Compare Source

Features

open-telemetry/opentelemetry-js (@​opentelemetry/exporter-trace-otlp-grpc)

v0.57.0

Compare Source

v0.56.0

Compare Source

v0.55.0

Compare Source

v0.54.2

Compare Source

v0.54.1

Compare Source

v0.54.0

Compare Source

microsoft/playwright (@​playwright/test)

v1.49.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/33660 - [Regression]: Unable to open Playwright UI in Dark Mode

Browser Versions
  • Chromium 131.0.6778.33
  • Mozilla Firefox 132.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 130
  • Microsoft Edge 130

v1.49.0

Compare Source

v1.48.2

Compare Source

v1.48.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33023 - [Bug]: command line flag --headed has no effect in ui modehttps://github.com/microsoft/playwright/issues/331077 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.https://github.com/microsoft/playwright/issues/3308585 - [Bug]: WebSocket route does not handle full URLs in Playwrighttps://github.com/microsoft/playwright/issues/33052052 - [Regression]: Inspector not showing recorded sthttps://github.com/microsoft/playwright/issues/331323132 - [Bug]: Wrong Ubuntu release name in Dockerfile.nhttps://github.com/microsoft/playwright/pull/3299632996 - [BUG] Trace attachments have small unusable height

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129

v1.48.0

Compare Source

prisma/prisma (@​prisma/client)

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!

v5.21.1

Compare Source

  • Fixed a bug where migrations were not using shadow database correctly in some edge cases

v5.21.0

Compare Source

Today, we are excited to share the 5.21.0 release 🎉

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

Highlights
Better support for tracing in MongoDB

The tracing Preview feature now has full support for MongoDB with previously missing functionality now implemented. This is a part of the ongoing effort to stabilize this Preview feature and release it in General Availability.

tracing is a Preview feature that enables built-in support for OpenTelemetry instrumentation inside the Prisma Client and provides deep insights into the performance and timing of your queries. See our documentation for more information.

For an easy to use and zero-configuration tracing instrumentation tool with a dashboard that provides an overview of your queries, statistics, and AI-powered recommendations, try Prisma Optimize.

WebAssembly engine size decrease for edge functions

Due to recent changes, some users experienced a steep increase of the bundle size in Prisma 5.20 when using the driverAdapters Preview feature, going over the 1 MB limit on the free tier of Cloudflare Workers. This has now been fixed.

Fixes and improvements
Prisma Engines
Credits

Huge thanks to @​austin-tildei, @​LucianBuzzo, @​mcuelenaere, @​pagewang0, @​key-moon, @​pranayat, @​yubrot, @​skyzh for helping!

testing-library/react-testing-library (@​testing-library/react)

v16.1.0

Compare Source

lint-staged/lint-staged (lint-staged)

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    
react-hook-form/react-hook-form (react-hook-form)

v7.54.2

Compare Source

v7.54.1: Version 7.54.1

Compare Source

Revert "🦥 fix: useForm should return a new object on formState changes (#​12424)" (#​12475)

v7.54.0

Compare Source

microsoft/TypeScript (typescript)

v5.7.2

Compare Source

colinhacks/zod (zod)

v3.24.1

Compare Source

Commits:

v3.24.0

Compare Source

Implement @standard-schema/spec

This is the first version of Zod to implement the Standard Schema spec. This is a new community effort among several validation library authors to implement a common interface, with the goal of simplifying the process of integrating schema validators with the rest of the ecosystem. Read more about the project and goals here.

z.string().jwt()

Thanks to @​Mokshit06 and @​Cognition-Labs for this contribution!

To verify that a string is a valid 3-part JWT.

z.string().jwt();

⚠️ This does not verify your JWT cryptographically! It merely ensures its in the proper format. Use a library like jsonwebtoken to verify the JWT signature, parse the token, and read the claims.

To constrain the JWT to a specific algorithm:

z.string().jwt({ alg: "RS256" });

z.string().base64url()

Thank you to @​marvinruder!

To complement the JWT validation, Zod 3.24 implements a standalone .base64url() string validation API. (The three elements of JWTs are base64url-encoded JSON strings.)

z.string().base64url()

This functionality is available along the standard z.string().base64() validator added in Zod 3.23.

z.string().cidr()

Thanks to @​wataryooou for their work on this!

A validator for CIDR notation for specifying IP address ranges, e.g. 192.24.12.0/22.

z.string().cidr()

To specify an IP version:

z.string().cidr({ version: "v4" })
z.string().cidr({ version: "v6" })

View the full diff from 3.23.8: colinhacks/zod@v3.23.8...v3.24.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot added the deps label Oct 5, 2024
@renovate renovate bot force-pushed the renovate/npm-minor-dependencies branch from b687151 to 9d03b6f Compare October 8, 2024 16:31
@renovate renovate bot changed the title chore(deps): update dependency @auth/prisma-adapter to v2.6.0 chore(deps): update npm minor dependencies Oct 8, 2024
@renovate renovate bot force-pushed the renovate/npm-minor-dependencies branch 2 times, most recently from b45193d to 0f20ec6 Compare October 15, 2024 16:58
@renovate renovate bot force-pushed the renovate/npm-minor-dependencies branch 6 times, most recently from 60eeb50 to 34b2071 Compare October 23, 2024 06:22
@renovate renovate bot force-pushed the renovate/npm-minor-dependencies branch 5 times, most recently from a90101b to 5e14996 Compare October 29, 2024 04:38
@renovate renovate bot force-pushed the renovate/npm-minor-dependencies branch 4 times, most recently from d71bb1f to 43e337f Compare November 7, 2024 14:38
@renovate renovate bot force-pushed the renovate/npm-minor-dependencies branch 5 times, most recently from b876126 to 7020327 Compare November 20, 2024 20:59
@renovate renovate bot force-pushed the renovate/npm-minor-dependencies branch 4 times, most recently from 923a358 to 8c884f6 Compare November 26, 2024 20:16
@renovate renovate bot force-pushed the renovate/npm-minor-dependencies branch from 8c884f6 to fc72daa Compare December 2, 2024 18:44
@renovate renovate bot force-pushed the renovate/npm-minor-dependencies branch 9 times, most recently from 2b26155 to 4a0759c Compare December 10, 2024 08:57
@renovate renovate bot force-pushed the renovate/npm-minor-dependencies branch 6 times, most recently from 1e90e62 to e93e611 Compare December 18, 2024 01:06
@renovate renovate bot force-pushed the renovate/npm-minor-dependencies branch 4 times, most recently from 6340320 to 31fa92d Compare December 21, 2024 01:59
@renovate renovate bot force-pushed the renovate/npm-minor-dependencies branch from 31fa92d to b06236c Compare December 26, 2024 22:59
@renovate renovate bot force-pushed the renovate/npm-minor-dependencies branch from b06236c to 5e7a18d Compare December 28, 2024 11:03
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.

0 participants