Skip to content

Commit

Permalink
build(deps): update dependency nock to v13.5.5 (#979)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [nock](https://redirect.github.com/nock/nock) | [`13.3.4` ->
`13.5.5`](https://renovatebot.com/diffs/npm/nock/13.3.4/13.5.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nock/13.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nock/13.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nock/13.3.4/13.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nock/13.3.4/13.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nock/nock (nock)</summary>

###
[`v13.5.5`](https://redirect.github.com/nock/nock/compare/v13.5.4...66eb7f48a7bdf50ee79face6403326b02d23253b)

[Compare
Source](https://redirect.github.com/nock/nock/compare/v13.5.4...v13.5.5)

###
[`v13.5.4`](https://redirect.github.com/nock/nock/releases/tag/v13.5.4)

[Compare
Source](https://redirect.github.com/nock/nock/compare/v13.5.3...v13.5.4)

##### Bug Fixes

- call `fs.createReadStream` lazily
([#&#8203;2357](https://redirect.github.com/nock/nock/issues/2357))
([ba9fc42](https://redirect.github.com/nock/nock/commit/ba9fc424d5a17cbdde62745d4bdd8159331a1b8d))

###
[`v13.5.3`](https://redirect.github.com/nock/nock/releases/tag/v13.5.3)

[Compare
Source](https://redirect.github.com/nock/nock/compare/v13.5.2...v13.5.3)

##### Bug Fixes

- support literal query string
([#&#8203;2590](https://redirect.github.com/nock/nock/issues/2590))
([4162fa8](https://redirect.github.com/nock/nock/commit/4162fa8b2ddaf6a3c5b52162b03629118236847f))

###
[`v13.5.2`](https://redirect.github.com/nock/nock/releases/tag/v13.5.2)

[Compare
Source](https://redirect.github.com/nock/nock/compare/v13.5.1...v13.5.2)

##### Bug Fixes

- remove duplicates from `activeMocks()` and `pendingMocks()`
([#&#8203;2356](https://redirect.github.com/nock/nock/issues/2356))
([7e957b3](https://redirect.github.com/nock/nock/commit/7e957b38fbc797f1c3480f1de8e0659f9998cdc3))

###
[`v13.5.1`](https://redirect.github.com/nock/nock/releases/tag/v13.5.1)

[Compare
Source](https://redirect.github.com/nock/nock/compare/v13.5.0...v13.5.1)

##### Bug Fixes

- memory leak when using nock with jest
([#&#8203;2572](https://redirect.github.com/nock/nock/issues/2572))
([7468cf1](https://redirect.github.com/nock/nock/commit/7468cf1eefc7c89d36f9d5425b9201a6a2eab88a))

###
[`v13.5.0`](https://redirect.github.com/nock/nock/releases/tag/v13.5.0)

[Compare
Source](https://redirect.github.com/nock/nock/compare/v13.4.0...v13.5.0)

##### Features

- add `Scope#clone()` method
([#&#8203;2564](https://redirect.github.com/nock/nock/issues/2564))
([65385f7](https://redirect.github.com/nock/nock/commit/65385f739d5972e3e31826db84ae24553fd766f6))

###
[`v13.4.0`](https://redirect.github.com/nock/nock/releases/tag/v13.4.0)

[Compare
Source](https://redirect.github.com/nock/nock/compare/v13.3.8...v13.4.0)

##### Features

- add `context.query()` to nock back
([#&#8203;2553](https://redirect.github.com/nock/nock/issues/2553))
([617511f](https://redirect.github.com/nock/nock/commit/617511ffb48cbf00928f9ee62292a2db3c124b11))

###
[`v13.3.8`](https://redirect.github.com/nock/nock/releases/tag/v13.3.8)

[Compare
Source](https://redirect.github.com/nock/nock/compare/v13.3.7...v13.3.8)

##### Bug Fixes

- **typescript:** `filteringBodyRequest`
([#&#8203;2552](https://redirect.github.com/nock/nock/issues/2552))
([0b18d07](https://redirect.github.com/nock/nock/commit/0b18d071c04098f5f4653246c70e39b33bd0e86f))

###
[`v13.3.7`](https://redirect.github.com/nock/nock/releases/tag/v13.3.7)

[Compare
Source](https://redirect.github.com/nock/nock/compare/v13.3.6...v13.3.7)

##### Reverts

- Revert "chore(deps-dev): bump
[@&#8203;definitelytyped/dtslint](https://redirect.github.com/definitelytyped/dtslint)
from 0.0.163 to 0.0.183"
([#&#8203;2544](https://redirect.github.com/nock/nock/issues/2544))
([d978acd](https://redirect.github.com/nock/nock/commit/d978acdbd6e70172062d04f2c2e848ff4b6d84bc)),
closes [#&#8203;2544](https://redirect.github.com/nock/nock/issues/2544)
[#&#8203;2534](https://redirect.github.com/nock/nock/issues/2534)

###
[`v13.3.6`](https://redirect.github.com/nock/nock/releases/tag/v13.3.6)

[Compare
Source](https://redirect.github.com/nock/nock/compare/v13.3.5...v13.3.6)

##### Bug Fixes

- remove `semver` usage
([#&#8203;2531](https://redirect.github.com/nock/nock/issues/2531))
([f7216e9](https://redirect.github.com/nock/nock/commit/f7216e934c130339af583cbaab14b9fd72c54db3))

###
[`v13.3.5`](https://redirect.github.com/nock/nock/releases/tag/v13.3.5)

[Compare
Source](https://redirect.github.com/nock/nock/compare/v13.3.4...v13.3.5)

##### Bug Fixes

- **deps:** remove lodash
([#&#8203;2529](https://redirect.github.com/nock/nock/issues/2529))
([7bfcb31](https://redirect.github.com/nock/nock/commit/7bfcb31e082b0eb5b9118d56647661539e1f7887))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (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/duffelhq/duffel-api-javascript).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 17540d3 commit 0c8c253
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "15.2.10",
"nock": "13.3.4",
"nock": "13.5.5",
"prettier": "3.0.3",
"rollup": "4.22.4",
"rollup-plugin-dts-bundle": "^1.0.0",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6712,14 +6712,13 @@ nerf-dart@^1.0.0:
resolved "https://registry.yarnpkg.com/nerf-dart/-/nerf-dart-1.0.0.tgz#e6dab7febf5ad816ea81cf5c629c5a0ebde72c1a"
integrity sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g==

nock@13.3.4:
version "13.3.4"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.4.tgz#4ed3ed1465a75c87833044a881dbdd6546337e8d"
integrity sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==
nock@13.5.5:
version "13.5.5"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.5.tgz#cd1caaca281d42be17d51946367a3d53a6af3e78"
integrity sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==
dependencies:
debug "^4.1.0"
json-stringify-safe "^5.0.1"
lodash "^4.17.21"
propagate "^2.0.0"

node-emoji@^2.1.3:
Expand Down

0 comments on commit 0c8c253

Please sign in to comment.