Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump degenerator and openwhisk #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Removes degenerator. It's no longer used after updating ancestor dependency openwhisk. These dependencies need to be updated together.

Removes degenerator

Updates openwhisk from 3.19.0 to 3.21.7

Release notes

Sourced from openwhisk's releases.

3.21.7

  • Update dependencies

3.21.6

3.21.5

  • Support client retries (#227)
  • don't request nodejs 10 environment (#228)
  • fix travis URL (#226)
  • Adding missing properties to Exec TS defs (#225)

3.21.4

  • Adding missing main property to Exec type (#222)
  • chore: Fix spelling errors (#219)
  • Add concurrency to the limits map to allow the client to request concurrency limits (#218)

3.21.3

  • Relax action kind typing (#215)

3.21.2

  • Allow custom headers (#209)
  • Propagate __OW_TRANSACTION_ID if present (#208)

3.21.1

  • Fix version in package.json and package-lock.json
  • Update npm ignores.

3.21.0

  • Allow clients to override API mappings for the Route operations (#201)
  • Handle a blocking/result response that is demoted to async (#199)
  • Fix handling of request exceptions in client.js (#196)
  • Allow update to action without requiring a code artifact (#195)

3.20.0

Changelog

Sourced from openwhisk's changelog.

v3.21.7

Update dependencies

v3.21.6

fix: Do not modify input params. (#231)

v3.21.5

Support client retries (#227) Adding missing properties to Exec TS defs (#225)

v3.21.4

Adding missing main property to Exec type (#222) chore: Fix spelling errors (#219) Add concurrency to the limits map to allow the client to request conrrency limits (#218)

v3.21.3

  • Relax action kind typing (#215)

v3.21.2

  • Allow custom headers (#209)
  • Propagate __OW_TRANSACTION_ID if present (#208)

v3.21.1

  • Fix version in package.json and package-lock.json
  • Update npm ignores.

v3.21.0

  • Allow clients to override API mappings for the Route operations (#201)
  • Handle a blocking/result response that is demoted to async (#199)
  • Fix handling of request exceptions in client.js (#196)
  • Allow update to action without requiring a code artifact (#195)

v3.20.0

  • Removed all references to Incubator now Apache OpenWhisk has passed incubation (#190, #192)
  • Add proxy agent to be included by runtime, rather than building in (#175)
  • Re-worked CI/CD setup (#180)

v3.19.0-incubating

  • Initial release as an Apache Incubator project.
  • Add support for using HTTP Proxy with library (#147)
  • Allow users to set API version for platform API (#151)

... (truncated)

Commits
  • 95f66ca Prep for 3.21.7 release (#249)
  • 4a7a674 Bump ini from 1.3.5 to 1.3.8
  • f75752d Bump y18n from 4.0.0 to 4.0.3
  • 6ccbc73 Bump hosted-git-info from 2.8.8 to 2.8.9
  • 49e9591 Bump glob-parent from 5.1.1 to 5.1.2
  • a116ed1 Bump path-parse from 1.0.6 to 1.0.7
  • a922ad7 Bump normalize-url from 4.5.0 to 4.5.1
  • 8e74ba2 Bump jszip from 3.4.0 to 3.7.0
  • 2b561f6 Bump ajv from 6.12.2 to 6.12.6
  • e355b6f Bump dot-prop from 4.2.0 to 4.2.1
  • 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 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [degenerator](https://github.com/TooTallNate/node-degenerator). It's no longer used after updating ancestor dependency [openwhisk](https://github.com/apache/openwhisk-client-js). These dependencies need to be updated together.


Removes `degenerator`

Updates `openwhisk` from 3.19.0 to 3.21.7
- [Release notes](https://github.com/apache/openwhisk-client-js/releases)
- [Changelog](https://github.com/apache/openwhisk-client-js/blob/master/CHANGELOG.md)
- [Commits](apache/openwhisk-client-js@3.19.0...3.21.7)

---
updated-dependencies:
- dependency-name: degenerator
  dependency-type: indirect
- dependency-name: openwhisk
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

None yet

0 participants