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

Update npm package @types/google.picker to v0.0.47 #5538

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Changes from 1 commit
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
Next Next commit
Update npm package @types/google.picker to v0.0.47
hash-worker[bot] authored Dec 14, 2024
commit b3f60ce5e57a02689c65a258aec520dbe93f97f3
2 changes: 1 addition & 1 deletion apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@
"@types/emoji-mart": "patch:@types/emoji-mart@npm%3A3.0.9#~/.yarn/patches/@types-emoji-mart-npm-3.0.9-ec5052fc0d.patch",
"@types/gapi": "0.0.47",
"@types/google.accounts": "0.0.15",
"@types/google.picker": "0.0.43",
"@types/google.picker": "0.0.47",
"@types/iframe-resizer": "3.5.13",
"@types/jsonpath": "0.2.4",
"@types/lodash": "4.17.13",
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -540,7 +540,7 @@ __metadata:
"@types/emoji-mart": "patch:@types/emoji-mart@npm%3A3.0.9#~/.yarn/patches/@types-emoji-mart-npm-3.0.9-ec5052fc0d.patch"
"@types/gapi": "npm:0.0.47"
"@types/google.accounts": "npm:0.0.15"
"@types/google.picker": "npm:0.0.43"
"@types/google.picker": "npm:0.0.47"
"@types/iframe-resizer": "npm:3.5.13"
"@types/jsonpath": "npm:0.2.4"
"@types/lodash": "npm:4.17.13"
@@ -17623,10 +17623,10 @@ __metadata:
languageName: node
linkType: hard

"@types/google.picker@npm:0.0.43":
version: 0.0.43
resolution: "@types/google.picker@npm:0.0.43"
checksum: 10c0/929671015dfffb2c73e8a52612505cee9273a49c557241ef3765d9927ea2327ef15047e64269ec2cc7088bc193f009d3e3e75e2ad6a7497603a6f1f9d8672c8e
"@types/google.picker@npm:0.0.47":
version: 0.0.47
resolution: "@types/google.picker@npm:0.0.47"
checksum: 10c0/c7bbedd7a54a9cc8dd29b7a522d155260e17a3ae4a4617c32b34df65ba3fb0b3b5066e8f3f3e752fbd6670bc5b348af6f8eed3eaeda80411002c844559c22581
languageName: node
linkType: hard


Unchanged files with check annotations Beta

.setOAuthToken(accessToken)
.setCallback((response) => {
if (
response.action !== google.picker.Action.PICKED ||

Check failure on line 23 in apps/hash-frontend/src/pages/shared/integrations/google/google-file-picker.tsx

GitHub Actions / Package (@apps/hash-frontend)

The two values in this comparison do not have a shared enum type
!response.docs[0]
) {
onUserChoice(null);
import { changeSidebarListDisplay } from "./shared/change-sidebar-list-display";

Check failure on line 1 in tests/hash-playwright/tests/entities-page.spec.ts

GitHub Actions / Integration (@tests/hash-playwright)

[chromium] › entities-page.spec.ts:10:1 › user can visit a page listing entities of a type

1) [chromium] › entities-page.spec.ts:10:1 › user can visit a page listing entities of a type ──── Test timeout of 30000ms exceeded.
import { loginUsingTempForm } from "./shared/login-using-temp-form";
import { resetDb } from "./shared/reset-db";
import { expect, test } from "./shared/runtime";
await page.locator("text=Entities").first().click();
// Click on 'Document' in the entities list
await page.locator("text=Document").first().click();

Check failure on line 31 in tests/hash-playwright/tests/entities-page.spec.ts

GitHub Actions / Integration (@tests/hash-playwright)

[chromium] › entities-page.spec.ts:10:1 › user can visit a page listing entities of a type

1) [chromium] › entities-page.spec.ts:10:1 › user can visit a page listing entities of a type ──── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('text=Document').first() - locator resolved to <span class="MuiTypography-root MuiTypography-smallTextLabels css-mpg5zb">…</span> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is not visible - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is not visible - retrying click action - waiting 100ms 48 × waiting for element to be visible, enabled and stable - element is not visible - retrying click action - waiting 500ms 29 | 30 | // Click on 'Document' in the entities list > 31 | await page.locator("text=Document").first().click(); | ^ 32 | 33 | // Check if we are on the 'Document' entities page 34 | await page.waitForURL((url) => { at /home/runner/work/hash/hash/tests/hash-playwright/tests/entities-page.spec.ts:31:47
// Check if we are on the 'Document' entities page
await page.waitForURL((url) => {