qiwi / qorsproxy

Yet another cors proxy
MIT License
6 stars 3 forks source link

fix(deps): update dependency meow to v9 #53

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
meow ^8.0.0 -> ^9.0.0 age adoption passing confidence

Release Notes

sindresorhus/meow ### [`v9.0.0`](https://togithub.com/sindresorhus/meow/releases/v9.0.0) [Compare Source](https://togithub.com/sindresorhus/meow/compare/1d1b6abda2c76a199c653d7f6f1305f6944dd8ec...v9.0.0) ##### Breaking - Strictly validate flag config ([#​168](https://togithub.com/sindresorhus/meow/issues/168)) [`1609709`](https://togithub.com/sindresorhus/meow/commit/1609709) This is a breaking change if you incorrectly used kebab-case format for flags (was never officially supported) in the `meow` config: ```diff meow(``, { flags: { - 'foo-bar': { + fooBar: { type: 'boolean' } } }); ```

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 382


Totals Coverage Status
Change from base Build 379: 0.0%
Covered Lines: 437
Relevant Lines: 443

đź’› - Coveralls
codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit c270b6c9 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 98.6% (0.0% change).

View more on Code Climate.

qiwibot commented 3 years ago

:tada: This PR is included in version 2.4.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: