This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
chore(deps): update all non-major dependencies #4964
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:
^16.11.34
->^16.11.35
^0.33.2
->^0.33.4
^1.21.1
->^1.22.0
Release Notes
unocss/unocss
v0.33.4
Compare Source
Microsoft/playwright
v1.22.0
Compare Source
Introducing Component Testing (preview)
Playwright Test can now test your React, Vue.js or Svelte components. You can use all the features of Playwright Test (such as parallelization, emulation & debugging) while running components in real browsers.
Here is what a typical component test looks like:
Read more in our documentation.
Locators Update
Role selectors allow selecting elements by their ARIA role, ARIA attributes and accessible name.
Read more in our documentation.
New
locator.filter([options])
API to filter an existing locatorScreenshots Update
New web-first assertions
expect(page).toHaveScreenshot()
andexpect(locator).toHaveScreenshot()
that wait for screenshot stabilization and enhances test reliability.The new assertions has screenshot-specific defaults, such as:
The new
expect(page).toHaveScreenshot()
saves screenshots at the same location asexpect(screenshot).toMatchSnapshot()
.Browser Versions
This version was also tested against the following stable channels:
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 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 has been generated by WhiteSource Renovate. View repository job log here.