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

chore(deps): update dependency @web/test-runner to ^0.15.1 - autoclosed #5

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@web/test-runner (source) ^0.13.15 -> ^0.15.1 age adoption passing confidence

Release Notes

modernweb-dev/web

v0.15.1

Compare Source

Patch Changes
  • b2c8573: Report browsers logs when using summary reporter

v0.15.0

Compare Source

Minor Changes
  • acca5d5: Update dependency v8-to-istanbul to v9
Patch Changes

v0.14.1

Compare Source

Patch Changes

v0.14.0

Compare Source

Minor Changes
  • 13b75cf: Add browser name to summaryReporter output
Patch Changes

v0.13.31

Compare Source

Patch Changes

v0.13.30

Compare Source

Patch Changes
  • fff8290: Add types field to package.json exports map

v0.13.29

Compare Source

Patch Changes

v0.13.28

Compare Source

Patch Changes
  • 2b6854c: Ignore external urls from coverage

v0.13.27

Compare Source

Patch Changes

v0.13.26

Compare Source

Patch Changes

v0.13.25

Compare Source

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

v0.13.24

Compare Source

Patch Changes
  • 65eed8d: 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 });
  • 8edded3: Adds a dot reporter a la mocha.

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

v0.13.23

Compare Source

Patch Changes

v0.13.22

Compare Source

Patch Changes

v0.13.21

Compare Source

Patch Changes

v0.13.20

Compare Source

Patch Changes

v0.13.19

Compare Source

Patch Changes

v0.13.18

Compare Source

Patch Changes

v0.13.17

Compare Source

Patch Changes

v0.13.16

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 changed the title chore(deps): update dependency @web/test-runner to ^0.15.1 chore(deps): update dependency @web/test-runner to ^0.15.1 - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/web-test-runner-0.x branch April 4, 2023 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants