Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump jest-preset-angular from 14.4.2 to 14.5.0 in /modules/web #9879

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"jasmine-core": "5.5.0",
"jasmine-spec-reporter": "7.0.0",
"jest": "29.7.0",
"jest-preset-angular": "14.4.2",
"jest-preset-angular": "14.5.0",
"license-check-and-add": "4.0.5",
"lint-staged": "15.4.1",
"lodash-es": "4.17.21",
Expand Down
22 changes: 13 additions & 9 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13873,7 +13873,7 @@ __metadata:
languageName: node
linkType: hard

"jest-environment-jsdom@npm:^29.0.0":
"jest-environment-jsdom@npm:^29.7.0":
version: 29.7.0
resolution: "jest-environment-jsdom@npm:29.7.0"
dependencies:
Expand Down Expand Up @@ -14000,27 +14000,31 @@ __metadata:
languageName: node
linkType: hard

"jest-preset-angular@npm:14.4.2":
version: 14.4.2
resolution: "jest-preset-angular@npm:14.4.2"
"jest-preset-angular@npm:14.5.0":
version: 14.5.0
resolution: "jest-preset-angular@npm:14.5.0"
dependencies:
bs-logger: ^0.2.6
esbuild: ">=0.15.13"
esbuild-wasm: ">=0.15.13"
jest-environment-jsdom: ^29.0.0
jest-util: ^29.0.0
pretty-format: ^29.0.0
jest-environment-jsdom: ^29.7.0
jest-util: ^29.7.0
pretty-format: ^29.7.0
ts-jest: ^29.0.0
peerDependencies:
"@angular/compiler-cli": ">=15.0.0 <20.0.0"
"@angular/core": ">=15.0.0 <20.0.0"
"@angular/platform-browser-dynamic": ">=15.0.0 <20.0.0"
jest: ^29.0.0
jsdom: ">=20.0.0"
typescript: ">=4.8"
dependenciesMeta:
esbuild:
optional: true
checksum: ae33491c3130c0df02a29bd381a6aba1c51754f45009e3f0c5394e65a9c95d02b94f2700ec520825ff581fabdba0018fcd11699bfa3465bad3f23f0b263c421b
peerDependenciesMeta:
jsdom:
optional: true
checksum: bc2bb8435829d549a523c971b87f6d0b1c74b77def985b3ea517fd0cd772f31a34bedb9062591021530da884dda8fa516a1913a0e48520de579d3062a7149af7
languageName: node
linkType: hard

Expand Down Expand Up @@ -14706,7 +14710,7 @@ __metadata:
jasmine-core: 5.5.0
jasmine-spec-reporter: 7.0.0
jest: 29.7.0
jest-preset-angular: 14.4.2
jest-preset-angular: 14.5.0
js-base64: 3.7.7
js-yaml: 4.1.0
jwt-decode: 4.0.0
Expand Down
Loading