Skip to content

chore(deps): update dependency @web/test-runner to ^0.13.0#14

Open
swing-renovate-bot wants to merge 1 commit intomainfrom
renovate/web-test-runner-0.x
Open

chore(deps): update dependency @web/test-runner to ^0.13.0#14
swing-renovate-bot wants to merge 1 commit intomainfrom
renovate/web-test-runner-0.x

Conversation

@swing-renovate-bot
Copy link
Copy Markdown
Contributor

@swing-renovate-bot swing-renovate-bot commented Jul 6, 2021

This PR contains the following updates:

Package Type Update Change
@web/test-runner devDependencies minor ^0.12.7 -> ^0.13.0

Release Notes

modernweb-dev/web

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

v0.13.15

Compare Source

Patch Changes

v0.13.13

Compare Source

Patch Changes

v0.13.12

Compare Source

Patch Changes

v0.13.11

Compare Source

Patch Changes

v0.13.10

Compare Source

Patch Changes

v0.13.9

Compare Source

Patch Changes

v0.13.8

Compare Source

Patch Changes
  • 94cddfa: fix: allow stripXMLInvalidChars when replace it not available

v0.13.7

Compare Source

Patch Changes

v0.13.6

Compare Source

Patch Changes

v0.13.5

Compare Source

Patch Changes

v0.13.4

Compare Source

Patch Changes

v0.13.3

Compare Source

Patch Changes

v0.13.2

Compare Source

Patch Changes

v0.13.1

Compare Source

Patch Changes

v0.13.0

Compare Source

Minor Changes
  • 2c06f31: Update puppeteer and puppeteer-core to 8.0.0
Patch Changes

Renovate configuration

📅 Schedule: 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 Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant