Skip to content

Commit b5184af

Browse files
author
Éverton Arruda
committed
feat: upgrade dependency versions
Upgrade dependency versions to fix security issues and adjust code to reflect changes
1 parent 3bb49d8 commit b5184af

File tree

5 files changed

+1760
-3165
lines changed

5 files changed

+1760
-3165
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cz-conventional-changelog-for-jira
22

3-
Part of the [commitizen](https://github.com/commitizen/cz-cli) family. Prompts for [conventional changelog](https://github.com/conventional-changelog/conventional-changelog) standard and also prompts for a mandatory JIRA issue.
3+
Part of the [@ryansonshine/commitizen](https://github.com/ryansonshine/cz-cli) family. Prompts for [conventional changelog](https://github.com/conventional-changelog/conventional-changelog) standard and also prompts for a mandatory JIRA issue.
44

55
[![npm version](https://img.shields.io/npm/v/@digitalroute/cz-conventional-changelog-for-jira.svg?style=flat-square)](https://www.npmjs.org/package/@digitalroute/cz-conventional-changelog-for-jira)
66
[![npm downloads](https://img.shields.io/npm/dm/@digitalroute/cz-conventional-changelog-for-jira.svg?style=flat-square)](http://npm-stat.com/charts.html?package=@digitalroute/cz-conventional-changelog-for-jira)
@@ -17,7 +17,7 @@ Part of the [commitizen](https://github.com/commitizen/cz-cli) family. Prompts f
1717
### Installation
1818

1919
```bash
20-
npm install commitizen @digitalroute/cz-conventional-changelog-for-jira
20+
npm install @ryansonshine/commitizen @digitalroute/cz-conventional-changelog-for-jira
2121
```
2222

2323
and then add the following to package.json:

engine.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ describe('commitlint config header-max-length', function() {
630630
});
631631

632632
it('with commitizen config override', function() {
633-
mock('commitizen', {
633+
mock('@ryansonshine/commitizen', {
634634
configLoader: {
635635
load: function() {
636636
return {

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var engine = require('./engine');
44
var conventionalCommitTypes = require('./types');
55
var defaults = require('./defaults');
6-
var configLoader = require('commitizen').configLoader;
6+
var configLoader = require('@ryansonshine/commitizen').configLoader;
77

88
var config = configLoader.load();
99

0 commit comments

Comments
 (0)