eslint-plugin-testing-library
Advanced tools
Comparing version 3.0.4 to 3.1.0-beta.1
{ | ||
"name": "eslint-plugin-testing-library", | ||
"version": "3.0.4", | ||
"version": "3.1.0-beta.1", | ||
"description": "ESLint rules for Testing Library", | ||
@@ -23,8 +23,10 @@ "keywords": [ | ||
}, | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib/" | ||
], | ||
"release": { | ||
"pkgRoot": "dist" | ||
}, | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "eslint ./", | ||
"build": "tsc", | ||
"postbuild": "cpy README.md ./dist && cpy package.json ./dist && cpy LICENSE ./dist", | ||
"lint": "eslint . --ext .js,.ts", | ||
"lint:fix": "npm run lint -- --fix", | ||
@@ -39,6 +41,12 @@ "format": "prettier --write README.md {lib,docs,tests}/**/*.{js,md}", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"@typescript-eslint/experimental-utils": "^2.29.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.2.0", | ||
"@commitlint/config-conventional": "^8.2.0", | ||
"@types/jest": "^25.1.4", | ||
"@typescript-eslint/eslint-plugin": "^2.26.0", | ||
"@typescript-eslint/parser": "^2.26.0", | ||
"cpy-cli": "^3.1.0", | ||
"eslint": "^6.3.0", | ||
@@ -56,6 +64,8 @@ "eslint-config-prettier": "^6.1.0", | ||
"is-ci-cli": "^2.0.0", | ||
"jest": "^24.9.0", | ||
"jest": "^25.2.6", | ||
"lint-staged": "^9.2.5", | ||
"prettier": "1.18.2", | ||
"semantic-release": "^15.13.24" | ||
"semantic-release": "^15.13.24", | ||
"ts-jest": "^25.3.0", | ||
"typescript": "^3.8.3" | ||
}, | ||
@@ -62,0 +72,0 @@ "peerDependencies": { |
@@ -26,3 +26,3 @@ <div align="center"> | ||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-) | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-) | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
@@ -200,2 +200,3 @@ | ||
<td align="center"><a href="http://tdeekens.name"><img src="https://avatars3.githubusercontent.com/u/1877073?v=4" width="100px;" alt=""/><br /><sub><b>Tobias Deekens</b></sub></a><br /><a href="https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Atdeekens" title="Bug reports">🐛</a></td> | ||
<td align="center"><a href="https://github.com/victorandcode"><img src="https://avatars0.githubusercontent.com/u/18427801?v=4" width="100px;" alt=""/><br /><sub><b>Victor Cordova</b></sub></a><br /><a href="https://github.com/testing-library/eslint-plugin-testing-library/commits?author=victorandcode" title="Code">💻</a> <a href="https://github.com/testing-library/eslint-plugin-testing-library/commits?author=victorandcode" title="Tests">⚠️</a> <a href="https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Avictorandcode" title="Bug reports">🐛</a></td> | ||
</tr> | ||
@@ -202,0 +203,0 @@ </table> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
249972
77
3718
208
2
24
1
1
1
+ Added@typescript-eslint/experimental-utils@2.34.0(transitive)
+ Added@typescript-eslint/typescript-estree@2.34.0(transitive)
+ Addedeslint-scope@5.1.1(transitive)
+ Addedeslint-utils@2.1.0(transitive)
+ Addedeslint-visitor-keys@1.3.0(transitive)
+ Addedestraverse@4.3.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedsemver@7.6.3(transitive)
+ Addedtslib@1.14.1(transitive)
+ Addedtsutils@3.21.0(transitive)
+ Addedtypescript@5.6.3(transitive)
+ Addedwrappy@1.0.2(transitive)