chore(deps): update all non-major dependencies#1999
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
0512f10 to
07b658f
Compare
d7fe6f2 to
693b4de
Compare
0bf18a2 to
5e8162e
Compare
a59fd57 to
9636644
Compare
9636644 to
52c1cd3
Compare
c45a9b7 to
352a075
Compare
5397b68 to
c81df56
Compare
191b569 to
2b2b573
Compare
97897a6 to
2830a18
Compare
2830a18 to
35b6761
Compare
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:
^8.2.1→^8.5.2^1.58.2→^1.60.0^0.2.0→^0.2.10^10.2.10→^10.4.2^10.2.10→^10.4.2^1.3.9→^1.3.14^25.2.3→^25.9.1^19.2.14→^19.2.16^1.109.0→^1.120.0^2.4.6→^2.4.10v6.0.2→v6.0.3^0.2.6→^0.2.15^0.9.9→^0.9.26^0.15.6→^0.15.13^20.6.2→^20.10.1^9.3.0→^9.4.0v2.1.2→v2.2.0^19.2.4→^19.2.7^19.2.4→^19.2.7>=19.2.4→>=19.2.7^19.2.4→^19.2.7^10.2.10→^10.4.2^3.5.28→^3.5.35^3.5.28→^3.5.35Release Notes
SBoudrias/Inquirer.js (@inquirer/prompts)
v8.5.2Compare Source
v8.5.1Compare Source
mute-streamdependency from v4 to v3 to undo breaking compatibleengines.v8.5.0Compare Source
INQUIRER_KEYBINDINGSto enablevimoremacskeybindings; making this a user preference instead of a library author preference. One caveat is doing so disable the search feature in the select prompt. Syntax:INQUIRER_KEYBINDINGS=vim,emacs.v8.4.3Compare Source
choicesarray (Typescript only)defaultvalue to be of typeundefined(Typescript only)v8.4.2Compare Source
v8.4.1Compare Source
expandprompt type inferrence.v8.4.0Compare Source
editorprompt not always properly handling editor path on windows.v8.3.2Compare Source
v8.3.1Compare Source
v8.3.0Compare Source
Finally, see our new
@inquirer/i18npackage!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
stacksjs/clapp (@stacksjs/clapp)
v0.2.10Compare Source
v0.2.9Compare Source
v0.2.8Compare Source
v0.2.7Compare Source
v0.2.6Compare Source
v0.2.5Compare Source
v0.2.4Compare Source
v0.2.3Compare Source
storybookjs/storybook (@storybook/react)
v10.4.2Compare Source
v10.4.1Compare Source
npx expo install --fixafter init for Expo projects - #34803, thanks @ndelangen!peerDependenciesin framework detection for component libraries - #34516, thanks @zhyd1997!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!v10.3.6Compare Source
v10.3.5Compare Source
v10.3.4Compare Source
v10.3.3Compare Source
v10.3.2Compare Source
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.