An in-range update of nock is breaking the build π¨
greenkeeper opened this issue Β· 8 comments
Version 9.0.15 of nock just got published.
Branch | Build failing π¨ |
---|---|
Dependency | nock |
Current Version | 9.0.14 |
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 πͺ
Status Details
- β continuous-integration/travis-ci/push The Travis CI build failed Details
Commits
The new version differs by 4 commits.
029be32
9.0.15
a82d4d4
fix:
nock.define()
respects badheaders option9aa493a
test:
nock.define()
ignores badheaders option1433789
docs(README): document
nock.recorder.clear()
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot π΄
After pinning to 9.0.14 your tests are passing again. Downgrade this dependency π.
Version 9.0.16 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Commits
The new version differs by 7 commits.
e8f0641
9.0.16
5aa16f4
fix: match headers with falsy values
e9d9635
test: match headers with falsy values
e2b538c
chore(travis): donβt build twice for PRs and retry npm install
60dfe15
chore(travis): donβt test in node v7
2e45548
chore: remove console logs in tests
8c7cf84
docs(CHANGELOG): update for 9.0.15
See the full diff
Version 9.0.17 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Commits
The new version differs by 18 commits.
4772c15
9.0.17
0bf9eb4
835 support regex for both host and port with allowUnmocked
1c3f3e1
835-added-fail-test-case
e911688
docs(README) - fix info about mocking (#971)
978a3f0
Document replyWithFile using Content-Type header
1c6ae5b
fix readme typo
fe440ec
fix grammar
93341d3
Improve Match Logging
1612e36
Update README.md
97d1ea1
fix: printing recorded requests with output_objects resulted in output of [Object Object]
664ee63
chore(CHANGELOG): 9.0.16
e8f0641
9.0.16
5aa16f4
fix: match headers with falsy values
e9d9635
test: match headers with falsy values
e2b538c
chore(travis): donβt build twice for PRs and retry npm install
There are 18 commits in total.
See the full diff
Version 9.0.18 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Commits
The new version differs by 22 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
4772c15
9.0.17
0bf9eb4
835 support regex for both host and port with allowUnmocked
1c3f3e1
835-added-fail-test-case
e911688
docs(README) - fix info about mocking (#971)
978a3f0
Document replyWithFile using Content-Type header
1c6ae5b
fix readme typo
fe440ec
fix grammar
93341d3
Improve Match Logging
1612e36
Update README.md
97d1ea1
fix: printing recorded requests with output_objects resulted in output of [Object Object]
664ee63
chore(CHANGELOG): 9.0.16
There are 22 commits in total.
See the full diff
Version 9.0.19 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Commits
The new version differs by 32 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
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
4772c15
9.0.17
There are 32 commits in total.
See the full diff
Version 9.0.20 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Commits
The new version differs by 37 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
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
There are 37 commits in total.
See the full diff
Version 9.0.21 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Commits
The new version differs by 43 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
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
5395510
9.0.19
4f0e07e
Improve Nock Back documentation
d07218c
Fix file permissions of intercept test
9268b44
Fix allowUnmocked when last interceptor was removed.
There are 43 commits in total.
See the full diff
Version 9.0.22 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Commits
The new version differs by 48 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
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
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
There are 48 commits in total.
See the full diff