CDCgov / prime-reportstream

ReportStream is a public intermediary tool for delivery of data between different parts of the healthcare ecosystem.
https://reportstream.cdc.gov
Creative Commons Zero v1.0 Universal
65 stars 39 forks source link

Bump @playwright/test from 1.43.1 to 1.44.0 in /frontend-react in the playwright group #14366

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the playwright group in /frontend-react with 1 update: @playwright/test.

Updates @playwright/test from 1.43.1 to 1.44.0

Release notes

Sourced from @​playwright/test's releases.

v1.44.0

New APIs

Accessibility assertions

  • expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name:

    const locator = page.getByRole('button');
    await expect(locator).toHaveAccessibleName('Submit');
    
  • expect(locator).toHaveAccessibleDescription() checks if the element has the specified accessible description:

    const locator = page.getByRole('button');
    await expect(locator).toHaveAccessibleDescription('Upload a photo');
    
  • expect(locator).toHaveRole() checks if the element has the specified ARIA role:

    const locator = page.getByTestId('save-button');
    await expect(locator).toHaveRole('button');
    

Locator handler

  • After executing the handler added with page.addLocatorHandler(), Playwright will now wait until the overlay that triggered the handler is not visible anymore. You can opt-out of this behavior with the new noWaitAfter option.
  • You can use new times option in page.addLocatorHandler() to specify maximum number of times the handler should be run.
  • The handler in page.addLocatorHandler() now accepts the locator as argument.
  • New page.removeLocatorHandler() method for removing previously added locator handlers.
const locator = page.getByText('This interstitial covers the button');
await page.addLocatorHandler(locator, async overlay => {
  await overlay.locator('#close').click();
}, { times: 3, noWaitAfter: true });
// Run your tests that can be interrupted by the overlay.
// ...
await page.removeLocatorHandler(locator);

Miscellaneous options

  • multipart option in apiRequestContext.fetch() now accepts FormData and supports repeating fields with the same name.

    const formData = new FormData();
    formData.append('file', new File(['let x = 2024;'], 'f1.js', { type: 'text/javascript' }));
    formData.append('file', new File(['hello'], 'f2.txt', { type: 'text/plain' }));
    context.request.post('https://example.com/uploadFiles', {
      multipart: formData
    

... (truncated)

Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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
github-actions[bot] commented 3 weeks ago

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@playwright/test 1.44.0 :green_circle: 6.5
Details
CheckScoreReason
Maintained:green_circle: 1030 commit(s) out of 30 and 6 issue activity out of 30 found in the last 90 days -- score normalized to 10
Code-Review:green_circle: 9GitHub code reviews found for 29 commits out of the last 30 -- score normalized to 9
CII-Best-Practices:warning: 0no badge detected
Vulnerabilities:green_circle: 10no vulnerabilities detected
Signed-Releases:warning: -1no releases found
Security-Policy:green_circle: 10security policy file detected
License:green_circle: 10license file detected
Dangerous-Workflow:green_circle: 10no dangerous workflow patterns detected
Packaging:warning: -1no published package detected
Token-Permissions:warning: 0non read-only tokens detected in GitHub workflows
Binary-Artifacts:green_circle: 6binaries present in source code
Dependency-Update-Tool:green_circle: 10update tool detected
Fuzzing:warning: 0project is not fuzzed
Pinned-Dependencies:warning: 0dependency not pinned by hash detected -- score normalized to 0
Branch-Protection:green_circle: 3branch protection is not maximal on development and all release branches
npm/playwright 1.44.0 :green_circle: 6.5
Details
CheckScoreReason
Maintained:green_circle: 1030 commit(s) out of 30 and 6 issue activity out of 30 found in the last 90 days -- score normalized to 10
Code-Review:green_circle: 9GitHub code reviews found for 29 commits out of the last 30 -- score normalized to 9
CII-Best-Practices:warning: 0no badge detected
Vulnerabilities:green_circle: 10no vulnerabilities detected
Signed-Releases:warning: -1no releases found
Security-Policy:green_circle: 10security policy file detected
License:green_circle: 10license file detected
Dangerous-Workflow:green_circle: 10no dangerous workflow patterns detected
Packaging:warning: -1no published package detected
Token-Permissions:warning: 0non read-only tokens detected in GitHub workflows
Binary-Artifacts:green_circle: 6binaries present in source code
Dependency-Update-Tool:green_circle: 10update tool detected
Fuzzing:warning: 0project is not fuzzed
Pinned-Dependencies:warning: 0dependency not pinned by hash detected -- score normalized to 0
Branch-Protection:green_circle: 3branch protection is not maximal on development and all release branches
npm/playwright-core 1.44.0 :green_circle: 6.5
Details
CheckScoreReason
Maintained:green_circle: 1030 commit(s) out of 30 and 6 issue activity out of 30 found in the last 90 days -- score normalized to 10
Code-Review:green_circle: 9GitHub code reviews found for 29 commits out of the last 30 -- score normalized to 9
CII-Best-Practices:warning: 0no badge detected
Vulnerabilities:green_circle: 10no vulnerabilities detected
Signed-Releases:warning: -1no releases found
Security-Policy:green_circle: 10security policy file detected
License:green_circle: 10license file detected
Dangerous-Workflow:green_circle: 10no dangerous workflow patterns detected
Packaging:warning: -1no published package detected
Token-Permissions:warning: 0non read-only tokens detected in GitHub workflows
Binary-Artifacts:green_circle: 6binaries present in source code
Dependency-Update-Tool:green_circle: 10update tool detected
Fuzzing:warning: 0project is not fuzzed
Pinned-Dependencies:warning: 0dependency not pinned by hash detected -- score normalized to 0
Branch-Protection:green_circle: 3branch protection is not maximal on development and all release branches
npm/@playwright/test 1.43.1 :green_circle: 6.5
Details
CheckScoreReason
Maintained:green_circle: 1030 commit(s) out of 30 and 6 issue activity out of 30 found in the last 90 days -- score normalized to 10
Code-Review:green_circle: 9GitHub code reviews found for 29 commits out of the last 30 -- score normalized to 9
CII-Best-Practices:warning: 0no badge detected
Vulnerabilities:green_circle: 10no vulnerabilities detected
Signed-Releases:warning: -1no releases found
Security-Policy:green_circle: 10security policy file detected
License:green_circle: 10license file detected
Dangerous-Workflow:green_circle: 10no dangerous workflow patterns detected
Packaging:warning: -1no published package detected
Token-Permissions:warning: 0non read-only tokens detected in GitHub workflows
Binary-Artifacts:green_circle: 6binaries present in source code
Dependency-Update-Tool:green_circle: 10update tool detected
Fuzzing:warning: 0project is not fuzzed
Pinned-Dependencies:warning: 0dependency not pinned by hash detected -- score normalized to 0
Branch-Protection:green_circle: 3branch protection is not maximal on development and all release branches
npm/playwright 1.43.1 :green_circle: 6.5
Details
CheckScoreReason
Maintained:green_circle: 1030 commit(s) out of 30 and 6 issue activity out of 30 found in the last 90 days -- score normalized to 10
Code-Review:green_circle: 9GitHub code reviews found for 29 commits out of the last 30 -- score normalized to 9
CII-Best-Practices:warning: 0no badge detected
Vulnerabilities:green_circle: 10no vulnerabilities detected
Signed-Releases:warning: -1no releases found
Security-Policy:green_circle: 10security policy file detected
License:green_circle: 10license file detected
Dangerous-Workflow:green_circle: 10no dangerous workflow patterns detected
Packaging:warning: -1no published package detected
Token-Permissions:warning: 0non read-only tokens detected in GitHub workflows
Binary-Artifacts:green_circle: 6binaries present in source code
Dependency-Update-Tool:green_circle: 10update tool detected
Fuzzing:warning: 0project is not fuzzed
Pinned-Dependencies:warning: 0dependency not pinned by hash detected -- score normalized to 0
Branch-Protection:green_circle: 3branch protection is not maximal on development and all release branches
npm/playwright-core 1.43.1 :green_circle: 6.5
Details
CheckScoreReason
Maintained:green_circle: 1030 commit(s) out of 30 and 6 issue activity out of 30 found in the last 90 days -- score normalized to 10
Code-Review:green_circle: 9GitHub code reviews found for 29 commits out of the last 30 -- score normalized to 9
CII-Best-Practices:warning: 0no badge detected
Vulnerabilities:green_circle: 10no vulnerabilities detected
Signed-Releases:warning: -1no releases found
Security-Policy:green_circle: 10security policy file detected
License:green_circle: 10license file detected
Dangerous-Workflow:green_circle: 10no dangerous workflow patterns detected
Packaging:warning: -1no published package detected
Token-Permissions:warning: 0non read-only tokens detected in GitHub workflows
Binary-Artifacts:green_circle: 6binaries present in source code
Dependency-Update-Tool:green_circle: 10update tool detected
Fuzzing:warning: 0project is not fuzzed
Pinned-Dependencies:warning: 0dependency not pinned by hash detected -- score normalized to 0
Branch-Protection:green_circle: 3branch protection is not maximal on development and all release branches

Scanned Manifest Files

frontend-react/package.json
  • @playwright/test@^1.44.0
  • @playwright/test@^1.43.1
frontend-react/yarn.lock
  • @playwright/test@1.44.0
  • playwright@1.44.0
  • playwright-core@1.44.0
  • @playwright/test@1.43.1
  • playwright@1.43.1
  • playwright-core@1.43.1
snesm commented 2 weeks ago

@dependabot rebase

dependabot[bot] commented 2 weeks ago

Looks like @playwright/test is updatable in another way, so this is no longer needed.