dependabot[bot] opened a new pull request, #243:
URL: https://github.com/apache/openwhisk-runtime-nodejs/pull/243

   Bumps [openwhisk](https://github.com/apache/openwhisk-client-js) from 2.0.0 
to 3.3.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/openwhisk-client-js/releases";>openwhisk's 
releases</a>.</em></p>
   <blockquote>
   <h2>Improve API usability</h2>
   <ul>
   <li>Added support for <code>name</code> parameters</li>
   <li>Added support for shorthand identifiers</li>
   <li>Added support for array parameter for operation chaining</li>
   </ul>
   <h2>API Gateway methods</h2>
   <p>No release notes provided.</p>
   <h2>OpenWhisk API Changes.</h2>
   <p>Incorporate new features and changes that have occurred in the OpenWhisk 
API.</p>
   <h2>v2.6.0</h2>
   <p>No release notes provided.</p>
   <h2>2.3.0</h2>
   <p>Adding new parameter options for constructor.</p>
   <h2>Modify default nodejs runtime.</h2>
   <p>No release notes provided.</p>
   <h2>Bug fixes</h2>
   <p>No release notes provided.</p>
   <h2>Add feeds support to client library</h2>
   <ul>
   <li>Add support for creating and deleting feeds.</li>
   </ul>
   <h2>Fixing URL path bug.</h2>
   <p>No release notes provided.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/openwhisk-client-js/commit/78f4feb86a7c147811a423003ef9d203f2c5d0c7";><code>78f4feb</code></a>
 Update version 3.3.1 (<a 
href="https://redirect.github.com/apache/openwhisk-client-js/issues/37";>#37</a>)</li>
   <li><a 
href="https://github.com/apache/openwhisk-client-js/commit/607035887a1a215e38fba2dae42103cb158aae9f";><code>6070358</code></a>
 Fix path for routemgmt package. (<a 
href="https://redirect.github.com/apache/openwhisk-client-js/issues/32";>#32</a>)</li>
   <li><a 
href="https://github.com/apache/openwhisk-client-js/commit/8a571f1695537ef284a682c568271966a65146e6";><code>8a571f1</code></a>
 Replace <code>new Buffer()</code> use with <code>Buffer.from()</code> (<a 
href="https://redirect.github.com/apache/openwhisk-client-js/issues/34";>#34</a>)</li>
   <li><a 
href="https://github.com/apache/openwhisk-client-js/commit/67386be3bc75c6ac600e7a1e25815a4c4410fcb7";><code>67386be</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/apache/openwhisk-client-js/commit/d143f5bc90170faf8860d15eb69ef962855c1688";><code>d143f5b</code></a>
 3.3.0</li>
   <li><a 
href="https://github.com/apache/openwhisk-client-js/commit/9269e96534d5286c69d8dcc9d97043035ad4c897";><code>9269e96</code></a>
 Improve API usability (<a 
href="https://redirect.github.com/apache/openwhisk-client-js/issues/31";>#31</a>)</li>
   <li><a 
href="https://github.com/apache/openwhisk-client-js/commit/2e1e9c6709ea68251b9f2cca3ce372ff70ea4faa";><code>2e1e9c6</code></a>
 Fix example for blocking invoke. The response from invocation contains the 
fu...</li>
   <li><a 
href="https://github.com/apache/openwhisk-client-js/commit/c7c4a80c06e7a325d73c3832777f8c7793893831";><code>c7c4a80</code></a>
 3.2.2</li>
   <li><a 
href="https://github.com/apache/openwhisk-client-js/commit/50550d30f9c1564bc6666415e61dfe39d0340d04";><code>50550d3</code></a>
 Updating README to improve developer experience.</li>
   <li><a 
href="https://github.com/apache/openwhisk-client-js/commit/d0a8f7ce4712de3477f877b39aac2f893bde0244";><code>d0a8f7c</code></a>
 Update README.md example package.get (<a 
href="https://redirect.github.com/apache/openwhisk-client-js/issues/27";>#27</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/openwhisk-client-js/compare/2.0.0...3.3.1";>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/~jthomas";>jthomas</a>, a new releaser for openwhisk 
since your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openwhisk&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=3.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-runtime-nodejs/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: issues-unsubscr...@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to