console-fail-test
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "console-fail-test", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Gently fails test runs if the console was used during them. 📢", | ||
@@ -17,8 +17,10 @@ "repository": { | ||
".": { | ||
"types": { | ||
"import": "./lib/index.d.mts", | ||
"require": "./lib/index.d.ts" | ||
"import": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.js" | ||
"require": { | ||
"types": "./lib/index.d.cts", | ||
"default": "./lib/index.cjs" | ||
} | ||
} | ||
@@ -50,38 +52,38 @@ }, | ||
"devDependencies": { | ||
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", | ||
"@eslint/js": "^9.6.0", | ||
"@release-it/conventional-changelog": "^8.0.1", | ||
"@types/eslint-plugin-markdown": "^2.0.2", | ||
"@types/eslint__js": "^8.42.3", | ||
"@eslint-community/eslint-plugin-eslint-comments": "4.3.0", | ||
"@eslint/js": "9.6.0", | ||
"@release-it/conventional-changelog": "8.0.1", | ||
"@types/eslint-plugin-markdown": "2.0.2", | ||
"@types/eslint__js": "8.42.3", | ||
"@vitest/coverage-v8": "2.0.1", | ||
"cspell": "^8.10.4", | ||
"eslint": "^8.53.0", | ||
"eslint-plugin-jsdoc": "^48.6.0", | ||
"eslint-plugin-jsonc": "^2.16.0", | ||
"eslint-plugin-markdown": "^5.0.0", | ||
"eslint-plugin-n": "^17.9.0", | ||
"eslint-plugin-package-json": "^0.15.0", | ||
"eslint-plugin-perfectionist": "^2.11.0", | ||
"eslint-plugin-regexp": "^2.6.0", | ||
"eslint-plugin-vitest": "^0.5.4", | ||
"eslint-plugin-yml": "^1.14.0", | ||
"husky": "^9.0.11", | ||
"jsonc-eslint-parser": "^2.4.0", | ||
"knip": "^5.25.1", | ||
"lint-staged": "^15.2.7", | ||
"markdownlint": "^0.34.0", | ||
"markdownlint-cli": "^0.41.0", | ||
"prettier": "^3.3.2", | ||
"prettier-plugin-curly": "^0.2.1", | ||
"prettier-plugin-packagejson": "^2.5.0", | ||
"prettier-plugin-sh": "^0.14.0", | ||
"release-it": "^17.5.0", | ||
"sentences-per-line": "^0.2.1", | ||
"should-semantic-release": "^0.3.0", | ||
"tsup": "^8.1.0", | ||
"typescript": "^5.5.3", | ||
"typescript-eslint": "^7.16.0", | ||
"vitest": "^2.0.1" | ||
"cspell": "8.10.4", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-jsdoc": "48.6.0", | ||
"eslint-plugin-jsonc": "2.16.0", | ||
"eslint-plugin-markdown": "5.0.0", | ||
"eslint-plugin-n": "17.9.0", | ||
"eslint-plugin-package-json": "0.15.0", | ||
"eslint-plugin-perfectionist": "2.11.0", | ||
"eslint-plugin-regexp": "2.6.0", | ||
"eslint-plugin-vitest": "0.5.4", | ||
"eslint-plugin-yml": "1.14.0", | ||
"husky": "9.0.11", | ||
"jsonc-eslint-parser": "2.4.0", | ||
"knip": "5.25.1", | ||
"lint-staged": "15.2.7", | ||
"markdownlint": "0.34.0", | ||
"markdownlint-cli": "0.41.0", | ||
"prettier": "3.3.2", | ||
"prettier-plugin-curly": "0.2.1", | ||
"prettier-plugin-packagejson": "2.5.0", | ||
"prettier-plugin-sh": "0.14.0", | ||
"release-it": "17.5.0", | ||
"sentences-per-line": "0.2.1", | ||
"should-semantic-release": "0.3.0", | ||
"tsup": "8.1.0", | ||
"typescript": "5.5.3", | ||
"typescript-eslint": "7.16.0", | ||
"vitest": "2.0.1" | ||
}, | ||
"packageManager": "pnpm@9.4.0", | ||
"packageManager": "pnpm@9.5.0", | ||
"engines": { | ||
@@ -88,0 +90,0 @@ "node": ">=18" |
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
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
0
167988