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-dev): bump testcafe from 1.8.6 to 1.9.4 #632

Merged
merged 1 commit into from
Nov 13, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2020

Bumps testcafe from 1.8.6 to 1.9.4.

Release notes

Sourced from testcafe's releases.

v1.9.4

What’s Changed

v1.9.4-rc.2

What’s Changed

v1.9.4-rc.1

What’s Changed

v1.9.3 (2020-9-17)

Bug Fixes

  • Fixed the RequestMock type definitions to accept any type for the headers (#5529)
  • TestCafe no longer displays a warning about missing await when you save a snapshot property to a variable but do not use it later in the test (#5534)
  • Consecutive document.getElementsByTagName('body') calls now produce the correct results even if the first call was made before a document body was parsed entirely (#5322)

v1.9.3-rc.1

What’s Changed

v1.9.2 (2020-9-3)

Bug Fixes

  • TestCafe's TypeScript definitions now allow null as an expected value in assertions ([PR #5456](DevExpress/testcafe#5456))
  • Added warnings displayed when a user tries to get a snapshot property value and misses await ([PR #5383](DevExpress/testcafe#5383), part of #5087)
  • Tested app's standard output and error streams are forwarded to the TestCafe's debug log now (#5423)
  • Tested apps no longer cause buffer overflow errors when they output too much data to standard streams (#2857)
  • TestCafe now correctly waits for elements on tested pages that mock date functions (#5447)
  • HTTP header overflow errors now occur less frequently due to the increased maximum header size. Enhanced the error message with troubleshooting instructions ([testcafe-hammerhead/#2356](DevExpress/testcafe-hammerhead#2356))

... (truncated)

Changelog

Sourced from testcafe's changelog.

v1.9.4 (2020-10-2)

Bug Fixes

v1.9.3 (2020-9-17)

Bug Fixes

  • Fixed the RequestMock type definitions to accept any type for the headers (#5529)
  • TestCafe no longer displays a warning about missing await when you save a snapshot property to a variable but do not use it later in the test (#5534)
  • Consecutive document.getElementsByTagName('body') calls now produce the correct results even if the first call was made before a document body was parsed entirely (#5322)

v1.9.2 (2020-9-2)

Bug Fixes

  • TestCafe's TypeScript definitions now allow null as an expected value in assertions ([PR #5456](DevExpress/testcafe#5456))
  • Added warnings displayed when a user tries to get a snapshot property value and misses await ([PR #5383](DevExpress/testcafe#5383), part of #5087)
  • Tested app's standard output and error streams are forwarded to the TestCafe's debug log now (#5423)
  • Tested apps no longer cause buffer overflow errors when they output too much data to standard streams (#2857)
  • TestCafe now correctly waits for elements on tested pages that mock date functions (#5447)
  • HTTP header overflow errors now occur less frequently due to the increased maximum header size. Enhanced the error message with troubleshooting instructions ([testcafe-hammerhead/#2356](DevExpress/testcafe-hammerhead#2356))
  • Added a descriptive message with troubleshooting instructions for the error thrown when the tested web server sends malformed or non-standard headers ([testcafe-hammerhead/#2188](DevExpress/testcafe-hammerhead#2188))
  • Fixed a CSRF error on tested pages that use the Request class ([testcafe-hammerhead/#2140](DevExpress/testcafe-hammerhead#2140))
  • t.hover now works correctly for tested pages built with the Styled Components framework (#3830)
  • Fixed script processing that could cause unhandled exceptions on some pages ([testcafe-hammerhead/#2417](DevExpress/testcafe-hammerhead#2417))
  • Fixed the 'TypeError: r is not a function' uncaught exception on some pages with an <iframe> ([testcafe-hammerhead/#2392](DevExpress/testcafe-hammerhead#2392))

v1.9.1 (2020-8-12)

Bug Fixes

v1.9.0 (2020-8-6)

Enhancements

🌟 Multi Window Support (Beta)

TestCafe can now automate user actions in multiple windows. You can switch between open windows during the test. Make edits in one window and check that the other window's content changes dynamically to reflect these modifications.

Testing in multiple windows

... (truncated)

Commits
  • 3433258 Bump version (v1.9.4) (#5598)
  • 937c4ad freeze uglify-js version (#5595)
  • a324ee8 Fix proxing document.title in iframes (tests), bump version (#5578)
  • dc6aa95 [docs] Add a Q&A post following the sept 8th webinar (#5575)
  • 9349249 Fix script error on document.title processing, bump version (close #5559) (#5...
  • 34bd6c1 [docs] Describe the disableMultipleWindows for API and config (#5551)
  • 46c8e83 Small refactoring (#5548)
  • 1e30f9d Fix 'TestCafe crashes if it was created with 'createTestCafe(null)' call' (cl...
  • ef78ccc Bump version (v1.9.3) (#5552)
  • 794a2fb [docs] Add a changelog for v1.9.3 (#5553)
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 13, 2020
Copy link
Contributor

@karrui karrui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i assume because travis cicd passed that this is fine to upgrade

@karrui karrui merged commit b4c3a0a into develop Nov 13, 2020
@karrui karrui deleted the dependabot/npm_and_yarn/testcafe-1.9.4 branch November 13, 2020 07:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant