fix(deps): update all dependencies#48
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
giacomoguidotto
approved these changes
May 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^0.2.3→^0.2.4^0.0.1→^0.0.2^0.2.4→^0.2.5^0.217.0→^0.218.0^0.217.0→^0.218.0^0.217.0→^0.218.0^0.217.0→^0.218.0^0.217.0→^0.218.0^1.40.0→^1.41.1^1.59.1→^1.60.0^25.6.2→^25.8.0^6.0.1→^6.0.2^4.0.1→^4.1.0^1.3.13→^1.3.14^1.38.0→^1.39.1^0.1.116→^0.1.118^0.0.51→^0.0.52^1.14.0→^1.16.0^4.11.1→^4.12.0^7.75.0→^7.76.0^4.1.5→^4.1.6Release Notes
get-convex/resend (@convex-dev/resend)
v0.2.4Compare Source
resend.sendEmailManuallywhere theccandbccfieldswould not be persisted to the database (thanks @zxt-tzx!)
get-convex/workos-authkit (@convex-dev/workos-authkit)
v0.2.5Compare Source
open-telemetry/opentelemetry-js (@opentelemetry/exporter-logs-otlp-http)
v0.218.0Compare Source
microsoft/playwright (@playwright/test)
v1.60.0Compare Source
🌐 HAR recording on Tracing
tracing.startHar() / tracing.stopHar() expose HAR recording as a first-class tracing API, with the same
content,modeandurlFilteroptions asrecordHar. The returned Disposable makes it easy to scope a recording withawait using:🪝 Drop API
New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches
dragenter,dragover, anddropwith a synthetic [DataTransfer] in the page context — works cross-browser and is great for testing upload zones:🎯 Aria snapshots
page.locator('body').boxesoption on locator.ariaSnapshot() / page.ariaSnapshot() appends each element's bounding box as[box=x,y,width,height], useful for AI consumption.🛑 test.abort()
New test.abort() aborts the currently running test from a fixture, hook, or route handler with an optional message. Use it when you have detected an unrecoverable misuse and want to fail the test right away:
New APIs
Browser, Context and Page
Locators and Assertions
descriptionin page.getByRole() / locator.getByRole() / frame.getByRole() / frameLocator.getByRole() for matching the accessible description.pseudoin expect(locator).toHaveCSS() reads computed styles from::beforeor::after.stylein locator.highlight() applies extra inline CSS to the highlight overlay, plus new page.hideHighlight() to clear all highlights.Network
noDefaultsin browserType.connectOverCDP() disables Playwright's default overrides on the default context (download behavior, focus emulation, media emulation), so attaching to a user's daily-driver browser doesn't disturb its state.Errors and Reporting
line/columnproperties (lineNumber/columnNumberare deprecated).expect(...)matcher failure.workerInfoargument with details about the worker for fixture teardown errors.Test runner
{testFileBaseName}token in testProject.snapshotPathTemplate — file name without extension.workers: 0or negative values.🛠️ Other improvements
npx playwright show-reportaccepts.zipfiles directly — no need to unzip first.repeatEachIndexis shown in the test header when non-zero.Breaking Changes⚠️
Locator.ariaRef()— use the standard locator.ariaSnapshot() pipeline.handleoption onBrowserContext.exposeBindingandPage.exposeBinding.loggeroption onBrowserType.connectandBrowserType.connectOverCDP— use tracing instead.videosPath/videoSize— userecordVideoinstead.Browser Versions
This version was also tested against the following stable channels:
vitejs/vite-plugin-react (@vitejs/plugin-react)
v6.0.2Compare Source
Allow all options in reactCompilerPreset (#1189)
This is a type only change. Only
compilationModeandtargetoptions were available forreactCompilerPreset.workos/authkit-nextjs (@workos-inc/authkit-nextjs)
v4.1.0Compare Source
Features
oven-sh/bun (bun-types)
v1.3.14Compare Source
get-convex/convex-backend (convex)
v1.39.1binentrypoint bug in 1.39.0.v1.39.0defineAppand
defineComponentnow accept anenvobject with string keys and validator values.Declared environment variables must be present and match the validators before deployment.
--local-cloud-port,--local-site-port,--local-backend-versionand--local-force-upgradeoptions tonpx convex devto be used whenever using a local deployment.AsyncLocalStorageandAsyncResourceAPIs fromnode:async_hooksare now availablein the standard Convex runtime. Note that stored values will not be threaded through calls to
ctx.runQuery/ctx.runMutation/ctx.runAction.get-convex/convex-helpers (convex-helpers)
v0.1.118Compare Source
with filters. Previously it would aggressively split pages whenever
more items were scanned than requested. Now it only splits when
the page grows to be larger than the number of requested items or
so many documents are being scanned that the limits are close to being
hit.
v0.1.117Compare Source
convexToZodwhen the input type is a non-tuple array type.
get-convex/convex-test (convex-test)
v0.0.52Compare Source
ctx.meta.getDeploymentMetadata().lucide-icons/lucide (lucide-react)
v1.16.0: Version 1.16.0Compare Source
What's Changed
blendericon by @rrod497 in #3884Full Changelog: lucide-icons/lucide@1.15.0...1.16.0
v1.15.0Compare Source
amannn/next-intl (next-intl)
v4.12.0Compare Source
Features
useExtracted(#2316) (bff2f96) – by @amannnv4.11.2Compare Source
Bug Fixes
react-hook-form/react-hook-form (react-hook-form)
v7.76.0Compare Source
vitest-dev/vitest (vitest)
v4.1.6Compare Source
🐞 Bug Fixes
ToMatchScreenshotResolvePath- by @macarie and @sheremet-va in #10138 (31882)sequence.concurrent: truewith top-leveltest(..., { concurrent: false })+ depreactesequentialtest API and options - by @hi-ogawa, Codex and @sheremet-va in #10196 (2847d)🏎 Performance
View changes on GitHub
Configuration
📅 Schedule: (UTC)
* * * * 0,6)🚦 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.