Releases: christophehurpeau/check-package-dependencies
Releases · christophehurpeau/check-package-dependencies
v9.0.0
9.0.0 (2024-12-10)
⚠ BREAKING CHANGES
- fix checkSatisfiesVersionsBetweenDependencies config and result
Bug Fixes
- fix checkSatisfiesVersionsBetweenDependencies config and result (f8ddc10)
v8.0.1
8.0.1 (2024-12-08)
Note: no notable changes
v8.0.0
8.0.0 (2024-12-08)
⚠ BREAKING CHANGES
- drop node 18 and node 20
- change message format
- parse package to get line:column in error messages
Features
- change message format (0f64246)
- parse package to get line:column in error messages (6c82228)
Code Refactoring
- update to node 22 and use fs.glob (10d509a)
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)