expose the remaining resources in the timeout error message (thanks @jmealo)
update from the deprecated @hapi/joi to joi (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
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [wait-on](https://github.com/jeffbski/wait-on) from 3.3.0 to 6.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jeffbski/wait-on/releases">wait-on's releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<p>Other than dropping support for Node.js v8 there should be no other breaking changes.</p>
<p>Node.js v8 was no longer supported by the yargs parser. Node.js v8 users should use v5.3.0</p>
<h2>v5.3.0</h2>
<p>Allow resources to be passed in via config file. Thanks <a href="https://github.com/michaelmerrill"><code>@michaelmerrill</code></a> for the PR.</p>
<p>Example config.js file with resources</p>
<pre lang="js"><code>module.exports = {
resources: ['http://localhost:8123', 'http://localhost:8123/foo'],
};
</code></pre>
<h2>v5.2.2</h2>
<p>Updated lodash@4.17.21</p>
<p>Updated lodash dependency to close vulnerability</p>
<h2>v5.2.1</h2>
<p>Update dependencies</p>
<h2>v5.2.0</h2>
<ul>
<li>expose the remaining resources in the timeout error message (thanks <a href="https://github.com/jmealo"><code>@jmealo</code></a>)</li>
<li>update from the deprecated <code>@hapi/joi</code> to <code>joi</code> (thanks <a href="https://github.com/AleF83"><code>@AleF83</code></a>)</li>
</ul>
<h2>v5.1.0</h2>
<p>Add proxy option which can override the http(s) proxy which might be configured in environment variables.</p>
<ul>
<li>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. <a href="https://github.com/axios/axios#config-defaults">https://github.com/axios/axios#config-defaults</a></li>
</ul>
<pre lang="js"><code> // example proxy object
{
host: '127.0.0.1',
port: 9000,
auth: {
username: 'mikeymike',
password: 'rapunz3l'
}
}
</code></pre>
<h2>v5.0.3</h2>
<p>update to lodash@4.17.19</p>
<h2>v5.0.2</h2>
<p>lodash@4.17.18 update which resolved some potential lodash vulnerabilities</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jeffbski/wait-on/commit/71848256eeeb6b71308c21d493f16625e0c2e697"><code>7184825</code></a> 6.0.0</li>
<li><a href="https://github.com/jeffbski/wait-on/commit/f680d64619bf84b5fdc019b0516abf56f4e60121"><code>f680d64</code></a> Merge pull request <a href="https://github.com/jeffbski/wait-on/issues/101">#101</a> from jeffbski/update-deps-2021-06-26</li>
<li><a href="https://github.com/jeffbski/wait-on/commit/469801c30fa6a475396b77e60597f41084c1b6e5"><code>469801c</code></a> min node.js v8</li>
<li><a href="https://github.com/jeffbski/wait-on/commit/47d1230912133115f6fbc62b0b7b598ce1d383ee"><code>47d1230</code></a> rxjs major version update</li>
<li><a href="https://github.com/jeffbski/wait-on/commit/d4694f0787cc9d8dc58c1e56371ba3e3136604c1"><code>d4694f0</code></a> deps major version updates</li>
<li><a href="https://github.com/jeffbski/wait-on/commit/590411b905fa712ea16df9addc793913f4027ac0"><code>590411b</code></a> mocha update</li>
<li><a href="https://github.com/jeffbski/wait-on/commit/0493c46f144a2a9ffa8cec90904889ef67067688"><code>0493c46</code></a> minor updates</li>
<li><a href="https://github.com/jeffbski/wait-on/commit/de0aaf8302ea8668f1d0d9b17491359b6ac6ae98"><code>de0aaf8</code></a> minor dep updates</li>
<li><a href="https://github.com/jeffbski/wait-on/commit/d82e7c49b9d7b23affc03b0b2527e32a3e7d3b73"><code>d82e7c4</code></a> 5.3.0</li>
<li><a href="https://github.com/jeffbski/wait-on/commit/0465c09f28f1e3a3d24b34c4fc360ccee31defc7"><code>0465c09</code></a> Merge pull request <a href="https://github.com/jeffbski/wait-on/issues/94">#94</a> from jeffbski/allow-config-resources</li>
<li>Additional commits viewable in <a href="https://github.com/jeffbski/wait-on/compare/v3.3.0...v6.0.0">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps wait-on from 3.3.0 to 6.0.0.
Release notes
Sourced from wait-on's releases.
... (truncated)
Commits
71848256.0.0f680d64Merge pull request #101 from jeffbski/update-deps-2021-06-26469801cmin node.js v847d1230rxjs major version updated4694f0deps major version updates590411bmocha update0493c46minor updatesde0aaf8minor dep updatesd82e7c45.3.00465c09Merge pull request #94 from jeffbski/allow-config-resourcesDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts$dependabot recreate
⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️added 1 commit
ca6476ef- Chore(deps-dev): bump wait-on from 3.3.0 to 6.0.0Compare with previous version
✅
dependabotsuccessfuly recreated merge request!resolved all threads
mentioned in commit
6642d62b1d