dependabot[bot] opened a new pull request, #277:
URL: https://github.com/apache/openwhisk-client-js/pull/277

   Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after 
updating ancestor dependency [standard](https://github.com/standard/standard). 
These dependencies need to be updated together.
   
   Removes `tmp`
   
   Updates `standard` from 12.0.1 to 17.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/standard/standard/releases";>standard's 
releases</a>.</em></p>
   <blockquote>
   <h2>v17.1.2</h2>
   <ul>
   <li>Unpin and bump <code>eslint-plugin-react</code>(<a 
href="https://redirect.github.com/standard/standard/issues/1976";>#1976</a>)  
004e63b</li>
   </ul>
   <p><a 
href="https://github.com/standard/standard/compare/v17.1.1...v17.1.2";>https://github.com/standard/standard/compare/v17.1.1...v17.1.2</a></p>
   <h2>v17.1.1</h2>
   <ul>
   <li>Pin eslint-plugin-react to <code>7.35.2</code> (<a 
href="https://redirect.github.com/standard/standard/issues/1976";>#1976</a>)  
d535d98</li>
   </ul>
   <p><a 
href="https://github.com/standard/standard/compare/v17.1.0...v17.1.1";>https://github.com/standard/standard/compare/v17.1.0...v17.1.1</a></p>
   <h2>v17.1.0</h2>
   <ul>
   <li>Update dependencies and prepare release 17.1.0 (<a 
href="https://redirect.github.com/standard/standard/issues/1908";>#1908</a>)  
a4049f8</li>
   <li>Add <a 
href="https://github.com/voxpelli/version-guard";><code>version-guard</code></a> 
to silent failure on old node (<a 
href="https://redirect.github.com/standard/standard/issues/1829";>#1829</a>) 
7dc2ab0 85316d1 26efe34 f635e4e 6dd2162</li>
   </ul>
   <p><a 
href="https://github.com/standard/standard/compare/v17.0.0...v17.1.0";>https://github.com/standard/standard/compare/v17.0.0...v17.1.0</a></p>
   <h2>v17.0.0</h2>
   <p>We're super excited to announce <code>standard</code> 17!</p>
   <p>This major release fully focuses on getting in sync with the wider ESLint 
ecosystem
   and doesn't in itself introduce any new rules or features.</p>
   <p>When you upgrade, consider running <code>standard --fix</code> to 
automatically format your
   code to match the current set of rules.</p>
   <p>This is the first release by two of our <code>standard</code> 
co-maintainers <a 
href="https://github.com/theoludwig";><code>@​theoludwig</code></a> and <a 
href="https://github.com/voxpelli";><code>@​voxpelli</code></a>.
   Buy them a cake if you run into them, thanks for getting this release 
out!</p>
   <h3>Major changes</h3>
   <ul>
   <li><code>eslint-config-node</code> has been replaced with the up to date 
fork <code>eslint-config-n</code>. If you have used comments like <code>// 
eslint-disable-line node/no-deprecated-api</code> you now have to reference the 
<code>n/</code> rules instead.</li>
   <li><a 
href="https://redirect.github.com/standard/eslint-config-standard/pull/166";><code>object-shorthand</code>
 rule</a> (as warning)</li>
   <li>Use of ESLint 8, which allows for support for all of the latest syntax 
that ESLint 8 includes, such as top level <code>await</code> <a 
href="https://redirect.github.com/standard/standard/issues/1548";>#1548</a> <a 
href="https://redirect.github.com/standard/standard/issues/1775";>#1775</a></li>
   <li><code>--verbose</code> by default</li>
   </ul>
   <h3>Changed features</h3>
   <ul>
   <li>Update <code>eslint</code> from <code>~7.18.0</code> to 
<code>^8.13.0</code></li>
   <li>Update <code>eslint-config-standard</code> from <code>16.0.3</code> to 
<code>17.0.0</code> to adapt to ESLint 8</li>
   <li>Update <code>eslint-config-standard-jsx</code> from <code>10.0.0</code> 
to <code>^11.0.0</code> to adapt to ESLint 8</li>
   <li>Update <code>standard-engine</code> from <code>^14</code> to 
<code>^15.0.0</code> to adapt to ESLint 8, see <a 
href="https://github.com/standard/standard-engine/blob/master/CHANGELOG.md#1500-0-2021-11-30";>its
 <code>CHANGELOG</code></a></li>
   <li>Move from <code>eslint-plugin-node@~11.1.0</code> to 
<code>eslint-plugin-n@^15.1.0</code> to adapt to ESLint 8</li>
   <li>Update <code>eslint-plugin-import</code> from <code>~2.24.2</code> to 
<code>^2.26.0</code></li>
   <li>Update <code>eslint-plugin-promise</code> from <code>~5.1.0</code> to 
<code>^6.0.0</code></li>
   <li>Update <code>eslint-plugin-react</code> from <code>~7.25.1</code> to 
<code>^7.28.0</code></li>
   </ul>
   <p><a 
href="https://github.com/standard/standard/compare/v16.0.4...v17.0.0";>https://github.com/standard/standard/compare/v16.0.4...v17.0.0</a></p>
   <h2>v17.0.0-2</h2>
   <ul>
   <li>fix: update <code>eslint-config-standard-jsx</code> to fix <a 
href="https://redirect.github.com/standard/standard/issues/1548";>#1548</a> (<a 
href="https://redirect.github.com/standard/standard/issues/1775";>#1775</a>)  
c120a60</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/standard/standard/blob/master/CHANGELOG.md";>standard's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <p>All notable changes to this project will be documented in this file.</p>
   <p>The format is based on <a 
href="https://keepachangelog.com/en/1.0.0/";>Keep a Changelog</a>,
   and this project adheres to <a 
href="https://semver.org/spec/v2.0.0.html";>Semantic Versioning</a>.</p>
   <h2>[17.1.0] - 2023-05-29</h2>
   <ul>
   <li>Update <a 
href="https://github.com/standard/eslint-config-standard";><code>eslint-config-standard</code></a>
 from <code>17.0.0</code> to <code>17.1.0</code></li>
   </ul>
   <h2>[17.0.0] - 2022-04-20</h2>
   <p>We're super excited to announce <code>standard</code> 17!</p>
   <p>This major release fully focuses on getting in sync with the wider ESLint 
ecosystem
   and doesn't in itself introduce any new rules or features.</p>
   <p>When you upgrade, consider running <code>standard --fix</code> to 
automatically format your
   code to match the current set of rules.</p>
   <p>This is the first release by two of our <code>standard</code> 
co-maintainers <a href="https://github.com/Divlo";><code>@​Divlo</code></a> and 
<a href="https://github.com/voxpelli";><code>@​voxpelli</code></a>. Buy them a 
cake if you run into them, thanks for getting this release out!</p>
   <h3>Major changes</h3>
   <ul>
   <li><code>eslint-config-node</code> has been replaced with the up to date 
fork <code>eslint-config-n</code>. If you have used comments like <code>// 
eslint-disable-line node/no-deprecated-api</code> you now have to reference the 
<code>n/</code> rules instead.</li>
   <li><a 
href="https://redirect.github.com/standard/eslint-config-standard/pull/166";><code>object-shorthand</code>
 rule</a> (as warning)</li>
   <li>Use of ESLint 8, which allows for support for all of the latest syntax 
that ESLint 8 includes, such as top level <code>await</code> <a 
href="https://redirect.github.com/standard/standard/issues/1548";>#1548</a> <a 
href="https://redirect.github.com/standard/standard/issues/1775";>#1775</a></li>
   <li><code>--verbose</code> by default</li>
   </ul>
   <h3>Changed features</h3>
   <ul>
   <li>Update <code>eslint</code> from <code>~7.18.0</code> to 
<code>^8.13.0</code></li>
   <li>Update <code>eslint-config-standard</code> from <code>16.0.3</code> to 
<code>17.0.0</code> to adapt to ESLint 8</li>
   <li>Update <code>eslint-config-standard-jsx</code> from <code>10.0.0</code> 
to <code>^11.0.0</code> to adapt to ESLint 8</li>
   <li>Update <code>standard-engine</code> from <code>^14</code> to 
<code>^15.0.0</code> to adapt to ESLint 8, see <a 
href="https://github.com/standard/standard-engine/blob/master/CHANGELOG.md#1500-0-2021-11-30";>its
 <code>CHANGELOG</code></a></li>
   <li>Move from <code>eslint-plugin-node@~11.1.0</code> to 
<code>eslint-plugin-n@^15.1.0</code> to adapt to ESLint 8</li>
   <li>Update <code>eslint-plugin-import</code> from <code>~2.24.2</code> to 
<code>^2.26.0</code></li>
   <li>Update <code>eslint-plugin-promise</code> from <code>~5.1.0</code> to 
<code>^6.0.0</code></li>
   <li>Update <code>eslint-plugin-react</code> from <code>~7.25.1</code> to 
<code>^7.28.0</code></li>
   </ul>
   <h2>[17.0.0-2] - 2022-02-03</h2>
   <ul>
   <li>Fix: Follow up to the fix of <a 
href="https://redirect.github.com/standard/standard/issues/1548";>#1548</a> in 
<code>17.0.0-1</code> <a 
href="https://redirect.github.com/standard/standard/issues/1775";>#1775</a></li>
   </ul>
   <h2>[17.0.0-1] - 2022-01-31</h2>
   <ul>
   <li>Fix: Ensure we support all of the latest syntax that ESLint 8 includes, 
such as top level <code>await</code> <a 
href="https://redirect.github.com/standard/standard/issues/1548";>#1548</a></li>
   </ul>
   <h2>[17.0.0-0] - 2022-01-31</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/standard/standard/commit/be621152d2c0a23079296035bb26e57cebe2f319";><code>be62115</code></a>
 17.1.2</li>
   <li><a 
href="https://github.com/standard/standard/commit/004e63b782b3d40c8c81ae6fe052d688e70dfd43";><code>004e63b</code></a>
 Unpin and bump eslint-plugin-react</li>
   <li><a 
href="https://github.com/standard/standard/commit/75a18774ebd9fb565527dc0463141c2bcb928683";><code>75a1877</code></a>
 17.1.1</li>
   <li><a 
href="https://github.com/standard/standard/commit/d535d98f673ee73739bee6cf12372548c4171121";><code>d535d98</code></a>
 Pin eslint-plugin-react to <code>7.35.2</code></li>
   <li><a 
href="https://github.com/standard/standard/commit/170a02fd52fddec2d5556c0b2d324ceb246b1bf6";><code>170a02f</code></a>
 Deactivate cron on external tests</li>
   <li><a 
href="https://github.com/standard/standard/commit/3b3c316a358ad8d306229a59a67c92891e0827f3";><code>3b3c316</code></a>
 Merge pull request <a 
href="https://redirect.github.com/standard/standard/issues/1962";>#1962</a> from 
SebastjanPrachovskij/feature/add-searchapi-logo</li>
   <li><a 
href="https://github.com/standard/standard/commit/dbf114274535705ad6c23e116ce9764261ddcec0";><code>dbf1142</code></a>
 Add SearchApi logo to users</li>
   <li><a 
href="https://github.com/standard/standard/commit/5ff8441adf9e6dadadc24950bbe91d8cb709967a";><code>5ff8441</code></a>
 Merge pull request <a 
href="https://redirect.github.com/standard/standard/issues/1936";>#1936</a> from 
poozhu/master</li>
   <li><a 
href="https://github.com/standard/standard/commit/f40f923acf8acd9dadb0ca3cfaed00678157f19b";><code>f40f923</code></a>
 Merge branch 'master' into master</li>
   <li><a 
href="https://github.com/standard/standard/commit/3b6f95da8b629cdd98bbcf17c05e3691d6f45709";><code>3b6f95d</code></a>
 Edit Discord badge. (<a 
href="https://redirect.github.com/standard/standard/issues/1954";>#1954</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/standard/standard/compare/v12.0.1...v17.1.2";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~voxpelli";>voxpelli</a>, a new releaser for 
standard since your current version.</p>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/openwhisk-client-js/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to