Releases: tclindner/npm-package-json-lint
Releases · tclindner/npm-package-json-lint
v4.5.1
v4.5.0
v4.4.0
v4.3.0
🚀 Added
New rules:
- no-archive-dependencies. (#169).
- no-file-dependencies. (#169).
- no-git-dependencies. (#169).
- no-archive-devDependencies. (#169).
- no-file-devDependencies. (#169).
- no-git-devDependencies. (#169).
👑 Changed
- Bumped
chalk
from 2.4.2 to 3.0.0. (#161).
Thank you @miripiruni for creating the new rules 🙌 🎉
v4.2.0
🚀 Added
New rules:
👑 Changed
- no-restricted-dependencies and no-restricted-devDependencies now support wildcards. Ex:
@types/*
will restrict any module that starts with@types/
. This eliminates the need to list all modules under a scope/pattern. Another exampleeslint-plugin-*
. (#154).
Thank you @aaroncadrian for logging the enhancements 🙌
v4.1.1
🙈 Fixed
- Resolved an issue with
description-format
that caused the linter to error when the package.json description was an empty string. (#163).
Huge shout-out to @tomtomsen for identifying and fixing this issue 🎉
v4.1.0
🚀 Added
New rules:
v4.0.5
v4.0.4
🙈 Fixed
- Updated
npmpackagejsonlint
inprefer-property-order
.
📖 Docs
- Added missing link for prefer-no-version-zero-dependencies.