Skip to content

Commit

Permalink
Report request as deprecated package.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Jan 18, 2025
1 parent 456c8a8 commit e4a199d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ npx @iobroker/repochecker https://github.com/ioBroker/ioBroker.javascript --loca
## Changelog
### **WORK IN PROGRESS**

- (mcm1957) Report request as deprecated package.
- (mcm1957) Report malformed semver specifications.
- (mcm1957) Check of copyright-year complains about future dates now.
- (mcm1957) Checking for responsive design issues has been added.
Expand Down
4 changes: 4 additions & 0 deletions lib/M000_PackageJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ const blacklistedDependenciesPackageJson = {
msg: "'@alcalzone/release-script-plugin-version' must not be listed as dependency at package.json. Please remove and create new release.",
err: true,
},
request: {
msg: "'request' package is deprecated and no longer maintained. Please consider migrating to package 'axios'.",
err: false,
},
};

const blacklistedDevDependenciesPackageJson = {
Expand Down

0 comments on commit e4a199d

Please sign in to comment.