Skip to content

Releases: christophehurpeau/check-package-dependencies

v6.5.0

05 Jul 13:57
7d63808
Compare
Choose a tag to compare

6.5.0 (2023-07-05)

Features

  • add checkMinRangePeerDependenciesSatisfiesDependencies and enable in recommended for librairies (c04eb24)
  • deps: update dependency semver to v7.5.1 (#504) (d8079a5)

Bug Fixes

v6.4.1

11 May 21:53
4472184
Compare
Choose a tag to compare

6.4.1 (2023-05-11)

Bug Fixes

  • fix colors when both errors and warnings are found (5779fe2)

v6.4.0

08 May 22:24
142898d
Compare
Choose a tag to compare

6.4.0 (2023-05-08)

Features

  • add conclusion (d29d77c)
  • deps: update dependency glob to v10 (#491) (455068c)
  • deps: update dependency import-meta-resolve to v3 (#498) (626782a)

Bug Fixes

  • fix multiple beforeExit (d0595d2)

v6.3.2

17 Apr 10:43
743b13e
Compare
Choose a tag to compare

6.3.2 (2023-04-17)

Bug Fixes

  • ignore direct peer dependency check if the dependency is in peer dependencies (9eb7635)

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)