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

Update conventional-changelog-peakfijn to the latest version 🚀 #29

Merged
merged 1 commit into from
Sep 12, 2018

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Sep 12, 2018

Version 0.7.0 of conventional-changelog-peakfijn was just published.

Dependency conventional-changelog-peakfijn
Current Version 0.6.1
Type devDependency

The version 0.7.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of conventional-changelog-peakfijn.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 18 commits.

  • 41a631f release: create new version v0.7.0
  • 2957a17 feature(eslint): add first draft of eslint peakfijn configuration (#32)
  • dab4380 feature(stylelint): add first draft of stylelint config (#26)
  • 5f4c83a refactor(config-release-expo): upgrade dependencies to latest version (#31)
  • 9687df0 feature(config-commitizen): add first draft of commitizen config (#22)
  • fc5f11a feature(config-commitlint): add first draft of commitlint config
  • 87154a3 fix: add missing react release configuration to greenkeeper
  • 9ce6aa7 feature(config-release-react): add sharable semantic release react config
  • 65ca62f documentation: add github template for minor changes
  • d39d2db documentation: add github template for discussions
  • f3e2a59 documentation(config-release-expo): use the new uniform readme format
  • a426b54 documentation(config-release-laravel): use the new uniform readme format
  • 8de1eae documentation: add helpful github templates for issues and pull requests
  • 90dd752 chore: upgrade root dependencies
  • d50e2cc documentation: add greenkeeper and travis badges

There are 18 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@codecov
Copy link

codecov bot commented Sep 12, 2018

Codecov Report

Merging #29 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #29   +/-   ##
========================================
  Coverage    98.52%   98.52%           
========================================
  Files            7        7           
  Lines          136      136           
  Branches        22       22           
========================================
  Hits           134      134           
  Misses           2        2

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 12, 2018

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 8f14ea6 release: create new version v0.8.0
  • aba58e2 documentation(config-eslint-expo): expand full name to unify with stylelint
  • 2f03353 documentation(config-eslint): expand full name to unify with stylelint
  • 78be4a1 refactor(config-eslint): remove documented base-extension warning
  • 53a9057 refactor(config-eslint-expo): add peakfijn base rules and update documentation
  • b0da6f2 refactor(eslint-expo): remove hardcoded extend of base rules
  • ed17326 fix: greenkeeper configuration and group by subject

See the full diff

@byCedric byCedric merged commit 682a575 into develop Sep 12, 2018
@byCedric byCedric deleted the greenkeeper/conventional-changelog-peakfijn-0.7.0 branch September 12, 2018 14:19
byCedric pushed a commit that referenced this pull request Apr 25, 2019
## [1.2.2](1.2.1...1.2.2) (2019-04-25)

### Code refactors

* clean up excessive or replaced dependencies ([7719ec3](7719ec3))
* replace old release configuration with new version ([29ea01a](29ea01a))
* replace url parse and format with simple split ([46c1cac](46c1cac))
* restructure the package file ([0ba5f05](0ba5f05))
* separate linting and testing and simplify codecov ([fdd12ae](fdd12ae))
* upgrade all dependencies to their latest versions ([e16177c](e16177c))
* upgrade commit-types-peakfijn to version 0.6.0 ([#20](#20)) ([919fb5a](919fb5a))
* upgrade commit-types-peakfijn to version 0.8.0 ([#28](#28)) ([7a39db2](7a39db2))
* upgrade commitizen to version 3.0.2 ([#31](#31)) ([e41b646](e41b646))
* upgrade conventional-changelog-peakfijn to version 0.6.0 ([#21](#21)) ([d3f4335](d3f4335))
* upgrade conventional-changelog-peakfijn to version 0.7.0 ([#29](#29)) ([682a575](682a575))
* upgrade cz-changelog-peakfijn to version 0.6.0 ([#22](#22)) ([2628fdb](2628fdb))
* upgrade cz-changelog-peakfijn to version 0.8.0 ([#30](#30)) ([e839a80](e839a80))
* upgrade debug to version 4.0.0 ([#27](#27)) ([d6127b0](d6127b0))
* upgrade execa to version 0.11.0 ([#23](#23)) ([79ed060](79ed060))
* upgrade execa to version 1.0.0 ([#24](#24)) ([51bfb73](51bfb73))
* upgrade get-stream to version 4.0.0 ([#19](#19)) ([ef2fa56](ef2fa56))
* upgrade xo to version 0.22.0 ([#18](#18)) ([1d1cb64](1d1cb64))
* upgrade xo to version 0.23.0 ([#25](#25)) ([fb9421b](fb9421b))
* use new peakfijn commitizen package ([5b86613](5b86613))
* use new peakfijn commitlint package ([75047e4](75047e4))
* use new peakfijn semantic release package ([3d458e1](3d458e1))

### Code style changes

* fix all new styling issues ([9c4ca04](9c4ca04))
* fix latest styling issues caused by the ava refactor ([fe9600b](fe9600b))

### Documentation changes

* use new travis badge that works ([96be688](96be688)), closes [badges/shields#1711](badges/shields#1711)

### Other chores

* configure proper pull request titles for greenkeeper ([93416af](93416af))
* simplify the issue and pull request templates ([#26](#26)) ([dd17cde](dd17cde))

### Pipeline changes

* dryrun a release on develop as test before release ([8f05142](8f05142))
* use lts node versions and switch to npm ci with audit ([a5cec66](a5cec66))

### Testing updates

* update ava async usage to latest release ([4df0c72](4df0c72))
@byCedric
Copy link
Owner

🎉 This PR is included in version 1.2.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant