Skip to content

Commit

Permalink
1.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Miller committed Jul 31, 2020
1 parent 5e45b68 commit ca09a47
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v1.0.0-beta.11
#### feature
* adds exit codes for pass, fail, and warn to the CLI

#### minor
* adds `isStale` check for dependencies

#### infrastructure and tooling
* upped timeouts for api tests again
* configures mocha for using `.ts` files
* updates tsconfig type config to use mocha and chai types
* configures build to run prior to testing

## v1.0.0-beta.10
#### feature
* indicates in CLI report if a dependency was ignored
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rotten-deps",
"version": "1.0.0-beta-10",
"version": "1.0.0-beta.11",
"description": "The command `npm outdated` only has two endpoints which are pass or fail. This dichotomy isn't very useful for CI flows which have pass, fail, or warn. This CLI utility combines `npm outdated` and `npm view` in order to establish a compliance period for dependency checks. This way if a dependency update is within your compliance period you can trigger a warn or if it's beyond your compliance period it can trigger a fail.",
"main": "lib/index.js",
"bin": "bin/rotten-deps.js",
Expand Down

0 comments on commit ca09a47

Please sign in to comment.