Peakfijn / Conventions

A set of packages and configuration for Peakfijn development conventions
MIT License
9 stars 2 forks source link

Update @semantic-release/commit-analyzer in group semantic-release to the latest version 🚀 #228

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency @semantic-release/commit-analyzer was updated from 6.3.3 to 7.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: semantic-release-bot License: MIT

Release Notes for v7.0.0

7.0.0 (2020-01-09)

Bug Fixes

  • use correct peerDependencies for semantic-release (4ff652f)
  • package: update import-from to version 3.0.0 (060dc29)

Features

  • add support for conventionalcommits preset (2b5ac0a)
  • allow to disable default release rules with release: false (ea2b204)
  • require Node.js >=10.13 (9f72907)
  • use globs instead of regexp for releases rules (fc9b28a)

BREAKING CHANGES

  • Require Node.js >= 10.13
  • Regexp are not supported anymore for property matching in the releaseRules option.

Regex are replaced by globs. For example /core-.*/ should be changed to 'core-*'.

Commits

The new version differs by 33 commits.

  • 99d15a9 Merge remote-tracking branch 'origin/beta'
  • 5ba9209 Merge remote-tracking branch 'origin/master' into beta
  • 7191b1d chore(package): update nyc to version 15.0.0
  • 1df9003 chore(package): update sinon to version 8.0.0
  • e0dbc85 Merge branch 'master' into beta
  • b09ac00 ci: use shared Travis config
  • 9f72907 feat: require Node.js >=10.13
  • 4ff652f fix: use correct peerDependencies for semantic-release
  • 95a21dc style: prettier formatting
  • b5996a7 style: prettier formatting
  • 4c92195 Merge branch 'master' into beta
  • b32c74b Merge branch 'master' into beta
  • 53e1b05 chore(package): remove rimraf dependency
  • 88dd20d chore: remove commitizen from our dependencies
  • 2b5ac0a feat: add support for conventionalcommits preset

There are 33 commits in total.

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: