Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Update dependency @cypress/code-coverage to v3 #235

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cypress/code-coverage 1.14.0 -> 3.10.0 age adoption passing confidence

Release Notes

cypress-io/code-coverage

v3.10.0

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.3.4 (6427dfb)
Features
  • adding exclude env var for compatibility with Cypress 10 (7a32564)

v3.9.12

Compare Source

Bug Fixes

v3.9.11

Compare Source

Bug Fixes
  • deps: update dependency dayjs to v1.10.7 (ab9af49)

v3.9.10

Compare Source

Bug Fixes
  • deps: update dependency chalk to v4.1.2 (b05946f)

v3.9.9

Compare Source

Bug Fixes
  • deps: update dependency dayjs to v1.10.6 (7659d45)

v3.9.8

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.3.2 (4eb29b0)

v3.9.7

Compare Source

Bug Fixes
  • deps: update dependency globby to v11.0.4 (c51751f)

v3.9.6

Compare Source

Bug Fixes
  • deps: update dependency dayjs to v1.10.5 (ea1971f)

v3.9.5

Compare Source

Bug Fixes

v3.9.4

Compare Source

Bug Fixes

v3.9.3

Compare Source

Bug Fixes
  • deps: update dependency globby to v11.0.3 (e9f8b63)

v3.9.2

Compare Source

Bug Fixes
  • add recursive=true to mkdirSync when creating output folder (#​381) (3c28086)

v3.9.1

Compare Source

Bug Fixes
  • deps: update dependency globby to v11.0.2 (63a62d5)

v3.9.0

Compare Source

Features
  • add option to expect the backend code coverage only (#​373) (610d0b5)

v3.8.8

Compare Source

Bug Fixes

v3.8.7

Compare Source

Bug Fixes
  • deps: update dependency js-yaml to v3.14.1 (199c02d)

v3.8.6

Compare Source

Bug Fixes

v3.8.5

Compare Source

Bug Fixes
  • Replaced hardcoded.nyc_output string to one from config (#​332) (ae60c8d)

v3.8.4

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.3.1 (40d5578)

v3.8.3

Compare Source

Bug Fixes
  • deps: update dependency execa to v4.1.0 (0ac5189)

v3.8.2

Compare Source

Bug Fixes

v3.8.1

Compare Source

Bug Fixes
  • deps: update dependency nyc to v15.1.0 (771154c)

v3.8.0

Compare Source

Features

v3.7.7

Compare Source

Bug Fixes

v3.7.6

Compare Source

Bug Fixes

v3.7.5

Compare Source

Bug Fixes
  • deps: update dependency execa to v4.0.2 (d3522a6)

v3.7.4

Compare Source

Bug Fixes

v3.7.3

Compare Source

Bug Fixes

v3.7.2

Compare Source

Bug Fixes
  • deps: update dependency execa to v4.0.1 (211b7a7)

v3.7.1

Compare Source

Bug Fixes

v3.7.0

Compare Source

Features

v3.6.0

Compare Source

Features

v3.5.4

Compare Source

Bug Fixes

v3.5.3

Compare Source

Bug Fixes

v3.5.2

Compare Source

Bug Fixes

v3.5.1

Compare Source

Bug Fixes
  • do not try to read final coverage if file does not exist (b9ce218)

v3.5.0

Compare Source

Features

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes
  • output good message to the console if coverage not found (5304414)

v3.4.0

Compare Source

Features

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Features

v3.2.4

Compare Source

Bug Fixes
  • print number of keys and few paths for simpler debugging (20a2a9a)

v3.2.3

Compare Source

Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes
  • add a few more options to support exclude (f017563)

v3.2.0

Compare Source

Features

v3.1.0

Compare Source

Features
  • automatically resolve non-absolute paths to files (#​189) (461910d)

v3.0.2

Compare Source

Bug Fixes
  • do not ask for backend code coverage from non-integration s… (#​186) (1fa46c8)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Features
  • set flag from plugins task that they were registered (#​180) (288b61d)
BREAKING CHANGES
  • the task sets an environment variable and needs
    to return its config. The new registration thus looks like this
// your plugins file
module.exports = (on, config) => {
  require('@​cypress/code-coverage/task')(on, config)
  // IMPORTANT to return the config object
  // with the any changed environment variables
  return config
}

Support code can check variable Cypress.env('codeCoverageTasksRegistered')
before calling cy.task

  • update readme

  • update examples

  • add small plugins file

  • update readme

  • add example using plugins and support

  • add new example to CI

  • no need to start server in the example

v2.0.5

Compare Source

Bug Fixes

v2.0.4

Compare Source

Bug Fixes

v2.0.3

Compare Source

Bug Fixes

v2.0.2

Compare Source

Bug Fixes

v2.0.1

Compare Source

Bug Fixes
  • deps: update dependency nyc to v15.0.1 (732001d)

v2.0.0

Compare Source

Features
BREAKING CHANGES
  • nyc is no longer a peer dependency, instead
    this module calls its API directly.

  • use nyc as direct dependency

  • feat: use nyc directly as a module


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch from f9e861c to d8eb87b Compare January 10, 2021 19:37
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch 3 times, most recently from eeada3e to df1f957 Compare January 23, 2021 19:08
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch 10 times, most recently from 541dc50 to 7c6b16c Compare February 20, 2021 06:12
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch from 7c6b16c to 9b5de1b Compare March 6, 2021 05:32
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch 3 times, most recently from c3ee0e3 to 3f6edfd Compare March 20, 2021 10:13
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch 4 times, most recently from d931e87 to 4d27487 Compare April 3, 2021 05:20
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch 2 times, most recently from 63dce2f to cade324 Compare April 10, 2021 05:02
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch 4 times, most recently from c1711af to d8c7f05 Compare April 24, 2021 07:13
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch 2 times, most recently from 1555714 to 8415d21 Compare May 1, 2021 07:46
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch from 8415d21 to 66c484e Compare May 8, 2021 04:51
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch from 66c484e to d46ff36 Compare May 22, 2021 05:25
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch from d46ff36 to 41ff2bf Compare May 29, 2021 08:04
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch 2 times, most recently from bf0ad1b to ce56f8c Compare June 26, 2021 06:59
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch from ce56f8c to 9f0f7e5 Compare June 26, 2021 08:01
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch 2 times, most recently from f33d423 to 2735254 Compare July 10, 2021 08:53
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch from 2735254 to 9fcb8ad Compare July 31, 2021 09:00
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch from 9fcb8ad to 527e92f Compare March 26, 2022 12:57
@renovate renovate bot force-pushed the renovate/cypress-code-coverage-3.x branch from 527e92f to b6d55c5 Compare June 18, 2022 18:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants