Skip to content
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
8 changes: 8 additions & 0 deletions .github/workflows/pr-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ jobs:
- name: Verify packages
run: node common/scripts/install-run-rush.js verify --parallelism 1

- name: Install Relay lifecycle browser
working-directory: tools/webapp-graphql-relay-lifecycle-fixture
run: npx playwright install --with-deps chromium

- name: Test Relay lifecycle browser
working-directory: tools/webapp-graphql-relay-lifecycle-fixture
run: npm run test:browser

- name: Test packed Relay consumer contract
run: npm run test:relay-consumer-contract

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@omgjs/labkit-webapp-graphql-relay",
"comment": "Add route-query lifetime ownership for mounted Relay consumers and document TanStack Router migration.",
"type": "minor"
}
],
"packageName": "@omgjs/labkit-webapp-graphql-relay"
}
Loading