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

Update dependency @web/test-runner to v0.19.0 #27

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 21, 2021

This PR contains the following updates:

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

Release Notes

modernweb-dev/web (@​web/test-runner)

v0.19.0

Compare Source

Minor Changes
  • b546e8b: Upgrade puppeteer-core and puppeteer to v23
Patch Changes

v0.18.3

Compare Source

Patch Changes
  • 6914f3b: Show suites names for summaryReporter when flatten option is true

v0.18.2

Compare Source

Patch Changes
  • 6a97a69: Unify visual-written representation of skipped tests.

v0.18.1

Compare Source

Patch Changes

v0.18.0

Compare Source

Minor Changes
  • c185cba: Set minimum node version to 18
Patch Changes

v0.17.3

Compare Source

Patch Changes

v0.17.2

Compare Source

Patch Changes

v0.17.1

Compare Source

Patch Changes

v0.17.0

Compare Source

Minor Changes
  • 0c87f59: feat/various fixes

    • Update puppeteer to 20.0.0, fixes #​2282
    • Use puppeteer's new page.mouse.reset() in sendMousePlugin, fixes #​2262
    • Use development export condition by default
Patch Changes

v0.16.1

Compare Source

Patch Changes

v0.16.0

Compare Source

Minor Changes
Patch Changes

v0.15.3

Compare Source

Patch Changes

v0.15.2

Compare Source

Patch Changes

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

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from c02239b to dc27a5f Compare January 5, 2022 15:37
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.13.23 Update dependency @web/test-runner to v0.13.24 Jan 5, 2022
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from dc27a5f to ab17e43 Compare January 6, 2022 13:37
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.13.24 Update dependency @web/test-runner to v0.13.25 Jan 6, 2022
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from ab17e43 to 567eb33 Compare March 7, 2022 10:13
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.13.25 Update dependency @web/test-runner to v0.13.27 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 567eb33 to 8ff724c Compare June 18, 2022 16:31
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.13.27 Update dependency @web/test-runner to v0.13.30 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 8ff724c to ed2af6f Compare June 24, 2022 00:48
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.13.30 Update dependency @web/test-runner to v0.13.31 Jun 24, 2022
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from ed2af6f to b92fca4 Compare September 25, 2022 13:12
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.13.31 Update dependency @web/test-runner to v0.14.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from b92fca4 to 6250451 Compare March 17, 2023 06:07
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.14.0 Update dependency @web/test-runner to v0.15.1 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 6250451 to 41b52a2 Compare March 29, 2023 23:41
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.15.1 Update dependency @web/test-runner to v0.15.2 Mar 29, 2023
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 41b52a2 to c683565 Compare April 17, 2023 12:07
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.15.2 Update dependency @web/test-runner to v0.15.3 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from c683565 to 054ce2b Compare May 31, 2023 01:57
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.15.3 Update dependency @web/test-runner to v0.16.1 May 31, 2023
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 054ce2b to 772ac1c Compare July 12, 2023 12:05
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.16.1 Update dependency @web/test-runner to v0.17.0 Jul 12, 2023
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 772ac1c to 0b7593b Compare August 29, 2023 20:14
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.17.0 Update dependency @web/test-runner to v0.17.1 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 0b7593b to 7887688 Compare October 12, 2023 08:11
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.17.1 Update dependency @web/test-runner to v0.17.2 Oct 12, 2023
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 7887688 to 0318aec Compare October 31, 2023 11:17
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.17.2 Update dependency @web/test-runner to v0.17.3 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 0318aec to dd3862b Compare November 1, 2023 13:48
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.17.3 Update dependency @web/test-runner to v0.18.0 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from dd3862b to bee3917 Compare March 6, 2024 17:51
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.18.0 Update dependency @web/test-runner to v0.18.1 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from bee3917 to 5367b6b Compare May 12, 2024 22:21
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.18.1 Update dependency @web/test-runner to v0.18.2 May 12, 2024
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 5367b6b to 3d07087 Compare August 9, 2024 14:33
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.18.2 Update dependency @web/test-runner to v0.18.3 Aug 9, 2024
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 3d07087 to dd04c74 Compare September 9, 2024 14:04
@renovate renovate bot changed the title Update dependency @web/test-runner to v0.18.3 Update dependency @web/test-runner to v0.19.0 Sep 9, 2024
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.

0 participants