Skip to content

Releases: christophehurpeau/check-package-dependencies

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)

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)