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

Update external fixes #191

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

Update external fixes #191

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@openwhisk/wskdebug 1.3.0 -> 1.4.0 age adoption passing confidence devDependencies minor
adobe/aio-apps-action 2.0.1 -> 2.0.2 age adoption passing confidence action patch
adobe/aio-cli-setup-action 1.1.0 -> v1.3.0 age adoption passing confidence action minor
axios (source) ^0.27.2 -> ^0.29.0 age adoption passing confidence devDependencies minor
chai (source) 4.3.5 -> 4.5.0 age adoption passing confidence devDependencies minor
core-js (source) 3.20.3 -> 3.40.0 age adoption passing confidence dependencies minor
eslint-plugin-react 7.28.0 -> 7.37.3 age adoption passing confidence devDependencies minor
graphiql (source) 1.5.16 -> 1.11.5 age adoption passing confidence dependencies minor
inquirer (source) 8.2.0 -> 8.2.6 age adoption passing confidence devDependencies patch
regenerator-runtime (source) 0.13.9 -> 0.14.1 age adoption passing confidence dependencies minor

Release Notes

apache/openwhisk-wskdebug (@​openwhisk/wskdebug)

v1.4.0

Compare Source

Improvements
  • travis: log detailed test output on failure
  • travis: get most verbose logging while keeping standard npm test quiet
  • chore: example/nodejs: put name first in vs code launch.json examples
  • chore: README: put name first in vs code launch.json examples
  • chore: configure more github project properties vis asf.yaml #​88
  • chore: update openwhisk-client-js to 3.21.4
Fixes
  • fix: swap isomorphic-fetch for node-fetch for security issue #​96
  • fix: disable installation of peer dependencies (npm@7 default) #​97
  • fix: pull image before test runs - should fix flaky agentmgr.test.js tests in Travis #​84
  • fix: wskdebug does not work with new VS Code 1.48 debugger #​74
  • fix: use lts node, instead of latest (test Dockerfile)
  • fix: fix travis badge url #​92
  • fix: formatting for github and usage output
  • fix: spelling #​86
  • fix: link and grammar #​87
  • chore: various dependabot dependency updates #​99 #​100 #​102 #​103
  • chore: update copyright notice #​90
  • chore: npm audit fixes
adobe/aio-apps-action (adobe/aio-apps-action)

v2.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: adobe/aio-apps-action@v2.0.1...2.0.2

adobe/aio-cli-setup-action (adobe/aio-cli-setup-action)

v1.3.0: 1.3.0

Compare Source

v1.3.0: 1.3.0

Compare Source

v1.2.0

Compare Source

Bug fix, for aio -v

New Contributors

Full Changelog: adobe/aio-cli-setup-action@1.1.0...1.2.0

axios/axios (axios)

v0.29.0

Compare Source

Release notes:

Bug Fixes
Contributors to this release

v0.28.1

Compare Source

v0.28.0

Compare Source

Release notes:

Bug Fixes
Backports from v1.x:
  • Allow null indexes on formSerializer and paramsSerializer v0.x (#​4961)
  • Fixing content-type header repeated #​4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#​4735)
  • URL params serializer (#​4734)
  • Fixed toFormData Blob issue on node>v17 #​4728
  • Adding types for progress event callbacks #​4675
  • Fixed max body length defaults #​4731
  • Added data URL support for node.js (#​4725)
  • Added isCancel type assert (#​4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#​4721)
  • Add string[] to AxiosRequestHeaders type (#​4322)
  • Allow type definition for axios instance methods (#​4224)
  • Fixed AxiosError stack capturing; (#​4718)
  • Fixed AxiosError status code type; (#​4717)
  • Adding Canceler parameters config and request (#​4711)
  • fix(types): allow to specify partial default headers for instance creation (#​4185)
  • Added blob to the list of protocols supported by the browser (#​4678)
  • Fixing Z_BUF_ERROR when no content (#​4701)
  • Fixed race condition on immediate requests cancellation (#​4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance https://github.com/axios/axios/pull/4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#​4229)
  • Fix TS definition for AxiosRequestTransformer (#​4201)
  • Use type alias instead of interface for AxiosPromise (#​4505)
  • Include request and config when creating a CanceledError instance (#​4659)
  • Added generic TS types for the exposed toFormData helper (#​4668)
  • Optimized the code that checks cancellation (#​4587)
  • Replaced webpack with rollup (#​4596)
  • Added stack trace to AxiosError (#​4624)
  • Updated AxiosError.config to be optional in the type definition (#​4665)
  • Removed incorrect argument for NetworkError constructor (#​4656)
chaijs/chai (chai)

v4.5.0

Compare Source

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

zloirock/core-js (core-js)

v3.40.0

Compare Source

v3.39.0

Compare Source

v3.38.1

Compare Source

v3.38.0

Compare Source

v3.37.1

Compare Source

v3.37.0

Compare Source

v3.36.1

Compare Source

v3.36.0

Compare Source

v3.35.1

Compare Source

v3.35.0

Compare Source

v3.34.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the automerge label Mar 24, 2023
@renovate renovate bot force-pushed the renovate/external-fixes branch from 6fa8658 to 1954383 Compare April 3, 2023 09:48
@renovate renovate bot force-pushed the renovate/external-fixes branch from 1954383 to c31deb9 Compare April 17, 2023 13:13
@renovate renovate bot force-pushed the renovate/external-fixes branch from c31deb9 to e098536 Compare May 28, 2023 11:20
@renovate renovate bot force-pushed the renovate/external-fixes branch from e098536 to f0b5508 Compare June 4, 2023 14:12
@renovate renovate bot force-pushed the renovate/external-fixes branch 3 times, most recently from e314251 to 34d21c3 Compare June 18, 2023 09:48
@renovate renovate bot force-pushed the renovate/external-fixes branch from 34d21c3 to ec638a1 Compare June 19, 2023 06:22
@renovate renovate bot force-pushed the renovate/external-fixes branch 3 times, most recently from b7f24a0 to ac43912 Compare July 6, 2023 10:58
@renovate renovate bot force-pushed the renovate/external-fixes branch 2 times, most recently from d24dbfd to 57f67db Compare July 9, 2023 10:36
@renovate renovate bot requested review from buuhuu, dplaton and herzog31 July 10, 2023 07:26
@renovate renovate bot force-pushed the renovate/external-fixes branch from 00ae1c9 to 9af5fbe Compare April 25, 2024 09:52
@renovate renovate bot force-pushed the renovate/external-fixes branch from 9af5fbe to 9497f65 Compare May 14, 2024 12:01
@renovate renovate bot force-pushed the renovate/external-fixes branch from 9497f65 to a01777e Compare May 28, 2024 06:38
@renovate renovate bot force-pushed the renovate/external-fixes branch from a01777e to 458c5d9 Compare June 4, 2024 13:57
@renovate renovate bot force-pushed the renovate/external-fixes branch from 458c5d9 to 7a11cfe Compare June 18, 2024 20:33
@renovate renovate bot force-pushed the renovate/external-fixes branch 2 times, most recently from 6199be7 to 986a2ef Compare July 17, 2024 16:32
Copy link

codecov bot commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.34%. Comparing base (7d60b76) to head (c836258).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #191   +/-   ##
=======================================
  Coverage   96.34%   96.34%           
=======================================
  Files          14       14           
  Lines         438      438           
=======================================
  Hits          422      422           
  Misses         16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/external-fixes branch 3 times, most recently from f21cd4c to 3ca279e Compare July 25, 2024 15:03
@renovate renovate bot force-pushed the renovate/external-fixes branch 2 times, most recently from 3eaddda to 18b57b1 Compare August 6, 2024 09:51
@renovate renovate bot force-pushed the renovate/external-fixes branch from 18b57b1 to d1379c5 Compare August 20, 2024 14:52
@renovate renovate bot force-pushed the renovate/external-fixes branch 3 times, most recently from f63ae6d to a2e1a2e Compare September 3, 2024 23:12
@renovate renovate bot force-pushed the renovate/external-fixes branch 2 times, most recently from 1baead7 to 824ad9e Compare September 12, 2024 19:10
@renovate renovate bot force-pushed the renovate/external-fixes branch 2 times, most recently from c213afd to eb28638 Compare October 1, 2024 17:10
@renovate renovate bot force-pushed the renovate/external-fixes branch from eb28638 to bea5550 Compare October 9, 2024 07:34
@renovate renovate bot force-pushed the renovate/external-fixes branch from bea5550 to 722d36d Compare October 22, 2024 22:40
@renovate renovate bot force-pushed the renovate/external-fixes branch from 722d36d to 5980dd4 Compare October 31, 2024 02:01
@renovate renovate bot force-pushed the renovate/external-fixes branch 2 times, most recently from b9aa22b to c1d76f2 Compare November 21, 2024 14:35
@renovate renovate bot force-pushed the renovate/external-fixes branch from c1d76f2 to 532d237 Compare December 2, 2024 10:57
@renovate renovate bot force-pushed the renovate/external-fixes branch from 532d237 to 2ffced2 Compare December 24, 2024 05:18
@renovate renovate bot force-pushed the renovate/external-fixes branch from 2ffced2 to c836258 Compare January 7, 2025 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants