standard-changelog
Advanced tools
Comparing version 2.0.27 to 3.0.0
@@ -9,3 +9,2 @@ #!/usr/bin/env node | ||
const tempfile = require('tempfile') | ||
const _ = require('lodash') | ||
const resolve = require('path').resolve | ||
@@ -94,3 +93,3 @@ const Readable = require('stream').Readable | ||
const options = _.omitBy({ | ||
const options = { | ||
preset: flags.preset, | ||
@@ -103,3 +102,3 @@ pkg: { | ||
lernaPackage: flags.lernaPackage | ||
}, _.isUndefined) | ||
} | ||
@@ -106,0 +105,0 @@ if (flags.verbose) { |
{ | ||
"name": "standard-changelog", | ||
"version": "2.0.27", | ||
"version": "3.0.0", | ||
"description": "Generate a changelog from git metadata with Angular commit convention", | ||
@@ -22,3 +22,3 @@ "bugs": { | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=14" | ||
}, | ||
@@ -31,18 +31,16 @@ "files": [ | ||
"add-stream": "^1.0.0", | ||
"chalk": "^4.0.0", | ||
"conventional-changelog-angular": "^5.0.12", | ||
"conventional-changelog-core": "^4.2.1", | ||
"figures": "^3.0.0", | ||
"fs-access": "^1.0.0", | ||
"lodash": "^4.17.15", | ||
"meow": "^8.0.0", | ||
"rimraf": "^3.0.0", | ||
"sprintf-js": "^1.1.1", | ||
"chalk": "^4.1.2", | ||
"conventional-changelog-angular": "^6.0.0", | ||
"conventional-changelog-core": "^5.0.0", | ||
"figures": "^3.2.0", | ||
"fs-access": "^1.0.1", | ||
"meow": "^8.1.2", | ||
"rimraf": "^3.0.2", | ||
"sprintf-js": "^1.1.2", | ||
"tempfile": "^3.0.0" | ||
}, | ||
"bin": "cli.js", | ||
"scripts": { | ||
"test-windows": "echo 'make work on windows'" | ||
}, | ||
"bin": "cli.js", | ||
"gitHead": "cc567b98facf71315f4b1620d81ce01d155efaca" | ||
} | ||
} | ||
} |
# Standard CHANGELOG | ||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coveralls-image]][coveralls-url] | ||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coverage-image]][coverage-url] | ||
@@ -63,3 +63,3 @@ > An opinionated approach to CHANGELOG generation using angular commit conventions. | ||
[daviddm-url]: https://david-dm.org/conventional-changelog/standard-changelog | ||
[coveralls-image]: https://coveralls.io/repos/conventional-changelog/standard-changelog/badge.svg | ||
[coveralls-url]: https://coveralls.io/r/conventional-changelog/standard-changelog | ||
[coverage-image]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master | ||
[coverage-url]: https://coveralls.io/github/conventional-changelog/conventional-changelog?branch=master |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10
9374
5
181
1
+ Addedconventional-changelog-angular@6.0.0(transitive)
+ Addedconventional-changelog-core@5.0.2(transitive)
+ Addedconventional-changelog-writer@6.0.1(transitive)
+ Addedconventional-commits-filter@3.0.0(transitive)
+ Addedconventional-commits-parser@4.0.0(transitive)
+ Addedgit-raw-commits@3.0.0(transitive)
+ Addedgit-semver-tags@5.0.1(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
- Removedlodash@^4.17.15
- Removedconventional-changelog-angular@5.0.13(transitive)
- Removedconventional-changelog-core@4.2.4(transitive)
- Removedconventional-changelog-writer@5.0.1(transitive)
- Removedconventional-commits-filter@2.0.7(transitive)
- Removedconventional-commits-parser@3.2.4(transitive)
- Removedgit-raw-commits@2.0.11(transitive)
- Removedgit-semver-tags@4.1.1(transitive)
- Removedlodash@4.17.21(transitive)
- Removedq@1.5.1(transitive)
- Removedsemver@6.3.1(transitive)
- Removedthrough2@4.0.2(transitive)
Updatedchalk@^4.1.2
Updatedfigures@^3.2.0
Updatedfs-access@^1.0.1
Updatedmeow@^8.1.2
Updatedrimraf@^3.0.2
Updatedsprintf-js@^1.1.2