eslint-plugin-testing-library
Advanced tools
Comparing version 7.0.0-beta.3 to 7.0.0-beta.4
@@ -7,15 +7,13 @@ "use strict"; | ||
const detect_testing_library_utils_1 = require("./detect-testing-library-utils"); | ||
function createTestingLibraryRule({ create, detectionOptions = {}, meta, ...remainingConfig }) { | ||
return utils_1.ESLintUtils.RuleCreator(utils_2.getDocsUrl)({ | ||
...remainingConfig, | ||
create: (0, detect_testing_library_utils_1.detectTestingLibraryUtils)(create, detectionOptions), | ||
meta: { | ||
...meta, | ||
docs: { | ||
...meta.docs, | ||
recommended: undefined, | ||
}, | ||
const createTestingLibraryRule = ({ create, detectionOptions = {}, meta, ...remainingConfig }) => utils_1.ESLintUtils.RuleCreator(utils_2.getDocsUrl)({ | ||
...remainingConfig, | ||
create: (0, detect_testing_library_utils_1.detectTestingLibraryUtils)(create, detectionOptions), | ||
meta: { | ||
...meta, | ||
docs: { | ||
...meta.docs, | ||
recommended: undefined, | ||
}, | ||
}); | ||
} | ||
}, | ||
}); | ||
exports.createTestingLibraryRule = createTestingLibraryRule; |
{ | ||
"name": "eslint-plugin-testing-library", | ||
"version": "7.0.0-beta.3", | ||
"version": "7.0.0-beta.4", | ||
"description": "ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library", | ||
@@ -54,4 +54,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@typescript-eslint/scope-manager": "^6.21.0", | ||
"@typescript-eslint/utils": "^6.21.0" | ||
"@typescript-eslint/scope-manager": "^7.18.0", | ||
"@typescript-eslint/utils": "^7.18.0" | ||
}, | ||
@@ -68,4 +68,4 @@ "devDependencies": { | ||
"@types/node": "^20.16.12", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"del-cli": "^5.1.0", | ||
@@ -72,0 +72,0 @@ "eslint": "^8.57.1", |
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
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
262938
4469
+ Added@typescript-eslint/scope-manager@7.18.0(transitive)
+ Added@typescript-eslint/types@7.18.0(transitive)
+ Added@typescript-eslint/typescript-estree@7.18.0(transitive)
+ Added@typescript-eslint/utils@7.18.0(transitive)
+ Added@typescript-eslint/visitor-keys@7.18.0(transitive)
+ Addedminimatch@9.0.5(transitive)
- Removed@types/semver@7.5.8(transitive)
- Removed@typescript-eslint/scope-manager@6.21.0(transitive)
- Removed@typescript-eslint/types@6.21.0(transitive)
- Removed@typescript-eslint/typescript-estree@6.21.0(transitive)
- Removed@typescript-eslint/utils@6.21.0(transitive)
- Removed@typescript-eslint/visitor-keys@6.21.0(transitive)
- Removedminimatch@9.0.3(transitive)