Skip to content

Commit

Permalink
chore(deps): update dependency superagent to v8.1.2 (#4733)
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 |
|---|---|---|---|---|---|
| [superagent](https://togithub.com/ladjs/superagent) | [`8.0.9` ->
`8.1.2`](https://renovatebot.com/diffs/npm/superagent/8.0.9/8.1.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/superagent/8.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/superagent/8.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/superagent/8.0.9/8.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/superagent/8.0.9/8.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ladjs/superagent (superagent)</summary>

###
[`v8.1.2`](https://togithub.com/ladjs/superagent/releases/tag/v8.1.2)

[Compare
Source](https://togithub.com/ladjs/superagent/compare/v8.1.1...v8.1.2)

- Merge pull request
[#&#8203;1776](https://togithub.com/ladjs/superagent/issues/1776) from
bjornua/bjornba/bigint-guard-fix
[`b83887a`](https://togithub.com/ladjs/superagent/commit/b83887a)
- fix: handle BigInts that has a .toJSON property
[`36088a6`](https://togithub.com/ladjs/superagent/commit/36088a6)

###
[`v8.1.1`](https://togithub.com/ladjs/superagent/releases/tag/v8.1.1)

[Compare
Source](https://togithub.com/ladjs/superagent/compare/v8.1.0...v8.1.1)

- Revert "chore: bump deps, xo linting"
[`6feca3f`](https://togithub.com/ladjs/superagent/commit/6feca3f)

###
[`v8.1.0`](https://togithub.com/ladjs/superagent/releases/tag/v8.1.0)

[Compare
Source](https://togithub.com/ladjs/superagent/compare/v8.0.9...v8.1.0)

- chore: bump deps, xo linting
[`8b5400b`](https://togithub.com/ladjs/superagent/commit/8b5400b)
- Merge pull request
[#&#8203;1764](https://togithub.com/ladjs/superagent/issues/1764) from
tobiasdiez/es6\_http2wrapper
[`2fd4292`](https://togithub.com/ladjs/superagent/commit/2fd4292)
- Merge pull request
[#&#8203;1766](https://togithub.com/ladjs/superagent/issues/1766) from
slickmb/fix/emit_end_when_unzipping
[`a29a062`](https://togithub.com/ladjs/superagent/commit/a29a062)
- Merge pull request
[#&#8203;1773](https://togithub.com/ladjs/superagent/issues/1773) from
NikoRaisanen/bugfix-handle-bigint
[`a62866a`](https://togithub.com/ladjs/superagent/commit/a62866a)
- Merge pull request
[#&#8203;1774](https://togithub.com/ladjs/superagent/issues/1774) from
afharo/remove-v14-destroy-before-abort-hack
[`4691583`](https://togithub.com/ladjs/superagent/commit/4691583)
- fix: do not force-set `req.destroyed = true` on abort
[`70c464c`](https://togithub.com/ladjs/superagent/commit/70c464c)
- fix: fixed BigInt sent as json
[`259a43f`](https://togithub.com/ladjs/superagent/commit/259a43f)
- fix: only emit 'end' after unzip is done writing
[`ef969fa`](https://togithub.com/ladjs/superagent/commit/ef969fa)
- feat: migrate to es6 class instead of util.inherit in http2wrapper
[`7801408`](https://togithub.com/ladjs/superagent/commit/7801408)
- fix: fixed eslint-plugin-compat issue
[`73c7efb`](https://togithub.com/ladjs/superagent/commit/73c7efb)
- chore: fixed rimraf dep causing tests to fail
[`988636f`](https://togithub.com/ladjs/superagent/commit/988636f)

</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/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent 988671f commit 27bf253
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
"prettier": "2.8.1",
"proxyquire": "2.1.3",
"source-map-support": "0.5.21",
"superagent": "8.0.9",
"superagent": "8.1.2",
"supertest": "6.3.3",
"ts-node": "10.9.1",
"tsc-watch": "6.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7408,10 +7408,10 @@ strip-json-comments@~2.0.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==

superagent@8.0.9:
version "8.0.9"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-8.0.9.tgz#2c6fda6fadb40516515f93e9098c0eb1602e0535"
integrity sha512-4C7Bh5pyHTvU33KpZgwrNKh/VQnvgtCSqPRfJAUdmrtSYePVzVg4E4OzsrbkhJj9O7SO6Bnv75K/F8XVZT8YHA==
superagent@8.1.2:
version "8.1.2"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-8.1.2.tgz#03cb7da3ec8b32472c9d20f6c2a57c7f3765f30b"
integrity sha512-6WTxW1EB6yCxV5VFOIPQruWGHqc3yI7hEmZK6h+pyk69Lk/Ut7rLUY6W/ONF2MjBuGjvmMiIpsrVJ2vjrHlslA==
dependencies:
component-emitter "^1.3.0"
cookiejar "^2.1.4"
Expand Down

1 comment on commit 27bf253

@vercel
Copy link

@vercel vercel bot commented on 27bf253 Sep 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.