chore: bump purchases-ui-js to 4.8.9#981
Open
joshdholtz wants to merge 2 commits into
Open
Conversation
Picks up the carousel swipe fix (advance on a normal swipe / 20% distance threshold, Safari touch tracking) released in @revenuecat/purchases-ui-js 4.8.9. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
francocorreasosa
approved these changes
Jul 17, 2026
The test-e2e job discarded Playwright output and the config disabled tracing in CI, so failing E2E runs (currently the Stripe Address Element tax tests) leave nothing to diagnose from. - Re-enable failure-only capture: screenshot on failure, trace on first retry. - store_artifacts (when: always) for test-results, playwright-report, and the JUnit results.xml so error-context.md / traces survive the run. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
@revenuecat/purchases-ui-jsfrom4.8.6→4.8.9purchases-ui-js changes included
clientX-based tracking so touch swipes work on Safari)onSensitiveInputChangedfor auth screenssize.*.defaultfor web_view fit placeholderTest plan
Note
Medium Risk
The purchases-ui-js bump affects paywall rendering and checkout UI paths; CI-only Playwright changes are low risk.
Overview
Dependency:
@revenuecat/purchases-ui-jsis updated from 4.8.6 to 4.8.9 in rootpackage.jsonandpnpm-lock.yaml, pulling in upstream paywall/UI fixes (carousel swipe, auth password inputs, sticky footers, web view sizing).CI / E2E: The
test-e2ejob now stores Playwright artifacts (test-results,playwright-report,results.xml) withwhen: alwaysso failures are diagnosable after the run. Inplaywright.config.ts, CI no longer disables screenshots and traces entirely—it usesscreenshot: only-on-failureandtrace: on-first-retryinstead ofoff.Reviewed by Cursor Bugbot for commit c9fc674. Bugbot is set up for automated code reviews on this repo. Configure here.