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 across 1 directory with 3 updates #225
Merged
kmendell
merged 1 commit into
main
from
dependabot/npm_and_yarn/frontend/frontend-dev-dependencies-600bc56485
Apr 25, 2025
Merged
chore(deps-dev): bump the frontend-dev-dependencies group across 1 directory with 3 updates #225
kmendell
merged 1 commit into
main
from
dependabot/npm_and_yarn/frontend/frontend-dev-dependencies-600bc56485
Apr 25, 2025
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
Reviewer's Guide by SourceryThis pull request updates the frontend dev dependencies, including Playwright, ESLint, and Vite. Playwright was updated to 1.52.0, which includes new assertion utilities and test runner features. ESLint was updated to 9.25.0, adding support for TypeScript syntax in several rules. Vite was updated to 6.3.2, which includes fixes for CSS handling and dependency updates. Updated class diagram for Playwright testResultclassDiagram
class TestResult {
+ annotations: Annotation[]
}
class Annotation {
+ description: string
+ type: string
}
TestResult -- Annotation : contains
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!
…rectory with 3 updates Bumps the frontend-dev-dependencies group with 3 updates in the /frontend directory: [@playwright/test](https://github.com/microsoft/playwright), [eslint](https://github.com/eslint/eslint) 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 `eslint` from 9.24.0 to 9.25.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.24.0...v9.25.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: eslint dependency-version: 9.25.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]>
ea0f08c
to
992151e
Compare
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
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the frontend-dev-dependencies group with 3 updates in the /frontend directory: @playwright/test, eslint 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
eslint
from 9.24.0 to 9.25.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
e62e267
9.25.0bc2c3e6
Build: changelog update for 9.25.088dc196
chore: upgrade@eslint/js
@9
.25.0 (#19636)345288d
chore: package.json update for@eslint/js
release910bd13
fix:nodeTypeKey
not being used inNodeEventGenerator
(#19631)ca7a735
docs: updateno-undef-init
when not to use section (#19624)affe6be
chore: upgrade trunk (#19628)1b870c9
docs: useeslint-config-xo
in the getting started guide (#19629)5d4af16
docs: add types for multiple rule options (#19616)e8f8d57
docs: Update READMEUpdates
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
Chores: