Cognigy / Cognigy-CLI

Cognigy-CLI is a series of tools meant to aid Cognigy.AI developers in maintaining local copies of their virtual agent projects.
Other
7 stars 6 forks source link

chore(package): Upgrade playwright from 1.33.0 to 1.38.1 #138

Closed b-geyer closed 10 months ago

b-geyer commented 11 months ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade playwright from 1.33.0 to 1.38.1.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **253 versions** ahead of your current version. - The recommended version was released **a month ago**, on 2023-09-21.
Release notes
Package name: playwright
  • 1.38.1 - 2023-09-21

    Highlights

    #27071 - expect(value).toMatchSnapshot() deprecation announcement on V1.38
    #27072 - [BUG] PWT trace viewer fails to load trace and throws TypeError
    #27073 - [BUG] RangeError: Invalid time value
    #27087 - [REGRESSION]: npx playwright test --list prints all tests twice
    #27113 - [REGRESSION]: No longer able to extend PlaywrightTest.Matchers type for locators and pages
    #27144 - [BUG]can not display trace
    #27163 - [REGRESSION] Single Quote Wrongly Escaped by Locator When Using Unicode Flag
    #27181 - [BUG] evaluate serializing fails at 1.38

    Browser Versions

    • Chromium 117.0.5938.62
    • Mozilla Firefox 117.0
    • WebKit 17.0

    This version was also tested against the following stable channels:

    • Google Chrome 116
    • Microsoft Edge 116
  • 1.38.1-beta-1695325114000 - 2023-09-21
  • 1.38.0 - 2023-09-13

    UI Mode Updates

    Playwright UI Mode

    1. Zoom into time range.
    2. Network panel redesign.

    New APIs

    Deprecations

    Breaking Changes: Playwright no longer downloads browsers automatically

    Note
    If you are using @ playwright/test package, this change does not affect you.

    Playwright recommends to use @ playwright/test package and download browsers via npx playwright install command. If you are following this recommendation, nothing has changed for you.

    However, up to v1.38, installing the playwright package instead of @ playwright/test did automatically download browsers. This is no longer the case, and we recommend to explicitly download browsers via npx playwright install command.

    v1.37 and earlier

    playwright package was downloading browsers during npm install, while @ playwright/test was not.

    v1.38 and later

    playwright and @ playwright/test packages do not download browsers during npm install.

    Recommended migration

    Run npx playwright install to download browsers after npm install. For example, in your CI configuration:

    - run: npm ci
    - run: npx playwright install --with-deps

    Alternative migration option - not recommended

    Add @ playwright/browser-chromium, @ playwright/browser-firefox and @ playwright/browser-webkit as a dependency. These packages download respective browsers during npm install. Make sure you keep the version of all playwright packages in sync:

    // package.json
    {
      "devDependencies": {
        "playwright": "1.38.0",
        "@ playwright/browser-chromium": "1.38.0",
        "@ playwright/browser-firefox": "1.38.0",
        "@ playwright/browser-webkit": "1.38.0"
      }
    }

    Browser Versions

    • Chromium 117.0.5938.62
    • Mozilla Firefox 117.0
    • WebKit 17.0

    This version was also tested against the following stable channels:

    • Google Chrome 116
    • Microsoft Edge 116
  • 1.38.0-beta-1695261931000 - 2023-09-21
  • 1.38.0-beta-1695182347000 - 2023-09-20
  • 1.38.0-beta-1695162431000 - 2023-09-19
  • 1.38.0-beta-1695084020000 - 2023-09-19
  • 1.38.0-beta-1694800048000 - 2023-09-15
  • 1.38.0-beta-1694799093000 - 2023-09-15
  • 1.38.0-beta-1694795199000 - 2023-09-15
  • 1.38.0-beta-1694752409000 - 2023-09-15
  • 1.38.0-beta-1694737022000 - 2023-09-15
  • 1.38.0-beta-1694724379000 - 2023-09-14
  • 1.38.0-beta-1694645757000 - 2023-09-13
  • 1.38.0-beta-1694630350000 - 2023-09-13
  • 1.38.0-beta-1694630302000 - 2023-09-13
  • 1.38.0-beta-1694622530000 - 2023-09-13
  • 1.38.0-beta-1694609184000 - 2023-09-13
  • 1.38.0-beta-1694484181000 - 2023-09-12
  • 1.38.0-beta-1694481542000 - 2023-09-12
  • 1.38.0-beta-1694481362000 - 2023-09-12
  • 1.38.0-beta-1691778350000 - 2023-08-11
  • 1.38.0-alpha-sep-9-2023 - 2023-09-09
  • 1.38.0-alpha-sep-8-2023 - 2023-09-08
  • 1.38.0-alpha-sep-7-2023 - 2023-09-07
  • 1.38.0-alpha-sep-6-2023 - 2023-09-06
  • 1.38.0-alpha-sep-5-2023 - 2023-09-05
  • 1.38.0-alpha-sep-4-2023 - 2023-09-04
  • 1.38.0-alpha-sep-3-2023 - 2023-09-03
  • 1.38.0-alpha-sep-2-2023 - 2023-09-02
  • 1.38.0-alpha-sep-12-2023 - 2023-09-12
  • 1.38.0-alpha-sep-11-2023 - 2023-09-11
  • 1.38.0-alpha-sep-10-2023 - 2023-09-10
  • 1.38.0-alpha-sep-1-2023 - 2023-09-01
  • 1.38.0-alpha-aug-31-2023 - 2023-08-31
  • 1.38.0-alpha-aug-30-2023 - 2023-08-30
  • 1.38.0-alpha-aug-29-2023 - 2023-08-29
  • 1.38.0-alpha-aug-28-2023 - 2023-08-28
  • 1.38.0-alpha-aug-27-2023 - 2023-08-27
  • 1.38.0-alpha-aug-26-2023 - 2023-08-26
  • 1.38.0-alpha-aug-25-2023 - 2023-08-25
  • 1.38.0-alpha-aug-24-2023 - 2023-08-24
  • 1.38.0-alpha-aug-23-2023 - 2023-08-23
  • 1.38.0-alpha-aug-22-2023 - 2023-08-22
  • 1.38.0-alpha-aug-21-2023 - 2023-08-21
  • 1.38.0-alpha-aug-20-2023 - 2023-08-20
  • 1.38.0-alpha-aug-19-2023 - 2023-08-19
  • 1.38.0-alpha-aug-18-2023 - 2023-08-18
  • 1.38.0-alpha-aug-17-2023 - 2023-08-17
  • 1.38.0-alpha-aug-16-2023 - 2023-08-16
  • 1.38.0-alpha-aug-15-2023 - 2023-08-15
  • 1.38.0-alpha-aug-14-2023 - 2023-08-14
  • 1.38.0-alpha-aug-13-2023 - 2023-08-13
  • 1.38.0-alpha-aug-12-2023 - 2023-08-12
  • 1.38.0-alpha-aug-11-2023 - 2023-08-11
  • 1.38.0-alpha-aug-10-2023 - 2023-08-10
  • 1.38.0-alpha-1693251770000 - 2023-08-28
  • 1.38.0-alpha-1692826278000 - 2023-08-23
  • 1.38.0-alpha-1692720102000 - 2023-08-22
  • 1.38.0-alpha-1692636622000 - 2023-08-21
  • 1.38.0-alpha-1692320133000 - 2023-08-18
  • 1.38.0-alpha-1692292098000 - 2023-08-17
  • 1.38.0-alpha-1692290219000 - 2023-08-17
  • 1.38.0-alpha-1692262648000 - 2023-08-17
  • 1.37.1 - 2023-08-17

    Highlights

    #26496 - [REGRESSION] webServer stdout is always getting printed
    #26492 - [REGRESSION] test.only with project dependency is not working

    Browser Versions

    • Chromium 116.0.5845.82
    • Mozilla Firefox 115.0
    • WebKit 17.0

    This version was also tested against the following stable channels:

    • Google Chrome 115
    • Microsoft Edge 115
  • 1.37.1-beta-1692381606000 - 2023-08-18
  • 1.37.1-beta-1692303459000 - 2023-08-17
  • 1.37.0 - 2023-08-10

    Watch the overview: Playwright 1.36 & 1.37

    ✨ New tool to merge reports

    If you run tests on multiple shards, you can now merge all reports in a single HTML report (or any other report)
    using the new merge-reports CLI tool.

    Using merge-reports tool requires the following steps:

    1. Adding a new "blob" reporter to the config when running on CI:

      export default defineConfig({
        testDir: './tests',
        reporter: process.env.CI ? 'blob' : 'html',
      });

      The "blob" reporter will produce ".zip" files that contain all the information
      about the test run.

    2. Copying all "blob" reports in a single shared location and running npx playwright merge-reports:

      npx playwright merge-reports --reporter html ./all-blob-reports

    Read more in our documentation.

    πŸ“š Debian 12 Bookworm Support

    Playwright now supports Debian 12 Bookworm on both x86_64 and arm64 for Chromium, Firefox and WebKit.
    Let us know if you encounter any issues!

    Linux support looks like this:

    Ubuntu 20.04 Ubuntu 22.04 Debian 11 Debian 12
    Chromium βœ… βœ… βœ… βœ…
    WebKit βœ… βœ… βœ… βœ…
    Firefox βœ… βœ… βœ… βœ…

    🌈 UI Mode Updates

    • UI Mode now respects project dependencies. You can control which dependencies to respect by checking/unchecking them in a projects list.
    • Console logs from the test are now displayed in the Console tab.

    Browser Versions

    • Chromium 116.0.5845.82
    • Mozilla Firefox 115.0
    • WebKit 17.0

    This version was also tested against the following stable channels:

    • Google Chrome 115
    • Microsoft Edge 115
      </li>
      <li>
        <b>1.37.0-beta-1692218405000</b> - 2023-08-16
      </li>
      <li>
        <b>1.37.0-beta-1692055177000</b> - 2023-08-14
      </li>
      <li>
        <b>1.37.0-beta-1692053004000</b> - 2023-08-14
      </li>
      <li>
        <b>1.37.0-beta-1692022316000</b> - 2023-08-14
      </li>
      <li>
        <b>1.37.0-beta-1692021641000</b> - 2023-08-14
      </li>
      <li>
        <b>1.37.0-beta-1692005673000</b> - 2023-08-14
      </li>
      <li>
        <b>1.37.0-beta-1691779052000</b> - 2023-08-11
      </li>
      <li>
        <b>1.37.0-beta-1691706925000</b> - 2023-08-10
      </li>
      <li>
        <b>1.37.0-beta-1691704175000</b> - 2023-08-10
      </li>
      <li>
        <b>1.37.0-beta-1691701681000</b> - 2023-08-10
      </li>
      <li>
        <b>1.37.0-beta-1691677119000</b> - 2023-08-10
      </li>
      <li>
        <b>1.37.0-beta-1691627113000</b> - 2023-08-10
      </li>
      <li>
        <b>1.37.0-beta-1691620268000</b> - 2023-08-09
      </li>
      <li>
        <b>1.37.0-beta-1691608677000</b> - 2023-08-09
      </li>
      <li>
        <b>1.37.0-beta-1691560236000</b> - 2023-08-09
      </li>
      <li>
        <b>1.37.0-alpha-jul-9-2023</b> - 2023-07-09
      </li>
      <li>
        <b>1.37.0-alpha-jul-8-2023</b> - 2023-07-08
      </li>
      <li>
        <b>1.37.0-alpha-jul-31-2023</b> - 2023-07-31
      </li>
      <li>
        <b>1.37.0-alpha-jul-30-2023</b> - 2023-07-30
      </li>
      <li>
        <b>1.37.0-alpha-jul-29-2023</b> - 2023-07-29
      </li>
      <li>
        <b>1.37.0-alpha-jul-28-2023</b> - 2023-07-28
      </li>
      <li>
        <b>1.37.0-alpha-jul-27-2023</b> - 2023-07-27
      </li>
      <li>
        <b>1.37.0-alpha-jul-26-2023</b> - 2023-07-26
      </li>
      <li>
        <b>1.37.0-alpha-jul-25-2023</b> - 2023-07-25
      </li>
      <li>
        <b>1.37.0-alpha-jul-24-2023</b> - 2023-07-24
      </li>
      <li>
        <b>1.37.0-alpha-jul-23-2023</b> - 2023-07-23
      </li>
      <li>
        <b>1.37.0-alpha-jul-22-2023</b> - 2023-07-22
      </li>
      <li>
        <b>1.37.0-alpha-jul-21-2023</b> - 2023-07-21
      </li>
      <li>
        <b>1.37.0-alpha-jul-20-2023</b> - 2023-07-20
      </li>
      <li>
        <b>1.37.0-alpha-jul-19-2023</b> - 2023-07-19
      </li>
      <li>
        <b>1.37.0-alpha-jul-18-2023</b> - 2023-07-18
      </li>
      <li>
        <b>1.37.0-alpha-jul-17-2023</b> - 2023-07-17
      </li>
      <li>
        <b>1.37.0-alpha-jul-16-2023</b> - 2023-07-16
      </li>
      <li>
        <b>1.37.0-alpha-jul-15-2023</b> - 2023-07-15
      </li>
      <li>
        <b>1.37.0-alpha-jul-14-2023</b> - 2023-07-14
      </li>
      <li>
        <b>1.37.0-alpha-jul-13-2023</b> - 2023-07-13
      </li>
      <li>
        <b>1.37.0-alpha-jul-12-2023</b> - 2023-07-12
      </li>
      <li>
        <b>1.37.0-alpha-jul-11-2023</b> - 2023-07-11
      </li>
      <li>
        <b>1.37.0-alpha-jul-10-2023</b> - 2023-07-10
      </li>
      <li>
        <b>1.37.0-alpha-aug-9-2023</b> - 2023-08-09
      </li>
      <li>
        <b>1.37.0-alpha-aug-8-2023</b> - 2023-08-08
      </li>
      <li>
        <b>1.37.0-alpha-aug-7-2023</b> - 2023-08-07
      </li>
      <li>
        <b>1.37.0-alpha-aug-6-2023</b> - 2023-08-06
      </li>
      <li>
        <b>1.37.0-alpha-aug-5-2023</b> - 2023-08-05
      </li>
      <li>
        <b>1.37.0-alpha-aug-4-2023</b> - 2023-08-04
      </li>
      <li>
        <b>1.37.0-alpha-aug-3-2023</b> - 2023-08-03
      </li>
      <li>
        <b>1.37.0-alpha-aug-2-2023</b> - 2023-08-02
      </li>
      <li>
        <b>1.37.0-alpha-aug-1-2023</b> - 2023-08-01
      </li>
      <li>
        <b>1.37.0-alpha-1691443998000</b> - 2023-08-07
      </li>
      <li>
        <b>1.37.0-alpha-1691266659000</b> - 2023-08-05
      </li>
      <li>
        <b>1.37.0-alpha-1689796912000</b> - 2023-07-20
      </li>
      <li>
        <b>1.36.2</b> - <a href="https://snyk.io/redirect/github/microsoft/playwright/releases/tag/v1.36.2">2023-07-25</a></br><h3>Highlights</h3>

    #24316 - [REGRESSION] Character classes are not working in globs in 1.36

    Browser Versions

    • Chromium 115.0.5790.75
    • Mozilla Firefox 115.0
    • WebKit 17.0

    This version was also tested against the following stable channels:

    • Google Chrome 114
    • Microsoft Edge 114
      </li>
      <li>
        <b>1.36.2-beta-1690220597000</b> - 2023-07-24
      </li>
      <li>
        <b>1.36.1</b> - <a href="https://snyk.io/redirect/github/microsoft/playwright/releases/tag/v1.36.1">2023-07-14</a></br><h3>Highlights</h3>

    #24184 - [REGRESSION]: Snapshot name contains some random string after test name when tests are run in container

    Browser Versions

    • Chromium 115.0.5790.75
    • Mozilla Firefox 115.0
    • WebKit 17.0

    This version was also tested against the following stable channels:

    • Google Chrome 114
    • Microsoft Edge 114
      </li>
      <li>
        <b>1.36.1-beta-1690219922000</b> - 2023-07-24
      </li>
      <li>
        <b>1.36.1-beta-1689345582000</b> - 2023-07-14
      </li>
      <li>
        <b>1.36.0</b> - <a href="https://snyk.io/redirect/github/microsoft/playwright/releases/tag/v1.36.0">2023-07-11</a></br><p><a href="https://youtu.be/cEd4SH_Xf5U" rel="nofollow"><img src="https://github.com/microsoft/playwright/assets/746130/3a3cc6c3-b0f8-4a31-b1a3-a85bf5d93ac5" width="340" style="max-width: 100%;"></a></p>

    Watch the overview: Playwright 1.36 & 1.37

    Highlights

    🏝️ Summer maintenance release.

    Browser Versions

    • Chromium 115.0.5790.75
    • Mozilla Firefox 115.0
    • WebKit 17.0

    This version was also tested against the following stable channels:

    • Google Chrome 114
    • Microsoft Edge 114
      </li>
      <li>
        <b>1.36.0-beta-1689341628000</b> - 2023-07-14
      </li>
      <li>
        <b>1.36.0-beta-1689052257000</b> - 2023-07-11
      </li>
      <li>
        <b>1.36.0-beta-1689015697000</b> - 2023-07-10
      </li>
      <li>
        <b>1.36.0-beta-1689015563000</b> - 2023-07-10
      </li>
      <li>
        <b>1.36.0-beta-1689010164000</b> - 2023-07-10
      </li>
      <li>
        <b>1.36.0-beta-1689009916000</b> - 2023-07-10
      </li>
      <li>
        <b>1.36.0-beta-1689001890000</b> - 2023-07-10
      </li>
      <li>
        <b>1.36.0-beta-1688741463000</b> - 2023-07-07
      </li>
      <li>
        <b>1.36.0-alpha-jun-9-2023</b> - 2023-06-09
      </li>
      <li>
        <b>1.36.0-alpha-jun-8-2023</b> - 2023-06-08
      </li>
      <li>
        <b>1.36.0-alpha-jun-30-2023</b> - 2023-06-30
      </li>
      <li>
        <b>1.36.0-alpha-jun-28-2023</b> - 2023-06-28
      </li>
      <li>
        <b>1.36.0-alpha-jun-27-2023</b> - 2023-06-27
      </li>
      <li>
        <b>1.36.0-alpha-jun-26-2023</b> - 2023-06-26
      </li>
      <li>
        <b>1.36.0-alpha-jun-25-2023</b> - 2023-06-25
      </li>
      <li>
        <b>1.36.0-alpha-jun-24-2023</b> - 2023-06-24
      </li>
      <li>
        <b>1.36.0-alpha-jun-23-2023</b> - 2023-06-23
      </li>
      <li>
        <b>1.36.0-alpha-jun-22-2023</b> - 2023-06-22
      </li>
      <li>
        <b>1.36.0-alpha-jun-21-2023</b> - 2023-06-21
      </li>
      <li>
        <b>1.36.0-alpha-jun-20-2023</b> - 2023-06-20
      </li>
      <li>
        <b>1.36.0-alpha-jun-19-2023</b> - 2023-06-19
      </li>
      <li>
        <b>1.36.0-alpha-jun-18-2023</b> - 2023-06-18
      </li>
      <li>
        <b>1.36.0-alpha-jun-17-2023</b> - 2023-06-17
      </li>
      <li>
        <b>1.36.0-alpha-jun-16-2023</b> - 2023-06-16
      </li>
      <li>
        <b>1.36.0-alpha-jun-15-2023</b> - 2023-06-15
      </li>
      <li>
        <b>1.36.0-alpha-jun-14-2023</b> - 2023-06-14
      </li>
      <li>
        <b>1.36.0-alpha-jun-13-2023</b> - 2023-06-13
      </li>
      <li>
        <b>1.36.0-alpha-jun-12-2023</b> - 2023-06-12
      </li>
      <li>
        <b>1.36.0-alpha-jun-11-2023</b> - 2023-06-11
      </li>
      <li>
        <b>1.36.0-alpha-jun-10-2023</b> - 2023-06-10
      </li>
      <li>
        <b>1.36.0-alpha-jul-7-2023</b> - 2023-07-07
      </li>
      <li>
        <b>1.36.0-alpha-jul-6-2023</b> - 2023-07-06
      </li>
      <li>
        <b>1.36.0-alpha-jul-5-2023</b> - 2023-07-05
      </li>
      <li>
        <b>1.36.0-alpha-jul-4-2023</b> - 2023-07-04
      </li>
      <li>
        <b>1.36.0-alpha-jul-3-2023</b> - 2023-07-03
      </li>
      <li>
        <b>1.36.0-alpha-jul-2-2023</b> - 2023-07-02
      </li>
      <li>
        <b>1.36.0-alpha-jul-1-2023</b> - 2023-07-01
      </li>
      <li>
        <b>1.36.0-alpha-1686940815000</b> - 2023-06-16
      </li>
      <li>
        <b>1.36.0-alpha-1686787839000</b> - 2023-06-15
      </li>
      <li>
        <b>1.36.0-alpha-1686749586000</b> - 2023-06-14
      </li>
      <li>
        <b>1.35.1</b> - <a href="https://snyk.io/redirect/github/microsoft/playwright/releases/tag/v1.35.1">2023-06-15</a></br><h3>Highlights</h3>

    #23622 - [Docs] Provide a description how to correctly use expect.configure with poll parameter
    #23666 - [BUG] Live Trace does not work with Codespaces
    #23693 - [BUG] attachment steps are not hidden inside expect.toHaveScreenshot()

    Browser Versions

    • Chromium 115.0.5790.13
    • Mozilla Firefox 113.0
    • WebKit 16.4

    This version was also tested against the following stable channels:

    • Google Chrome 114
    • Microsoft Edge 114
      </li>
      <li>
        <b>1.35.1-beta-1686781654000</b> - 2023-06-14
      </li>
      <li>
        <b>1.35.0</b> - <a href="https://snyk.io/redirect/github/microsoft/playwright/releases/tag/v1.35.0">2023-06-08</a></br><p><a href="https://youtu.be/pJiirfyJwcA" rel="nofollow"><img src="https://github.com/microsoft/playwright/assets/746130/5a8807c9-928e-4f97-94ab-489c91941ac1" width="340" style="max-width: 100%;"></a></p>

    Playwright v1.35 updates

    Highlights

    • UI mode is now available in VSCode Playwright extension via a new "Show trace viewer" button:

      Playwright UI Mode

    • UI mode and trace viewer mark network requests handled with page.route() and browserContext.route() handlers, as well as those issued via the API testing:

      Trace Viewer

    • New option maskColor for methods page.screenshot(), locator.screenshot(), expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot() to change default masking color:

      await page.goto('https://playwright.dev');
      await expect(page).toHaveScreenshot({
        mask: [page.locator('img')],
        maskColor: '#00FF00', // green
      });
    • New uninstall CLI command to uninstall browser binaries:

      $ npx playwright uninstall # remove browsers installed by this installation
      $ npx playwright uninstall --all # remove all ever-install Playwright browsers
    • Both UI mode and trace viewer now could be opened in a browser tab:

      $ npx playwright test --ui-port 0 # open UI mode in a tab on a random port
      $ npx playwright show-trace --port 0 # open trace viewer in tab on a random port

    ⚠️ Breaking changes

    • playwright-core binary got renamed from playwright to playwright-core. So if you use playwright-core CLI, make sure to update the name:

      $ npx playwright-core install # the new way to install browsers when using playwright-core

      This change does not affect @ playwright/test and playwright package users.

    Browser Versions

    • Chromium 115.0.5790.13
    • Mozilla Firefox 113.0
    • WebKit 16.4

    This version was also tested against the following stable channels:

    • Google Chrome 114
    • Microsoft Edge 114
      </li>
      <li>
        <b>1.35.0-beta-1686781587000</b> - 2023-06-14
      </li>
      <li>
        <b>1.35.0-beta-1686760675000</b> - 2023-06-14
      </li>
      <li>
        <b>1.35.0-beta-1686729081000</b> - 2023-06-14
      </li>
      <li>
        <b>1.35.0-beta-1686615969000</b> - 2023-06-13
      </li>
      <li>
        <b>1.35.0-beta-1686593312000</b> - 2023-06-12
      </li>
      <li>
        <b>1.35.0-beta-1686326938000</b> - 2023-06-09
      </li>
      <li>
        <b>1.35.0-beta-1686262846000</b> - 2023-06-08
      </li>
      <li>
        <b>1.35.0-beta-1686262403000</b> - 2023-06-08
      </li>
      <li>
        <b>1.35.0-beta-1686247644000</b> - 2023-06-08
      </li>
      <li>
        <b>1.35.0-beta-1686201102000</b> - 2023-06-08
      </li>
      <li>
        <b>1.35.0-beta-1686166896000</b> - 2023-06-07
      </li>
      <li>
        <b>1.35.0-alpha-may-31-2023</b> - 2023-05-31
      </li>
      <li>
        <b>1.35.0-alpha-may-30-2023</b> - 2023-05-30
      </li>
      <li>
        <b>1.35.0-alpha-may-29-2023</b> - 2023-05-29
      </li>
      <li>
        <b>1.35.0-alpha-may-28-2023</b> - 2023-05-28
      </li>
      <li>
        <b>1.35.0-alpha-may-27-2023</b> - 2023-05-27
      </li>
      <li>
        <b>1.35.0-alpha-may-26-2023</b> - 2023-05-26
      </li>
      <li>
        <b>1.35.0-alpha-may-25-2023</b> - 2023-05-25
      </li>
      <li>
        <b>1.35.0-alpha-may-24-2023</b> - 2023-05-24
      </li>
      <li>
        <b>1.35.0-alpha-may-23-2023</b> - 2023-05-23
      </li>
      <li>
        <b>1.35.0-alpha-may-22-2023</b> - 2023-05-22
      </li>
      <li>
        <b>1.35.0-alpha-may-21-2023</b> - 2023-05-21
      </li>
      <li>
        <b>1.35.0-alpha-may-20-2023</b> - 2023-05-20
      </li>
      <li>
        <b>1.35.0-alpha-may-19-2023</b> - 2023-05-19
      </li>
      <li>
        <b>1.35.0-alpha-jun-7-2023</b> - 2023-06-07
      </li>
      <li>
        <b>1.35.0-alpha-jun-6-2023</b> - 2023-06-06
      </li>
      <li>
        <b>1.35.0-alpha-jun-5-2023</b> - 2023-06-05
      </li>
      <li>
        <b>1.35.0-alpha-jun-4-2023</b> - 2023-06-04
      </li>
      <li>
        <b>1.35.0-alpha-jun-3-2023</b> - 2023-06-03
      </li>
      <li>
        <b>1.35.0-alpha-jun-2-2023</b> - 2023-06-02
      </li>
      <li>
        <b>1.35.0-alpha-jun-1-2023</b> - 2023-06-01
      </li>
      <li>
        <b>1.35.0-alpha-1685749070000</b> - 2023-06-04
      </li>
      <li>
        <b>1.35.0-alpha-1685109821000</b> - 2023-05-26
      </li>
      <li>
        <b>1.35.0-alpha-1685046878000</b> - 2023-05-25
      </li>
      <li>
        <b>1.34.3</b> - 2023-05-25
      </li>
      <li>
        <b>1.34.3-beta-1685124745000</b> - 2023-05-26
      </li>
      <li>
        <b>1.34.3-beta-1684969624000</b> - 2023-05-24
      </li>
      <li>
        <b>1.34.2</b> - 2023-05-23
      </li>
      <li>
        <b>1.34.2-beta-1684966845000</b> - 2023-05-24
      </li>
      <li>
        <b>1.34.2-beta-1684956029000</b> - 2023-05-24
      </li>
      <li>
        <b>1.34.2-beta-1684875341000</b> - 2023-05-23
      </li>
      <li>
        <b>1.34.1</b> - 2023-05-23
      </li>
      <li>
        <b>1.34.1-beta-1684870423000</b> - 2023-05-23
      </li>
      <li>
        <b>1.34.1-beta-1684812068000</b> - 2023-05-23
      </li>
      <li>
        <b>1.34.0</b> - 2023-05-20
      </li>
      <li>
        <b>1.34.0-beta-1684799046000</b> - 2023-05-22
      </li>
      <li>
        <b>1.34.0-beta-1684795219000</b> - 2023-05-22
      </li>
      <li>
        <b>1.34.0-beta-1684784303000</b> - 2023-05-22
      </li>
      <li>
        <b>1.34.0-beta-1684542490000</b> - 2023-05-20
      </li>
      <li>
        <b>1.34.0-beta-1684534842000</b> - 2023-05-19
      </li>
      <li>
        <b>1.34.0-beta-1684519693000</b> - 2023-05-19
      </li>
      <li>
        <b>1.34.0-beta-1684518179000</b> - 2023-05-19
      </li>
      <li>
        <b>1.34.0-beta-1684450440000</b> - 2023-05-18
      </li>
      <li>
        <b>1.34.0-beta-1684447479000</b> - 2023-05-18
      </li>
      <li>
        <b>1.34.0-beta-1684447150000</b> - 2023-05-18
      </li>
      <li>
        <b>1.34.0-beta-1684435798000</b> - 2023-05-18
      </li>
      <li>
        <b>1.34.0-beta-1684434956000</b> - 2023-05-18
      </li>
      <li>
        <b>1.34.0-beta-1684420091000</b> - 2023-05-18
      </li>
      <li>
        <b>1.34.0-beta-1684375055000</b> - 2023-05-18
      </li>
      <li>
        <b>1.34.0-alpha-may-9-2023</b> - 2023-05-09
      </li>
      <li>
        <b>1.34.0-alpha-may-8-2023</b> - 2023-05-08
      </li>
      <li>
        <b>1.34.0-alpha-may-7-2023</b> - 2023-05-07
      </li>
      <li>
        <b>1.34.0-alpha-may-6-2023</b> - 2023-05-06
      </li>
      <li>
        <b>1.34.0-alpha-may-5-2023</b> - 2023-05-05
      </li>
      <li>
        <b>1.34.0-alpha-may-4-2023</b> - 2023-05-04
      </li>
      <li>
        <b>1.34.0-alpha-may-3-2023</b> - 2023-05-03
      </li>
      <li>
        <b>1.34.0-alpha-may-2-2023</b> - 2023-05-02
      </li>
      <li>
        <b>1.34.0-alpha-may-18-2023</b> - 2023-05-18
      </li>
      <li>
        <b>1.34.0-alpha-may-17-2023</b> - 2023-05-17
      </li>
      <li>
        <b>1.34.0-alpha-may-16-2023</b> - 2023-05-16
      </li>
      <li>
        <b>1.34.0-alpha-may-15-2023</b> - 2023-05-15
      </li>
      <li>
        <b>1.34.0-alpha-may-14-2023</b> - 2023-05-14
      </li>
      <li>
        <b>1.34.0-alpha-may-13-2023</b> - 2023-05-13
      </li>
      <li>
        <b>1.34.0-alpha-may-12-2023</b> - 2023-05-12
      </li>
      <li>
        <b>1.34.0-alpha-may-11-2023</b> - 2023-05-11
      </li>
      <li>
        <b>1.34.0-alpha-may-10-2023</b> - 2023-05-10
      </li>
      <li>
        <b>1.34.0-alpha-may-1-2023</b> - 2023-05-01
      </li>
      <li>
        <b>1.34.0-alpha-apr-30-2023</b> - 2023-04-30
      </li>
      <li>
        <b>1.34.0-alpha-apr-29-2023</b> - 2023-04-29
      </li>
      <li>
        <b>1.34.0-alpha-apr-28-2023</b> - 2023-04-28
      </li>
      <li>
        <b>1.34.0-alpha-apr-27-2023</b> - 2023-04-27
      </li>
      <li>
        <b>1.34.0-alpha-apr-26-2023</b> - 2023-04-26
      </li>
      <li>
        <b>1.34.0-alpha-apr-25-2023</b> - 2023-04-25
      </li>
      <li>
        <b>1.34.0-alpha-1684179977000</b> - 2023-05-15
      </li>
      <li>
        <b>1.34.0-alpha-1683908764000</b> - 2023-05-12
      </li>
      <li>
        <b>1.33.0</b> - 2023-04-27
      </li>
    </ul>
    from <a href="https://snyk.io/redirect/github/microsoft/playwright/releases">playwright GitHub release notes</a>

Commit messages
Package name: playwright
  • 4743420 chore: mark 1.38.1 (#27237)
  • c41012b cherry-pick(#27219): Revert "feat(evaluate): serialize map and set (#26730)" (#27222)
  • ed619b6 cherry-pick(#27162): fix(tracing): bump trace version to V5, migrate V4 traces to consoleMessage.args (#27193)
  • abf9df3 cherry-pick(#27188): fix(locators): do not escape regular expressions with u or v flag (#27190)
  • 35d8604 cherry-pick(#27167): docs: 1.38 release notes for language ports (#27168)
  • 6cc43d8 cherry-pick(#27117): fix: custom expect matchers on Locator/Page/APIResponse instance (#27125)
  • 2a577a5 cherry-pick(#27095): fix(tracing): support old traces with consoleMessage.args (#27124)
  • ed919f3 cherry-pick(#27098): fix(har): handle invalid Expires/Max-Age (#27123)
  • 476b74f cherry-pick(#27103): fix: list tests only once (#27107)
  • 0861364 cherry-pick(#27100): chore: fit body in the network panel
  • 9271ba9 cherry-pick(#27089): fix: revert toMatchSnapshot deprecation (#27091)
  • da997ee cherry-pick(#27067): docs: fix line wrapping in release notes
  • 94b6fe1 chore: mark 1.38.0 (#27030)
  • 55cf8ea cherry-pick(#27028): docs: add release notes for 1.38
  • a0a099f cherry-pick(#27049): feat(webkit): roll to r1908 (#27055)
  • cd8b12c cherry-pick(#27041): feat(chromium): roll to r1080 (#27045)
  • 9981f14 cherry-pick(#27008): chore: polish ui mode for better mac appearance
  • 5f78f27 cherry-pick(#27006): chore: document new onEnd params
  • 7c83865 chore: fix the split view, reset window on timeline click (#27007)
  • d9eabda fix(locators): escape quotes in regular expressions (#27002)
  • 6bbc09c chore: show channel name in trace viewer metadata (#26987)
  • 5811d65 Revert "chore: pin node to 20.5 to work around https://github.com/nod… (#26979)
  • 4d488b4 docs: update intro for js (#26959)
  • c327d5a chore: roll TypeScript to 5.2.2 (#26977)
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

πŸ›  Adjust upgrade PR settings

πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

XavierJordaMurria commented 6 months ago

:tada: This PR is included in version 1.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: