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

Bump @web/test-runner from 0.13.22 to 0.13.25 #414

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2022

Bumps @web/test-runner from 0.13.22 to 0.13.25.

Release notes

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

@​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]
  • Updated dependencies [064b9dde]
    • @​web/test-runner-commands@​0.6.0
Changelog

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

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()],
    };

0.13.23

Patch Changes

  • Updated dependencies [36a06160]
  • Updated dependencies [064b9dde]
    • @​web/test-runner-commands@​0.6.0
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.22 to 0.13.25.
- [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/[email protected]/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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2022
@github-actions github-actions bot enabled auto-merge (squash) January 22, 2022 13:41
@github-actions github-actions bot merged commit 6126718 into master Jan 22, 2022
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/web/test-runner-0.13.25 branch January 22, 2022 13:46
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