webcomponents / custom-elements-everywhere

Custom Element + Framework Interoperability Tests.
https://custom-elements-everywhere.com
Other
1.16k stars 102 forks source link

Update dependency wireit to ^0.14.0 #2285

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wireit ^0.9.0 -> ^0.14.0 age adoption passing confidence

Release Notes

google/wireit (wireit) ### [`v0.14.1`](https://togithub.com/google/wireit/blob/HEAD/CHANGELOG.md#0141---2023-10-20) [Compare Source](https://togithub.com/google/wireit/compare/v0.14.0...v0.14.1) ##### Fixed - Fix our `npx wireit` detection so we continue to give a good error message with the latest version of `npm` when wireit is run this way. - Fix a bug where wireit would hang with an empty spinner after being killed with CTRL-C when running a service whose dependencies were still starting. ### [`v0.14.0`](https://togithub.com/google/wireit/blob/HEAD/CHANGELOG.md#0140---2023-09-12) [Compare Source](https://togithub.com/google/wireit/compare/v0.13.0...v0.14.0) ##### Changed - The default logger has switched from 'simple'. It's 'quiet-ci' if the environment variable `CI` is set, otherwise it's 'quiet'. To switch back, set the environment variable WIREIT_LOGGER to 'simple'. ##### Fixed - More reliably handle and report diagnostics for scripts with invalid configurations. Specifically fixed [https://github.com/google/wireit/issues/803](https://togithub.com/google/wireit/issues/803). - Gracefully handle errors from the GitHub download cache API. ### [`v0.13.0`](https://togithub.com/google/wireit/blob/HEAD/CHANGELOG.md#0130---2023-09-01) [Compare Source](https://togithub.com/google/wireit/compare/v0.12.0...v0.13.0) ##### Changed - **\[BREAKING]** Node 14 and Node 16 are no longer supported. Node 14 is past its end of life and Node 16 will be shortly. See the Node Release Schedule here:https://github.com/nodejs/Release#release-schedule. Node 18 will be supported until April 2025. ### [`v0.12.0`](https://togithub.com/google/wireit/blob/HEAD/CHANGELOG.md#0120---2023-09-01) [Compare Source](https://togithub.com/google/wireit/compare/v0.11.0...v0.12.0) ### [`v0.11.0`](https://togithub.com/google/wireit/blob/HEAD/CHANGELOG.md#0110---2023-08-30) [Compare Source](https://togithub.com/google/wireit/compare/v0.10.0...v0.11.0) ### [`v0.10.0`](https://togithub.com/google/wireit/blob/HEAD/CHANGELOG.md#0100---2023-07-10) [Compare Source](https://togithub.com/google/wireit/compare/v0.9.5...v0.10.0) ##### Added - Added tracking of metrics for successful script executions. Metrics are emitted at the end of each run where at least one successful execution occurred. - Wireit now limits its number of file descriptors. This is to prevent crashes, and the default value of 200 should be high enough not to regress performance. Set the WIREIT_MAX_OPEN_FILES env variable to override the default.

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» 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.



This PR has been generated by Mend Renovate. View repository job log here.