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

Update dependency supertest to v7 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
supertest 3.2.0 -> 7.0.0 age adoption passing confidence

Release Notes

ladjs/supertest (supertest)

v7.0.0

Compare Source

  • Merge pull request #​834 from Bruception/master 225118c
  • Fix TestAgent not inheriting Agent properties f290431
  • fix: bump deps, drop Node.js v<14.16.0 1e18c20

v6.3.4

Compare Source

v6.3.3

Compare Source

v6.3.2

Compare Source

v6.3.1

Compare Source

v6.3.0

Compare Source

  • fix: lint package.json, added files array 20adbc1
  • Merge pull request #​793 from lamweili/feat/http2 22b89b6
  • Merge pull request #​795 from lamweili/code-coverage a225e95
  • Merge pull request #​794 from lamweili/migrate-cov fa129dc
  • test(#​767): 100% code coverage 9c5bd92
  • ci: migrated code coverage from coveralls to codecov 46e6feb
  • feat: supports http2 da57804
  • Merge pull request #​767 from alexandre-abrioux/expect-stacktrace e064b5a
  • Merge pull request #​774 from jmccure/update-promise-example-readme ba4b43b
  • Merge pull request #​792 from lamweili/refactor/test b8c2e29
  • ci: added ci da1e842
  • refactor(test): do not hardcode any ports, use ephemeral ports 8847310
  • refactor(test): do not have both s and server, renamed to server for consistency c1c4402
  • test: 100% test coverage 8bf4c14
  • refactor(TestAgent): removed the host param when creating Test object 1c8930d
  • feat(TestAgent): decoupled TestAgent and superagent's Agent to support more than ca, key, cert 5e23869
  • fix(TestAgent): attach cookies to agent after plugin is used 6d9b9cb
  • Update promise example to work with Mocha 5862fe6
  • fix: add stacktrace to failed expect function call 3dba4e9
  • test: add failing test b24da85

v6.2.4

Compare Source

v6.2.3

Compare Source

  • chore: bump deps 6329e2d
  • Merge pull request #​759 from francescobarbera/master e6d371c
  • docs: add an example for complex object in multipart upload 729e818

v6.2.2

Compare Source

v6.2.1

Compare Source

v6.2.0

Compare Source

v6.1.6

Compare Source

v6.1.5

Compare Source

  • Merge pull request #​728 from swantzter/fix/array-of-statuses-body 3c46dae
  • Mitigate array-of-statuses' impact on JSON bodies 5a6999a

v6.1.4

Compare Source

  • Merge pull request #​715 from juanvillegas/feature/allows-expect-to-take-an-array 7e4645c
  • Allows expect to accept an array of statuses ab252f3

v6.1.3

Compare Source

v6.1.2

Compare Source

  • Merge pull request #​704 from ktutnik/fix-array-flat-issue 967aff1
  • fix: Fix unappropriate stack trace issue on Node.js prior than 14 0a06ef1

v6.1.1

Compare Source

  • Merge pull request #​699 from jpbochi/new-stack-trace 6f3928f
  • produces edited stack that starts with error name 0288826

v6.1.0

Compare Source

  • chore: bump deps a292f61
  • Merge pull request #​678 from pitpit/bugfix/tests f133efb
  • Merge pull request #​679 from julienw/do-not-exact-pin-versions a676437
  • Merge pull request #​684 from dineshks1/master ac23355
  • Merge pull request #​664 from DominusKelvin/patch-1 77a86ed
  • Merge pull request #​690 from jpbochi/new-stack-trace 4b1fd0c
  • Merge pull request #​698 from jackton1/patch-1 9b0751c
  • Fix inconsistent return 848962e
  • Wraps assert functions, updating stack trace of generated errors d41d10b
  • Adds travis jobs on ppc64le aec2239
  • Do not exact-pin the dependencies versions (Fixes #​677) 616dfb6
  • fix 'ssl certificate key too small' error in test 45dcf6e
  • docs: update README.md promise usage example ebd4c29

v6.0.1

Compare Source

  • Merge pull request #​682 from vukanac/master a4c4596
  • Removes space in front of backticks for code blocks in README.md f635fce

v6.0.0

Compare Source

  • Merge pull request #​515 from holidaycheck/set-host-header-instead-of-adapting-url 7114571
  • Set host header instead of host in url de056d2

v5.0.0

Compare Source

v4.0.2

Compare Source

  • Merge pull request #​563 from visionmedia/fix-documentation 1257283
  • Merge pull request #​561 from fullstackmommy/assert-content-type-in-readme 436643c

v4.0.1: Fix - Superagent downgraded

Compare Source

v4.0.0

Compare Source

  • Merge pull request #​539 from ozzywalsh/fix-agent-defaults abf6bc3
  • Merge pull request #​554 from visionmedia/use-trust-localhost 5914936

v3.4.2

Compare Source

  • PR-542 - Update dependencies. (thanks @​rimiti)
  • PR-537 - Fix and update documentation. (thanks @​rimiti)
  • PR-536 - Do not publish useless files. (thanks @​rimiti)

v3.4.1

Compare Source

v3.4.0

Compare Source

  • PR-532 - Packages updated, pipeline more explicit, documentation updated (thanks @​rimiti)
  • PR-517 - Documentation updated (thanks @​oprogramador)
  • PR-513 - Use more robust Array instance check (thanks @​rubendg)

v3.3.0

Compare Source

#​509 - Fix #​486, bug in _assertBody, switch to deepStrictEqual (thanks @​mikelax)
#​510 - Refactor test files to use const/let (thanks @​rimiti)


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.


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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants