chore(deps): update all dependencies#61
Merged
renovate[bot] merged 1 commit intomainfrom May 13, 2024
Merged
Conversation
Coverage Summary
File Coverage
|
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:
1.43.1->1.44.020.12.8->20.12.112.4.5->2.4.614.7.1->14.10.13.9.0->3.9.13.4.26->3.4.272.0.16->2.0.17Release Notes
microsoft/playwright (@playwright/test)
v1.44.0Compare Source
New APIs
Accessibility assertions
expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name:
expect(locator).toHaveAccessibleDescription() checks if the element has the specified accessible description:
expect(locator).toHaveRole() checks if the element has the specified ARIA role:
Locator handler
noWaitAfteroption.timesoption in page.addLocatorHandler() to specify maximum number of times the handler should be run.Miscellaneous options
multipartoption inapiRequestContext.fetch()now acceptsFormDataand supports repeating fields with the same name.expect(callback).toPass({ intervals })can now be configured byexpect.toPass.inervalsoption globally in testConfig.expect or per project in testProject.expect.expect(page).toHaveURL(url)now supportsignoreCaseoption.testProject.ignoreSnapshots allows to configure per project whether to skip screenshot expectations.
Reporter API
outputFile. The same option can also be specified asPLAYWRIGHT_BLOB_OUTPUT_FILEenvironment variable that might be more convenient on CI/CD.includeProjectInTestNameoption.Command line
--last-failedCLI option for running only tests that failed in the previous run.First run all tests:
$ npx playwright test Running 103 tests using 5 workers ... 2 failed [chromium] › my-test.spec.ts:8:5 › two ───────────────────────────────────────────────────────── [chromium] › my-test.spec.ts:13:5 › three ────────────────────────────────────────────────────── 101 passed (30.0s)Now fix the failing tests and run Playwright again with
--last-failedoption:$ npx playwright test --last-failed Running 2 tests using 2 workers 2 passed (1.2s)Browser Versions
This version was also tested against the following stable channels:
vuejs/test-utils (@vue/test-utils)
v2.4.6Compare Source
What's Changed
getvsfindbehavior by @KatWorkGit in https://github.com/vuejs/test-utils/pull/2422New Contributors
Full Changelog: vuejs/test-utils@v2.4.5...v2.4.6
capricorn86/happy-dom (happy-dom)
v14.10.1Compare Source
v14.10.0Compare Source
🎨 Features
Document.elementFromPoint()- By @TreyVigus in task #1400nullas Happy DOM doesn't support rendering and can't calculate an element's position based on where it is renderedv14.9.0Compare Source
v14.8.3Compare Source
👷♂️ Patch fixes
Element.insertBefore()not removing comment node from previous ancestor - By @mdafanasev in task #1406v14.8.2Compare Source
v14.8.1Compare Source
v14.8.0Compare Source
🎨 Features
HTMLIFrameElement.srcdocproperty - By @jeffwcx in task #1398qmhc/vite-plugin-dts (vite-plugin-dts)
v3.9.1Compare Source
Bug Fixes
vuejs/core (vue)
v3.4.27Compare Source
Bug Fixes
vuejs/language-tools (vue-tsc)
v2.0.17Compare Source
Features
Bug Fixes
v-on="{}"(#4333)<script setup>should not be used as a variable in template (#4353)scopednot working (#4355)<style>completions and html custom data completions not provided in some cases (#4092)forceUseTsoptions not workingOther Changes
v2.2.0tov2.2.2.v0.0.42tov0.0.44.allowTextChangesInNewFilesnever true for embedded documentscommandresolve capability only for specific refactors (https://github.com/volarjs/services/issues/94)mxsdev.typescript-explorervueCompilerOptions.experimentalUseElementAccessInTemplatepackageManager(#4358) - Thanks @so1veConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.