Skip to content

build: update dependency karma-jasmine-html-reporter to v2 #31204

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"karma-coverage": "~2.2.0",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"karma-jasmine-html-reporter": "^2.0.0",
"light-server": "^2.9.1",
"lighthouse": "~11.7.0",
"lighthouse-logger": "~1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/assets/stack-blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.8.2"
}
}
2 changes: 1 addition & 1 deletion integration/harness-e2e-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"karma-jasmine-html-reporter": "~2.1.0",
"selenium-webdriver": "3.6.0",
"ts-node": "~10.9.1",
"typescript": "5.8.3",
Expand Down
16 changes: 8 additions & 8 deletions integration/harness-e2e-cli/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/ng-add-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "5.8.3"
}
}
16 changes: 8 additions & 8 deletions integration/ng-add-standalone/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/ng-add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "5.8.3"
}
}
16 changes: 8 additions & 8 deletions integration/ng-add/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/yarn-pnp-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "5.8.3"
}
}
16 changes: 8 additions & 8 deletions integration/yarn-pnp-compat/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6447,14 +6447,14 @@ __metadata:
languageName: node
linkType: hard

"karma-jasmine-html-reporter@npm:~1.7.0":
version: 1.7.0
resolution: "karma-jasmine-html-reporter@npm:1.7.0"
"karma-jasmine-html-reporter@npm:~2.1.0":
version: 2.1.0
resolution: "karma-jasmine-html-reporter@npm:2.1.0"
peerDependencies:
jasmine-core: ">=3.8"
karma: ">=0.9"
karma-jasmine: ">=1.1"
checksum: 10/b4dc9525c7a0e0729537d3d2b4099573271a5ba19157a2e6a1226fbae66d118b17d85b31a6acf711a066f6283a906b86388f51739be45b2384d73035a61ab699
jasmine-core: ^4.0.0 || ^5.0.0
karma: ^6.0.0
karma-jasmine: ^5.0.0
checksum: 10/1c3906c8ed4299342702ad6d5a8c735b5adfb1ed5c955bb381a39b9679da8705b21347f712da0eb5e8e2b0d4690927ae67b6a3c23d901e9a7d09f9f05aeb7e98
languageName: node
linkType: hard

Expand Down Expand Up @@ -9801,7 +9801,7 @@ __metadata:
karma-chrome-launcher: "npm:~3.2.0"
karma-coverage: "npm:~2.2.0"
karma-jasmine: "npm:~4.0.0"
karma-jasmine-html-reporter: "npm:~1.7.0"
karma-jasmine-html-reporter: "npm:~2.1.0"
rxjs: "npm:^7.5.5"
tslib: "npm:^2.3.0"
typescript: "npm:5.8.3"
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading