Skip to content

Releases: christophehurpeau/check-package-dependencies

v6.3.1

13 Mar 23:31
9896bda
Compare
Choose a tag to compare

6.3.1 (2023-03-13)

Bug Fixes

  • make sure all dependencies matches peerdependency range before skipping it (6b0db57)
  • only allow dependencies satisfiying peerdependencies when isLibrary is false (0093237)

v6.3.0

13 Mar 22:31
ee7acac
Compare
Choose a tag to compare

6.3.0 (2023-03-13)

Features

  • allow direct peer dependencies to be satisfied by another direct peer dependency (2aba256)

Bug Fixes

v6.2.1

29 Jan 16:06
49bb8ed
Compare
Choose a tag to compare

6.2.1 (2023-01-29)

Bug Fixes

  • ignore directory with no package.json with warning (76cdddf)

v6.2.0

09 Jan 12:42
ce73084
Compare
Choose a tag to compare

6.2.0 (2023-01-09)

Features

  • checkExactVersion: add check for comparators range (c886651)

v6.1.0

30 Dec 21:17
5d70050
Compare
Choose a tag to compare

6.1.0 (2022-12-30)

Features

  • add checkMinRangeDependenciesSatisfiesDevDependencies (934247f)
  • autofix checkMinRangeSatisfies (63b20f7)

v6.0.0

30 Dec 16:35
21f7e15
Compare
Choose a tag to compare

6.0.0 (2022-12-30)

⚠ BREAKING CHANGES

  • isLibrary is now an option on createCheckPackage instead of checkRecommended

Features

  • allow duplicate devdep and dep when pkg is library and dep is range (3697f8d)

v5.0.0

30 Dec 11:04
fe5dba2
Compare
Choose a tag to compare

5.0.0 (2022-12-30)

⚠ BREAKING CHANGES

  • requires node 16

Features

  • add checkSatisfiesVersionsInDependency (59cb1d2)
  • deps: update dependency chalk to v5 (#219) (b1ac9b1)

Miscellaneous Chores

v4.0.0

29 Nov 23:53
84b82cd
Compare
Choose a tag to compare

4.0.0 (2022-11-29)

⚠ BREAKING CHANGES

  • removed deprecated methods
  • requires ESM, drop CJS support

Features

v3.11.0

27 Nov 13:35
fc63828
Compare
Choose a tag to compare

3.11.0 (2022-11-27)

Features

  • deps: update dependency type-fest to v3 (#419) (1195137)

v3.10.0

21 Sep 19:28
0e2112b
Compare
Choose a tag to compare

3.10.0 (2022-09-21)

Features

  • add checkSatisfiesVersions (083b1ce)