This repository was archived by the owner on Jul 15, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps-dev): bump the frontend-dev-dependencies group in /frontend with 2 updates #223
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/frontend/frontend-dev-dependencies-a6c0d01e63
Closed
chore(deps-dev): bump the frontend-dev-dependencies group in /frontend with 2 updates #223
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/frontend/frontend-dev-dependencies-a6c0d01e63
Conversation
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
Bumps the frontend-dev-dependencies group in /frontend with 2 updates: [@playwright/test](https://github.com/microsoft/playwright) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@playwright/test` from 1.51.1 to 1.52.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.51.1...v1.52.0) Updates `vite` from 6.3.0 to 6.3.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.2/packages/vite) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend-dev-dependencies - dependency-name: vite dependency-version: 6.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend-dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis pull request updates the Updated class diagram for Playwright's LocatorAssertionsclassDiagram
class LocatorAssertions {
+toContainClass(expected: string): Promise<void>
+toMatchAriaSnapshot(snapshot: string): Promise<void>
}
note for LocatorAssertions "toContainClass is a new method to assert individual class names on the element.\ntoMatchAriaSnapshot got two new properties: /children for strict matching and /url for links."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
0 participants
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.
Bumps the frontend-dev-dependencies group in /frontend with 2 updates: @playwright/test and vite.
Updates
@playwright/test
from 1.51.1 to 1.52.0Release notes
Sourced from
@playwright/test
's releases.Commits
471930b
chore: mark v1.52.0 (#35655)0259acf
cherry-pick(#35637): chore: completely remove annotation warnings codea0fdb3f
cherry-pick(#35633): chore: add v1.52 release notes25fd261
cherry-pick(#35636): chore: fix typos in aria docs6da84b3
cherry-pick(#35373): Revert "chore: add location named property to annotation...2914d1b
cherry-pick(#35613): chore: refactor error context (#35613)5465ffb
cherry-pick(#35603): chore: temporarily disable floating promise warning mess...76ee48d
chore: followup on static annotations (#35579)d79bb57
chore(bidi): rename bidi-firefox-stable to moz-firefox channel (#35611)6262a12
chore: retry selecting option for the notconnected case (#35610)Maintainer changes
This version was pushed to npm by playwright-bot, a new releaser for
@playwright/test
since your current version.Updates
vite
from 6.3.0 to 6.3.2Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
4bc17b4
release: v6.3.2b5055e0
fix(css): respectcss.lightningcss
option in css minification process (#19879)c713f79
feat(css): improve lightningcss messages (#19880)cbdab1d
fix: match default asserts case insensitive (#19852)6abbdce
fix: open first url if host does not match any urls (#19886)bab4cb9
fix(deps): update all non-major dependencies (#19698)a7349ef
release: v6.3.1a152b7c
fix: backward compat for internal plugintransform
calls (#19878)35c7f35
fix: avoid usingPromise.allSettled
in preload function (#19805)5fdcfe7
release: v6.3.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsSummary by Sourcery
Update frontend development dependencies to their latest minor versions
Chores: