atlassian / cz-lerna-changelog

A commitizen adapter for the angular preset of https://github.com/conventional-changelog/conventional-changelog
110 stars 39 forks source link

fix(dependencies): update outdated dependencies #15

Closed nemoDreamer closed 3 months ago

nemoDreamer commented 6 years ago

Closes #14


🚧 WIP 👷 🚧

Getting errors, but can't fix them just yet...:

$ mocha --compilers js:babel-register test/**/*.js

(node:78370) DeprecationWarning: "--compilers" will be removed in a future version of Mocha; see https://git.io/vdcSr for more info
  cz-lerna-changelog

Line 1 will be cropped at 100 characters. All other lines will be wrapped after 100 characters.

(node:78370) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'log' of undefined
(node:78370) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
    1) should generate correct commit message from prompt answers

Line 1 will be cropped at 100 characters. All other lines will be wrapped after 100 characters.

(node:78370) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'log' of undefined
    2) allows questions to be overriden

  0 passing (4s)
  2 failing

  1) cz-lerna-changelog
       should generate correct commit message from prompt answers:
     Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.

  2) cz-lerna-changelog
       allows questions to be overriden:
     Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
nemoDreamer commented 6 years ago

I've checked "Allow edits from maintainers" in hope that this can be picked up...!