jest-preset-angular
Advanced tools
Comparing version 14.0.3 to 14.0.4
@@ -0,1 +1,11 @@ | ||
## [14.0.4](https://github.com/thymikee/jest-preset-angular/compare/v14.0.3...v14.0.4) (2024-05-07) | ||
### Features | ||
* Support generic type for signal queries, closes [#2392](https://github.com/thymikee/jest-preset-angular/issues/2392) | ||
* Support `outputFromObservable`, closes [#2374](https://github.com/thymikee/jest-preset-angular/issues/2374) | ||
* Support `input.required`, closes [#2370](https://github.com/thymikee/jest-preset-angular/issues/2370) | ||
## [14.0.3](https://github.com/thymikee/jest-preset-angular/compare/v14.0.2...v14.0.3) (2024-02-16) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "jest-preset-angular", | ||
"version": "14.0.3", | ||
"version": "14.0.4", | ||
"description": "Jest preset configuration for Angular projects", | ||
@@ -66,27 +66,27 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^17.2.0", | ||
"@angular/animations": "^17.2.1", | ||
"@angular/common": "^17.2.1", | ||
"@angular/compiler": "^17.2.1", | ||
"@angular/compiler-cli": "^17.2.1", | ||
"@angular/core": "^17.2.1", | ||
"@angular/platform-browser": "^17.2.1", | ||
"@angular/platform-browser-dynamic": "^17.2.1", | ||
"@commitlint/cli": "^18.6.1", | ||
"@commitlint/config-angular": "^18.6.1", | ||
"@angular-devkit/build-angular": "^17.3.6", | ||
"@angular/animations": "^17.3.7", | ||
"@angular/common": "^17.3.7", | ||
"@angular/compiler": "^17.3.7", | ||
"@angular/compiler-cli": "^17.3.7", | ||
"@angular/core": "^17.3.7", | ||
"@angular/platform-browser": "^17.3.7", | ||
"@angular/platform-browser-dynamic": "^17.3.7", | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-angular": "^19.3.0", | ||
"@jest/transform": "^29.7.0", | ||
"@jest/types": "^29.6.3", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.11.17", | ||
"@types/semver": "^7.5.7", | ||
"@typescript-eslint/eslint-plugin": "^7.0.1", | ||
"@typescript-eslint/parser": "^7.0.1", | ||
"@types/node": "^20.12.10", | ||
"@types/semver": "^7.5.8", | ||
"@typescript-eslint/eslint-plugin": "^7.8.0", | ||
"@typescript-eslint/parser": "^7.8.0", | ||
"chalk": "^4.1.2", | ||
"conventional-changelog-cli": "^4.1.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.56.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jest": "^27.8.0", | ||
"eslint-plugin-jsdoc": "^48.1.0", | ||
"eslint-plugin-jest": "^27.9.0", | ||
"eslint-plugin-jsdoc": "^48.2.3", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
@@ -97,3 +97,3 @@ "eslint-plugin-prettier": "^5.1.3", | ||
"github-files-fetcher": "^1.6.0", | ||
"glob": "^10.3.10", | ||
"glob": "^10.3.12", | ||
"husky": "^9.0.11", | ||
@@ -108,5 +108,5 @@ "jest": "^29.7.0", | ||
"typescript": "^5.2.0 <5.3.0", | ||
"zone.js": "~0.14.4" | ||
"zone.js": "~0.14.5" | ||
}, | ||
"packageManager": "yarn@4.1.0" | ||
"packageManager": "yarn@4.2.1" | ||
} |
Sorry, the diff of this file is too big to display
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
740723
3241
21