Releases: christophehurpeau/check-package-dependencies
Releases · christophehurpeau/check-package-dependencies
v6.2.1
6.2.1 (2023-01-29)
Bug Fixes
- ignore directory with no package.json with warning (76cdddf)
v6.2.0
6.2.0 (2023-01-09)
Features
- checkExactVersion: add check for comparators range (c886651)
v6.1.0
6.1.0 (2022-12-30)
Features
- add checkMinRangeDependenciesSatisfiesDevDependencies (934247f)
- autofix checkMinRangeSatisfies (63b20f7)
v6.0.0
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)
v5.0.0
5.0.0 (2022-12-30)
⚠ BREAKING CHANGES
Features
- add checkSatisfiesVersionsInDependency (59cb1d2)
- deps: update dependency chalk to v5 (#219) (b1ac9b1)
Miscellaneous Chores
v4.0.0
4.0.0 (2022-11-29)
⚠ BREAKING CHANGES
- removed deprecated methods
- requires ESM, drop CJS support
Features
v3.11.0
3.11.0 (2022-11-27)
Features
- deps: update dependency type-fest to v3 (#419) (1195137)
v3.10.0
3.10.0 (2022-09-21)
Features
- add checkSatisfiesVersions (083b1ce)
v3.9.2
3.9.2 (2022-07-30)
Bug Fixes
- fix enable --fix cli option (2fff3cd)
- fix run message warning always displaying for workspaces (2e7e01d)
v3.9.1
3.9.1 (2022-07-30)
Bug Fixes
- add beforeExit listener only once (ae46f9a)
- glob.sync option cwd to fix windows compat (b663e18)