Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @playwright/test from 1.43.1 to 1.46 #2498

Merged
merged 5 commits into from
Aug 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2024

Bumps @playwright/test from 1.43.1 to 1.45.3.

Release notes

Sourced from @​playwright/test's releases.

v1.45.3

Highlights

microsoft/playwright#31764 - [Bug]: some actions do not appear in the trace file microsoft/playwright-java#1617 - [Bug]: Traceviewer not reporting all actions

Browser Versions

  • Chromium 127.0.6533.5
  • Mozilla Firefox 127.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 126
  • Microsoft Edge 126

v1.45.2

Highlights

microsoft/playwright#31613 - [REGRESSION]: Trace is not showing any screenshots nor test name microsoft/playwright#31601 - [REGRESSION]: missing trace for 2nd browser microsoft/playwright#31541 - [REGRESSION]: Failing tests have a trace with no images and with steps missing

Browser Versions

  • Chromium 127.0.6533.5
  • Mozilla Firefox 127.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 126
  • Microsoft Edge 126

v1.45.1

Highlights

microsoft/playwright#31473 - [REGRESSION]: Playwright raises an error ENOENT: no such file or directory, open 'test-results/.playwright-artifacts-0/hash.zip' with Electron microsoft/playwright#31442 - [REGRESSION]: Locators of elements changing from/to hidden have operations hanging when using --disable-web-security microsoft/playwright#31431 - [REGRESSION]: NewTab doesn't work properly with Chrome with --disable-web-security microsoft/playwright#31425 - [REGRESSION]: beforeEach hooks are not skipped when describe condition depends on fixtures microsoft/playwright#31491 - [REGRESSION]: @playwright/experimental-ct-react doesn't work with VSCode extension and PNPM

Browser Versions

  • Chromium 127.0.6533.5
  • Mozilla Firefox 127.0
  • WebKit 17.4

... (truncated)

Commits

Dependabot compatibility score

Dependabot 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.43.1 to 1.45.3.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.43.1...v1.45.3)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2024
@dependabot dependabot bot assigned jrchudy and RFSH Aug 2, 2024
@RFSH RFSH self-requested a review August 2, 2024 23:59
RFSH added 4 commits August 6, 2024 11:30
- remove the deprecated babel class plugin
- upgrade react-imask
I'll take care of this update in a separate PR
- react doesn't like using spread with key prop
- change the file-field tooltip to be the same as before (tooltip
  local test cases were broken because of this)
@RFSH
Copy link
Member

RFSH commented Aug 7, 2024

It seems like Playwright pushed an update this week, so I bumped the version to 1.46 (instead of the 1.45.3 that dependabot originally did). The following are the other changes that I included as part of this PR:

  • Update dependabot:
    • Added more dependencies to the ignore list.
    • Included css-loader and sass-loader as part of the babel group since all of them affect the build process.
  • Remove the deprecated @babel/plugin-proposal-class-properties
  • Chang how we're attaching the key prop in tooltip.tsx to get rid of a dev warning message.
  • Make sure the file-field.tsx tooltips use the same pattern as before (local tooltip test cases were broken because of this)

@RFSH RFSH changed the title Bump @playwright/test from 1.43.1 to 1.45.3 Bump @playwright/test from 1.43.1 to 1.46 Aug 7, 2024
@RFSH RFSH merged commit a59e4f6 into master Aug 7, 2024
1 check passed
@RFSH RFSH deleted the dependabot/npm_and_yarn/master/playwright/test-1.45.3 branch August 7, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants