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

Bump flat and cypress-mochawesome-reporter #15

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 30, 2022

Bumps flat to 5.0.2 and updates ancestor dependency cypress-mochawesome-reporter. These dependencies need to be updated together.

Updates flat from 4.1.1 to 5.0.2

Commits
  • e5ffd66 Release 5.0.2
  • fdb79d5 Update dependencies, refresh lockfile, format with standard.
  • e52185d Test against node 14 in CI.
  • 0189cb1 Avoid arrow function syntax.
  • f25d3a1 Release 5.0.1
  • 54cc7ad use standard formatting
  • 779816e drop dependencies
  • 2eea6d3 Bump lodash from 4.17.15 to 4.17.19
  • a61a554 Bump acorn from 7.1.0 to 7.4.0
  • 20ef0ef Fix prototype pollution on unflatten
  • Additional commits viewable in compare view

Updates cypress-mochawesome-reporter from 1.3.0 to 3.2.3

Release notes

Sourced from cypress-mochawesome-reporter's releases.

v3.2.3

Fixes

  • Special chars in screenshot urls aren't properly escaped (PR #110) resolves #106

v3.2.2

Fixes

v3.2.1

Fixes

  • unable to find jsons folder when cypress config is not in project root (PR #97) resolves #95 #88

v3.2.0

Features

  • allow the usage of javascript configFile in mocha reporter options (PR #87) @​jogelin

v3.1.0

Features

  • Add the option to disable this reporter by adding env var DISABLE_CYPRESS_MOCHAWESOME_REPORTER=true (PR #79) resolves #68
  • Add addTestContext command, uses Mochawesome addContext under the hood (PR #81) resolves #75
      // context can be a simple string
      cy.addTestContext('simple string');
    // context can be a url and the report will create a link
    cy.addTestContext('http://www.url.com/pathname');
    // context can be an image url and the report will show it inline
    cy.addTestContext('http://www.url.com/screenshot-maybe.jpg');
    // context can be an object with title and value properties
    cy.addTestContext({
    title: 'expected output',
    value: {
    a: 1,
    b: '2',
    c: 'd',
    },
    });

Fixes

  • Revert: Ignore hooks if this reporter is not the active reporter (PR #78) resolves #76
  • Don't copy screenshots if the source and destination are the same (PR #80) resolves #52

v3.0.1

Fixes

  • Run on tests without suite (PR #71) resolves #69
  • Ignore hooks if this reporter is not the active reporter (PR #74) resolves #68

... (truncated)

Commits
  • 9ca53da chore: bump version
  • 8ca3fdc fix: handle special chars screenshot file name (#110)
  • a0b59f7 bump version
  • 909a785 fix: reportDir absolute path (#99)
  • 96e86f0 bump version
  • 3352be3 fix: unable to find jsons folder when cypress config is not in project root (...
  • 70c7146 chore(dev-deps): upgrade lerna (#93)
  • 432a0d5 bump version
  • 3539431 feat: allow the usage of javascript configFile in mocha reporter options (#87)
  • c130355 update setup
  • Additional commits viewable in compare view

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [cypress-mochawesome-reporter](https://github.com/LironEr/cypress-mochawesome-reporter). These dependencies need to be updated together.


Updates `flat` from 4.1.1 to 5.0.2
- [Release notes](https://github.com/hughsk/flat/releases)
- [Commits](hughsk/flat@4.1.1...5.0.2)

Updates `cypress-mochawesome-reporter` from 1.3.0 to 3.2.3
- [Release notes](https://github.com/LironEr/cypress-mochawesome-reporter/releases)
- [Commits](LironEr/cypress-mochawesome-reporter@v1.3.0...v3.2.3)

---
updated-dependencies:
- dependency-name: flat
  dependency-type: indirect
- dependency-name: cypress-mochawesome-reporter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2022
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.

0 participants