Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency superagent to v9 #2175

Closed

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
superagent 8.0.9 -> 9.0.2 age adoption passing confidence

Release Notes

ladjs/superagent (superagent)

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

Configuration

📅 Schedule: Branch creation - "before 3am on Friday" (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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner May 3, 2024 01:47
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label May 3, 2024
Copy link

codecov bot commented May 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.37%. Comparing base (dfb2dff) to head (d0c7c18).
Report is 112 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2175      +/-   ##
==========================================
- Coverage   90.97%   90.37%   -0.61%     
==========================================
  Files         146      147       +1     
  Lines        7492     7500       +8     
  Branches     1502     1569      +67     
==========================================
- Hits         6816     6778      -38     
- Misses        676      722      +46     

see 38 files with indirect coverage changes

@@ -51,7 +51,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"semver": "^7.6.0",
"superagent": "8.0.9",
"superagent": "9.0.2",
Copy link
Member

Choose a reason for hiding this comment

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

I don't see this dependency being used anywhere.

@david-luna is it safe to remove it? or am I missing anything?

Copy link
Contributor

@david-luna david-luna May 6, 2024

Choose a reason for hiding this comment

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

@blumamir

that must be a leftover from the initial commit where I used a package.json from another instrumentation as a template. We can close this PR and I'm going to create a PR to remove it ASAP

Copy link
Member

Choose a reason for hiding this comment

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

Thanks for taking a look, opened #2239 as a replacement

@blumamir
Copy link
Member

close in favor of #2239

@blumamir blumamir closed this May 24, 2024
Copy link

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 9.x releases. But if you manually upgrade to 9.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate-bot renovate-bot deleted the renovate/superagent-9.x branch May 24, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file pkg:instrumentation-undici
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants