-
Notifications
You must be signed in to change notification settings - Fork 5
Commit 960e1d0
authored
chore(deps): update dependency sinon to v15 (#49)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [sinon](https://sinonjs.org/)
([source](https://redirect.github.com/sinonjs/sinon)) | [`14.0.2` ->
`15.2.0`](https://renovatebot.com/diffs/npm/sinon/14.0.2/15.2.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>sinonjs/sinon (sinon)</summary>
###
[`v15.2.0`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1520)
[Compare
Source](https://redirect.github.com/sinonjs/sinon/compare/v15.1.2...v15.2.0)
-
[`66b0081e`](https://redirect.github.com/sinonjs/sinon/commit/66b0081e1f9673b14277882faa10aaa1e3b564ff)
Use fake-timers v10.1.0 re-released as v10.3.0 (Carl-Erik Kopseng)
> Version 10.2.0 of fake-timers had an unexpected breaking
> change. We re-released 10.1.0 as 10.3.0 to force users
> into jumping over the deprecated version.
>
> v10.2.0 was re-released as v11.0.0 and will be part of
> the next Sinon major
-
[`a79ccaeb`](https://redirect.github.com/sinonjs/sinon/commit/a79ccaeb20bbb558902ae77b20bd026719de3004)
Support callable instances
([#​2517](https://redirect.github.com/sinonjs/sinon/issues/2517))
(bojavou)
> - Support callable instances
> - Clean prettier lint
>
> ***
>
> Co-authored-by: - <->
-
[`d220c995`](https://redirect.github.com/sinonjs/sinon/commit/d220c99516ddb644d3702b4736bdfd311a2b05ec)
fix: bundling compatibility with webpack@5
([#​2519](https://redirect.github.com/sinonjs/sinon/issues/2519))
(Avi Vahl)
> - fix: bundling compatibility with webpack@5
>
> when using webpack v5 to bundle code that calls `require('sinon')`
(cjs) , it would have defaulted to "exports->require" and fail with
multiple node-api requirements (util, timers, etc.)
>
> this patch ensures that anyone who bundles sinon for browser gets the
(browser-compatible) esm version.
>
> tested on both webpack v5 and v4. should be noted that v4 worked even
without this patch, as it automatically injected polyfills. v5 no longer
does so. with this PR, people using webpack@4 to bundle sinon at least
see size improvement, as the polyfills are no longer required.
>
> - fix: revert change for package.json -> "browser"
>
> browserify doesn't seem to like esm. leave that entry point alone, and
ensure "exports" -> "browser" (which webpack@5 uses) is esm.
*Released by [Carl-Erik Kopseng](https://redirect.github.com/fatso83) on
2023-06-20.*
###
[`v15.1.2`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1512)
[Compare
Source](https://redirect.github.com/sinonjs/sinon/compare/v15.1.1...v15.1.2)
-
[`02b73aed`](https://redirect.github.com/sinonjs/sinon/commit/02b73aed2d3d7dee071767fdf79073aa1dd673b6)
Update lock file after removing node\_modules ... (Carl-Erik Kopseng)
*Released by [Carl-Erik Kopseng](https://redirect.github.com/fatso83) on
2023-06-12.*
###
[`v15.1.1`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1511)
[Compare
Source](https://redirect.github.com/sinonjs/sinon/compare/v15.1.0...v15.1.1)
-
[`194fc2ef`](https://redirect.github.com/sinonjs/sinon/commit/194fc2ef726aba1cfd5753316414934d2551e18c)
Change fake-timers version to specifically target the one containing the
'jump' feature (Carl-Erik Kopseng)
> Instead of the later (breaking) version. See
[#​470](https://redirect.github.com/sinonjs/fake-timers/issues/470)
-
[`05f05ac3`](https://redirect.github.com/sinonjs/sinon/commit/05f05ac30b1cb95c57dde3e30a4952679afb309a)
docs: Remove threw(obj) from docs
([#​2513](https://redirect.github.com/sinonjs/sinon/issues/2513))
(Morgan Roderick)
> Since the introduction of threw in
>
>
[`0feec9f`](https://redirect.github.com/sinonjs/sinon/commit/0feec9ffba0da6bc2996cefa0c6e71872e8bedb2),
no one have reported that
>
> `threw(obj)` doesn't work as the documentation states.
>
> ```js
> const sinon = require("sinon");
>
> const o = { pie: "apple" };
>
> const f = sinon.fake.throws(o);
>
> f();
>
> // this is supposed to return true
>
> f.threw(o);
>
> // => false
> ```
>
> Since it has been 12+ years without an error report, it's safe to
assume
>
> that no one uses the `threw` method in this way. Let's remove it from
>
> the documentation.
*Released by [Carl-Erik Kopseng](https://redirect.github.com/fatso83) on
2023-06-12.*
###
[`v15.1.0`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1510)
[Compare
Source](https://redirect.github.com/sinonjs/sinon/compare/v15.0.4...v15.1.0)
-
[`79e719f2`](https://redirect.github.com/sinonjs/sinon/commit/79e719f21ecafd13130f0801231b5dd96ea0fb07)
Ensure we use a fake-timers version with clock.jump (Carl-Erik Kopseng)
-
[`b2a4df5a`](https://redirect.github.com/sinonjs/sinon/commit/b2a4df5a841bfce85b9beb0741a8d9afe86ab492)
Add docs for clock.jump method
([#​2512](https://redirect.github.com/sinonjs/sinon/issues/2512))
(Jason O'Neill)
-
[`f096abff`](https://redirect.github.com/sinonjs/sinon/commit/f096abffa6add8ea29a99822c3b4d2710014d453)
fix
([#​2514](https://redirect.github.com/sinonjs/sinon/issues/2514)):
only force new or inherited descriptors to be configurable
([#​2515](https://redirect.github.com/sinonjs/sinon/issues/2515))
(Carl-Erik Kopseng)
*Released by [Carl-Erik Kopseng](https://redirect.github.com/fatso83) on
2023-05-18.*
###
[`v15.0.4`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1504)
[Compare
Source](https://redirect.github.com/sinonjs/sinon/compare/v15.0.3...v15.0.4)
-
[`e9042c4f`](https://redirect.github.com/sinonjs/sinon/commit/e9042c4f18f4aa3e36e13652196c746b759aa1a5)
Handling non-configurable object descriptors on the prototype
([#​2508](https://redirect.github.com/sinonjs/sinon/issues/2508))
(Carl-Erik Kopseng)
> This should essentially make decorated methods stubbable again (see
[#​2491](https://redirect.github.com/sinonjs/sinon/issues/2491))
-
[`430c9a60`](https://redirect.github.com/sinonjs/sinon/commit/430c9a604f5509ca6d7e11e3edaaa8553a77ae93)
Remove uses of `var`
([#​2506](https://redirect.github.com/sinonjs/sinon/issues/2506))
(Carl-Erik Kopseng)
> Replace var with const where possible in /lib and /test.
>
> Modified the let codemod to be a codemod.
>
> Took about half an hour with --watch running
*Released by [Carl-Erik Kopseng](https://redirect.github.com/fatso83) on
2023-04-20.*
###
[`v15.0.3`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1503)
[Compare
Source](https://redirect.github.com/sinonjs/sinon/compare/v15.0.2...v15.0.3)
-
[`b775f1b4`](https://redirect.github.com/sinonjs/sinon/commit/b775f1b4174c5a92fa7fa8f70fbf3f4b5466a39e)
Avoid tampering with globals and other modules' exports in tests
([#​2504](https://redirect.github.com/sinonjs/sinon/issues/2504))
(Carl-Erik Kopseng)
-
[`477064b6`](https://redirect.github.com/sinonjs/sinon/commit/477064b628c65220ce9d0ac16cd33ab9b1da93da)
fix: make it possible to call through to underlying stub in stub
instance
([#​2503](https://redirect.github.com/sinonjs/sinon/issues/2503))
(Carl-Erik Kopseng)
> closes
[#​2501](https://redirect.github.com/sinonjs/sinon/issues/2501)
-
[`6e19746e`](https://redirect.github.com/sinonjs/sinon/commit/6e19746e255dfa0fcf78af076e49d5db0eb11c07)
Remove dead Travis and Gitter references (Carl-Erik Kopseng)
*Released by [Carl-Erik Kopseng](https://redirect.github.com/fatso83) on
2023-03-26.*
###
[`v15.0.2`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1502)
[Compare
Source](https://redirect.github.com/sinonjs/sinon/compare/v15.0.1...v15.0.2)
-
[`19bd99f3`](https://redirect.github.com/sinonjs/sinon/commit/19bd99f364ab44f0e2715571e5deab580d9aa7fd)
Use no-op for every function when restoring instances
([#​2499](https://redirect.github.com/sinonjs/sinon/issues/2499))
(Carl-Erik Kopseng)
-
[`8663ffa0`](https://redirect.github.com/sinonjs/sinon/commit/8663ffa056d3c58e82fa203801d58d3fce3c14a7)
Upgrade deps
([#​2498](https://redirect.github.com/sinonjs/sinon/issues/2498))
(Carl-Erik Kopseng)
> Browserify, supports-color, husky had to be held back.
-
[`e01275bb`](https://redirect.github.com/sinonjs/sinon/commit/e01275bb10d868a064d0cb27a6ae11ffa3d91ac2)
Un-pin
[@​sinonjs/fake-timers](https://redirect.github.com/sinonjs/fake-timers)
([#​2495](https://redirect.github.com/sinonjs/sinon/issues/2495))
(Jordan Hawker)
> The commit upgrading from v9 to v10 appears to have accidentally
dropped the caret from the version range
-
[`6cbde9b0`](https://redirect.github.com/sinonjs/sinon/commit/6cbde9b08259efd98b2c52b81ca3b5e84dcf97b1)
fix throws().callsFake() precedence
([#​2497](https://redirect.github.com/sinonjs/sinon/issues/2497))
(Eduardo Diaz)
> This makes sure an unconditional `callsFake()` invoked on the same
stub that was previously setup to throw will overwrite the previous
behavior. This aligns it with the other behaviors.
-
[`45be60f3`](https://redirect.github.com/sinonjs/sinon/commit/45be60f3c6afc350eacbceed77539f437a9bbbce)
Replace probot/stale with official stale action (Morgan Roderick)
*Released by [Carl-Erik Kopseng](https://redirect.github.com/fatso83) on
2023-03-12.*
###
[`v15.0.1`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1501)
[Compare
Source](https://redirect.github.com/sinonjs/sinon/compare/v15.0.0...v15.0.1)
-
[`aa493da4`](https://redirect.github.com/sinonjs/sinon/commit/aa493da47d788025c0d512696651072973f301ec)
Upgrade to fake-timers v10.0.2 (Carl-Erik Kopseng)
> Contains several fixes
-
[`b3ee0aa5`](https://redirect.github.com/sinonjs/sinon/commit/b3ee0aa5c84e7c0f5203591e1507bd1015208925)
Use Node version 18 in Runkit examples (Carl-Erik Kopseng)
*Released by [Carl-Erik Kopseng](https://redirect.github.com/fatso83) on
2022-12-15.*
###
[`v15.0.0`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1500)
[Compare
Source](https://redirect.github.com/sinonjs/sinon/compare/v14.0.2...v15.0.0)
-
[`b75fbfa9`](https://redirect.github.com/sinonjs/sinon/commit/b75fbfa9e57ba9b9c1b639b68646b1d054e0a7e3)
Fix 2448: remove custom formatter (Morgan Roderick)
> Remove option to pass a custom formatter.
>
> The sub libraries of Sinon has long moved on to use `util.inspect`
from
> Node. By using that in Sinon itself, we align all the libraries.
*Released by Morgan Roderick on 2022-11-28.*
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on the 1-7 day on Sunday" (UTC),
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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/emartech/json-logger-js).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 47bf585 commit 960e1d0Copy full SHA for 960e1d0
File tree
Expand file treeCollapse file tree
2 files changed
+22
-82
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+22
-82
lines changedCollapse file: package-lock.json
+21-81Lines changed: 21 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
|
0 commit comments