Skip to content

fix(deps): update dependency cz-conventional-changelog to v3.2.0 #657

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
May 5, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2019

This PR contains the following updates:

Package Type Update Change
cz-conventional-changelog dependencies minor 3.0.1 -> 3.2.0

Release Notes

commitizen/cz-conventional-changelog

v3.2.0

Compare Source

Features

v3.1.1

Compare Source

Bug Fixes
  • defaultValues: Added fallback for optional default values (#​99) (2aae317)

v3.1.0

Compare Source

Features
  • engine: add support for disableScopeLowerCase (#​96) (e7bd546)

v3.0.3

Compare Source

Bug Fixes
  • Update conventional-commit-types to the latest version 🚀 (#​105) (5a371c1)

v3.0.2

Compare Source

Bug Fixes
  • config-loader: captured the direct dependency on commitizen for the use of the config loader (#​90) (4b23bbc), closes #​89

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/cz-conventional-changelog-3.x branch from 286119e to 59dff9d Compare February 8, 2020 19:53
@renovate renovate bot changed the title fix(deps): update dependency cz-conventional-changelog to v3.0.2 fix(deps): update dependency cz-conventional-changelog to v3.1.0 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/cz-conventional-changelog-3.x branch from 59dff9d to a08b811 Compare April 6, 2020 14:02
@renovate renovate bot changed the title fix(deps): update dependency cz-conventional-changelog to v3.1.0 fix(deps): update dependency cz-conventional-changelog to v3.1.1 May 4, 2020
@renovate renovate bot force-pushed the renovate/cz-conventional-changelog-3.x branch from a08b811 to 8a07feb Compare May 4, 2020 20:55
@renovate renovate bot force-pushed the renovate/cz-conventional-changelog-3.x branch from 8a07feb to 52e61fa Compare May 4, 2020 22:02
@renovate renovate bot changed the title fix(deps): update dependency cz-conventional-changelog to v3.1.1 fix(deps): update dependency cz-conventional-changelog to v3.2.0 May 4, 2020
@LinusU LinusU merged commit a95fe72 into master May 5, 2020
@LinusU LinusU deleted the renovate/cz-conventional-changelog-3.x branch May 5, 2020 07:55
@commitizen-bot
Copy link

🎉 This PR is included in version 4.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

dmwelch pushed a commit that referenced this pull request Aug 25, 2020
* fix: git-cz commit repoPath

* chore(deps): bump minimist from 1.2.0 to 1.2.3 (#721)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.3.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): update dependency nyc to v15 (#704)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix: add babel spread plugin

* fix: move to babel.config.js

* fix: update azure devops images

* docs: add commitiquette (#727)

* fix(deps): bump vulnerable packages

* feature: remove dependency on ShellJS (#729)

* feature: avoid dependning on shelljs

* refactor: remove shelljs from tests

* refactor: simplify configLoader call

* fix: use shell flag when spawning npm init

Co-authored-by: hdmr14 <58992133+hdmr14@users.noreply.github.com>

* refactor: remove unused function isArray

* refactor: remove unused function isString

Co-authored-by: hdmr14 <58992133+hdmr14@users.noreply.github.com>

* feat: remove dependency on ShellJS (#729)

Empty commit to trigger release.

* fix(deps): update dependency cz-conventional-changelog to v3.2.0 (#657)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix: restore commitizen.congifLoader.load to public API (#733)

* fix: restore commitizen.congifLoader.load to public API

This reverts commit 468e924.

* chore: temporarily skip failing test

* fix: make cwd argument optional again (#735)

* docs: add .czrc support to README (#739)

* fix(deps): upgrade lodash to 4.17.20 and update package lock file

* docs: add cz-format-extension (#758)

* docs: Update `commitlint` adapter link (#751)

* docs: Update `commitlint` adapter link

* docs: Update link to commitlint adapter

* docs: add adapter for jira (#748)

We have created an adapter that is purposed for the JIRA workflow when you don't use _smart commits_. We have made sure that the adapter is well documented and easy to use.

We think that it is unique and would love for it to be recognized.

* chore(deps): update dependency nyc to v15.1.0 (#745)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(cli): determine correct location of `COMMIT_EDITMSG` (#737)

If using git working trees, then `.git` is a file and not a directory: This file references its own
git directory within the main working tree. `$ git rev-parse --git-dir` will always return the
directory where the `COMMIT_EDITMSG` file should be placed.

* chore(deps): update dependency babel-plugin-istanbul to v5.2.0 (#658)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency semver to v6.3.0 (#659)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(deps): update dependency inquirer to v6.5.2 (#664)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* feat: use cz as binary name (#767)

While still support the old git-cz binary name. Also improve the
documentation.

Closes #761

* fix: git-cz commit repoPath

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: jimthedev <jimthedev@gmail.com>
Co-authored-by: Martin McWhorter <martin@mcwhorter.org>
Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
Co-authored-by: hdmr14 <58992133+hdmr14@users.noreply.github.com>
Co-authored-by: Fernando Maia <fsmaia@gmail.com>
Co-authored-by: Jimmy Andrade <jimmy.andrade@thoughtworks.com>
Co-authored-by: tyankatsu <frips.ryilsufupe+dev@gmail.com>
Co-authored-by: Dura <chris-dura@users.noreply.github.com>
Co-authored-by: Julius Recep Colliander Celik <julius.cc@hotmail.com>
Co-authored-by: nutlike <mail@Qnert.com>
Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants