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 @web/test-runner packages #204

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@web/dev-server-esbuild (source) 0.2.14 -> 0.4.4 age adoption passing confidence
@web/test-runner (source) 0.13.20 -> 0.19.0 age adoption passing confidence
@web/test-runner-puppeteer (source) 0.10.2 -> 0.17.0 age adoption passing confidence

Release Notes

modernweb-dev/web (@​web/dev-server-esbuild)

v0.4.4

Compare Source

Patch Changes
  • ef6b254: Use split versions for all lit dependencies

v0.4.3

Compare Source

Patch Changes

v0.4.2

Compare Source

Patch Changes

v0.4.1

Compare Source

Patch Changes

v0.4.0

Compare Source

Minor Changes
  • febd9d9: Set node 16 as the minimum version.
Patch Changes

v0.3.6

Compare Source

Patch Changes

v0.3.5

Compare Source

Patch Changes
  • 0f5631d: chore(deps): bump ua-parser-js from 1.0.32 to 1.0.33

v0.3.4

Compare Source

Patch Changes

v0.3.3

Compare Source

Patch Changes
  • cfc2aa1: Expose banner/footer as a pass-through to esbuild transform

v0.3.2

Compare Source

Patch Changes

v0.3.1

Compare Source

Patch Changes
  • d0e5e3f: Add a tsconfig option which can be pointed towards your tsconfig.json to keep esbuild and typescript in sync.

    Usage example:

    import { fileURLToPath } from 'url';
    esbuildPlugin({
      ts: true,
      tsconfig: fileURLToPath(new URL('./tsconfig.json', import.meta.url)),
    });

    Note: Without the above code the tsconfig.json file will not be used.

v0.3.0

Compare Source

Minor Changes
  • c1946b0: Relax esbuild semver dependency from ^0.12.21 to ^0.12 || ^0.13 || ^0.14.

v0.2.16

Compare Source

Patch Changes

v0.2.15

Compare Source

Patch Changes
  • 9f4940f: Update ua-parser-js dependency to 1.0.2
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

v0.13.22

Compare Source

Patch Changes

v0.13.21

Compare Source

Patch Changes
modernweb-dev/web (@​web/test-runner-puppeteer)

v0.17.0

Compare Source

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

v0.16.0

Compare Source

Minor Changes
  • 4cc9064: Update Puppeteer to version 22. Remove Puppeteer KnownDevices, before the update named devices, export.
Patch Changes

v0.15.0

Compare Source

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

v0.14.2

Compare Source

Patch Changes

v0.14.1

Compare Source

Patch Changes

v0.14.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.13.1

Compare Source

Patch Changes

v0.13.0

Compare Source

Minor Changes
  • febd9d9: Set node 16 as the minimum version.
Patch Changes

v0.12.1

Compare Source

Patch Changes

v0.12.0

Compare Source

Minor Changes
  • 0e198dc: Update puppeteer-core dependency to v18
Patch Changes

v0.11.0

Compare Source

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

v0.10.5

Compare Source

Patch Changes

v0.10.4

Compare Source

Patch Changes

v0.10.3

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/@webtest-runner-packages branch from a75dab3 to 9737774 Compare November 4, 2021 14:09
@renovate renovate bot changed the title Update dependency @web/dev-server-esbuild to v0.2.15 Update @web/test-runner packages Nov 4, 2021
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch 2 times, most recently from 5fe0d02 to b8036b5 Compare November 11, 2021 14:02
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from b8036b5 to 9b7562b Compare March 7, 2022 11:31
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from 9b7562b to 39bbd52 Compare April 25, 2022 01:44
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch 2 times, most recently from 13eceb1 to 00e2fa4 Compare June 23, 2022 22:16
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from 00e2fa4 to 33223df Compare September 25, 2022 13:53
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from 33223df to 47fb70a Compare March 18, 2023 07:55
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from 47fb70a to 7eb574f Compare March 30, 2023 00:06
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from 7eb574f to dced2b1 Compare April 17, 2023 14:00
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from dced2b1 to 4486109 Compare May 28, 2023 11:58
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from 4486109 to 55e2148 Compare July 12, 2023 11:33
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from 55e2148 to a5a9ef5 Compare August 29, 2023 20:05
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch 2 times, most recently from 48e057b to db2b3f2 Compare October 17, 2023 18:50
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from db2b3f2 to c5bd463 Compare October 19, 2023 19:24
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch 3 times, most recently from 57cfd8e to 0e2ebbf Compare November 1, 2023 12:41
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from 0e2ebbf to 65c62a4 Compare March 6, 2024 14:26
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from 65c62a4 to 2b41c3e Compare May 12, 2024 22:51
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from 2b41c3e to c624ebc Compare August 9, 2024 16:15
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from c624ebc to 8d0042e Compare September 9, 2024 14:29
@renovate renovate bot changed the title Update @web/test-runner packages Update @web/test-runner packages - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/@webtest-runner-packages branch December 8, 2024 18:53
@renovate renovate bot changed the title Update @web/test-runner packages - autoclosed Update @web/test-runner packages Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/@webtest-runner-packages branch from 8148e70 to 8d0042e Compare December 8, 2024 22:33
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