Skip to content

Commit

Permalink
chore(deps): update dependency sinon to v15.2.0 (#123)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sinon](https://sinonjs.org/)
([source](https://togithub.com/sinonjs/sinon)) | [`15.1.2` ->
`15.2.0`](https://renovatebot.com/diffs/npm/sinon/15.1.2/15.2.0) |
[![age](https://badges.renovateapi.com/packages/npm/sinon/15.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/sinon/15.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/sinon/15.2.0/compatibility-slim/15.1.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/sinon/15.2.0/confidence-slim/15.1.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sinonjs/sinon</summary>

###
[`v15.2.0`](https://togithub.com/sinonjs/sinon/blob/HEAD/CHANGES.md#&#8203;1520)

[Compare
Source](https://togithub.com/sinonjs/sinon/compare/v15.1.2...v15.2.0)

-
[`66b0081e`](https://togithub.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://togithub.com/sinonjs/sinon/commit/a79ccaeb20bbb558902ae77b20bd026719de3004)
Support callable instances
([#&#8203;2517](https://togithub.com/sinonjs/sinon/issues/2517))
(bojavou)
    > -   Support callable instances
    >
    > -   Clean prettier lint
    >
    > ***
    >
    > Co-authored-by: - <->
-
[`d220c995`](https://togithub.com/sinonjs/sinon/commit/d220c99516ddb644d3702b4736bdfd311a2b05ec)
fix: bundling compatibility with webpack@5
([#&#8203;2519](https://togithub.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://togithub.com/fatso83) on
2023-06-20.*

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/serialport/bindings-cpp).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 21, 2023
1 parent 6060c0f commit 937b4b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prebuildify-cross": "5.0.0",
"semantic-release": "19.0.5",
"shx": "0.3.4",
"sinon": "15.1.2",
"sinon": "15.2.0",
"typescript": "5.0.4"
},
"engines": {
Expand Down

0 comments on commit 937b4b5

Please sign in to comment.