Update all non-major dependencies#4076
Merged
Merged
Conversation
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
b3461a2 to
cbc4b77
Compare
Johennes
approved these changes
Jul 2, 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.10.13→0.10.151.46.4→1.48.01.60.0→1.61.11.1.15→1.1.171.3.6→1.4.11.2.4→1.2.610.1.0→10.1.210.4.1→10.4.610.4.1→10.4.610.4.1→10.4.624.12.4→24.13.219.2.15→19.2.178.61.0→8.62.06.0.2→6.0.34.1.7→4.1.94.1.7→4.1.94.1.7→4.1.910.4.1→10.4.61.61.0→1.64.2^0.55.0→^0.56.01.70.0→1.71.02.1.0→2.2.019.2.6→19.2.719.2.6→19.2.77.15.1→7.18.01.100.0→1.101.010.4.1→10.4.614.0.0→14.0.18.0.16→8.1.04.1.7→4.1.9Release Notes
formatjs/formatjs (@formatjs/intl-durationformat)
v0.10.15: @formatjs/intl-durationformat: 0.10.15Compare Source
0.10.15 (2026-06-15)
What's Changed
Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/intl-durationformat@0.10.14...@formatjs/intl-durationformat@0.10.15
v0.10.14: @formatjs/intl-durationformat: 0.10.140.10.14 (2026-06-03)
What's Changed
Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/intl-durationformat@0.10.13...@formatjs/intl-durationformat@0.10.14
Dependencies
livekit/protocol (@livekit/protocol)
v1.48.0Compare Source
Minor Changes
Add PTF_USER_DATA to the PacketTrailerFeature enum for arbitrary per-frame user data. - #1639 (@chenosaurus)
Introduce a participant RPC protobuf registry for well-known LiveKit RPCs. - #1618 (@dennwc)
Add codec config to inbound and outbound SIP trunks. - #1620 (@dennwc)
Patch Changes
Add capabilities to ParticipantInfo - #1637 (@1egoman)
agent dev protocol to send down ServerInfo - #1638 (@davidzhao)
v1.47.0Compare Source
Minor Changes
run can request audio mode. Unspecified stays TEXT, so existing callers are
unaffected.
v1.46.8Compare Source
v1.46.7Compare Source
Patch Changes
v1.46.6Compare Source
Patch Changes
v1.46.5Compare Source
Patch Changes
microsoft/playwright (@playwright/test)
v1.61.1Compare Source
v1.61.0Compare Source
🔑 WebAuthn passkeys
New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer
navigator.credentials.create()/navigator.credentials.get()ceremonies in the page — no real hardware key required, works in all browsers:You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.
🗃️ Web Storage
New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:
New APIs
Network
Browser and Screencast
artifactsDirin browserType.connectOverCDP() controls where artifacts such as traces and downloads are stored when attached to an existing browser.cursorin screencast.showActions() controls the cursor decoration rendered for pointer actions.onFramecallback in screencast.start() now receives atimestampof when the frame was presented by the browser.Test runner
trace: new'on-all-retries','retain-on-first-failure'and'retain-on-failure-and-retries'values. See the video modes table for which runs are recorded and kept in each mode.expect.soft.poll(...).process.argvfrom the runner process, handy for reading custom arguments passed after the--separator.AggregateErroras a separate entry.-Gcommand line shorthand for--grep-invert.🛠️ Other improvements
Browser Versions
This version was also tested against the following stable channels:
radix-ui/primitives (@radix-ui/react-dialog)
v1.1.17@radix-ui/react-slot@1.3.0,@radix-ui/react-dismissable-layer@1.1.13,@radix-ui/react-primitive@2.1.6,@radix-ui/react-focus-scope@1.1.10,@radix-ui/react-portal@1.1.12v1.1.16react-dialogwere brokenaria-controlswhen their content is removed from the DOM (credit to @dodomorandi for the original PR)@radix-ui/react-presence@1.1.6,@radix-ui/react-slot@1.2.5,@radix-ui/react-focus-guards@1.1.4,@radix-ui/react-dismissable-layer@1.1.12,@radix-ui/primitive@1.1.4,@radix-ui/react-compose-refs@1.1.3,@radix-ui/react-context@1.1.4,@radix-ui/react-focus-scope@1.1.9,@radix-ui/react-id@1.1.2,@radix-ui/react-portal@1.1.11,@radix-ui/react-primitive@2.1.5,@radix-ui/react-use-controllable-state@1.2.3radix-ui/primitives (@radix-ui/react-slider)
v1.4.1Duplicate index signatureerrors that surfaced when consuming multiple packages together.@radix-ui/react-primitive@2.1.6,@radix-ui/react-collection@1.1.10v1.4.0ThumbProvider,ThumbTrigger, andBubbleInputparts to Slider.SliderThumbwas previously a single component that implicitly rendered a hidden native input for form submission. It is now composed from these new parts, which are exposed so consumers can decouple the bubble input from the thumb (for example, to render or customize it independently) instead of relying onSliderThumbto render it implicitly.SliderThumbcontinues to render all three by default, so existing usage is unaffected.focusVisiblefor non-keyboard interactions with slider thumbs for progressively enabling styles using:focus-visiblealongside programmatic focus managementstepvalues made the thumbs unresponsive@radix-ui/react-collection@1.1.9,@radix-ui/react-direction@1.1.2,@radix-ui/number@1.1.2,@radix-ui/primitive@1.1.4,@radix-ui/react-compose-refs@1.1.3,@radix-ui/react-context@1.1.4,@radix-ui/react-primitive@2.1.5,@radix-ui/react-use-controllable-state@1.2.3,@radix-ui/react-use-layout-effect@1.1.2,@radix-ui/react-use-previous@1.1.2,@radix-ui/react-use-size@1.1.2radix-ui/primitives (@radix-ui/react-visually-hidden)
v1.2.6@radix-ui/react-primitive@2.1.6v1.2.5@radix-ui/react-primitive@2.1.5pmndrs/react-spring (@react-spring/web)
v10.1.2Compare Source
Bug Fixes
PickAnimatednow infers all animated keys when a partialfromis provided. Previously afromprop collapsed the result type to just thefromshape, droppingtokeys, forward props, and the other transition phases — souseSpring({ width: 100, height: 100, from: { width: 0 } })madestyles.heighta compile error even thoughheightanimates at runtime. It now mergesfromwith theto, forward, and transition-phase values. (#2545)SpringValue-levelonChangenow receives anAnimationResult({ value, finished: false, cancelled: false }) instead of the raw value, soresult.valueis no longerundefinedmid-animation. This matchesonStart/onRestand theController-levelonChange. The internalchangeevent the animated tree subscribes to still emits the raw value. (#2548)cannot add a new propertycrash when wrapping non-extensible React Native host components. On Hermes, host components likeView,Text, andImagebecome non-extensible after their first render, breaking the wrapper cache.createHostnow attempts the direct write first (fast path, unchanged for extensible components) and falls back to a module-levelWeakMapwhen the write is rejected. (#2535)Performance
createStringInterpolator. (#2547)Full Changelog: pmndrs/react-spring@v10.1.1...v10.1.2
v10.1.1Compare Source
What's Changed
Full Changelog: pmndrs/react-spring@v10.1.0...v10.1.1
storybookjs/storybook (@storybook/addon-docs)
v10.4.6Compare Source
v10.4.5Compare Source
v10.4.4Compare Source
v10.4.3Compare Source
v10.4.2Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/utils)
v8.62.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.61.1Compare Source
This was a version bump only for utils to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-react (@vitejs/plugin-react)
v6.0.3Compare Source
vitest-dev/vitest (@vitest/browser-playwright)
v4.1.9Compare Source
🐞 Bug Fixes
importOriginalwith optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #10546 (a5180)View changes on GitHub
v4.1.8Compare Source
🐞 Bug Fixes
cdpAPI whenallowWrite/allowExec: false[backport to v4] - by @hi-ogawa and Codex in #10450 (e4067)View changes on GitHub
vitest-dev/vitest (@vitest/ui)
v4.1.9Compare Source
v4.1.8Compare Source
🐞 Bug Fixes
cdpAPI whenallowWrite/allowExec: false[backport to v4] - by @hi-ogawa and Codex in #10450 [(e4067)](https://redirect.github.com/vitest-dev/vitest/commConfiguration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.