Skip to content

Update dependency superagent to v10#58

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/superagent-10.x
Open

Update dependency superagent to v10#58
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/superagent-10.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
superagent ^6.1.0^10.3.0 age adoption passing confidence

Release Notes

ladjs/superagent (superagent)

v10.3.0

Compare Source

  • fix: fixed package lock 5db8232
  • fix: fixed package lock b80038d
  • fix: add back zuul, fix mocha, xo, rimraf versions 829893c
  • fix: fixed deps 426c2bf
  • fix: fixed deps a55a6d6
  • fix: added back node v18 to tests c93aa19
  • chore: fix deps 5cd3751
  • Merge pull request #​1842 from hlovdal/dep_updates 68308c8
  • Merge pull request #​1839 from codders/feat/add-proxy-for-client-agent a488d25
  • chore: remove end-of-life nodejs versions and add active lts 170ef07
  • chore(deps): update eslint-plugin-compat package 3ce73dd
  • chore(deps): update tinify package a9a48a3
  • chore(deps): update xo package 5677b73
  • chore(deps): update rimraf package 7cda38c
  • chore(deps): update mocha package 608b4ef
  • chore(deps): update qs package 81719c9
  • chore(deps): remove zuul 7d8618b
  • chore(deps): update body-parser package e07aaaa
  • chore(deps): npm audit fix b4b2275
  • Merge pull request #​1837 from inseong01/translate-docs-ko cec2606
  • feat(client): add proxy object for request.agent for compatibility 44e68b1
  • docs: translate documents to ko_KR 624ab8c

v10.2.3

Compare Source


v10.2.2

Compare Source

  • fix: fixed ci 5c2b13d
  • fix: fixed README badge 28167d1
  • fix: drop node v14 from ci 2ed5ac6
  • Revert "fix: fixed ci" 583939f
  • Revert "fix: remove husky folder" 17e059b
  • fix: remove husky folder 1633f64
  • fix: fixed ci 6409480
  • fix: added package lock 57d6b35
  • feat: fix formidable v3 compatibility with PassThrough bridge for multipart parsing c40db6d
  • fix: fixed package version fe58239

v10.2.1

Compare Source

  • Merge pull request #​1832 from mureinik/formidble-3.5.2 5425b28
  • fix: Bump formidable version to ^3.5.4 5feb4c9

v10.2.0

Compare Source

v10.1.1

Compare Source

  • Merge pull request #​1817 from icholy/master 2f8e191
  • fix: 'hexoid is not a function' when using webpack 5ffe5ed

v10.1.0

Compare Source

  • fix: fixed eslint issue 63b009f
  • Merge pull request #​1808 from MaoShizhong/fix/unify-body-query-serialisation-behaviour bfb2d00
  • test: add test for serialising duplicated keys bef7b08
  • fix: unify urlencoded body serialisation with current query serialisation b8ec936

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

v9.0.2

Compare Source

  • Merge pull request #​1803 from alumni/fix-url-parse 329cc63
  • fix: replace deprecated url.parse() with new URL() 8ead63f
  • Merge pull request #​1804 from alumni/remove-semver 9406dae
  • chore: remove unnecessary semver checks 86c9bf4
  • Merge pull request #​1802 from alumni/fix-url-parse e996382
  • fix: replace deprecated node:url methods 7e20ced

v9.0.1

Compare Source

v9.0.0

Compare Source

  • fix: fixed ci job not installing npm deps 489708e
  • fix: fix numeric identifier issue ea2577e
  • fix: drop support for node < v14.18.0 due to formidable node:fs scope import statement (per #​1800) 23fe5ab
  • Merge pull request #​1800 from tomstrong64/master 03de30c
  • fix: formidable v3 multipart form contents mapped to expected format b9c7837
  • Update formidable 3ee138d
  • test: replace should with node:assert (#​1782) 1c8338b
  • test: replace should with node:assert (#​1780) 0dc80d1
  • Merge pull request #​1777 from jimmywarting/classify 83e92cb
  • classify agent fca95a3

v8.1.2

Compare Source

  • Merge pull request #​1776 from bjornua/bjornba/bigint-guard-fix b83887a
  • fix: handle BigInts that has a .toJSON property 36088a6

v8.1.1

Compare Source

  • Revert "chore: bump deps, xo linting" 6feca3f

v8.1.0

Compare Source

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

v8.0.9

Compare Source

  • fix: fixed eslintrc config 53d2d8a
  • chore: bump deps 82f7498
  • Merge pull request #​1761 from Leafly-com/fix/follow-redirect-cookies cd094f5
  • Merge pull request #​1762 from Leafly-com/fix-cookie-header 4268ae4
  • fix(cookies): parse header correctly when merging cookies 4aac580
  • fix(redirects): emit correct response in redirect event e2538f3

v8.0.8

Compare Source

  • Merge pull request #​1757 from ShiraNagen/cookies-domains 93835cb
  • fix(cookies): send cookies to allowed domains e98489a

v8.0.7

Compare Source

v8.0.6

Compare Source

v8.0.5

Compare Source

  • docs: fixed links, added maintainer note 08a18b9
  • Merge pull request #​1753 from lamweili/patch-1 92b1435
  • chore(deps-dev): downgraded mocha from ^10.1.0 to ^6.2.3 889e90c

v8.0.4

Compare Source

v8.0.3

Compare Source

  • fix: fixes tinyify / require is not defined issued (closes #​1743 and closes #​1747) 63340fa
  • Merge pull request #​1744 from lamweili/fix-ci 0769a85
  • chore(deps-dev): bumped mocha from 6.2.2 to 6.2.3 14b2386
  • test: fixed an issue with test timeout as stream wasn't ready c122c42
  • ci: migrated to new codecov upload (removed in 1fc9682) 9299fb9
  • ci: updated gh actions to v3 ba5c32d
  • ci: support Node.js 18.x 15e8942
  • ci: support older Node.js (regression from 1fc9682) 1c39444

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

  • feat: dropped IE support (ActiveXObject), fixed XMLHttpRequest in Electron (closes #​1731), 715516d
  • Merge pull request #​1729 from yunnysunny/feat/old-node 26c72d0
  • chore: re-enable old node test 18896ec
  • chore: down the version of commitlint and husky aa60766
  • chore: remove lint-staged in pre commit 80d0955
  • test: fix test error when commit git on windows 5b1ba9c
  • ci: remove unsupport dev dependencies for old node 713d8d4

v7.1.6: DEPRECATED (use v7.1.5 or v8.0.0+ instead)

Compare Source

  • chore: remove old node test stuff fa573df
  • chore: linting, bump deps (closes #​1727) a7a14d3
  • Merge pull request #​1682 from lance/1681-parse-json-seq-as-text d7ca5dd
  • Merge pull request #​1608 from jeremyruppel/ok-err-status 8f29f52
  • Merge branch 'master' into ok-err-status 59518b0
  • Merge pull request #​1630 from jimmywarting/remove-old-hacks 5c8fb1e
  • Merge branch 'master' into remove-old-hacks 764412a
  • fix: modifies the data type detection logic for json-seq 42b5231
  • revert if statement 0228b9e
  • Merge branch 'master' into remove-old-hacks 2d686df
  • RIP ActiveXObject c1ea82b
  • Preserve custom err.status from ok callback 57f779e

v7.1.5

Compare Source

  • chore: delete github yml file e7a29cf
  • Revert "chore: fixed package husky dep issue" de5cc71
  • Merge pull request #​1728 from perrin4869/fix/dev-dependencies 708fa6c
  • Optional dependencies are dev dependencies 9d34958

v7.1.4

Compare Source

  • chore: fixed package husky dep issue afeb2b7
  • chore: bump deps, added configs as files instead of in pkg a9f9942
  • Merge pull request #​1726 from ltxhhz/master fa123f5
  • fixed #​1680 , And fix the document path. 303afad
  • Merge branch 'visionmedia:master' into master 4611a6b
  • Merge pull request #​1723 from yunnysunny/feat/htt2-fix 9ed2916
  • ci: fix makefile error b8bf5e8
  • ci: fix github action b0b1f9a
  • ci: all node version will try to test on http2 44f8ae0
  • ci: remove unnecessary test 5030b83
  • ci: fix the error of express-session used in http2 bb3dc7a
  • test: fix the wrong use of statuses b6da894
  • Merge pull request #​1722 from yunnysunny/feature/test-on-low-node 34c9ff4
  • ci: use separate babel config for src and test 1330634
  • ci: fix missing require lint error 38bc6cb
  • ci: ignore eslint on old node 98f3b49
  • ci: only build test files on old node 641c0ce
  • ci: add test on node 10 2fa2541
  • chore: remove commitlint to optional dependencies dba8b08
  • ci: add test for node 10 5f27a06
  • chore: remove eslint to optional dependencies 418408f
  • 1.18 fixed css path c719f0c
  • Added Chinese document (添加中文文档) 713cbe0

v7.1.3

  • chore: fixed linting 2c18890
  • Merge pull request #​1717 from yunnysunny/feature/github-action-improve bc25a87
  • chore: bump deps c4e8c6e
  • Merge pull request #​1720 from bultkrantz/feature/custom-encoder 907d14b
  • use custom encoder if it is sent in option object 04fc158
  • Merge pull request #​1716 from yunnysunny/feature/fix-node14-pipe 508b9fb
  • test: only enlarge the timeout for pipe test 16c88c5
  • ci: use secret env to hide the sauce config b2b330b
  • ci: trigger ci on push and pull request b83fae3
  • ci: add slow parameter to mocha ba56f87
  • ci: fix the upload test on Windows a7cee2b
  • ci: set timeout to 15000ms 718e063
  • test: add event listener for read stream 8b68b11
  • ci: add error event listener for pipe 5e9f9d7
  • v7.1.2 633e467
  • Merge pull request #​1674 from yunnysunny/feature/fix-lookup 31e0160
  • Merge pull request #​1677 from yunnysunny/feature/github-action2 451cdcd
  • fix: fixed the errors of eslint (#​1675) 84206c7
  • fix: fixed the broken testcases (#​1676) 1fd4f90
  • feat: add github action 2704155
  • test: fixed not trigger req in lookup testcase 356e525
  • fix: fixed the error of null value of lookup 07e748f
  • Merge branch 'visionmedia:master' into master 77b052a
  • feat: add lookup method 590b1ac

v7.1.1

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

  • fix: fixed linting, file size, and README updates for browser compat 152fcbe
  • chore: bump lockfile 42b2c67
  • fix: fixed security file linting 88daf8b
  • fix: add node v16 and drop v10 from tests (lib is still compiled to work down to node v6.4) 81fd7ad
  • fix: updated lockfile 0334997
  • Fix/tests (#​1659) 9518bfe
  • fix: locked mocha back to what it should have been c5ca6fd
  • fix: fixed linting issue 120a97b
  • fix: added abort fix logic for all Node versions 8b1923d
  • Create SECURITY.md (#​1658) 7ac9d42
  • chore: bump deps, fixed linting 048cf18
  • build: update formidable to 2.0.1 (#​1651) 6ac6429
  • chore: bump deps, including form-data (closes #​1267) 3c9c0f7
  • Note of the breaking change in browser 6.0 -> 6.1 (#​1614) e2987e3

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/superagent-10.x branch 2 times, most recently from ca05595 to 0b7f0d1 Compare August 15, 2024 19:58
@renovate renovate bot force-pushed the renovate/superagent-10.x branch from 0b7f0d1 to fbdd52e Compare August 24, 2024 20:30
@renovate renovate bot force-pushed the renovate/superagent-10.x branch from fbdd52e to b7376fc Compare October 19, 2024 01:18
@renovate renovate bot force-pushed the renovate/superagent-10.x branch from b7376fc to 0ae7072 Compare March 11, 2025 23:10
@renovate renovate bot force-pushed the renovate/superagent-10.x branch from 0ae7072 to b6a624c Compare May 5, 2025 10:04
@renovate renovate bot force-pushed the renovate/superagent-10.x branch from b6a624c to a95fd53 Compare July 7, 2025 22:34
@renovate renovate bot force-pushed the renovate/superagent-10.x branch from a95fd53 to 678f14d Compare July 23, 2025 02:14
@renovate renovate bot force-pushed the renovate/superagent-10.x branch from 678f14d to 67b6b60 Compare September 25, 2025 20:33
@renovate renovate bot force-pushed the renovate/superagent-10.x branch from 67b6b60 to 3d1cbcc Compare November 11, 2025 02:42
@renovate renovate bot force-pushed the renovate/superagent-10.x branch from 3d1cbcc to 5cdfcd3 Compare November 18, 2025 13:57
@renovate renovate bot force-pushed the renovate/superagent-10.x branch 2 times, most recently from 5d5da44 to 54f6bfb Compare January 6, 2026 09:05
@renovate renovate bot force-pushed the renovate/superagent-10.x branch from 54f6bfb to c32a3c1 Compare February 12, 2026 16:52
@renovate renovate bot force-pushed the renovate/superagent-10.x branch from c32a3c1 to 63f751d Compare February 17, 2026 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants