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.18.0 #11

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 14, 2021

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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
  • febd9d9: Set node 16 as the minimum version.
  • 72c63bc: Require Rollup@v3.x and update all Rollup related dependencies to latest.
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

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

v0.12.20

Compare Source

Patch Changes
  • 1d9411a: Export sendKeysPlugin from @web/test-runner-commands/plugins.
    Loosen the typing of the command payload.

  • d2389ba: Add a11ySnapshotPlugin to acquire the current accessibility tree from the browser:

    import { a11ySnapshot, findAccessibilityNode } from '@​web/test-runner-commands';
    
    // ...
    
    const nodeName = 'Label Text';
    const snapshot = await a11ySnapshot();
    const foundNode = findAccessibilityNode(snapshot, node => node.name === nodeName);
    expect(foundNode).to.not.be.null;
  • Updated dependencies [1d9411a]

  • Updated dependencies [d2389ba]

v0.12.19

Compare Source

Patch Changes

v0.12.18

Compare Source

Patch Changes
  • 4c5fa2f: coverageConfig now uses object spread to merge with defaults

v0.12.17

Compare Source

Patch Changes
  • aea269c: Capture visual regressions across changing screenshot sizes.

v0.12.16

Compare Source

Patch Changes
  • b146365: Add buildCache option to the visual regression config to support always saving the "current" screenshot.
    Make the update option in the visual regression config strict, and only save "current" shots as "baseline" when it is set to true.
  • Updated dependencies [b146365]

v0.12.15

Compare Source

Patch Changes

v0.12.14

Compare Source

Patch Changes

v0.12.13

Compare Source

Patch Changes

v0.12.12

Compare Source

Patch Changes

v0.12.10

Compare Source

Patch Changes

v0.12.9

Compare Source

Patch Changes

v0.12.8

Compare Source

Patch Changes

v0.12.7

Compare Source

Patch Changes
  • c37b434: Don't use red text color when there are 0 failures

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.

@changeset-bot
Copy link

changeset-bot bot commented Jun 14, 2021

⚠️ No Changeset found

Latest commit: b9ef409

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 3a19c5d to 948abe5 Compare October 18, 2021 14:45
@renovate renovate bot changed the title chore(deps): update dependency @web/test-runner to v0.13.11 chore(deps): update dependency @web/test-runner to v0.13.20 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 948abe5 to d413b51 Compare March 7, 2022 15:52
@renovate renovate bot changed the title chore(deps): update dependency @web/test-runner to v0.13.20 chore(deps): 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 d413b51 to 50898bd Compare June 18, 2022 14:41
@renovate renovate bot changed the title chore(deps): update dependency @web/test-runner to v0.13.27 chore(deps): 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 50898bd to a145b48 Compare June 23, 2022 22:47
@renovate renovate bot changed the title chore(deps): update dependency @web/test-runner to v0.13.30 chore(deps): update dependency @web/test-runner to v0.13.31 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from a145b48 to 6650434 Compare September 25, 2022 12:20
@renovate renovate bot changed the title chore(deps): update dependency @web/test-runner to v0.13.31 chore(deps): 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 6650434 to e88c850 Compare November 20, 2022 17:32
@renovate renovate bot changed the title chore(deps): update dependency @web/test-runner to v0.14.0 chore(deps): update dependency @web/test-runner to ^0.15.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from e88c850 to 622f321 Compare May 29, 2023 13:58
@renovate renovate bot changed the title chore(deps): update dependency @web/test-runner to ^0.15.0 chore(deps): update dependency @web/test-runner to ^0.16.0 May 29, 2023
@socket-security
Copy link

socket-security bot commented May 29, 2023

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from 622f321 to af0efe4 Compare July 12, 2023 11:47
@renovate renovate bot changed the title chore(deps): update dependency @web/test-runner to ^0.16.0 chore(deps): update dependency @web/test-runner to ^0.17.0 Jul 12, 2023
@socket-security
Copy link

socket-security bot commented Jul 12, 2023

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@web/test-runner 0.12.6...0.18.0 None +78/-81 6.79 MB modern-web

@renovate renovate bot force-pushed the renovate/web-test-runner-0.x branch from af0efe4 to b9ef409 Compare November 2, 2023 05:05
@renovate renovate bot changed the title chore(deps): update dependency @web/test-runner to ^0.17.0 chore(deps): update dependency @web/test-runner to ^0.18.0 Nov 2, 2023
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.

None yet

0 participants