api-notebook icon indicating copy to clipboard operation
api-notebook copied to clipboard

Update dependency sinon-chai to v2.14.0

Open ghost opened this issue 3 years ago • 1 comments

This PR contains the following updates:

Package Type Update Change
sinon-chai devDependencies minor 2.5.0 -> 2.14.0

Release Notes

domenic/sinon-chai

v2.14.0

Compare Source

Added support for Sinon v4.x. (@​Yeti-or, #​111)

v2.13.0

Compare Source

Added support for Sinon v3.x. (@​daffl, #​108)

v2.12.0

Compare Source

Added colored diff formatting to calledWith and friends, like sinon.assert() got (in Sinon 2.0).

v2.11.0

Compare Source

Added support for Chai 4.x (@​charlierudolph, #​101).

v2.10.0

Compare Source

Added the calledImmediatelyBefore() and calledImmediatelyAfter() asserters.

v2.9.0

Compare Source

Added support for Sinon ^2.1.0 (but not 2.0.0 due to https://github.com/sinonjs/sinon/issues/1332).

v2.8.0

Compare Source

Dual-licensed under the WTFPL and the BSD-2-Clause licenses (#​63, @​nevir).

Added support for Chai 3.x (#​66, @​gingermusketeer).

v2.7.0

Compare Source

Added support for Chai 2.x.

v2.6.0

Compare Source

Upgraded to use Chai's new lazy-messages feature (as of Chai 1.9.2), which speeds up all asserters (since calculating the message can take some time) and avoids triggering any getters (e.g. those installed to create deprecation warnings). For examples of each of these problems, both of which are now fixed, see respectively #​30 and #​38.

This means the minimum version of Chai now required alongside Sinon–Chai is 1.9.2; the peer dependency requirement has been updated accordingly.


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

ghost avatar Jul 06 '21 10:07 ghost

:warning: Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

:recycle: Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code E403
npm ERR! 403 403 Forbidden - GET https://registry.npmjs.org/sinon-chai
npm ERR! 403 In most cases, you or one of your dependencies are requesting
npm ERR! 403 a package version that is forbidden by your security policy.
npm ERR! 403 
npm ERR! 403 It was specified as a dependency of 'api-notebook'
npm ERR! 403 

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2021-07-06T10_01_25_687Z-debug.log

ghost avatar Jul 06 '21 10:07 ghost

Closing this pr as it is generated by old renovate app and marked as ghost

sai-bukka avatar Nov 01 '22 03:11 sai-bukka