Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Bump @web/test-runner from 0.13.4 to 0.13.27 #177

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2022

Bumps @web/test-runner from 0.13.4 to 0.13.27.

Release notes

Sourced from @​web/test-runner's releases.

@​web/test-runner@​0.13.27

Patch Changes

  • 3192c9ff: Update puppeteer-core dependency to 13.1.3
  • Updated dependencies [3192c9ff]
    • @​web/test-runner-chrome@​0.10.7

@​web/test-runner@​0.13.26

Patch Changes

  • 7c2fa463: Update puppeteer-core and puppeteer to v13
  • Updated dependencies [7c2fa463]
    • @​web/test-runner-chrome@​0.10.6

@​web/test-runner@​0.13.25

Patch Changes

  • 24cc9212: Add sendMousePlugin to the default test runner config so that it will load automatically.

@​web/test-runner@​0.13.24

Patch Changes

  • 65eed8d7: Adds a summary reporter which lists all the tests run when the test runner finishes.

    import { summaryReporter } from '@web/test-runner';
    export default {
      reporters: [summaryReporter()],
    };

    If you'd like to flatten the suite names, so that each test is reported with it's full chain of suite titles, set the flatten option to true.

    summaryReporter({ flatten: true });
  • 8edded31: Adds a dot reporter a la mocha.

    import { dotReporter } from '@web/test-runner';
    export default {
      reporters: [dotReporter()],
    };

@​web/test-runner@​0.13.23

Patch Changes

  • Updated dependencies [36a06160]

... (truncated)

Changelog

Sourced from @​web/test-runner's changelog.

0.13.27

Patch Changes

  • 3192c9ff: Update puppeteer-core dependency to 13.1.3
  • Updated dependencies [3192c9ff]
    • @​web/test-runner-chrome@​0.10.7

0.13.26

Patch Changes

  • 7c2fa463: Update puppeteer-core and puppeteer to v13
  • Updated dependencies [7c2fa463]
    • @​web/test-runner-chrome@​0.10.6

0.13.25

Patch Changes

  • 24cc9212: Add sendMousePlugin to the default test runner config so that it will load automatically.

0.13.24

Patch Changes

  • 65eed8d7: Adds a summary reporter which lists all the tests run when the test runner finishes.

    import { summaryReporter } from '@web/test-runner';
    export default {
      reporters: [summaryReporter()],
    };

    If you'd like to flatten the suite names, so that each test is reported with it's full chain of suite titles, set the flatten option to true.

    summaryReporter({ flatten: true });
  • 8edded31: Adds a dot reporter a la mocha.

    import { dotReporter } from '@web/test-runner';
    export default {
      reporters: [dotReporter()],
    };

... (truncated)

Commits

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)

Bumps [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) from 0.13.4 to 0.13.27.
- [Release notes](https://github.com/modernweb-dev/web/releases)
- [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md)
- [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.13.27/packages/test-runner)

---
updated-dependencies:
- dependency-name: "@web/test-runner"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 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