Update all non-major dependencies #259
Open
+2,835
−2,494
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.1
->2.2.0
1.6.5
->1.6.9
1.6.5
->1.6.9
1.1.13
->1.2.2
1.44.1
->1.49.1
6.0.0
->6.1.0
5.45.0
->5.62.9
22.10.1
->22.10.2
10.11.0
->10.11.1
10.11.0
->10.11.1
10.11.0
->10.11.1
10.11.0
->10.11.1
7.4.2
->7.4.4
5.0.7
->5.0.9
3.12.2
->3.15.0
9.4.0
->9.15.2
6.0.0
->6.1.0
5.4.5
->5.7.2
Release Notes
floatie-io/widgets (@floatie/widget-nuxt)
v2.1.7
Compare Source
v2.1.3
Compare Source
v2.1.2
Compare Source
formkit/formkit (@formkit/nuxt)
v1.6.9
Compare Source
v1.6.8
Compare Source
🐛 Bug Fixes
FormKitSchema
automatically from@formkit/vue
when autoImport is true in Nuxt (#1286)v1.6.7
Compare Source
🐛 Bug Fixes
type
prop ofdatetime-local
input (#1486)💪 New features
date_before_or_equal
,date_after_or_equal
,date_before_node
,date_after_node
v1.6.6
Compare Source
🐛 Bug fixes
formkit/formkit (@formkit/themes)
v1.6.9
Compare Source
v1.6.8
Compare Source
🐛 Bug Fixes
FormKitSchema
automatically from@formkit/vue
when autoImport is true in Nuxt (#1286)v1.6.7
Compare Source
🐛 Bug Fixes
type
prop ofdatetime-local
input (#1486)💪 New features
date_before_or_equal
,date_after_or_equal
,date_before_node
,date_after_node
v1.6.6
Compare Source
🐛 Bug fixes
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
This version was also tested against the following stable channels:
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
This version was also tested against the following stable channels:
v1.48.0
Compare Source
v1.47.2
Compare Source
Highlights
https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - fix(trace-viewer): time delta between local and remote actions
Browser Versions
This version was also tested against the following stable channels:
v1.47.1
Compare Source
v1.47.0
Compare Source
v1.46.1
Compare Source
v1.46.0
Compare Source
v1.45.3
Compare Source
v1.45.2
Compare Source
v1.45.1
Compare Source
v1.45.0
Compare Source
prisma/prisma (@prisma/client)
v6.1.0
Compare Source
Today we're releasing Prisma ORM version 6.1.0
In this version our
tracing
Preview feature is being graduated to GA!Highlights
Tracing goes GA
The
tracing
Preview feature is now stable. You now no longer have to includetracing
in your set of enabled preview features.generator client { provider = "prisma-client-js" - previewFeatures = ["tracing"] }
We have also changed some of the spans generated by Prisma Client. Previously, a trace would report the following spans:
Now, the following are reported:
Additionally, we have made a few changes to our dependencies:
@opentelemetry/api
is now a peer dependency instead of a regular dependencyregisterInstrumentations
in@opentelemetry/instrumentation
is now re-exported by@prisma/instrumentation
After upgrading to Prisma ORM 6.1.0 you will need to add
@opentelemetry/api
to your dependencies if you haven't already:You will also no longer need to have
@opentelemetry/instrumentation
if you only useregisterInstrumentations
. In this case you can importregisterInstrumentations
from@prisma/instrumentation
Bug fixes
Tracing related
As we're moving our
tracing
preview to GA, a number of issues have been resolved. Here are a few highlights:suppressTracing
Other issues
We also have a number of other issues that were resolved outside of our
tracing
feature.PrismaNeonHTTP
adapterfindUnique
returnsnull
when used instead ofPromise.all
Fixes and improvements
Prisma
TypeError: parentTracer.getSpanLimits is not a function
Span
constructorprisma:engine
spans do not respectsuppressTracing()
tracing: engine
spans don't pass throughSampler
prisma:client:operation
prisma:engine
spans are missing when there are multiplenew PrismaClient()
invocationsparentTracer.getSpanLimits is not a function
opentelemetry-sdk-trace-base
(e.g. Datadog tracer)traceparent
comments with multiple SQL statements@prisma/instrumentation
dependencies peer dependenciesdb.statement
attribute doesn't include thetraceparent
commentregisterInstrumentations
uses the global provider instead of the one passed inPrismaNeonHTTP
adapter breaks on some types e.g. timestampPrisma failed to detect the libssl/openssl version to use
Prisma Client
@prisma/instrumentation
Type Error:'InstrumentionNodeModuleDefintion' is not generic
v6.0.1
Compare Source
TanStack/query (@tanstack/vue-query)
v5.62.9
Compare Source
Version 5.62.9 - 12/23/24, 4:51 PM
Changes
Fix
1e73d3a
) by Nick LucasChore
5be3872
) by Lachlan CollinsDocs
18d81b9
) by @cailloua76ac59
) by gnerkusPackages
v5.62.8
Compare Source
Version 5.62.8 - 12/17/24, 5:11 PM
Changes
Fix
4989399
) by Nick LucasChore
@types/react
version (#8437) (94e2c77
) by Lachlan CollinsDocs
broadcastChannel
default value and type name (#8436) (4521a04
) by Alex LiuPackages
v5.62.7
Compare Source
Version 5.62.7 - 12/10/24, 7:04 PM
Changes
Fix
465906a
) by Dominik DorfmeisterChore
27ce0b6
) by Dominik DorfmeisterPackages
v5.62.3
Compare Source
Version 5.62.3 - 12/6/24, 3:33 PM
Changes
Fix
32d7189
) by Dominik DorfmeisterDocs
d6621a8
) by @MatanShushan8ccc36c
) by MaxPackages
v5.62.2
Compare Source
Version 5.62.2 - 12/3/24, 7:29 AM
Changes
Fix
175757a
) by Nick LucasPackages
v5.62.1
Compare Source
Version 5.62.1 - 12/2/24, 6:40 PM
Changes
Fix
d9d2728
) by ParbezChore
b7bad3d
) by ArnoudTest
queryObserver
(#8304) (12b6782
) by Sol LeePackages
v5.62.0
Compare Source
Version 5.62.0 - 11/29/24, 1:03 PM
Changes
Feat
0fa1f01
) by Nick LucasChore
f245792
) by ArnoudPackages
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.