Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Bump flat and @rpii/wdio-html-reporter in /webdriverio-test#95

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/webdriverio-test/flat-and-rpii/wdio-html-reporter-5.0.2
Open

Bump flat and @rpii/wdio-html-reporter in /webdriverio-test#95
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/webdriverio-test/flat-and-rpii/wdio-html-reporter-5.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps flat to 5.0.2 and updates ancestor dependency @rpii/wdio-html-reporter. These dependencies need to be updated together.

Updates flat from 4.1.0 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
Maintainer changes

This version was pushed to npm by timoxley, a new releaser for flat since your current version.


Updates @rpii/wdio-html-reporter from 1.0.4 to 7.7.1

Changelog

Sourced from @​rpii/wdio-html-reporter's changelog.

Changelog:

8.0.6:
    Protect against missing video file if nunjucks html generation
8.0.5:
    Protect against missing image file if nunjucks html generation
8.0.4:
    Total rework to remove issue with webdriverio cutting off the report generation
    (https://github.com/rpii/wdio-html-reporter/issues/86)
8.0.3:
    further fixes to async json write in html reporter.
    (https://github.com/rpii/wdio-html-reporter/issues/86)
8.0.2:
    further fix to async json write in html reporter.
    (https://github.com/rpii/wdio-html-reporter/issues/86)
8.0.1:
    async json write was not awaited correctly and could be missed.
    (https://github.com/rpii/wdio-html-reporter/issues/86)
8.0.0:
    major fix for out of memory errors --thanks to (https://github.com/owens-ben)
    (https://github.com/rpii/wdio-html-reporter/issues/84)
7.9.2:
    Security Update: log4js 
    add default for report options:
        collapseTests = false ;
        collapseSuites = false ;
7.9.1:
    Feature: [Add support for taking videos of each test] 
                See sample/wdio.config.ts for configuration. 
                Requires updated or patched wdio-video-reporter
                (https://github.com/rpii/wdio-video-reporter)

7.9.0: Bugfix: [Address duplicate tests and suites being displayed when using nested suites #74] (rpii/wdio-html-reporter#74)

7.8.7: Bugfix: [Address issues caused by JSON.stringify running out of string memory. Now saves screenshots as links to drastically reduce menory usage #71])(rpii/wdio-html-reporter#71) set reporterOption linkScreenshots:true

7.8.5: Bugfix: [Fixes empty Assertion block due to AssertionError #71])(rpii/wdio-html-reporter#71)

7.8.4: Feature: [add logic to show/hide failed/passed tests #69])(rpii/wdio-html-reporter#69) 7.8.3: Bugfix: [Fix logic for 'expandable-control' elements 'click' event #6])(rpii/wdio-html-reporter#68)

7.8.1: Cleanup: update dependencies, remove cucumber warning Add note on how to resolve the multiple types ts error

... (truncated)

Commits

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 [@rpii/wdio-html-reporter](https://github.com/rpii/wdio-html-reporter). These dependencies need to be updated together.


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

Updates `@rpii/wdio-html-reporter` from 1.0.4 to 7.7.1
- [Release notes](https://github.com/rpii/wdio-html-reporter/releases)
- [Changelog](https://github.com/rpii/wdio-html-reporter/blob/master/changes.md)
- [Commits](https://github.com/rpii/wdio-html-reporter/commits)

---
updated-dependencies:
- dependency-name: flat
  dependency-type: indirect
- dependency-name: "@rpii/wdio-html-reporter"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants