chore(deps): update npm minor dependencies#77
Conversation
2337bc8 to
f45a490
Compare
6905ca5 to
06e1fb6
Compare
8263762 to
4900528
Compare
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughUpdated dependency and devDependency version pins across four package.json files: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
557e528 to
0ba966a
Compare
4d863f4 to
bab2f13
Compare
13dcc23 to
4a96785
Compare
4a96785 to
629ae68
Compare
This PR contains the following updates:
1.3.0→1.4.11.27.1→1.29.01.58.2→1.60.07.15.2→7.16.010.3.6→10.4.010.3.6→10.4.010.3.6→10.4.04.2.4→4.3.029.0.2→29.1.16.0.6→6.14.10.41.0→0.50.01.56.0→1.65.00.17.4→0.23.010.3.6→10.4.03.5.0→3.6.04.2.4→4.3.00.21.10→0.22.04.21.0→4.22.22.8.20→2.9.144.76.0→4.92.04.3.6→4.4.3Release Notes
mui/base-ui (@base-ui/react)
v1.4.1Compare Source
Apr 20, 2026
General Changes
display: contentstabbability (#4642) by @atomiksmergeProps(#4598) by @atomiksdate-fnspeer dependencies as optional (#4639) by @LukasTyNavigation Menu
All contributors of this release in alphabetical order : @atomiks, @LukasTy
v1.4.0Compare Source
Apr 13, 2026
General Changes
renderprop warning accuracy (#4324, #4363) by @atomikspreventBaseUIHandlerruntime wrapping (#4330) by @atomiksformprop on hidden inputs (#4352) by @atomikssuppressHydrationWarningto hidden inputs (#4482) by @devxoulPositionernot repositioning to a different trigger when reopened withkeepMounted(#4407) by @mdm317modalpopups with touch input (#3100) by @atomiksAlert Dialog
Autocomplete
Avatar
Checkbox
readOnlymode (#4551) by @tsbehlmanCollapsible
keepMountedhas no transitions (#4555) by @mj12albertCombobox
Chips/InputGroupareas not focusing the input or opening the popup (#4296) by @CiscoFran10Dialog
Drawer
Viewport(#4495) by @atomiksField
<Field.Error>(#4494) by @atomiksMenu
SubmenuTriggernot respecting disabled state fromrender(#3858) by @CiscoFran10Navigation Menu
aria-orientationattribute (#4355) by @atomiksValuetyping (#4328) by @atomiksNumber Field
OTP Field
OTPFieldcomponent for one-time password and verification code entry (#4365) by @atomiksPopover
modal(#4350) by @atomiksPreview Card
Select
alignItemWithTrigger(#4531) by @atomiksSlider
Switch
readOnlymode (#4551) by @tsbehlmanTabs
activationDirectionnot updating on programmatic value changes (#4347) by @LukasTyToast
addmethod (#4440) by @atomiksToggle Group
All contributors of this release in alphabetical order : @arturbien, @atomiks, @CiscoFran10, @devxoul, @flaviendelangle, @kyrregjerstad, @LukasTy, @lunaxislu, @mattrothenberg, @mdm317, @michaldudak, @mj12albert, @Profesor08, @ryanrhee, @sai6855, @tsbehlman
modelcontextprotocol/typescript-sdk (@modelcontextprotocol/sdk)
v1.29.0Compare Source
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@v1.28.0...v1.29.0
v1.28.0Compare Source
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@v1.27.1...v1.28.0
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:
v1.59.1Compare Source
v1.59.0Compare Source
slackapi/node-slack-sdk (@slack/web-api)
v7.16.0Compare Source
Minor Changes
2814969: feat: addhighlight_typetofiles.completeUploadExternalandfilesUploadV2for optimistic renderingstorybookjs/storybook (@storybook/addon-a11y)
v10.4.0Compare Source
Storybook 10.4 contains hundreds of fixes and improvements including:
@storybook/tanstack-reactframework with routing and server function supportList of all updates
deviceAddons- #34659, thanks @ndelangen!@storybook/nextjs-vite- #34249, thanks @nathanjessen!ChangeDetectionServiceand wire up builder-vite - #34369, thanks @ghengeveld!vite-plugin-storybook-nextjsto ^3.2.4 - #34280, thanks @k35o!@storybook/docs-mdxwith inline implementation - #34611, thanks @copilot-swe-agent!PseudoStateGridcomponent in pseudo-states stories - #34334, thanks @copilot-swe-agent!serialize-javascriptis at latest version - #34034, thanks @50bbx!@storybook/tanstack-reactpackage - #34403, thanks @huang-julien!Configuration
📅 Schedule: (UTC)
🚦 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.