hmans / three-elements

Web Components-powered custom HTML elements for building Three.js-powered games and interactive experiences. 🎉
https://three-elements.hmans.co
MIT License
398 stars 14 forks source link

Bump @web/test-runner from 0.13.4 to 0.13.26 #172

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @web/test-runner from 0.13.4 to 0.13.26.

Release notes

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

@​web/test-runner@​0.13.26

Patch Changes

  • 7c2fa463: Update puppeteer-core and puppeteer to v13
  • Updated dependencies [7c2fa463]
    • @​web/test-runner-chrome@​0.10.6

@​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

@​web/test-runner@​0.13.22

Patch Changes

  • 3f79c247: Update dependency chrome-launcher to ^0.15.0

... (truncated)

Changelog

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

0.13.26

Patch Changes

  • 7c2fa463: Update puppeteer-core and puppeteer to v13
  • Updated dependencies [7c2fa463]
    • @​web/test-runner-chrome@​0.10.6

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

... (truncated)

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)
dependabot[bot] commented 2 years ago

Superseded by #177.