-
Notifications
You must be signed in to change notification settings - Fork 704
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.40.0 to 1.41.2 in /webapp #785
Merged
glahaye
merged 1 commit into
main
from
dependabot/npm_and_yarn/webapp/playwright/test-1.41.2
Feb 7, 2024
Merged
Bump @playwright/test from 1.40.0 to 1.41.2 in /webapp #785
glahaye
merged 1 commit into
main
from
dependabot/npm_and_yarn/webapp/playwright/test-1.41.2
Feb 7, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Feb 5, 2024
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/webapp/playwright/test-1.41.2
branch
from
February 6, 2024 23:59
ca33c7d
to
b28c3ed
Compare
glahaye
approved these changes
Feb 7, 2024
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.40.0 to 1.41.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.40.0...v1.41.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/webapp/playwright/test-1.41.2
branch
from
February 7, 2024 00:01
b28c3ed
to
3bc8113
Compare
glahaye
deleted the
dependabot/npm_and_yarn/webapp/playwright/test-1.41.2
branch
February 7, 2024 00:07
teamleader-dev
pushed a commit
to vlink-group/chat-copilot
that referenced
this pull request
Oct 7, 2024
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.40.0 to 1.41.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases"><code>@playwright/test</code>'s releases</a>.</em></p> <blockquote> <h2>v1.41.2</h2> <h3>Highlights</h3> <p><a href="https://github.com/microsoft/playwright/issues/29123">microsoft/playwright#29123</a> - [REGRESSION] route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.</p> <h2>Browser Versions</h2> <ul> <li>Chromium 121.0.6167.57</li> <li>Mozilla Firefox 121.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 120</li> <li>Microsoft Edge 120</li> </ul> <h2>v1.41.1</h2> <h3>Highlights</h3> <p><a href="https://github.com/microsoft/playwright/issues/29067">microsoft/playwright#29067</a> - [REGRESSION] Codegen/Recorder: not all clicks are being actioned nor recorded <a href="https://github.com/microsoft/playwright/issues/29028">microsoft/playwright#29028</a> - [REGRESSION] React component tests throw type error when passing null/undefined to component <a href="https://github.com/microsoft/playwright/issues/29027">microsoft/playwright#29027</a> - [REGRESSION] React component tests not passing Date prop values <a href="https://github.com/microsoft/playwright/issues/29023">microsoft/playwright#29023</a> - [REGRESSION] React component tests not rendering children prop <a href="https://github.com/microsoft/playwright/issues/29019">microsoft/playwright#29019</a> - [REGRESSION] trace.playwright.dev does not currently support the loading from URL</p> <h2>Browser Versions</h2> <ul> <li>Chromium 121.0.6167.57</li> <li>Mozilla Firefox 121.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 120</li> <li>Microsoft Edge 120</li> </ul> <h2>v1.41.0</h2> <h2>New APIs</h2> <ul> <li>New method <a href="https://playwright.dev/docs/api/class-page#page-unroute-all">page.unrouteAll([options])</a> removes all routes registered by <a href="https://playwright.dev/docs/api/class-page#page-route">page.route(url, handler, handler[, options])</a> and <a href="https://playwright.dev/docs/api/class-page#page-route-from-har">page.routeFromHAR(har[, options])</a>. Optionally allows to wait for ongoing routes to finish, or ignore any errors from them.</li> <li>New method <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-unroute-all">browserContext.unrouteAll([options])</a> removes all routes registered by <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-route">browserContext.route(url, handler, handler[, options])</a> and <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-route-from-har">browserContext.routeFromHAR(har[, options])</a>. Optionally allows to wait for ongoing routes to finish, or ignore any errors from them.</li> <li>New option <code>style</code> in <a href="https://playwright.dev/docs/api/class-page#page-screenshot">page.screenshot([options])</a> and <a href="https://playwright.dev/docs/api/class-locator#locator-screenshot">locator.screenshot([options])</a> to add custom CSS to the page before taking a screenshot.</li> <li>New option <code>stylePath</code> for methods <a href="https://playwright.dev/docs/api/class-pageassertions#page-assertions-to-have-screenshot-1">expect(page).toHaveScreenshot(name[, options])</a> and <a href="https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-screenshot-1">expect(locator).toHaveScreenshot(name[, options])</a> to apply a custom stylesheet while making the screenshot.</li> <li>New <code>fileName</code> option for <a href="https://playwright.dev/docs/test-reporters#blob-reporter">Blob reporter</a>, to specify the name of the report to be created.</li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 121.0.6167.57</li> <li>Mozilla Firefox 121.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 120</li> <li>Microsoft Edge 120</li> </ul> <h2>v1.40.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/a4096676abe3f00b4924267449bb52086569e302"><code>a409667</code></a> chore: mark 1.41.2 (<a href="https://github.com/microsoft/playwright/issues/29293">#29293</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/414affaed4bb879a55277bd59cdd6466951ba9c8"><code>414affa</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29271">#29271</a>): Revert "chore: remove fake <code>error</code> from expect calls (<a href="https://github.com/microsoft/playwright/issues/2">#2</a>...</li> <li><a href="https://github.com/microsoft/playwright/commit/7a72adc33c2e1806ba47c4198d84a53a8656e66e"><code>7a72adc</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29180">#29180</a>): fix: interception id not found error in route.co… (<a href="https://github.com/microsoft/playwright/issues/29222">#29222</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/8f0163f3f4cf573037b6697e15ab55a0dc910f57"><code>8f0163f</code></a> chore: mark 1.41.1 (<a href="https://github.com/microsoft/playwright/issues/29075">#29075</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/98a661824dab2e0e72353de77ec942e70b4fc588"><code>98a6618</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29069">#29069</a>): Revert "feat(codegen): add range input recording support...</li> <li><a href="https://github.com/microsoft/playwright/commit/50f1f08e9c8d17edc6119c2d2db1bceda42dc7b0"><code>50f1f08</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29070">#29070</a>): chore(ct): revert export mount result</li> <li><a href="https://github.com/microsoft/playwright/commit/e5d201b459d2ac477394b58db1e1048ad5d95dd3"><code>e5d201b</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29031">#29031</a>): fix(ct): allow passing date, url, bigint as properties</li> <li><a href="https://github.com/microsoft/playwright/commit/8ee2d811431842864149a3ccd4c446038aed09bf"><code>8ee2d81</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29026">#29026</a>): test: add a props.children test</li> <li><a href="https://github.com/microsoft/playwright/commit/50a8e4f52a792aec4f173754f72a2b2784a5e09d"><code>50a8e4f</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29016">#29016</a>): chore: add an image import component test</li> <li><a href="https://github.com/microsoft/playwright/commit/cb6c64cc33289fac00b63f9b4d2ecabbcdeba3f1"><code>cb6c64c</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/28986">#28986</a>): fix(ct): move import list into the compilation cache data</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.40.0...v1.41.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~yurys">yurys</a>, a new releaser for <code>@playwright/test</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@playwright/test&package-manager=npm_and_yarn&previous-version=1.40.0&new-version=1.41.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
javascript
Pull requests that update Javascript code
webapp
Pull requests that update Typescript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @playwright/test from 1.40.0 to 1.41.2.
Release notes
Sourced from
@playwright/test
's releases.... (truncated)
Commits
a409667
chore: mark 1.41.2 (#29293)414affa
cherry-pick(#29271): Revert "chore: remove fakeerror
from expect calls (#2...7a72adc
cherry-pick(#29180): fix: interception id not found error in route.co… (#29222)8f0163f
chore: mark 1.41.1 (#29075)98a6618
cherry-pick(#29069): Revert "feat(codegen): add range input recording support...50f1f08
cherry-pick(#29070): chore(ct): revert export mount resulte5d201b
cherry-pick(#29031): fix(ct): allow passing date, url, bigint as properties8ee2d81
cherry-pick(#29026): test: add a props.children test50a8e4f
cherry-pick(#29016): chore: add an image import component testcb6c64c
cherry-pick(#28986): fix(ct): move import list into the compilation cache dataMaintainer changes
This version was pushed to npm by yurys, a new releaser for
@playwright/test
since your current version.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)