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

chore(deps): update all dependencies #24

Merged
merged 1 commit into from
Aug 14, 2023
Merged

chore(deps): update all dependencies #24

merged 1 commit into from
Aug 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.36.2 -> 1.37.0 age adoption passing confidence
@types/node (source) 20.4.7 -> 20.4.10 age adoption passing confidence
happy-dom 10.8.0 -> 10.9.0 age adoption passing confidence
vite (source) 4.4.8 -> 4.4.9 age adoption passing confidence

Release Notes

Microsoft/playwright (@​playwright/test)

v1.37.0

Compare Source

✨ 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
capricorn86/happy-dom (happy-dom)

v10.9.0

Compare Source

🎨 Features
  • Adds support for Node.isSameNode(). (#​757)

v10.8.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes an issue where an exception was thrown when loading an iframe using a relative URL. The URL is now relative to the main document URL instead. (#​1003)
vitejs/vite (vite)

v4.4.9

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

Coverage Summary

Status Category Percentage Covered / Total
🔵 Lines 89.61% 233 / 260
🔵 Statements 89.61% 233 / 260
🔵 Functions 93.75% 15 / 16
🔵 Branches 84.61% 44 / 52
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
src/index.ts 86.48% 81.57% 93.33% 86.48% 37-38, 50-51, 83, 94-100, 105-106, 164-172, 177-178
src/types.ts 100% 100% 100% 100%
src/vue.ts 96.61% 92.3% 100% 96.61% 57-58

@renovate renovate bot merged commit 87bef60 into main Aug 14, 2023
2 checks passed
@renovate renovate bot deleted the renovate/all branch August 14, 2023 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants