Skip to content

Releases: christophehurpeau/check-package-dependencies

v7.2.0

17 Jul 20:29
Compare
Choose a tag to compare

7.2.0 (2024-07-17)

Features

v7.1.2

09 Jun 09:32
Compare
Choose a tag to compare

7.1.2 (2024-06-09)

Bug Fixes

  • properly check peer dependency's dependencies for non-matching version when it is in pkg peer dependency (b40fdaa)

v7.1.1

06 Mar 21:44
Compare
Choose a tag to compare

7.1.1 (2024-03-06)

Note: no notable changes

v7.1.0

06 Mar 21:42
Compare
Choose a tag to compare

7.1.0 (2024-03-06)

Features

  • better support exact versions (e9e6aa2)

v7.0.0

05 Nov 18:18
Compare
Choose a tag to compare

7.0.0 (2023-11-05)

⚠ BREAKING CHANGES

  • drop node 16, requires node 18

Features

  • indicate when the issue is auto fixable (f9a5609)

Bug Fixes

  • add missing newline when autofixing package.json (5e52efc)
  • display expected version in checkExactVersion if we could resolve it (14e1103)
  • update import-meta-resolve (77acefd)
  • use fileURLToPath (ad78573)

Miscellaneous Chores

  • pob update and update to yarn 4 and node 18 (d474f59)

v6.8.0

15 Sep 08:36
39c6704
Compare
Choose a tag to compare

6.8.0 (2023-09-15)

Features

  • checkResolutionsVersionsMatch: add support for resolutions with patch (42520ad)
  • deps: update dependency type-fest to v4 (#535) (4c94049)

v6.7.0

13 Jul 19:51
20d20cc
Compare
Choose a tag to compare

6.7.0 (2023-07-13)

Features

  • add tryToAutoFix support in checkSatisfiesVersionsFromDependency (c4efa60)

v6.6.0

05 Jul 15:58
bc3b613
Compare
Choose a tag to compare

6.6.0 (2023-07-05)

Features

  • allow * use in onlyWarnsForInMonorepoPackagesDependencies (350e62a)

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)