build(deps): bump wait-on from 4.0.1 to 5.2.0 in /backend
Created by: Tirokk
Authored by dependabot-preview[bot]
Bumps wait-on from 4.0.1 to 5.2.0.
Release notes
Sourced from wait-on's releases.
v5.2.0
- expose the remaining resources in the timeout error message (thanks @jmealo)
- update from the deprecated
@hapi/joitojoi(thanks @AleF83)v5.1.0
Add proxy option which can override the http(s) proxy which might be configured in environment variables.
- opts.proxy: undefined, false, or object as defined in axios. Default is undefined. If not set (undefined) axios detects proxy from env vars http_proxy and https_proxy. https://github.com/axios/axios#config-defaults
// example proxy object { host: '127.0.0.1', port: 9000, auth: { username: 'mikeymike', password: 'rapunz3l' } }v5.0.3
update to lodash@4.17.19
v5.0.2
lodash@4.17.18 update which resolved some potential lodash vulnerabilities
v5.0.1
Force axios to use http adapter to keep logs clean if jest/jsdom are used with the wait-on API.
If jest/jsdom is used then a polyfill for xhr is created which will cause axios to default the adapter to it. Since jsdom logs all errors use of wait-on will have any failed attempts to connect logged which is rather noisy and misleading.
By forcing axios to use the node.js http adapter instead this problem is bypassed keeping logs clean.
v5.0.0 switch http client to axios, add validateStatus
Switch HTTP client from request to axios
Since the
requestpackage is no longer receiving updates, wait-on switched to usingaxios. Attempt to keep the same wait-on options as much as possible.These breaking changes occurred in the switch:
- There is only one option for redirects
followRedirect: true|false(defaults to true).
httpSignatureis not implemented in axios and now not available. (If this feature is still desired, please help by providing a pull request to implement it.)
authallows onlyusernameandpasswordbut not the previous aliasesuserandpassadd optional validateStatus fn property
If
validateStatusproperty is provided in the config and set to a function, it will use this to
Commits
- 
3f3bd955.2.0
- 
e7960e9Merge branch 'AleF83-master'
- 
75f56e6update package-lock.json
- 
93314f4Merge branch 'master' of https://github.com/AleF83/wait-on into AleF83-master
- 
4cfa9fcMerge pull request #73 from jmealo/master
- 
db03720feat: expose remaining resources in timeout error object; implements #72
- 
d305e36Replace @hapi/joi with joi
- 
f0450ab5.1.0
- 
f9ee370add to proxy option description in README
- 
f9a1bcaMerge branch 'kspramod-master'
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- 
@dependabot rebasewill rebase this PR
- 
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- 
@dependabot mergewill merge this PR after your CI passes on it
- 
@dependabot squash and mergewill squash and merge this PR after your CI passes on it
- 
@dependabot cancel mergewill cancel a previously requested merge and block automerging
- 
@dependabot reopenwill reopen this PR if it is closed
- 
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- 
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- 
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- 
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- 
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language
- 
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language
- 
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language
- 
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
- 
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)