matthewmueller / x-ray

The next web scraper. See through the <html> noise.
MIT License
5.86k stars 350 forks source link

Update dependency sinon to v10 - autoclosed #376

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sinon (source) ^7.3.2 -> 10.0.0 age adoption passing confidence

Release Notes

sinonjs/sinon ### [`v10.0.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​1000--2021-03-22) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.2.4...v10.0.0) ================== - Upgrade nise to 4.1.0 - Use [@​sinonjs/eslint-config](https://togithub.com/sinonjs/eslint-config)[@​4](https://togithub.com/4) => Adopts ES2017 => Drops support for IE 11, Legacy Edge and legacy Safari ### [`v9.2.4`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​924--2021-01-23) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.2.3...v9.2.4) ================== - Upgrade [@​sinonjs/samsam](https://togithub.com/sinonjs/samsam)[@​5](https://togithub.com/5).3.1 ### [`v9.2.3`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​923--2021-01-06) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.2.2...v9.2.3) ================== - Use `util.inspect` for formatting human readable output (this retires [@​sinonjs/formatio](https://togithub.com/sinonjs/formatio)) ### [`v9.2.2`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​922--2020-12-11) [Compare Source](https://togithub.com/sinonjs/sinon/compare/23aff495ba6177db922af852f2679412878f93d5...v9.2.2) ================== - Fix [#​2316](https://togithub.com/sinonjs/sinon/issues/2316): handle absent Promise ([#​2317](https://togithub.com/sinonjs/sinon/issues/2317)) ### [`v9.2.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​921--2020-10-28) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.2.0...23aff495ba6177db922af852f2679412878f93d5) ================== - Fix [#​2203](https://togithub.com/sinonjs/sinon/issues/2203): skip writing 'name' property if not writable ([#​2304](https://togithub.com/sinonjs/sinon/issues/2304)) - Update error message on assert when representation of expected and actual value is equal, fixing issue [#​2084](https://togithub.com/sinonjs/sinon/issues/2084) ([#​2303](https://togithub.com/sinonjs/sinon/issues/2303)) - Make sandboxes each use their own assert object ([#​2302](https://togithub.com/sinonjs/sinon/issues/2302)) - Add usingPromise() method on fakes to fix issue [#​2293](https://togithub.com/sinonjs/sinon/issues/2293) ([#​2301](https://togithub.com/sinonjs/sinon/issues/2301)) ### [`v9.2.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​920--2020-10-06) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.1.0...v9.2.0) ================== - Update dependencies ([#​2299](https://togithub.com/sinonjs/sinon/issues/2299)) - Update sandbox docs with missing comma - Add minor markdown formatting to release docs for sandbox - Minor formatting improvements to legacy sandbox documentation ### [`v9.1.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​910--2020-09-29) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.0.3...v9.1.0) ================== - Add a calledOnceWithMatch assertion ([#​2294](https://togithub.com/sinonjs/sinon/issues/2294)) ### [`v9.0.3`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​903--2020-08-11) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.0.2...v9.0.3) ================== - Upgrade nise to latest - Upgrade [@​sinonjs/samsam](https://togithub.com/sinonjs/samsam) to latest ### [`v9.0.2`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​902--2020-04-08) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.0.1...v9.0.2) ================== - Bump [@​sinonjs/fake-timers](https://togithub.com/sinonjs/fake-timers) (fix error when using Node's util/promisify with setTimeout) - Upgrade [@​sinonjs/commons](https://togithub.com/sinonjs/commons) (fix error when trying to calculate function name from generators) ### [`v9.0.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​901--2020-03-10) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.0.0...v9.0.1) ================== - Fix [#​2226](https://togithub.com/sinonjs/sinon/issues/2226): restore props defined on prototype chain by deleting ### [`v9.0.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​900--2020-02-19) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.1.1...v9.0.0) ================== - Ignore errors on thisValue property accesses ([#​2216](https://togithub.com/sinonjs/sinon/issues/2216)) - Add firstArg to spy calls and fakes. ([#​2150](https://togithub.com/sinonjs/sinon/issues/2150)) - Drop Node 8 support ### [`v8.1.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​811--2020-01-22) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.1.0...v8.1.1) ================== - Fundraiser for better docs: ### [`v8.1.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​810--2020-01-16) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.0.4...v8.1.0) ================== - Support negative indices in getCall ([#​2199](https://togithub.com/sinonjs/sinon/issues/2199)) ### [`v8.0.4`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​804--2020-01-06) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.0.3...v8.0.4) ================== - Remove misleading 'own' from exception message ### [`v8.0.3`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​803--2020-01-06) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.0.2...v8.0.3) ================== - Move .printf to proxy ### [`v8.0.2`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​802--2019-12-30) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.0.1...v8.0.2) ================== - Upgrade [@​sinonjs/samsam](https://togithub.com/sinonjs/samsam) to latest - Upgrade nise to 3.0.1 ### [`v8.0.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​801--2019-12-23) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.0.0...v8.0.1) ================== - Force upgrade [@​sinonjs/commons](https://togithub.com/sinonjs/commons) ([#​2181](https://togithub.com/sinonjs/sinon/issues/2181)) - Update `docs/changelog.md` and set new release id in `docs/_config.yml` - Add release documentation for v8.0.0 ### [`v8.0.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​800--2019-12-22) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.5.0...v8.0.0) ================== The major release is caused by removing old mistakes and upgrading dependencies that themselves have had new major releases. - Upgrade nise, [@​sinonjs/formatio](https://togithub.com/sinonjs/formatio), [@​sinonjs/samsam](https://togithub.com/sinonjs/samsam) and [@​sinonjs/referee](https://togithub.com/sinonjs/referee) - Update lolex and nise to get new async timer methods (see ) - Remove `sinon.spyCall` - Remove `sinon.sandbox.create` - Remove obsolete `deprecated.printWarning` stubbing from test

Configuration

📅 Schedule: 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.



This PR has been generated by WhiteSource Renovate. View repository job log here.