-
Notifications
You must be signed in to change notification settings - Fork 24
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
chore(deps): update dependency wait-on to v8 #1530
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
size-limit report 📦
|
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
August 21, 2024 01:36
afe9cbd
to
8d68ef7
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
August 21, 2024 04:43
8d68ef7
to
76a9195
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
August 21, 2024 13:50
76a9195
to
760772a
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
August 21, 2024 19:25
760772a
to
06ef5ea
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
August 23, 2024 18:12
06ef5ea
to
4691c3d
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
August 24, 2024 00:30
4691c3d
to
26188ee
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
August 30, 2024 06:32
26188ee
to
f7c51c6
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
August 30, 2024 15:06
f7c51c6
to
b79c348
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 4, 2024 23:16
b79c348
to
ae08ee4
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 6, 2024 02:06
ae08ee4
to
d91ef6a
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 7, 2024 18:39
d91ef6a
to
41ecf83
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 9, 2024 16:01
41ecf83
to
cf275ce
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 9, 2024 21:10
cf275ce
to
5ea331f
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 10, 2024 18:41
5ea331f
to
127c5a8
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 12, 2024 21:03
127c5a8
to
5480356
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 13, 2024 21:14
5480356
to
2ec3885
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 16, 2024 13:54
2ec3885
to
44258dd
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 17, 2024 14:26
44258dd
to
6f5d8a4
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 19, 2024 23:14
6f5d8a4
to
156c138
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 20, 2024 22:28
156c138
to
205b8df
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 24, 2024 19:47
205b8df
to
f3cf116
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
September 27, 2024 22:26
f3cf116
to
e2d2fb8
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
October 1, 2024 03:26
e2d2fb8
to
abe66ee
Compare
renovate
bot
force-pushed
the
renovate/wait-on-8.x
branch
from
October 1, 2024 09:37
abe66ee
to
0b9f5a8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.2.0
->8.0.1
Release Notes
jeffbski/wait-on (wait-on)
v8.0.1
Compare Source
v8.0.0
: - breaking change for http unix socket useCompare Source
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 - 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 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.