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

Bump the fetching group in /frontend-react with 2 updates #17053

Merged
Merged
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
4 changes: 2 additions & 2 deletions frontend-react/package.json
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@
"@okta/okta-react": "^6.9.0",
"@okta/okta-signin-widget": "^7.27.1",
"@rest-hooks/rest": "^3.0.3",
"@tanstack/react-query": "^5.62.16",
"@tanstack/react-query-devtools": "^5.62.16",
"@tanstack/react-query": "^5.64.0",
"@tanstack/react-query-devtools": "^5.64.0",
"@trussworks/react-uswds": "^9.1.0",
"@uswds/uswds": "3.7.1",
"axios": "^1.7.9",
32 changes: 16 additions & 16 deletions frontend-react/yarn.lock
Original file line number Diff line number Diff line change
@@ -2459,10 +2459,10 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.62.16":
version: 5.62.16
resolution: "@tanstack/query-core@npm:5.62.16"
checksum: 96e712dba70b9234884108ecac2fa05ae588f7a1758377d80aa30d4e830f00cbef95309d2806828ca224d1db51e3c8364857a6f3581edb989f2f16cb98ad0f26
"@tanstack/query-core@npm:5.64.0":
version: 5.64.0
resolution: "@tanstack/query-core@npm:5.64.0"
checksum: a489552af41419f9561baaff15073d63a4cf8634b5a9f4a484364a70734b6e37f7460560acccf61ef4b631ac4b6008000c4f13996b905f219b8099bd8343451c
languageName: node
linkType: hard

@@ -2473,26 +2473,26 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-query-devtools@npm:^5.62.16":
version: 5.62.16
resolution: "@tanstack/react-query-devtools@npm:5.62.16"
"@tanstack/react-query-devtools@npm:^5.64.0":
version: 5.64.0
resolution: "@tanstack/react-query-devtools@npm:5.64.0"
dependencies:
"@tanstack/query-devtools": 5.62.16
peerDependencies:
"@tanstack/react-query": ^5.62.16
"@tanstack/react-query": ^5.64.0
react: ^18 || ^19
checksum: 1acd07c82cd37a73731e180b4511025d33143a5820c09450143b81bde24871a7f7bccb44d6d488583dc319ae3ed22779bd38157836d37e2673a1c9efa004a3b6
checksum: 24e2aed653ed79ab132a8da451e8323daaea9acf4c677e7dad1cdc4fd8c5d7419906801d350a6596f7ff35b80dae97ba3c432d8e84d748d8ea53bc75b41348f6
languageName: node
linkType: hard

"@tanstack/react-query@npm:^5.62.16":
version: 5.62.16
resolution: "@tanstack/react-query@npm:5.62.16"
"@tanstack/react-query@npm:^5.64.0":
version: 5.64.0
resolution: "@tanstack/react-query@npm:5.64.0"
dependencies:
"@tanstack/query-core": 5.62.16
"@tanstack/query-core": 5.64.0
peerDependencies:
react: ^18 || ^19
checksum: dbf9cf549799d96ecefea237617e15234d9fa446460efe5286e128840b1bcfff5d7ff8a9eb9208aefe469800b50fa2ad31d93e631be3e0a58baac61a3094fb33
checksum: d6676fd1481753af1c348c8084057f9c879a8ac69c5cd5ae3f90ae29a6734a32511de90b2b02f9ac31da1ca475ecd72d2fb5e06d01dfa78c78d59919d32364d5
languageName: node
linkType: hard

@@ -9828,8 +9828,8 @@ __metadata:
"@storybook/react-vite": ^8.4.7
"@storybook/testing-library": ^0.2.2
"@storybook/theming": ^8.4.7
"@tanstack/react-query": ^5.62.16
"@tanstack/react-query-devtools": ^5.62.16
"@tanstack/react-query": ^5.64.0
"@tanstack/react-query-devtools": ^5.64.0
"@testing-library/dom": ^10.4.0
"@testing-library/jest-dom": ^6.6.3
"@testing-library/react": ^16.1.0

Unchanged files with check annotations Beta

test.describe("Functions correctly", () => {
test.describe("filters", () => {
test.describe("date range", () => {

Check warning on line 148 in frontend-react/e2e/spec/all/authenticated/admin/receiver-status-page.spec.ts

GitHub Actions / Lint

Maximum describe call depth exceeded (6). Maximum allowed is 5
test("works through calendar", async ({ adminReceiverStatusPage }) => {
const { valueDisplay } = adminReceiverStatusPage.filterFormInputs.dateRange;
const now = new Date();
});
test.describe("receiver statuses", () => {
test.describe("date range length changes", () => {

Check warning on line 262 in frontend-react/e2e/spec/all/authenticated/admin/receiver-status-page.spec.ts

GitHub Actions / Lint

Maximum describe call depth exceeded (6). Maximum allowed is 5
test("increases", async ({ adminReceiverStatusPage }) => {
const rows = adminReceiverStatusPage.receiverStatusRowsLocator;
const days = rows.nthCustom(0).days;
await aboutPage.page.getByTestId("CardGroup").getByRole("link", { name: cardLink.name }).click();
if (cardLink.url.length) {
await expect(aboutPage.page).toHaveURL(cardLink.url);

Check warning on line 148 in frontend-react/e2e/spec/all/public/about/about-page.spec.ts

GitHub Actions / Lint

Avoid calling `expect` conditionally`
}
await aboutPage.page.goto(URL_ABOUT, {
});
// Page currently archived
test.describe.skip(

Check warning on line 39 in frontend-react/e2e/spec/all/public/developer-resources/api/documentation/sample-payloads-and-output.spec.ts

GitHub Actions / Lint

Unexpected use of the `.skip()` annotation
"Developer Resources / API / Documentation / Sample payloads and output page",
{
tag: "@smoke",
await expect(receiverDropdown(dailyDataPage.page)).toHaveValue(TEST_ORG_UP_RECEIVER_UP);
});
test.skip("with 'From' date, 'To' date, 'Start time', 'End time'", async ({

Check warning on line 177 in frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts

GitHub Actions / Lint

Unexpected use of the `.skip()` annotation
dailyDataPage,
}) => {
// TODO: The date filtering query is currently broken
test("returns match for Filename", async ({ dailyDataPage, isMockDisabled }) => {
// Filename search is currently broken and being tracked
// in ticket #15644 so we must skip UNLESS IT IS MOCKED
test.skip(isMockDisabled, "Mocks are DISABLED, skipping 'returns match for Filename");

Check warning on line 298 in frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts

GitHub Actions / Lint

Unexpected use of the `.skip()` annotation
const fileName = await tableDataCellValue(dailyDataPage.page, 0, 4);
await searchInput(dailyDataPage.page).fill(removeDateTime(fileName));
await searchButton(dailyDataPage.page).click();
});
test("downloads the file", async ({ dailyDataPage, isMockDisabled }) => {
test.skip(!isMockDisabled, "Mocks are ENABLED, skipping 'downloads the file' test");

Check warning on line 380 in frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts

GitHub Actions / Lint

Unexpected use of the `.skip()` annotation
// Sort by File available until, but they're in ASCENDING order
await dailyDataPage.page.getByRole("button", { name: "File available until" }).click();
await dailyDataPage.page.locator(".usa-table tbody").waitFor({ state: "visible" });
test.describe(`${TEST_ORG_IGNORE} org - ${receiver} receiver`, () => {
test.describe("on 'Report ID' click", () => {
test.beforeEach(async ({ dailyDataPage, isFrontendWarningsLog }) => {
test.skip(

Check warning on line 407 in frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts

GitHub Actions / Lint

Unexpected use of the `.skip()` annotation
!isFrontendWarningsLog,
"isFrontendWarningsLog must be TRUE, skipping 'on 'Report ID' click' test",
);
});
test("opens the Daily Data details page", async ({ dailyDataPage, isFrontendWarningsLog }) => {
test.skip(

Check warning on line 418 in frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts

GitHub Actions / Lint

Unexpected use of the `.skip()` annotation
!isFrontendWarningsLog,
"isFrontendWarningsLog must be TRUE, skipping 'opens the Daily Data details page' test",
);
);
if (responsePromise) {
await expect(dailyDataPage.page).toHaveURL(`${URL_REPORT_DETAILS}/${reportId}`);

Check warning on line 430 in frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts

GitHub Actions / Lint

Avoid calling `expect` conditionally`
await expect(dailyDataPage.page).toHaveTitle(/Daily Data - ReportStream/);
await expect(dailyDataPage.page.locator("h1").getByText(reportId)).toBeVisible();