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

build(deps-dev): bump @types/jasmine from 3.8.2 to 5.1.5 #3298

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
237 changes: 140 additions & 97 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@
"@cypress/schematic": "^2.5.2",
"@ionic/angular-toolkit": "^7.0.0",
"@types/hammerjs": "^2.0.41",
"@types/jasmine": "^3.8.2",
"@types/jasmine": "^5.1.5",
"@types/jasminewd2": "^2.0.10",
"@types/lodash-es": "^4.17.4",
"@types/node": "^16.7.10",

Unchanged files with check annotations Beta

const wifiSSID = dataViewToText(
await BleClient.read(
connectedDevice!.device.deviceId,

Check warning on line 221 in src/app/features/settings/go-pro/services/go-pro-bluetooth.service.ts

GitHub Actions / lint

Forbidden non-null assertion
this.goProWifiAccessPointServiceUUID,
this.goProWifiSSIDCharacteristicUUID
)
const wifiPASS = dataViewToText(
await BleClient.read(
connectedDevice!.device.deviceId,

Check warning on line 229 in src/app/features/settings/go-pro/services/go-pro-bluetooth.service.ts

GitHub Actions / lint

Forbidden non-null assertion
this.goProWifiAccessPointServiceUUID,
this.goProWifiPASSCharacteristicUUID
)