Chore(deps-dev): bump wait-on from 3.3.0 to 6.0.0 #108

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-wait-on-6.0.0 into master 2021-11-09 18:46:36 +00:00
argoyle commented 2021-11-09 05:17:31 +00:00 (Migrated from gitlab.com)

Bumps wait-on from 3.3.0 to 6.0.0.

Release notes

Sourced from wait-on's releases.

v6.0.0

Other than dropping support for Node.js v8 there should be no other breaking changes.

Node.js v8 was no longer supported by the yargs parser. Node.js v8 users should use v5.3.0

v5.3.0

Allow resources to be passed in via config file. Thanks @​michaelmerrill for the PR.

Example config.js file with resources

module.exports = {
  resources: ['http://localhost:8123', 'http://localhost:8123/foo'],
};

v5.2.2

Updated lodash@4.17.21

Updated lodash dependency to close vulnerability

v5.2.1

Update dependencies

v5.2.0

  • 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.

  // 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

... (truncated)

Commits


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>
argoyle commented 2021-11-09 18:16:51 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 18:16:55 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-09 18:36:03 +00:00 (Migrated from gitlab.com)

added 1 commit

  • ca6476ef - Chore(deps-dev): bump wait-on from 3.3.0 to 6.0.0

Compare with previous version

added 1 commit <ul><li>ca6476ef - Chore(deps-dev): bump wait-on from 3.3.0 to 6.0.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/59/diffs?diff_id=275729438&start_sha=a0c4fa86ac020e4557ab4cb4d49593db9d864cef)
argoyle commented 2021-11-09 18:36:04 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-09 18:36:32 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2021-11-09 18:36:54 +00:00
argoyle commented 2021-11-09 18:46:36 +00:00 (Migrated from gitlab.com)

mentioned in commit 6642d62b1d

mentioned in commit 6642d62b1d1ead71175bd1e5d11f3d6d5ac79ece
argoyle (Migrated from gitlab.com) merged commit 6642d62b1d into master 2021-11-09 18:46:36 +00:00
Sign in to join this conversation.