philips-software / amp-devcontainer

amp-devcontainer is a batteries-included devcontainer useable for modern, embedded, software development
MIT License
106 stars 4 forks source link

test(deps): bump @playwright/test from 1.46.1 to 1.47.0 in the npm group #566

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the npm group with 1 update: @playwright/test.

Updates @playwright/test from 1.46.1 to 1.47.0

Release notes

Sourced from @​playwright/test's releases.

v1.47.0

Network Tab improvements

The Network tab in the UI mode and trace viewer has several nice improvements:

  • filtering by asset type and URL
  • better display of query string parameters
  • preview of font assets

Network tab now has filters

Credit to @​kubajanik for these wonderful improvements!

--tsconfig CLI option

By default, Playwright will look up the closest tsconfig for each imported file using a heuristic. You can now specify a single tsconfig file in the command line, and Playwright will use it for all imported files, not only test files:

# Pass a specific tsconfig
npx playwright test --tsconfig tsconfig.test.json

APIRequestContext now accepts URLSearchParams and string as query parameters

You can now pass URLSearchParams and string as query parameters to APIRequestContext:

test('query params', async ({ request }) => {
  const searchParams = new URLSearchParams();
  searchParams.set('userId', 1);
  const response = await request.get(
      'https://jsonplaceholder.typicode.com/posts',
      {
        params: searchParams // or as a string: 'userId=1'
      }
  );
  // ...
});

Miscellaneous

  • The mcr.microsoft.com/playwright:v1.47.0 now serves a Playwright image based on Ubuntu 24.04 Noble. To use the 22.04 jammy-based image, please use mcr.microsoft.com/playwright:v1.47.0-jammy instead.
  • The :latest/:focal/:jammy tag for Playwright Docker images is no longer being published. Pin to a specific version for better stability and reproducibility.
  • New option behavior in page.removeAllListeners(), browser.removeAllListeners() and browserContext.removeAllListeners() to wait for ongoing listeners to complete.
  • TLS client certificates can now be passed from memory by passing cert and key as buffers instead of file paths.
  • Attachments with a text/html content type can now be opened in a new tab in the HTML report. This is useful for including third-party reports or other HTML content in the Playwright test report and distributing it to your team.
  • noWaitAfter in locator.selectOption() was deprecated.
  • We've seen reports of WebGL in Webkit misbehaving on GitHub Actions macos-13. We recommend upgrading GitHub Actions to macos-14.

... (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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

github-actions[bot] commented 2 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 16 0 0.08s
✅ DOCKERFILE hadolint 2 0 0.37s
✅ JSON prettier 16 0 0 0.74s
✅ JSON v8r 15 0 18.67s
✅ MARKDOWN markdownlint 8 0 0 1.12s
✅ MARKDOWN markdown-table-formatter 8 0 0 0.24s
✅ REPOSITORY checkov yes no 15.72s
✅ REPOSITORY gitleaks yes no 0.27s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 13.65s
✅ REPOSITORY secretlint yes no 1.24s
✅ REPOSITORY trivy yes no 5.36s
✅ REPOSITORY trivy-sbom yes no 0.7s
✅ REPOSITORY trufflehog yes no 3.02s
✅ SPELL lychee 55 0 23.81s
✅ YAML prettier 21 0 0 1.05s
✅ YAML v8r 21 0 13.4s
✅ YAML yamllint 21 0 0.47s

See detailed report in MegaLinter reports

_MegaLinter is graciously provided by OX Security_

github-actions[bot] commented 2 months ago

Compressed layer size comparison

Comparing ghcr.io/philips-software/amp-devcontainer-rust:latest to ghcr.io/philips-software/amp-devcontainer-rust@sha256:cbe6f1eb338a89a217395e865cc12b9390032d520e56071f85f6f151b245b7fd

OS/Platform Previous Size Current Size Delta
linux/amd64 433.13M 433.13M 0.00 (+0.00%)
linux/arm64 572.34M 572.34M 0.00 (+0.00%)
github-actions[bot] commented 2 months ago

Compressed layer size comparison

Comparing ghcr.io/philips-software/amp-devcontainer-cpp:latest to ghcr.io/philips-software/amp-devcontainer-cpp@sha256:de1dd612d6c54387e77dc0a64c783b0b6bcd514fd477fd7d3e4450b28bd03157

OS/Platform Previous Size Current Size Delta
linux/amd64 641.11M 641.11M 0.00 (+0.00%)
linux/arm64 633.45M 633.45M 0.00 (+0.00%)
github-actions[bot] commented 2 months ago

Test Results

 2 files  ±0   2 suites  ±0   53s :stopwatch: -1s 26 tests ±0  26 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  28 runs  ±0  28 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit b8ec007a. ± Comparison against base commit a886b888.

github-actions[bot] commented 2 months ago

Pull Request Report (#566)

Static measures

Description Value
Number of added lines 13
Number of deleted lines 13
Number of changed files 2
Number of commits 1
Number of reviews 1
Number of comments (w/o review comments) 5
Number of reviews that contains a comment to resolve 0
Number of reviews that requested a change from the author 0
Number of reviews that approved the Pull Request 1
Get the total number of participants of a Pull Request 4

Time related measures

Description Value
PR lead time (from creation to close of PR) 1 Days
Time that was spend on the branch before the PR was created 1 Sec
Time that was spend on the branch before the PR was merged 1 Days
Time to merge after last review 4 Min

Status check related measures

Description Value
Total runtime for last status check run (Workflow for PR) 16.5 Min
Total time spend in last status check run on PR 1 Days
github-actions[bot] commented 1 month ago

🎉 Hooray! The changes in this pull request went live with the release of v5.2.0 🎉