desmondmorris / node-twitter

Client library for the Twitter REST and Streaming API's.
https://www.npmjs.com/package/twitter
MIT License
1.27k stars 237 forks source link

An in-range update of nock is breaking the build 🚨 #251

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 9.0.18 of nock just got published.

Branch Build failing 🚨
Dependency nock
Current Version 9.0.17
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As nock is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/desmondmorris/node-twitter/builds/278036498?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 4 commits.

  • 3de396c 9.0.18
  • a9c0ca6 fix(recorder): don’t JSON.stringify output if output_objects is not enabled
  • cb13cdd feat: promisify nock back (#798)
  • c44f644 chore(CHANGELOG) v9.0.17

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 9.0.19 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 10 commits.

  • 5395510 9.0.19
  • 4f0e07e Improve Nock Back documentation
  • d07218c Fix file permissions of intercept test
  • 9268b44 Fix allowUnmocked when last interceptor was removed.
  • 06db20a Do not abort a an already aborted request, do not emit an error twice
  • 9294f66 fix broken link: allow-unmocked-requests-on-a-mocked-hostname
  • 635fbf9 fix: Specified request body not properly enforced (#921)
  • 4c102e3 Minor change in example code scope( => var scope = nock(
  • c82715b nockBack.setMode: Improve error message
  • d83b3ed chore(CHANGELOG): v9.0.18

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.0.20 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits.

  • fa915fe 9.0.20
  • f246ff0 fix: match headers with falsy values (again)
  • 2af1b88 Switch from jshint to eslint (#885)
  • b5b2f67 changed Real HTTP request documentation to be more readable
  • b1e8787 docs(CHANGELOG): 9.0.19

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.0.21 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 6 commits.

  • 5209262 9.0.21
  • 9ffab38 fix: compare falsy header values & numbers correctly
  • 333e8e3 test: match number header values
  • fe00f67 multiple interceptors override headers from unrelated requests
  • 4196cf0 Add an error code to NetConnectNotAllowedError
  • 66cd477 chore(CHANGELOG): v9.0.20

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.0.22 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits.

  • a787666 9.0.22
  • 574d69b fix: query string recording where value is an array (#917)
  • b050c49 docs(README): link to license file, link to contributors, update Copyright years
  • fb65222 chore(LICENSE): MIT
  • 50305f3 chore(CHANGELOG): v9.0.21

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.0.23 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.0.23

9.0.23 (2017-10-20)

Bug Fixes

  • include path in the matching log output (#996) (ea2fe9f)

Previous Changelog

Find changes for versions before 9.0.23 at https://github.com/node-nock/nock/blob/bd387365ff8e6df731cf5a35cc92560346826ec5/CHANGELOG.md

Commits

The new version differs by 7 commits.

  • f13add9 chore(travis): semantic-release setup
  • 909dbce chore(package): semantic-release
  • e4b0958 test: intercept test fix
  • 62e7566 Fix matchStringOrRegexp TypeError on undefined (#998)
  • 4772df5 allowUnmocked causes no requests to match when query is specified (#955)
  • ea2fe9f fix: include path in the matching log output (#996)
  • 6d9704d chore(CHANGELOG): 9.0.22

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.0.24 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.0.24

9.0.24 (2017-10-20)

Bug Fixes

  • include path in the matching log output (#996) (ea2fe9f)
  • stripping of new lines when using a matcher function for the body (#932) (bd38736)
Commits

The new version differs by 1 commits.

  • bd38736 fix: stripping of new lines when using a matcher function for the body (#932)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.0.25 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.0.25

9.0.25 (2017-10-23)

Bug Fixes

  • re-add support for matching body to query string regex (#1006) (be7a075)
Commits

The new version differs by 2 commits.

  • be7a075 fix: re-add support for matching body to query string regex (#1006)
  • f22dcc3 docs(readme): Documentation Update for activate, isActive, restore methods. (#1002)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.0.26 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.0.26

9.0.26 (2017-10-28)

Bug Fixes

Commits

The new version differs by 6 commits.

  • eac534b fix: correctly parse request without specified path (#1011)
  • 269377e docs(README): reference Code of Conduct in Contributing section
  • 0a8633e chore(Code of Conduct): Contributor Covenant
  • 7d02b1e chore(package): remove changelog
  • d857798 docs(README): Commit Message conventions
  • a9e1acf chore(CHANGELOG): remove. Changes are now in GitHub release notes

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.0.27 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.0.27

9.0.27 (2017-10-28)

Bug Fixes

Commits

The new version differs by 1 commits.

  • a908ed9 fix: support for regex with query params (#1010)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.0.28 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.0.28

9.0.28 (2017-11-06)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 970b037 fix: intercept ClientRequest.flushHeaders() (#1016)
  • 4f83d90 docs(README): stop recording (#1013)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.1.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.0

9.1.0 (2017-11-08)

Features

  • stop persisting a persistent nock. (f3f9bc7), closes #438
Commits

The new version differs by 1 commits.

  • f3f9bc7 feat: stop persisting a persistent nock.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.1.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.1

9.1.1 (2017-11-24)

Bug Fixes

  • lib: [match_body] stringify object by qs package (e8cb44a)
Commits

The new version differs by 3 commits.

  • e8cb44a fix(lib): [match_body] stringify object by qs package
  • 258ef9c chore(package): [qs] upgraded
  • 28664fa docs(readme): fix typo "specially" to "especially"

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.1.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.2

9.1.2 (2017-11-24)

Bug Fixes

  • lib: [match_body] stringify object by qs package (e8cb44a)
  • Encoding query parameters when recording to string. (#1015) (ebb8af2)
Commits

The new version differs by 1 commits.

  • ebb8af2 fix: Encoding query parameters when recording to string. (#1015)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.1.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.3

9.1.3 (2017-11-25)

Bug Fixes

Commits

The new version differs by 1 commits.

  • fa58493 fix: set protocol correctly (#1027)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 9.1.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.4

9.1.4 (2017-12-02)

Bug Fixes

  • URLs Ending with Comma Cause "No match for HTTP request" Error (#1018) (a2d04c3)
Commits

The new version differs by 1 commits.

  • a2d04c3 fix: URLs Ending with Comma Cause "No match for HTTP request" Error (#1018)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.1.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.5

9.1.5 (2017-12-20)

Bug Fixes

Commits

The new version differs by 2 commits.

  • d16fe88 fix: typo in debug message (#1036)
  • 0164deb docs(README): fix link to Code of Conduct (#1033)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.1.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.6

9.1.6 (2018-01-08)

Bug Fixes

  • implement callback on req.write and req.end. (#1047) (cb20aa1)
Commits

The new version differs by 2 commits.

  • 573b42b chore: remove executable bit from interceptor.js. (#1045)
  • cb20aa1 fix: implement callback on req.write and req.end. (#1047)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.1.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.7

9.1.7 (2018-02-21)

Bug Fixes

Commits

The new version differs by 5 commits.

  • f3f8f0f test: remove browserify tests
  • 7cd752f build(package): -browserify, zombie, node-static
  • 68df807 test: https://example.org/unmocked no longer returns default page
  • 8fd0942 fix: case insensitive reply headers (#862)
  • 797c518 docs(README): add extra warning about recording disabling mocks (#1053)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.1.8 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.8

9.1.8 (2018-02-21)

Bug Fixes

  • undo confusing error message (ebeb815)
Commits

The new version differs by 1 commits.

  • ebeb815 fix: undo confusing error message

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.1.9 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.9

9.1.9 (2018-02-21)

Bug Fixes

  • allowing dot notation parsing for x-www-form-urlencoded posts (#1063) (df04e86)
Commits

The new version differs by 1 commits.

  • df04e86 fix: allowing dot notation parsing for x-www-form-urlencoded posts (#1063)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.1.10 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.10

9.1.10 (2018-02-24)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 315104d fix: request timeout (#859)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.2.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.0

9.2.0 (2018-02-24)

Features

  • support replay of recorded binary responses (904d1b3)
Commits

The new version differs by 2 commits.

  • 904d1b3 feat: support replay of recorded binary responses
  • bc9fb01 test(recorder): records & replays binary file response correctly

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.2.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.1

9.2.1 (2018-02-24)

Bug Fixes

  • package: update chai, lodash, propagate, qs (aed9166)
Commits

The new version differs by 11 commits.

  • b373339 build(package): -restify, +restify-clients
  • 6c9760f test: restify -> restify-clients
  • 841cf54 build(package): -restler
  • 645d269 refactor: remove use of restler in tests
  • a3b6560 build(package): update dev dependencies
  • aed9166 fix(package): update chai, lodash, propagate, qs
  • f8dd092 ci(travis): stages
  • 2ced38e test: remove obsolete versioned folder
  • 969af67 ci(travis): remove integration test
  • 057f8fb test: remove versioned tests with request, got and posicle
  • 6bff991 test(package): remove integration tests (versioned tests with request libraries)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.2.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.2

9.2.2 (2018-02-26)

Bug Fixes

  • Allow allowUnmocked = true and regexp paths to work (#1034) (6817e76)
Commits

The new version differs by 3 commits.

  • 6817e76 fix: Allow allowUnmocked = true and regexp paths to work (#1034)
  • e142be7 Update README.md
  • 646edd4 docs(readme): add Greenkeeper badge

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.2.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.3

9.2.3 (2018-02-27)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 055593a fix: PhantomJS 2 usage (#1075)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.2.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.4

9.2.4 (2018-04-09)

Bug Fixes

  • url encoded body matches non-string values (#1110) (5852296)
Commits

The new version differs by 9 commits.

  • 5852296 fix: url encoded body matches non-string values (#1110)
  • c1c403e docs(README): clarify request body matching (#1101)
  • 53db6cd test: remove airplace dependency from tests/test_back.js#313
  • ee10243 test: remove airplane dependency from "test_back_2.js"
  • 8bc706b test: remove airplane dependency from "tests/test_back.js#L261" (#1090)
  • 41a583d test: remove airplane dependency from "tests/test_back.js#L235"
  • 8c9b71e test: remove airplane dependency from "tests/test_back.js#L188"
  • 1859a92 test: remove airplane dependency for "tests/test_back#L137"
  • 39d30bf test: remove airplane dependency for 'tests/test_back#L154'

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.2.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.5

9.2.5 (2018-04-10)

Bug Fixes

  • remove arrow functions to restore Node<4 compatibility (#1114) (11f1a25)
Commits

The new version differs by 1 commits.

  • 11f1a25 fix: remove arrow functions to restore Node<4 compatibility (#1114)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.2.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.6

9.2.6 (2018-05-14)

Bug Fixes

  • match HTTP headers with case insensitivity (#1122) (2676fed)
Commits

The new version differs by 5 commits.

  • 2676fed fix: match HTTP headers with case insensitivity (#1122)
  • 8ce5be8 test: temporary disable test depending on external hosts
  • 5977cdf test: remove airplane mode from '(re-)activate after restore'
  • 704eb25 Follow up on previous test
  • 3111dce test: remove airplane mode from 'allow unmocked option works'

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.3.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v9.3.0

9.3.0 (2018-05-30)

Features

Commits

The new version differs by 2 commits.

  • de0cb79 feat: support URL objects
  • 7582da0 chore(package): update tap to version 12.0.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.3.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.3.1

9.3.1 (2018-06-07)

Bug Fixes

Commits

The new version differs by 5 commits.

  • aaa9a56 fix: use aborted property on http request (#1134)
  • e933b3a refactor: update Buffer constructors to from and alloc (#1141)
  • d3f5b3f chore(package): update nyc to version 12.0.1
  • de0cb79 feat: support URL objects
  • 7582da0 chore(package): update tap to version 12.0.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.3.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.3.2

9.3.2 (2018-06-07)

Bug Fixes

Commits

The new version differs by 1 commits.

  • b5b40c1 fix: restore compatibility with Node <4.5 (#1144)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.3.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v9.3.3

9.3.3 (2018-06-13)

Bug Fixes

  • match basePath as regex and path as function (#1147) (933880a)
Commits

The new version differs by 2 commits.

  • 933880a fix: match basePath as regex and path as function (#1147)
  • 1a03056 build(package): update restify-clients to version 2.2.0 (#1148)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.4.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v9.4.0

9.4.0 (2018-06-29)

Features

  • emit 'request' event with body as third parameter (#1062) (e15820a)
Commits

The new version differs by 6 commits.

  • e15820a feat: emit 'request' event with body as third parameter (#1062)
  • a1fff39 build(package): update eslint to version 5.0.0 (#1151)
  • da5de6a test: local ssl server (#1126)
  • e8479aa docs: change url to match new GitHub address
  • 933880a fix: match basePath as regex and path as function (#1147)
  • 1a03056 build(package): update restify-clients to version 2.2.0 (#1148)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.4.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v9.4.1

9.4.1 (2018-07-02)

Bug Fixes

  • request overrider checks req.headers to parse body as JSON (#1157) (f81fb6d)
Commits

The new version differs by 8 commits.

  • 5aa1081 docs: Add CONTRIBUTE, edit README, update LICENSE year (#1155)
  • f81fb6d fix: request overrider checks req.headers to parse body as JSON (#1157)
  • e15820a feat: emit 'request' event with body as third parameter (#1062)
  • a1fff39 build(package): update eslint to version 5.0.0 (#1151)
  • da5de6a test: local ssl server (#1126)
  • e8479aa docs: change url to match new GitHub address
  • 933880a fix: match basePath as regex and path as function (#1147)
  • 1a03056 build(package): update restify-clients to version 2.2.0 (#1148)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.4.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.4.2

9.4.2 (2018-07-10)

Bug Fixes

  • Replaced util._extend with Object.assign due to deprecated since node v6. (7fd2329)
Commits

The new version differs by 9 commits.

  • 7fd2329 fix: Replaced util._extend with Object.assign due to deprecated since node v6.
  • 5aa1081 docs: Add CONTRIBUTE, edit README, update LICENSE year (#1155)
  • f81fb6d fix: request overrider checks req.headers to parse body as JSON (#1157)
  • e15820a feat: emit 'request' event with body as third parameter (#1062)
  • a1fff39 build(package): update eslint to version 5.0.0 (#1151)
  • da5de6a test: local ssl server (#1126)
  • e8479aa docs: change url to match new GitHub address
  • 933880a fix: match basePath as regex and path as function (#1147)
  • 1a03056 build(package): update restify-clients to version 2.2.0 (#1148)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.4.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.4.3

9.4.3 (2018-07-23)

Bug Fixes

  • #1171: When matching the path by function, also check the HTTP method. (9373382), closes #1171
Commits

The new version differs by 4 commits.

  • 9373382 fix(#1171): When matching the path by function, also check the HTTP method.
  • b1869cc test(#1171): Added test 'match path using function'
  • 29d1c2e docs(README.md): Change description to match package.json
  • ef7a68b docs(CODE_OF_CONDUCT.md): Change maintainer support email

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.4.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.4.4

9.4.4 (2018-07-31)

Bug Fixes

Commits

The new version differs by 3 commits.

  • 907be86 fix(#1076): allowUnmocked: true + host regex (#1179)
  • 8f0912a docs: Add CHANGELOG file pointing to GitHub releases
  • 15a472f build(#1169): remove glob and istanbul

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.5.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.5.0

9.5.0 (2018-08-07)

Features

  • encode an expected buffer the same way when matching as the client (c584f7a)
Commits

The new version differs by 3 commits.

  • 50ab208 test: new SSL certificates for local testing (#1181)
  • b29a0e4 docs: add buffer request body to README
  • c584f7a feat: encode an expected buffer the same way when matching as the client

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.6.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.6.0

9.6.0 (2018-08-08)

Features

  • Allow optionally() to be called with a value, specifying if the mock should be optional (d8a2606)
Commits

The new version differs by 2 commits.

  • d666949 Merge pull request #1177 from timrogers/master
  • d8a2606 feat: Allow optionally() to be called with a value, specifying if the mock should be optional

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.6.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.6.1

9.6.1 (2018-08-13)

Bug Fixes

  • set socket connecting state to always be false (ca1eea0)
Commits

The new version differs by 4 commits.

  • 80da59c docs: Add a section on becoming a Maintainer
  • ca1eea0 fix: set socket connecting state to always be false
  • 463f82a Merge pull request #1186 from nock/greenkeeper/needle-2.2.2
  • a94e867 chore(package): update needle to version 2.2.2

See the full diff