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

Bump supertest from 3.4.2 to 6.2.2 #303

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2022

Bumps supertest from 3.4.2 to 6.2.2.

Release notes

Sourced from supertest's releases.

v6.2.2

  • chore: bump deps 8f4dd1e

ladjs/supertest@v6.2.1...v6.2.2

v6.2.1

  • chore: bump deps 9a87305

ladjs/supertest@v6.2.0...v6.2.1

v6.2.0

  • chore: bump deps e741cab
  • Merge pull request #653 from torhovland/patch-1 88dc262
  • Merge pull request #713 from jtomaszewski/patch-1 70a3d00
  • Merge pull request #749 from jimmywarting/misc a70c1a0
  • var to const aae4d8e
  • add missing comma f17be2a
  • use explicit path cdb0ad9
  • only use require in the top of the file 19dcd1e
  • don't mixup superagent.Response \w fetch.Response 1dc25a1
  • user super and arrow fn d2d9616
  • move exports to the bottom 17cf193
  • more const a0a5d57
  • Merge pull request #748 from jimmywarting/var 1d70492
  • destruct assert dc60d5d
  • refactor: convert var to const / let 03f0084
  • Merge pull request #747 from jimmywarting/classify afecc3f
  • refactor: Convert test to a class d94ffbc
  • Update README.md ad699ed
  • docs: Add async/await example to README fc269b6
  • Add missing require. 3537e4e

ladjs/supertest@v6.1.6...v6.2.0

v6.1.6

  • Merge pull request #735 from benjosantony/master 28116f9
  • Add on to the mitigation in visionmedia/supertest#728 to support empty array response body ed0f68d

ladjs/supertest@v6.1.5...v6.1.6

v6.1.5

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

ladjs/supertest@v6.1.4...v6.1.5

v6.1.4

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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by niftylettuce, a new releaser for supertest since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2022
@dependabot dependabot bot requested a review from a team January 19, 2022 09:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev/supertest-6.2.2 branch from 99ef20c to 3f3eb75 Compare January 26, 2022 20:36
Bumps [supertest](https://github.com/visionmedia/supertest) from 3.4.2 to 6.2.2.
- [Release notes](https://github.com/visionmedia/supertest/releases)
- [Commits](ladjs/supertest@v3.4.2...v6.2.2)

---
updated-dependencies:
- dependency-name: supertest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev/supertest-6.2.2 branch from 3f3eb75 to 879706e Compare February 22, 2022 21:11
@kdvalin
Copy link
Contributor

kdvalin commented Apr 15, 2022

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2022

Looks like this PR is already up-to-date with dev! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@kdvalin
Copy link
Contributor

kdvalin commented Apr 15, 2022

@dependabot recreate

@kdvalin kdvalin added this to the Version 3.2.0 milestone Apr 15, 2022
@kdvalin
Copy link
Contributor

kdvalin commented Apr 15, 2022

Current error is with

  • Scene Creation, Deletion, and Updates
    • If a scene deletion is performed using a valid User ID, it should delete the scene (returning 204), which then should result in further GET requests returning 404

Seems like something changed within superagent
.end() was called twice. This is not supported in superagent

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 27, 2022

A newer version of supertest exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant