Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update supertest to the latest version 🚀#7

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
greenkeeper wants to merge2 commits intomaster
base:master
Choose a base branch
Loading
fromgreenkeeper/supertest-3.2.0

Conversation

@greenkeeper
Copy link
Contributor

Version3.2.0 ofsupertest was just published.

Dependencysupertest
Current Version 3.1.0
Type dependency

The version3.2.0 isnot covered by yourcurrent version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of supertest.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notesv3.2.0
Commits

The new version differs by 29 commits.

  • c52338bMerge pull request #508 from visionmedia/prepare-release
  • fb3d042chore(package*.json) version bumped v3.2.0
  • 8707c22doc(History.md) file updated
  • 05272d7Merge pull request #507 from visionmedia/upgrade-dependencies
  • 011d008chore(.gitignore) coverage folder included
  • 92578c7Merge pull request #503 from visionmedia/upgrade-dependencies
  • 1fc760bchore(package-lock.json) locker file updated
  • f8229a8Merge branch 'master' into upgrade-dependencies
  • 979999fMerge pull request #506 from rimiti/fix-pipeline
  • 96af26achore(.gitignore) .nyc_output folder included
  • b0a9dbdchore(.travis.yml) call npm coverage script
  • c4566f2chore(package-lock.json) file updated
  • 85b17c6chore(package.json) coverage script created
  • 977081fMerge pull request #504 from visionmedia/adding-coverage
  • 0a3ad28Merge remote-tracking branch 'origin/master' into adding-coverage

There are 29 commits in total.

See thefull diff

FAQ and help

There is a collection offrequently asked questions. If those don’t help, you can alwaysask the humans behind Greenkeeper.


YourGreenkeeper bot 🌴

greenkeeperbot added a commit that referenced this pull requestSep 6, 2018
@greenkeeper
Copy link
ContributorAuthor

Version3.3.0 just got published.

Update to this version instead 🚀

Release Notesv3.3.0

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

Commits

The new version differs by 10 commits.

  • e910e85chore: Prepare for v3.3.0 release.
  • bd864deMerge pull request #511 from visionmedia/bugfix-486-equal
  • 101fbf5Merge branch 'master' into bugfix-486-equal
  • 04230bbMerge pull request #510 from visionmedia/refact-const-let
  • 510a7aebugfix: 486 Change method to use deepStrictEqual. (#509)
  • 913150dchore(.editorconfig) [*.md] block removed
  • 82e0828refact(test/supertest.js) vars replaced by const and let
  • 5443136chore(.editorconfig) configuration file created
  • 7233ba6chore(.eslintrc) parserOptions option added to use es6
  • 322ebf6bugfix: 486 Change method to use deepStrictEqual.

See thefull diff

greenkeeperbot added a commit that referenced this pull requestJan 16, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysupertest was updated from3.1.0 to3.4.0.

Update to this version instead 🚀

Release Notes for v3.4.0
  • 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)
Commits

The new version differs by 14 commits.

  • 5640ac93.4.0
  • 60f8a9eMerge pull request #532 from visionmedia/v3.4.0
  • 43bfae1doc(History.md) changelog updated
  • fc1568ddoc(README.md) cookie example added
  • 3192d96chore(package-lock.json) file updated
  • b3d271fchore(package.json) blocks reorganized, nock removed
  • aeae0f3chore(.travis.yml) pipeline more explicit
  • 53feddcchore(test/supertest.js) obscure test removed
  • 50c59d6Merge pull request #519 from oprogramador/patch-3
  • 6ca3897Merge pull request #517 from oprogramador/patch-2
  • 0146d81auth info in README
  • d853b37fix typo in README
  • 8158979Merge pull request #513 from rubendg/use-isarray
  • 550613bUse more robust Array instance check

See thefull diff

greenkeeperbot added a commit that referenced this pull requestJan 16, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysupertest was updated from3.1.0 to3.4.1.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 8ef38403.4.1
  • cea9ff5Merge pull request #535 from visionmedia/v3.4.1
  • 013caf0doc(History.md) changelog updated
  • 0d4a6dcMerge pull request #533 from rimiti/publish-only-necessary
  • 9ed4909chore(package-lock.json) file updated
  • c1a1c37fix(test/supertest.js) test fixed, message has been updated
  • 87756fbRevert "chore(test/supertest.js) obscure test removed"
  • 9e6851bRevert "chore(test/supertest.js) obscure test removed"
  • ad882c2chore(.npmignore) only publish necessary files

See thefull diff

greenkeeperbot added a commit that referenced this pull requestMar 9, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysupertest was updated from3.1.0 to4.0.0.

Update to this version instead 🚀

Release Notes for v4.0.0
  • Merge pull request#539 from ozzywalsh/fix-agent-defaultsabf6bc3
  • Merge pull request#554 from visionmedia/use-trust-localhost5914936

v3.4.2...v4.0.0

Commits

The new version differs by 17 commits.

  • 0cfc1984.0.0
  • abf6bc3Merge pull request #539 from ozzywalsh/fix-agent-defaults
  • 5914936Merge pull request #554 from visionmedia/use-trust-localhost
  • 647ade8doc(History.md) file removed for github release notes
  • a2aaa60feat(packages.json) packages updated
  • 011e69fupdated tests to use trustLocalhost for bypassing broken HTTPS
  • 1792d7d3.4.2
  • 8712722Merge pull request #542 from visionmedia/update-dependencies
  • 44caa8cchore(package.json) scripts created
  • ef1fd6bchore(package-lock.json) file updated
  • b469434chore(package.json) eslint updated
  • f55c527Merge pull request #536 from rimiti/do-not-publish-useless-files
  • eed0a40Merge pull request #537 from rimiti/fix-documentation
  • 3b13e91Test global agent settings work
  • 713ddf1Call this._setDefaults in TestAgent http methods

There are 17 commits in total.

See thefull diff

greenkeeperbot added a commit that referenced this pull requestMar 15, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysupertest was updated from3.1.0 to4.0.1.

Update to this version instead 🚀

Release Notes for Fix - Superagent downgraded

v4.0.0...v4.0.1

Commits

The new version differs by 6 commits.

  • 715d9a94.0.1
  • 078c835Merge pull request #558 from visionmedia/hotfix
  • 8119278feat(package.json) superagent downgraded because assert using promises doesn't works
  • 934d415feat(test/supertest.js) trustLocalhost() removed because superagent downgrading
  • 38e66a1chore(test/supertest.js) this test should fail
  • fe2015bchore(test/supertest.js) test created to assert using promises

See thefull diff

greenkeeperbot added a commit that referenced this pull requestMar 15, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysupertest was updated from3.1.0 to4.0.2.

Update to this version instead 🚀

Release Notes for Documentation
  • Merge pull request#563 from visionmedia/fix-documentation1257283
  • Merge pull request#561 from fullstackmommy/assert-content-type-in-readme436643c

v4.0.1...v4.0.2

Commits

The new version differs by 5 commits.

  • 775911f4.0.2
  • 1257283Merge pull request #563 from visionmedia/fix-documentation
  • 436643cMerge pull request #561 from fullstackmommy/assert-content-type-in-readme
  • 6ef07dadoc(README.md) trustLocalhost() block removed
  • a8262f6Correction in example snippets

See thefull diff

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@greenkeeperio-bot

[8]ページ先頭

©2009-2025 Movatter.jp