JakePartusch / fantasy-tools

A suite of tools for fantasy football players
https://fantasytools.dev
GNU General Public License v3.0
47 stars 21 forks source link

build(deps-dev): bump cypress from 3.6.1 to 3.8.3 #179

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps cypress from 3.6.1 to 3.8.3.

Release notes

Sourced from cypress's releases.

3.8.3

Released 1/24/2020

Bugfixes:

  • We fixed an error during cypress run indicating could not find CRI target when Cypress was unable to find the tab to control. Fixes #6053.
  • HTTP requests to sites using a TLS version lower than 1.2 now no longer fail. Fixes #5446.
  • cypress verify will no longer error on some systems when -screen is not defined. Fixes #6184.
  • We fixed a regression in 3.5.0 causing cy.type({ force: true }) to no longer forcibly type characters for readonly inputs. Fixes #6116.
  • Generated reports when using custom reporters now have a defined file property. Fixes #1495.

Misc:

  • Messages from cy.get() are now truncated at 50 lines the Command Log instead of the 1 line. Addresses #6145.
  • We now collect more environment variables for Bamboo CI when recording for the Dashboard. Addresses #4895.

Dependency Updates:

  • Upgraded electron from 7.1.9 to 7.1.10. Addressed in #6242.
  • Upgraded electron from 7.1.7 to 7.1.9. Addressed in #6180.
  • Upgraded http-status-codes from 1.3.2 to 1.4.0. Addressed in #6134.
  • Upgraded socket.io and socket.io-client from 2.2.0 to 2.3.0. Addressed in #6179.

3.8.2

Released 01/10/2020

Bugfixes:

  • We fixed a regression in 3.8.0 on Linux when unzip is not installed where the progress of cypress install would show up to 200%. Fixes #5967
  • Child elements of an element that uses both transform and height or width are now properly seen as visible during visiblity checks. Addresses #5974.
  • We now properly check backface visibility when the parents of a target element have the CSS style transform-style: preserve-3d. Fixes #5682.
  • DOM elements with a width or height of 0 and overflow: hidden are now properly calculated as invisible during visibility checks. Fixes #6093.
  • We fixed a regression in 3.7.0 where using .type() on number inputs to type non-number characters would not type the correct value. Fixes #6055.

Misc:

  • Messages from cy.log() are now truncated at 50 lines the Command Log instead of the 1 line. Addresses #5625.
  • We now capture GitLab CI's CI_JOB_NAME environment variable. Addressed in #6111.
  • Types for event emitters removeListener and removeAllListeners have been added to Cypress and cy. Addresses #5228.
  • Types for the runUrl property returned from cypress.run() has been added. Addresses #6087.
  • We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses #2690 in #5947 and #6075.

Dependency Updates:

  • Upgraded ansi_up from 4.0.3 to 4.0.4. Addressed in #6074.
  • Upgraded electron from 7.1.4 to 7.1.7. Addressed in #6085.

3.8.1

Released 12/26/2019

... (truncated)
Commits
  • 2eda513 release 3.8.3 [skip ci]
  • a74bdff chore(deps): update dependency electron to version 7.1.10 🌟 (#6242)
  • 43b1665 fix(type): type chars for readonly inputs if force: true (#6217)
  • 9ac5fe3 add unit test for xvfb options -screen
  • ee0d6fa fix: set explicit screen when spawning own xvfb (#6199)
  • b2f9059 chore(deps): update dependency electron to version 7.1.9 🌟 (#6180)
  • dfc75c0 chore(deps): update electron to 7.1.9 🌟
  • 4009c24 fix(deps): update dependency socket.io to version 2.3.0 🌟 (#6179)
  • 2cd99c8 Set minimum TLS version to TLSv1 (#6130)
  • 1f1fed2 Update Bamboo variables for CI (#6158)
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)