Releases: christophehurpeau/check-package-dependencies
Releases · christophehurpeau/check-package-dependencies
v7.2.0
7.2.0 (2024-07-17)
Features
v7.1.2
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
7.1.1 (2024-03-06)
Note: no notable changes
v7.1.0
7.1.0 (2024-03-06)
Features
- better support exact versions (e9e6aa2)
v7.0.0
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
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
6.7.0 (2023-07-13)
Features
- add tryToAutoFix support in checkSatisfiesVersionsFromDependency (c4efa60)
v6.6.0
6.6.0 (2023-07-05)
Features
- allow * use in onlyWarnsForInMonorepoPackagesDependencies (350e62a)
v6.5.0
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
6.4.1 (2023-05-11)
Bug Fixes
- fix colors when both errors and warnings are found (5779fe2)