Open renovate[bot] opened 2 months ago
Totals | |
---|---|
Change from base Build 11620254768: | 0.0% |
Covered Lines: | 6813 |
Relevant Lines: | 7294 |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This PR contains the following updates:
^7.2.0
->^8.0.0
Release Notes
jeffbski/wait-on (wait-on)
### [`v8.0.0`](https://togithub.com/jeffbski/wait-on/releases/tag/v8.0.0): - breaking change for http unix socket use [Compare Source](https://togithub.com/jeffbski/wait-on/compare/v7.2.0...v8.0.0) Updated for security vulnerabilities with axios@1.7.4 and braces. ##### Breaking change in using latest axios with a unix socket URL As part of the axios update, the syntax for using a socket with an http URL in axios has changed so you must specify the protocol and server For example: `http://unix:SOCKETPATH:http://server/foo/bar` instead of just using only the path (no protocol and no server) `http://unix:SOCKETPATH:/foo/bar` Due to this change, I have updated my tests, docs, bumped the major version.Configuration
📅 Schedule: Branch creation - "on thursday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.