Skip to content

Commit 58308d2

Browse files
chore(main): release 1.0.0 (#164)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c6d09af commit 58308d2

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.0](https://github.com/nodeshift/npcheck/compare/v0.4.1...v1.0.0) (2023-05-31)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove node 14 and update gh actions ([#163](https://github.com/nodeshift/npcheck/issues/163))
11+
12+
### Features
13+
14+
* add ability to exclude vulnerabilities ([#133](https://github.com/nodeshift/npcheck/issues/133)) ([23f726d](https://github.com/nodeshift/npcheck/commit/23f726dd6dc0070c223ee836ce3b0d3fa412a2ed))
15+
* remove node 14 and update gh actions ([#163](https://github.com/nodeshift/npcheck/issues/163)) ([86ec9e2](https://github.com/nodeshift/npcheck/commit/86ec9e2be0b2904a426c3705a19aba63cae3bc82))
16+
* special case BSD* to allow match with BSD ([0e38345](https://github.com/nodeshift/npcheck/commit/0e38345260335973fc070249b76336a79a8b4718))
17+
* upgrade @npmcli/arborist from 3.0.0 to 6.2.8 ([#140](https://github.com/nodeshift/npcheck/issues/140)) ([e062414](https://github.com/nodeshift/npcheck/commit/e06241441b32147a41a2f8656bb1b31463ad4d5d))
18+
* upgrade yargs from 16.2.0 to 17.3.1 ([#122](https://github.com/nodeshift/npcheck/issues/122)) ([cc06129](https://github.com/nodeshift/npcheck/commit/cc06129dd7b3e7adacfb3e70a5cd4c4b7e9b5bd1))
19+
20+
21+
### Bug Fixes
22+
23+
* fix cut an paste errors in audit plugin ([ce9336a](https://github.com/nodeshift/npcheck/commit/ce9336a2f9d92df12ff27362cc92cd95d1b8a96a))
24+
* package.json & package-lock.json to reduce vulnerabilities ([#117](https://github.com/nodeshift/npcheck/issues/117)) ([e4ad98b](https://github.com/nodeshift/npcheck/commit/e4ad98b61004421fccbcc480a501dd8bae1a1a83))
25+
* remove caching on network post ([41c3e01](https://github.com/nodeshift/npcheck/commit/41c3e018f720e210ee227ffc9a1e88fe16074d92))
26+
* upgrade @npmcli/arborist from 6.2.8 to 6.2.9 ([#162](https://github.com/nodeshift/npcheck/issues/162)) ([9c7e280](https://github.com/nodeshift/npcheck/commit/9c7e2805e4198fb51b4b87a9048afa8b41448dd3))
27+
* upgrade @pkgjs/nv from 0.1.0 to 0.2.0 ([#114](https://github.com/nodeshift/npcheck/issues/114)) ([da0708f](https://github.com/nodeshift/npcheck/commit/da0708fbd29a4c9822994a9ba042ec6704c4172e))
28+
* upgrade date-fns from 2.25.0 to 2.26.0 ([#112](https://github.com/nodeshift/npcheck/issues/112)) ([52eae49](https://github.com/nodeshift/npcheck/commit/52eae49e2691ca33f7412d0a85d79a928a29d963))
29+
* upgrade date-fns from 2.26.0 to 2.27.0 ([#113](https://github.com/nodeshift/npcheck/issues/113)) ([4723c95](https://github.com/nodeshift/npcheck/commit/4723c95f29b713287ba31e4fd1dc174947347e29))
30+
* upgrade date-fns from 2.27.0 to 2.28.0 ([#118](https://github.com/nodeshift/npcheck/issues/118)) ([94fd43b](https://github.com/nodeshift/npcheck/commit/94fd43bce838aeef639bf8c011a915c69f99e33c))
31+
* upgrade date-fns from 2.28.0 to 2.29.3 ([#150](https://github.com/nodeshift/npcheck/issues/150)) ([35ff056](https://github.com/nodeshift/npcheck/commit/35ff05662edae0301028ac1f6abc13596bec69f4))
32+
* upgrade date-fns from 2.29.3 to 2.30.0 ([#161](https://github.com/nodeshift/npcheck/issues/161)) ([fcd083c](https://github.com/nodeshift/npcheck/commit/fcd083ccb16e3ab367c8e2c9019f4d1a23c44316))
33+
* upgrade eslint-plugin-import from 2.25.3 to 2.25.4 ([#119](https://github.com/nodeshift/npcheck/issues/119)) ([2b62311](https://github.com/nodeshift/npcheck/commit/2b62311fed798dd1a225fa6c9113b840e2b1eac1))
34+
* upgrade jest from 27.4.3 to 27.4.4 ([#115](https://github.com/nodeshift/npcheck/issues/115)) ([3c7e0ce](https://github.com/nodeshift/npcheck/commit/3c7e0ce8108d6fcf3f15ee06ccc4dd0010b774f3))
35+
* upgrade jest from 27.4.4 to 27.4.5 ([#116](https://github.com/nodeshift/npcheck/issues/116)) ([7181d64](https://github.com/nodeshift/npcheck/commit/7181d64017d98a8ae29d1a9b0289eec3c7b8d73f))
36+
* upgrade jest from 27.4.5 to 27.4.6 ([#120](https://github.com/nodeshift/npcheck/issues/120)) ([a79ccbd](https://github.com/nodeshift/npcheck/commit/a79ccbdba339598cd72fa16c1535a642adf17519))
37+
* upgrade jest from 27.4.6 to 27.4.7 ([#121](https://github.com/nodeshift/npcheck/issues/121)) ([66e53ee](https://github.com/nodeshift/npcheck/commit/66e53ee0d4183a811d309396a0e0fc41f93f8baf))
38+
* upgrade yargs from 17.3.1 to 17.7.2 ([#160](https://github.com/nodeshift/npcheck/issues/160)) ([2457cbc](https://github.com/nodeshift/npcheck/commit/2457cbc498ca673d5bd24d6597c02ebb668698ce))
39+
540
### [0.4.5](https://github.com/nodeshift/npcheck/compare/v0.4.4...v0.4.5) (2023-05-15)
641

742
### [0.4.4](https://github.com/nodeshift/npcheck/compare/v0.4.3...v0.4.4) (2022-10-20)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npcheck",
3-
"version": "0.4.5",
3+
"version": "1.0.0",
44
"description": "A tool to run various checks on npm modules",
55
"keywords": [],
66
"author": "Red Hat, Inc.",

0 commit comments

Comments
 (0)