Skip to content

Commit

Permalink
chore(deps): update dependency nock to ^13.3.6 (#5614)
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 |
|---|---|---|---|---|---|
| [nock](https://togithub.com/nock/nock) | [`^13.3.3` ->
`^13.3.6`](https://renovatebot.com/diffs/npm/nock/13.3.3/13.3.6) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nock/13.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nock/13.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nock/13.3.3/13.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nock/13.3.3/13.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Bug Fixes

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

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

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

##### Bug Fixes

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

### [`v13.3.4`](https://togithub.com/nock/nock/releases/tag/v13.3.4)

[Compare
Source](https://togithub.com/nock/nock/compare/v13.3.3...v13.3.4)

##### Bug Fixes

- **typescript:** support `nock(new URL('https://example.test/'))`
([#&#8203;2526](https://togithub.com/nock/nock/issues/2526))
([6987327](https://togithub.com/nock/nock/commit/6987327d1f4623d851021c885f1f3e7ea533f62e))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone
America/Chicago, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 24, 2023
1 parent 1b0212d commit 9a77fc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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
Expand Up @@ -146,7 +146,7 @@
"mocha": "^10.2.0",
"mock-fs": "^5.2.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"nock": "^13.3.3",
"nock": "^13.3.6",
"prettier": "^3.0.3",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
Expand Down

0 comments on commit 9a77fc4

Please sign in to comment.