chore(deps): update all dependencies #49
Merged
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.0
20.12.8
->20.12.11
2.4.5
->2.4.6
14.7.1
->14.10.1
3.9.0
->3.9.1
3.4.26
->3.4.27
2.0.16
->2.0.17
Release Notes
microsoft/playwright (@playwright/test)
v1.44.0
Compare 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
noWaitAfter
option.times
option in page.addLocatorHandler() to specify maximum number of times the handler should be run.Miscellaneous options
multipart
option inapiRequestContext.fetch()
now acceptsFormData
and supports repeating fields with the same name.expect(callback).toPass({ intervals })
can now be configured byexpect.toPass.inervals
option globally in testConfig.expect or per project in testProject.expect.expect(page).toHaveURL(url)
now supportsignoreCase
option.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_FILE
environment variable that might be more convenient on CI/CD.includeProjectInTestName
option.Command line
--last-failed
CLI 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-failed
option:$ 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.6
Compare Source
What's Changed
get
vsfind
behavior 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.1
Compare Source
v14.10.0
Compare Source
🎨 Features
Document.elementFromPoint()
- By @TreyVigus in task #1400null
as Happy DOM doesn't support rendering and can't calculate an element's position based on where it is renderedv14.9.0
Compare Source
v14.8.3
Compare Source
👷♂️ Patch fixes
Element.insertBefore()
not removing comment node from previous ancestor - By @mdafanasev in task #1406v14.8.2
Compare Source
v14.8.1
Compare Source
v14.8.0
Compare Source
🎨 Features
HTMLIFrameElement.srcdoc
property - By @jeffwcx in task #1398qmhc/vite-plugin-dts (vite-plugin-dts)
v3.9.1
Compare Source
Bug Fixes
vuejs/core (vue)
v3.4.27
Compare Source
Bug Fixes
vuejs/language-tools (vue-tsc)
v2.0.17
Compare Source
Features
Bug Fixes
v-on="{}"
(#4333)<script setup>
should not be used as a variable in template (#4353)scoped
not working (#4355)<style>
completions and html custom data completions not provided in some cases (#4092)forceUseTs
options not workingOther Changes
v2.2.0
tov2.2.2
.v0.0.42
tov0.0.44
.allowTextChangesInNewFiles
never true for embedded documentscommand
resolve capability only for specific refactors (https://github.com/volarjs/services/issues/94)mxsdev.typescript-explorer
vueCompilerOptions.experimentalUseElementAccessInTemplate
packageManager
(#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.