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

fix(deps): update dependency debug to v4 #55

Merged
merged 1 commit into from
Nov 7, 2018
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 24, 2018

This PR contains the following updates:

Package Type Update Change References
debug dependencies major ^2.1.3 -> ^4.0.0 source

Release Notes

visionmedia/debug

v4.1.0

Compare Source

Minor Changes

  • migrate Makefile to npm scripts (4236585)
  • feat: Return namespaces string when invoking disable() (7ef8b41)

Massive thank you to @​mblarsen and @​outsideris for knocking out two long-awaited changes.

v4.0.1

Compare Source

This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.

Patches
  • fix browserify and supply alternative unpkg entry point (closes #​606): 99c95e3

v4.0.0

Compare Source

A long-awaited release to debug is available now: 4.0.0.

Due to the delay in release and the number of changes made (including bumping dependencies in order to mitigate vulnerabilities), it is highly recommended maintainers update to the latest package version and test thoroughly.
This release drops support for Node 4 and 5 in alignment with the Node.js LTS Release Schedule.

Major Changes
Minor Changes
Patches
Credits

Huge thanks to @​DanielRuf, @​EirikBirkeland, @​KyleStay, @​Qix-, @​abenhamdine, @​alexey-pelykh, @​DiegoRBaquero, @​febbraro, @​kwolfy, and @​TooTallNate for their help!

v3.2.6

Compare Source

This backport fixes a 4x performance regression when debug is disabled.

Patches

v3.2.5

Compare Source

This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.

It is a backport of the 4.0.1 release.

Patches
  • fix browserify and supply alternative unpkg entry point (closes #​606): cc5f146

v3.1.0

Compare Source

Minor Changes
  • Ignore package-lock.json: e7e568a
  • Remove component.json: 47747f3
  • Remove "component" from package.json: bdb7e01
  • Add DEBUG_HIDE_DATE env var: #​486
Patches
  • Correct spelling mistake: daf1a7c
  • Examples: fix colors printout: 7cd9e53
  • Fix browser detection: fdfa0f5
  • Remove ReDoS regexp in %o formatter: #​504
Credits

Huge thanks to @​amejiarosario and @​zhuangya for their help!

v3.0.1

Compare Source

v3.0.0

Compare Source

Featuring pretty new colors!

##### Major Changes
  • Remove DEBUG_FD: #​406
  • Make millisecond timer namespace specific and allow 'always enabled' output: #​408
  • Use Date#toISOString() instead to Date#toUTCString() when output is not a TTY: #​418
  • enabled() updates existing debug instances: #​440
Minor Changes
  • Add destroy() function: #​440
  • Document enabled flag: #​465
  • Support 256 colors: #​481
  • Update "browserify" to v14.4.0: 826fd94
  • Separate Node.js and web browser examples: 87880f6
  • Example: use %o formatter: 31f3343
  • More readme screenshots replaced: 25eb545
  • Add Namespace Colors section to readme: 8b5c438
  • Separate the Node and Browser tests in Travis: f178d86
Patches
Credits

Huge thanks to @​gtjoseph, @​timruffles and @​FantasticFiasco for their help!


Renovate configuration

📅 Schedule: "before 2am" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 24, 2018
@ci-reporter
Copy link

ci-reporter bot commented Sep 24, 2018

The build is failing

✨ Good work on this PR so far! ✨ Unfortunately, the Travis CI build is failing as of 98f6109. Here's the output:

npm test
> har@1.0.0 pretest /home/travis/build/ahmadnassri/har
> standard && echint


> har@1.0.0 test /home/travis/build/ahmadnassri/har
> mocha



  CacheEntry
    ✓ should use default value
    ✓ should use passed object

  Comment
    ✓ should use default value
    ✓ should use passed value

  Content
    ✓ should use default values
    ✓ should use object
    ✓ should manually override params
    ✓ should not allow setting size value

  Cookie
    ✓ should throw error when no data
    ✓ should throw error when no name
    ✓ should throw error when no value
    ✓ should use default values
    ✓ should use object

  Creator
    ✓ should throw error when no name
    ✓ should create a creator object (68ms)

  DateTime
    ✓ should use default values
    ✓ should use custom name value
    ✓ should use string value
    ✓ should use Date value
    ✓ should use Number value

  Entry
    ✓ should create an object with default values
    ✓ should set time property
    ✓ should set cache object
    ✓ should set timings object
    Required Fields
      ✓ should throw an error when missing options
      ✓ should throw an error when missing startedDateTime
      ✓ should throw an error when missing request
      ✓ should throw an error when missing response

  Log
    ✓ should fail without required params
    1) should create a log object with minimal values
    2) should create browser object
    Pages
      3) should add a single page using an object
      ✓ should add a single page using an instance
      4) should set pages on creation
      5) should set pages manually
    Entries
      ✓ should add a single entry using constructor
      ✓ should add a single entry using an instance
      ✓ should set entries on creation
      ✓ should set entries manually

  Page
    ✓ should create an empty object with default value
    ✓ should create a valid object
    ✓ should create a page object with set values

  Header
    ✓ should use default value
    ✓ should use name
    ✓ should use name & value
    ✓ should use name & value & comment
    ✓ should use object

  Param
    ✓ should use default values
    ✓ should use object

  PostData
    ✓ should use default values
    6) should use object
    7) should add a param
    8) should manually override params

  Request
    ✓ should throw error when no url
    9) should create an empty object with default values
    Headers
      10) should add a single header using an object
      ✓ should add a single header using an instance
      11) should set headers on creation
      12) should set headers manually
    Cookies
      13) should add a single cookie using an object
      ✓ should add a single cookie using an instance
      14) should set cookies on creation
      15) should set cookies manually
    queryString
      16) should add a single query using an object
      ✓ should add a single query using an instance
      17) should set queryString on creation
      18) should set queryString manually
    headersSize
      ✓ should not allow setting value
      ✓ should calculate headers size
    postData
      19) should allow setting postData from constructor
      ✓ should calculate postData size
      ✓ should not allow setting bodySize value

  Response
    ✓ should throw error when no url
    ✓ should create an empty object with default values
    Headers
      20) should add a single header using an object
      ✓ should add a single header using an instance
      21) should set headers on creation
      22) should set headers manually
    Cookies
      23) should add a single cookie using an object
      ✓ should add a single cookie using an instance
      24) should set cookies on creation
      25) should set cookies manually
    headersSize
      ✓ should not allow setting value
      ✓ should calculate headers size
    content
      ✓ should allow setting content from constructor
      ✓ should calculate content size
      ✓ should not allow setting bodySize value

  Util
    ✓ should convert a regular object to a HAR array pair
    ✓ should convert a HAR array pair to a regular object

  Version
    ✓ should fail without version value
    ✓ should use passed value
    ✓ should use force to string value


  67 passing (360ms)
  25 failing

  1) Log should create a log object with minimal values:
     TypeError: Cannot read property 'be' of undefined
      at Context.<anonymous> (test/log.js:36:58)

  2) Log should create browser object:
     TypeError: Cannot read property 'be' of undefined
      at Context.<anonymous> (test/log.js:58:58)

  3) Log Pages should add a single page using an object:

      AssertionError: expected Array [
  Object {
    comment: 'foo',
    startedDateTime: '2018-09-24T01:08:48.084Z',
    id: 'hello',
    title: 'hello world',
    pageTimings: Object { onLoad: 0, onContentLoad: 0 }
  }
] to equal Array [
  Object {
    id: 'hello',
    title: 'hello world',
    startedDateTime: '2018-09-24T01:08:48.084Z',
    pageTimings: Object { onLoad: 0, onContentLoad: 0 },
    comment: 'foo'
  }
] (at '0', A has Object {
  comment: 'foo',
  startedDateTime: '2018-09-24T01:08:48.084Z',
  id: 'hello',
  title: 'hello world',
  pageTimings: Object { onLoad: 0, onContentLoad: 0 }
} and B has Object {
  id: 'hello',
  title: 'hello world',
  startedDateTime: '2018-09-24T01:08:48.084Z',
  pageTimings: Object { onLoad: 0, onContentLoad: 0 },
  comment: 'foo'
} because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/log.js:91:45)

  4) Log Pages should set pages on creation:

      AssertionError: expected Array [
  Object {
    comment: 'foo',
    startedDateTime: '2018-09-24T01:08:48.101Z',
    id: 'hello',
    title: 'hello world',
    pageTimings: Object { onLoad: 0, onContentLoad: 0 }
  }
] to equal Array [
  Object {
    id: 'hello',
    title: 'hello world',
    startedDateTime: '2018-09-24T01:08:48.101Z',
    pageTimings: Object { onLoad: 0, onContentLoad: 0 },
    comment: 'foo'
  }
] (at '0', A has Object {
  comment: 'foo',
  startedDateTime: '2018-09-24T01:08:48.101Z',
  id: 'hello',
  title: 'hello world',
  pageTimings: Object { onLoad: 0, onContentLoad: 0 }
} and B has Object {
  id: 'hello',
  title: 'hello world',
  startedDateTime: '2018-09-24T01:08:48.101Z',
  pageTimings: Object { onLoad: 0, onContentLoad: 0 },
  comment: 'foo'
} because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/log.js:142:45)

  5) Log Pages should set pages manually:

      AssertionError: expected Array [
  Object {
    comment: 'foo',
    startedDateTime: '2018-09-24T01:08:48.110Z',
    id: 'hello',
    title: 'hello world',
    pageTimings: Object { onLoad: 0, onContentLoad: 0 }
  }
] to equal Array [
  Object {
    id: 'hello',
    title: 'hello world',
    startedDateTime: '2018-09-24T01:08:48.110Z',
    pageTimings: Object { onLoad: 0, onContentLoad: 0 },
    comment: 'foo'
  }
] (at '0', A has Object {
  comment: 'foo',
  startedDateTime: '2018-09-24T01:08:48.110Z',
  id: 'hello',
  title: 'hello world',
  pageTimings: Object { onLoad: 0, onContentLoad: 0 }
} and B has Object {
  id: 'hello',
  title: 'hello world',
  startedDateTime: '2018-09-24T01:08:48.110Z',
  pageTimings: Object { onLoad: 0, onContentLoad: 0 },
  comment: 'foo'
} because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/log.js:169:45)

  6) PostData should use object:

      AssertionError: expected Array [
  Object {
    comment: 'hello',
    name: 'foo',
    value: 'bar',
    contentType: 'text/plain',
    fileName: 'foo.bar'
  }
] to equal Array [
  Object {
    comment: 'hello',
    contentType: 'text/plain',
    fileName: 'foo.bar',
    name: 'foo',
    value: 'bar'
  }
] (at '0', A has Object {
  comment: 'hello',
  name: 'foo',
  value: 'bar',
  contentType: 'text/plain',
  fileName: 'foo.bar'
} and B has Object {
  comment: 'hello',
  contentType: 'text/plain',
  fileName: 'foo.bar',
  name: 'foo',
  value: 'bar'
} because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/post-data.js:40:45)

  7) PostData should add a param:

      AssertionError: expected Array [
  Object {
    comment: 'hello',
    name: 'foo',
    value: 'bar',
    contentType: 'text/plain',
    fileName: 'foo.bar'
  }
] to equal Array [
  Object {
    comment: 'hello',
    contentType: 'text/plain',
    fileName: 'foo.bar',
    name: 'foo',
    value: 'bar'
  }
] (at '0', A has Object {
  comment: 'hello',
  name: 'foo',
  value: 'bar',
  contentType: 'text/plain',
  fileName: 'foo.bar'
} and B has Object {
  comment: 'hello',
  contentType: 'text/plain',
  fileName: 'foo.bar',
  name: 'foo',
  value: 'bar'
} because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/post-data.js:70:45)

  8) PostData should manually override params:

      AssertionError: expected Array [
  Object {
    comment: 'hello',
    name: 'foo',
    value: 'bar',
    contentType: 'text/plain',
    fileName: 'foo.bar'
  }
] to equal Array [
  Object {
    comment: 'hello',
    contentType: 'text/plain',
    fileName: 'foo.bar',
    name: 'foo',
    value: 'bar'
  }
] (at '0', A has Object {
  comment: 'hello',
  name: 'foo',
  value: 'bar',
  contentType: 'text/plain',
  fileName: 'foo.bar'
} and B has Object {
  comment: 'hello',
  contentType: 'text/plain',
  fileName: 'foo.bar',
  name: 'foo',
  value: 'bar'
} because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/post-data.js:100:45)

  9) Request should create an empty object with default values:

      AssertionError: expected Object {
  comment: undefined,
  mimeType: 'application/octet-stream',
  text: '',
  params: [Getter/Setter]
} to equal Object {
  mimeType: 'application/octet-stream',
  comment: undefined,
  params: Array [],
  text: ''
} (because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/request.js:40:53)

  10) Request Headers should add a single header using an object:

      AssertionError: expected Array [ Object { comment: 'foo', name: 'foo', value: 'bar' } ] to equal Array [ Object { name: 'foo', value: 'bar', comment: 'foo' } ] (at '0', A has Object { comment: 'foo', name: 'foo', value: 'bar' } and B has Object { name: 'foo', value: 'bar', comment: 'foo' } because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/request.js:67:51)

  11) Request Headers should set headers on creation:

      AssertionError: expected Array [ Object { comment: 'foo', name: 'foo', value: 'bar' } ] to equal Array [ Object { name: 'foo', value: 'bar', comment: 'foo' } ] (at '0', A has Object { comment: 'foo', name: 'foo', value: 'bar' } and B has Object { name: 'foo', value: 'bar', comment: 'foo' } because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/request.js:104:51)

  12) Request Headers should set headers manually:

      AssertionError: expected Array [ Object { comment: 'foo', name: 'foo', value: 'bar' } ] to equal Array [ Object { name: 'foo', value: 'bar', comment: 'foo' } ] (at '0', A has Object { comment: 'foo', name: 'foo', value: 'bar' } and B has Object { name: 'foo', value: 'bar', comment: 'foo' } because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/request.js:125:51)

  13) Request Cookies should add a single cookie using an object:

      AssertionError: expected Array [
  Object {
    comment: 'foo',
    expires: '2018-09-24T01:08:48.183Z',
    name: 'foo',
    value: 'bar',
    path: '/',
    domain: 'www.ahmadnassri.com',
    httpOnly: true,
    secure: true
  }
] to equal Array [
  Object {
    name: 'foo',
    value: 'bar',
    path: '/',
    domain: 'www.ahmadnassri.com',
    expires: '2018-09-24T01:08:48.183Z',
    httpOnly: true,
    secure: true,
    comment: 'foo'
  }
] (at '0', A has Object {
  comment: 'foo',
  expires: '2018-09-24T01:08:48.183Z',
  name: 'foo',
  value: 'bar',
  path: '/',
  domain: 'www.ahmadnassri.com',
  httpOnly: true,
  secure: true
} and B has Object {
  name: 'foo',
  value: 'bar',
  path: '/',
  domain: 'www.ahmadnassri.com',
  expires: '2018-09-24T01:08:48.183Z',
  httpOnly: true,
  secure: true,
  comment: 'foo'
} because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/request.js:153:51)

  14) Request Cookies should set cookies on creation:

      AssertionError: expected Array [
  Object {
    comment: 'foo',
    expires: '2018-09-24T01:08:48.188Z',
    name: 'foo',
    value: 'bar',
    path: '/',
    domain: 'www.ahmadnassri.com',
    httpOnly: true,
    secure: true
  }
] to equal Array [
  Object {
    name: 'foo',
    value: 'bar',
    path: '/',
    domain: 'www.ahmadnassri.com',
    expires: '2018-09-24T01:08:48.188Z',
    httpOnly: true,
    secure: true,
    comment: 'foo'
  }
] (at '0', A has Object {
  comment: 'foo',
  expires: '2018-09-24T01:08:48.188Z',
  name: 'foo',
  value: 'bar',
  path: '/',
  domain: 'www.ahmadnassri.com',
  httpOnly: true,
  secure: true
} and B has Object {
  name: 'foo',
  value: 'bar',
  path: '/',
  domain: 'www.ahmadnassri.com',
  expires: '2018-09-24T01:08:48.188Z',
  httpOnly: true,
  secure: true,
  comment: 'foo'
} because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/request.js:204:51)

  15) Request Cookies should set cookies manually:

      AssertionError: expected Array [
  Object {
    comment: 'foo',
    expires: '2018-09-24T01:08:48.191Z',
    name: 'foo',
    value: 'bar',
    path: '/',
    domain: 'www.ahmadnassri.com',
    httpOnly: true,
    secure: true
  }
] to equal Array [
  Object {
    name: 'foo',
    value: 'bar',
    path: '/',
    domain: 'www.ahmadnassri.com',
    expires: '2018-09-24T01:08:48.191Z',
    httpOnly: true,
    secure: true,
    comment: 'foo'
  }
] (at '0', A has Object {
  comment: 'foo',
  expires: '2018-09-24T01:08:48.191Z',
  name: 'foo',
  value: 'bar',
  path: '/',
  domain: 'www.ahmadnassri.com',
  httpOnly: true,
  secure: true
} and B has Object {
  name: 'foo',
  value: 'bar',
  path: '/',
  domain: 'www.ahmadnassri.com',
  expires: '2018-09-24T01:08:48.191Z',
  httpOnly: true,
  secure: true,
  comment: 'foo'
} because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/request.js:230:51)

  16) Request queryString should add a single query using an object:

      AssertionError: expected Array [ Object { comment: 'foo', name: 'foo', value: 'bar' } ] to equal Array [ Object { name: 'foo', value: 'bar', comment: 'foo' } ] (at '0', A has Object { comment: 'foo', name: 'foo', value: 'bar' } and B has Object { name: 'foo', value: 'bar', comment: 'foo' } because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/request.js:253:55)

  17) Request queryString should set queryString on creation:

      AssertionError: expected Array [ Object { comment: 'foo', name: 'foo', value: 'bar' } ] to equal Array [ Object { name: 'foo', value: 'bar', comment: 'foo' } ] (at '0', A has Object { comment: 'foo', name: 'foo', value: 'bar' } and B has Object { name: 'foo', value: 'bar', comment: 'foo' } because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/request.js:290:55)

  18) Request queryString should set queryString manually:

      AssertionError: expected Array [ Object { comment: 'foo', name: 'foo', value: 'bar' } ] to equal Array [ Object { name: 'foo', value: 'bar', comment: 'foo' } ] (at '0', A has Object { comment: 'foo', name: 'foo', value: 'bar' } and B has Object { name: 'foo', value: 'bar', comment: 'foo' } because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/request.js:311:55)

  19) Request postData should allow setting postData from constructor:

      AssertionError: expected Object {
  comment: 'bar',
  mimeType: 'text/plain',
  text: 'foo',
  params: [Getter/Setter]
} to equal Object {
  mimeType: 'text/plain',
  comment: 'bar',
  params: Array [],
  text: 'foo'
} (because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/request.js:359:55)

  20) Response Headers should add a single header using an object:

      AssertionError: expected Array [ Object { comment: 'foo', name: 'foo', value: 'bar' } ] to equal Array [ Object { name: 'foo', value: 'bar', comment: 'foo' } ] (at '0', A has Object { comment: 'foo', name: 'foo', value: 'bar' } and B has Object { name: 'foo', value: 'bar', comment: 'foo' } because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/response.js:63:52)

  21) Response Headers should set headers on creation:

      AssertionError: expected Array [ Object { comment: 'foo', name: 'foo', value: 'bar' } ] to equal Array [ Object { name: 'foo', value: 'bar', comment: 'foo' } ] (at '0', A has Object { comment: 'foo', name: 'foo', value: 'bar' } and B has Object { name: 'foo', value: 'bar', comment: 'foo' } because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/response.js:102:52)

  22) Response Headers should set headers manually:

      AssertionError: expected Array [ Object { comment: 'foo', name: 'foo', value: 'bar' } ] to equal Array [ Object { name: 'foo', value: 'bar', comment: 'foo' } ] (at '0', A has Object { comment: 'foo', name: 'foo', value: 'bar' } and B has Object { name: 'foo', value: 'bar', comment: 'foo' } because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/response.js:124:52)

  23) Response Cookies should add a single cookie using an object:

      AssertionError: expected Array [
  Object {
    comment: 'foo',
    expires: '2018-09-24T01:08:48.237Z',
    name: 'foo',
    value: 'bar',
    path: '/',
    domain: 'www.ahmadnassri.com',
    httpOnly: true,
    secure: true
  }
] to equal Array [
  Object {
    name: 'foo',
    value: 'bar',
    path: '/',
    domain: 'www.ahmadnassri.com',
    expires: '2018-09-24T01:08:48.237Z',
    httpOnly: true,
    secure: true,
    comment: 'foo'
  }
] (at '0', A has Object {
  comment: 'foo',
  expires: '2018-09-24T01:08:48.237Z',
  name: 'foo',
  value: 'bar',
  path: '/',
  domain: 'www.ahmadnassri.com',
  httpOnly: true,
  secure: true
} and B has Object {
  name: 'foo',
  value: 'bar',
  path: '/',
  domain: 'www.ahmadnassri.com',
  expires: '2018-09-24T01:08:48.237Z',
  httpOnly: true,
  secure: true,
  comment: 'foo'
} because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/response.js:153:52)

  24) Response Cookies should set cookies on creation:

      AssertionError: expected Array [
  Object {
    comment: 'foo',
    expires: '2018-09-24T01:08:48.243Z',
    name: 'foo',
    value: 'bar',
    path: '/',
    domain: 'www.ahmadnassri.com',
    httpOnly: true,
    secure: true
  }
] to equal Array [
  Object {
    name: 'foo',
    value: 'bar',
    path: '/',
    domain: 'www.ahmadnassri.com',
    expires: '2018-09-24T01:08:48.243Z',
    httpOnly: true,
    secure: true,
    comment: 'foo'
  }
] (at '0', A has Object {
  comment: 'foo',
  expires: '2018-09-24T01:08:48.243Z',
  name: 'foo',
  value: 'bar',
  path: '/',
  domain: 'www.ahmadnassri.com',
  httpOnly: true,
  secure: true
} and B has Object {
  name: 'foo',
  value: 'bar',
  path: '/',
  domain: 'www.ahmadnassri.com',
  expires: '2018-09-24T01:08:48.243Z',
  httpOnly: true,
  secure: true,
  comment: 'foo'
} because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/response.js:206:52)

  25) Response Cookies should set cookies manually:

      AssertionError: expected Array [
  Object {
    comment: 'foo',
    expires: '2018-09-24T01:08:48.248Z',
    name: 'foo',
    value: 'bar',
    path: '/',
    domain: 'www.ahmadnassri.com',
    httpOnly: true,
    secure: true
  }
] to equal Array [
  Object {
    name: 'foo',
    value: 'bar',
    path: '/',
    domain: 'www.ahmadnassri.com',
    expires: '2018-09-24T01:08:48.248Z',
    httpOnly: true,
    secure: true,
    comment: 'foo'
  }
] (at '0', A has Object {
  comment: 'foo',
  expires: '2018-09-24T01:08:48.248Z',
  name: 'foo',
  value: 'bar',
  path: '/',
  domain: 'www.ahmadnassri.com',
  httpOnly: true,
  secure: true
} and B has Object {
  name: 'foo',
  value: 'bar',
  path: '/',
  domain: 'www.ahmadnassri.com',
  expires: '2018-09-24T01:08:48.248Z',
  httpOnly: true,
  secure: true,
  comment: 'foo'
} because A and B have different prototypes)
      + expected - actual

      
      at Assertion.fail (node_modules/should/cjs/should.js:258:17)
      at Assertion.Object.defineProperty.value (node_modules/should/cjs/should.js:335:19)
      at Context.<anonymous> (test/response.js:233:52)

I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!


This comment was automagically generated by ci-reporter. If you see a problem, open an issue here.

@ahmadnassri ahmadnassri merged commit 558f966 into master Nov 7, 2018
@delete-merged-branch delete-merged-branch bot deleted the renovate/debug-4.x branch November 7, 2018 01:44
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.

None yet

2 participants