langri-sha / screeps-webpack-plugin

Bundle and push your AI to Screeps servers
MIT License
5 stars 4 forks source link

An in-range update of commitizen is breaking the build 🚨 #8

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.8.7 of commitizen just got published.

Branch Build failing 🚨
Dependency commitizen
Current Version 2.8.6
Type devDependency

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

As commitizen 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 - ❌ **bitHound - Dependencies** Error analyzing branch. [Details](https://www.bithound.io/github/langri-sha/screeps-webpack-plugin/greenkeeper%2Fcommitizen-2.8.7) - ❌ **bitHound - Code** Error analyzing branch. [Details](https://www.bithound.io/github/langri-sha/screeps-webpack-plugin/greenkeeper%2Fcommitizen-2.8.7) - βœ… **continuous-integration/travis-ci/push** The Travis CI build passed [Details](https://travis-ci.org/langri-sha/screeps-webpack-plugin/builds/184096453)
Release Notes v2.8.7

2.8.7 (2016-12-14)

Bug Fixes

  • npmignore: ignore more unnecessary files (#393) (6fa09a23)
Commits

The new version differs by 29 commits .

  • 6fa09a2 fix(npmignore): ignore more unnecessary files (#393)
  • 4586f15 docs: add vscode-commitizen to tools list (#397)
  • 71731ca Ci issues with commits (#402)
  • 5f4ab63 chore(ci): add node versions and say git version in ci
  • fd51001 docs: replace sudo mention with link to how to fix EACCES error
  • 45ff06f chore(package): update axios to version 0.15.1 (#365)
  • e56d779 chore(package): update inquirer to version 1.2.2 (#364)
  • 79ab068 chore(package): update mocha to version 3.1.2 (#363)
  • 7ce4bb6 chore(package): update axios to version 0.15.0 (#362)
  • bd408d2 chore(package): update mocha to version 3.1.1 (#361)
  • ae6c612 chore(package): update glob to version 7.1.1 (#360)
  • a2a669e chore(package): update nodemon to version 1.11.0 (#358)
  • 0cae5b2 chore(package): update lodash to version 4.16.3 (#356)
  • dddbb65 chore(package): update babel-preset-stage-2 to version 6.17.0 (#355)
  • 7f71340 chore(package): update babel-core to version 6.17.0 (#354)

There are 29 commits in total. 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 2.9.0 just got published.

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

Release Notes v2.9.0

2.9.0 (2016-12-15)

Features

  • commit: use OS-specific cache dir for commitizen.json instead of home-or-tmp (#400) (27fb1ae8, closes #240, #252, #339)
Commits

The new version differs by 1 commits .

  • 27fb1ae feat(commit): use OS-specific cache dir for commitizen.json instead of home-or-tmp (#400)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.9.1 just got published.

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

Release Notes v2.9.1

2.9.1 (2016-12-18)

Bug Fixes

  • adapter: add support for scoped adapters (b8b51cf2, closes #403)
Commits

The new version differs by 5 commits .

  • efc58cd Merge branch 'master' of github.com:commitizen/cz-cli
  • cec582a test(adapter): add test for scoped npm modules
  • b8b51cf fix(adapter): add support for scoped adapters
  • f53dbb0 docs: Add cz-emoji to tools list (#404)
  • 27fb1ae feat(commit): use OS-specific cache dir for commitizen.json instead of home-or-tmp (#400)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.9.2 just got published.

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

Release Notes v2.9.2

2.9.2 (2016-12-19)

Bug Fixes

  • tests: fix tests when a global config is present (#405) (0ddfa20c, closes #211)
Commits

The new version differs by 6 commits .

  • 0ddfa20 fix(tests): fix tests when a global config is present (#405)
  • efc58cd Merge branch 'master' of github.com:commitizen/cz-cli
  • cec582a test(adapter): add test for scoped npm modules
  • b8b51cf fix(adapter): add support for scoped adapters
  • f53dbb0 docs: Add cz-emoji to tools list (#404)
  • 27fb1ae feat(commit): use OS-specific cache dir for commitizen.json instead of home-or-tmp (#400)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.9.3 just got published.

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

Release Notes v2.9.3

2.9.3 (2016-12-29)

Bug Fixes

  • package: "main" property within "package.json" (#409) (2915827a)
Commits

The new version differs by 14 commits .

  • 2915827 fix(package): "main" property within "package.json" (#409)
  • 852d6f6 style: Add linting using eslint (#406)
  • 6d282be ci(appveyor): remove appveyor on finish script
  • f9a78e3 ci(appveyor): disable collection of artifacts
  • a655308 ci(tests): on windows run tests as node4/npm3
  • 02021b9 ci(travis): update semantic-release to 6.3.5 and update travis config
  • 9e88876 chore(package): update nyc to version 10.0.0 (#392)
  • ca32961 docs(install): Add documentation for installing and running locally (#300)
  • 0ddfa20 fix(tests): fix tests when a global config is present (#405)
  • efc58cd Merge branch 'master' of github.com:commitizen/cz-cli
  • cec582a test(adapter): add test for scoped npm modules
  • b8b51cf fix(adapter): add support for scoped adapters
  • f53dbb0 docs: Add cz-emoji to tools list (#404)
  • 27fb1ae feat(commit): use OS-specific cache dir for commitizen.json instead of home-or-tmp (#400)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.9.4 just got published.

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

Release Notes v2.9.4

2.9.4 (2017-01-06)

Bug Fixes

  • commit: fix multiline commits with newlines (1d3139f0, closes #373)
Commits

The new version differs by 31 commits .

  • 1d3139f fix(commit): fix multiline commits with newlines
  • a97e3f8 ci(coverage): remove already tested branches not showing up in coverage
  • dd9298f chore(package): update find-node-modules to version 1.0.4 (#384)
  • 0ac499c Merge branch 'master' of github.com:commitizen/cz-cli
  • e02c705 Allow using ES6 modules with default export (#328)
  • 89b9a03 chore(package): update babel-core to version 6.18.2 (#379)
  • 2eb14c2 ci(appveyor): retry failed npm installs
  • 2a09176 ci(appveyor): bypass npm cache
  • afb47f7 chore(package): update inquirer to version 1.2.3 (#385)
  • 3b9f0a6 Update shelljs to version 0.7.5 πŸš€ (#372)
  • 7d7b2e3 chore(package): update lodash to version 4.17.2 (#389)
  • 6deeb1d chore(package): update ghooks to version 1.3.2 (#277)
  • c9d6c11 chore(package): update babel-preset-stage-2 to version 6.18.0 (#371)
  • 0b9e519 chore(package): update babel-preset-es2015 to version 6.18.0 (#370)
  • 3aae4f6 chore(package): update babel-cli to version 6.18.0 (#369)

There are 31 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.9.5 just got published.

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

Release Notes v2.9.5

2.9.5 (2017-01-08)

Bug Fixes

  • commit: fix multiline commits with newlines (#413) (825485cb)
Commits

The new version differs by 33 commits .

  • 825485c fix(commit): fix multiline commits with newlines (#413)
  • 247d2c4 style: update spacing to follow eslint (#412)
  • 1d3139f fix(commit): fix multiline commits with newlines
  • a97e3f8 ci(coverage): remove already tested branches not showing up in coverage
  • dd9298f chore(package): update find-node-modules to version 1.0.4 (#384)
  • 0ac499c Merge branch 'master' of github.com:commitizen/cz-cli
  • e02c705 Allow using ES6 modules with default export (#328)
  • 89b9a03 chore(package): update babel-core to version 6.18.2 (#379)
  • 2eb14c2 ci(appveyor): retry failed npm installs
  • 2a09176 ci(appveyor): bypass npm cache
  • afb47f7 chore(package): update inquirer to version 1.2.3 (#385)
  • 3b9f0a6 Update shelljs to version 0.7.5 πŸš€ (#372)
  • 7d7b2e3 chore(package): update lodash to version 4.17.2 (#389)
  • 6deeb1d chore(package): update ghooks to version 1.3.2 (#277)
  • c9d6c11 chore(package): update babel-preset-stage-2 to version 6.18.0 (#371)

There are 33 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.9.6 just got published.

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

Release Notes v2.9.6

2.9.6 (2017-02-16)

Bug Fixes

Commits

The new version differs by 35 commits .

  • 2a101b8 fix: bump vulnerable dependency (#421)
  • b17eecb docs(readme): link to contributing (#419)
  • 825485c fix(commit): fix multiline commits with newlines (#413)
  • 247d2c4 style: update spacing to follow eslint (#412)
  • 1d3139f fix(commit): fix multiline commits with newlines
  • a97e3f8 ci(coverage): remove already tested branches not showing up in coverage
  • dd9298f chore(package): update find-node-modules to version 1.0.4 (#384)
  • 0ac499c Merge branch 'master' of github.com:commitizen/cz-cli
  • e02c705 Allow using ES6 modules with default export (#328)
  • 89b9a03 chore(package): update babel-core to version 6.18.2 (#379)
  • 2eb14c2 ci(appveyor): retry failed npm installs
  • 2a09176 ci(appveyor): bypass npm cache
  • afb47f7 chore(package): update inquirer to version 1.2.3 (#385)
  • 3b9f0a6 Update shelljs to version 0.7.5 πŸš€ (#372)
  • 7d7b2e3 chore(package): update lodash to version 4.17.2 (#389)

There are 35 commits in total. See the full diff.

greenkeeper[bot] commented 6 years ago

Version 2.10.0 just got published.

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

Release Notes v2.10.0

<a name"2.10.0">

2.10.0 (2018-05-24)

Bug Fixes

Features

  • strategies: respect the --allow-emtpy flag (#477) (495437c1)
Commits

The new version differs by 15 commits.

  • 89300f5 Configure Renovate (#464)
  • 0023958 fix: lodash Node Security warning (#482)
  • 40d8dab Activating Open Collective (#468)
  • 495437c feat(strategies): respect the --allow-emtpy flag (#477)
  • 07b92bc docs: Fix Angular commit conventions link (#458)
  • 53853fe chore(Update cz-conventional-changelog to 2.0.0): (#439)
  • d74b920 chore: add a project .editorconfig (#456)
  • f359d65 docs(readme): change deprecated adapter (#457)
  • 4b32235 docs(contributing): Indentation usage and link to angular convention (#455)
  • de2459f Grammar and layout tweaks (#447)
  • f2f0453 docs($README): add related projects (#444)
  • 53719a4 fix(cli): Don't print error stack trace if git-cz failed (#436) (#437)
  • 2e283a3 docs($readme): add note about avoiding double calls to precommit (#433)
  • d5e2424 fix(adapter): Don't print git root to stdout (#428)
  • bc39af3 docs(readme): Fix incorrect spelling of "changelog" (#427)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.10.1 just got published.

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

Release Notes v2.10.1

<a name"2.10.1">

2.10.1 (2018-05-24)

Bug Fixes

  • cli: Respect git commit -a original behavior (#376) (#471) (d10c94f4)
  • config: prioritized package.json last when looking for config files (#484) (5f8902e7, closes #478)
Commits

The new version differs by 26 commits.

  • 5838ce0 chore(deps): update dependency eslint-plugin-standard to v2.3.1 (#492)
  • 0dd9183 chore(deps): update dependency node-uuid to v1.4.8 (#494)
  • 1df0d8a chore(deps): update dependency nodemon to v1.17.5 (#495)
  • ff1268d chore(deps): update dependency mocha to v3.5.3 (#493)
  • c3b920b chore(deps): update dependency eslint-plugin-promise to v3.7.0 (#490)
  • 94b29de chore(deps): update dependency eslint to v3.19.0 (#489)
  • d92b728 chore(deps): update dependency axios to v0.18.0 (#488)
  • f856f92 Docs: Updates Angular commit conventions link in Contributing.md (#472)
  • d10c94f fix(cli): Respect git commit -a original behavior (#376) (#471)
  • 5f8902e fix(config): prioritized package.json last when looking for config files (#484)
  • 4b8f29a chore(deps): update babel6 monorepo (#487)
  • 89300f5 Configure Renovate (#464)
  • 0023958 fix: lodash Node Security warning (#482)
  • 40d8dab Activating Open Collective (#468)
  • 495437c feat(strategies): respect the --allow-emtpy flag (#477)

There are 26 commits in total.

See the full diff