Skip to content

Updates browserlist by pumping safari to 16.4 due to required SIMD bu… - #46

Merged
dompagoj merged 1 commit into
mainfrom
feature/browserlist
Jul 29, 2026
Merged

Updates browserlist by pumping safari to 16.4 due to required SIMD bu…#46
dompagoj merged 1 commit into
mainfrom
feature/browserlist

Conversation

@dompagoj

@dompagoj dompagoj commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

…ilds

Summary by CodeRabbit

  • Documentation

    • Updated browser support guidance across BlinkCard and BlinkID packages.
    • Safari and iOS Safari minimum versions are now 16.4.
  • Compatibility

    • Browser targeting now requires Safari 16.4 or later across supported packages.
  • Tests

    • Updated browser support validation to reflect the new iOS Safari minimum.

@dompagoj
dompagoj requested a review from a team July 27, 2026 11:26
@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@dompagoj, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 5 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 2825c1c8-0cd9-4ed5-8971-676ed16c9a7c

📥 Commits

Reviewing files that changed from the base of the PR and between ab90572 and 226c0f9.

📒 Files selected for processing (12)
  • packages/blinkcard-core/README.md
  • packages/blinkcard-core/package.json
  • packages/blinkcard-worker/README.md
  • packages/blinkcard-worker/package.json
  • packages/blinkid-core/README.md
  • packages/blinkid-core/package.json
  • packages/blinkid-verify-core/README.md
  • packages/blinkid-verify-core/package.json
  • packages/blinkid-verify-worker/README.md
  • packages/blinkid-verify-worker/package.json
  • packages/blinkid-worker/README.md
  • packages/blinkid-worker/package.json
📝 Walkthrough

Walkthrough

Safari minimum support was raised from 15.1 to 16.4 in six package browserslist configurations and corresponding README documentation. Browser-support drift test fixtures and expected output were updated accordingly.

Changes

Safari support alignment

Layer / File(s) Summary
Safari target and documentation updates
packages/*/package.json, packages/*/README.md, packages/repo-utils/browser-support.test.mts
Six packages now target Safari 16.4, document Safari and iOS Safari 16.4 support, and update browser-support drift test expectations.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Suggested reviewers: mariokresic

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main change: raising the Safari Browserslist minimum to 16.4 for SIMD build requirements.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/browserlist

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Comment thread packages/repo-utils/browser-support.test.mts Fixed

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
packages/repo-utils/browser-support.test.mts (1)

91-92: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Remove the no-op string replacement.

The fixture already contains iOS Safari 16.4, so replacing it with the identical value has no effect and triggered CodeQL. Pass browserSupportReadme directly instead.

Proposed fix
-        browserSupportReadme.replace("iOS Safari 16.4", "iOS Safari 16.4"),
+        browserSupportReadme,
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@packages/repo-utils/browser-support.test.mts` around lines 91 - 92, Remove
the no-op replace call in the browser support test and pass browserSupportReadme
directly to the surrounding assertion or operation, preserving the existing
fixture value and behavior.

Source: Linters/SAST tools

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@packages/repo-utils/browser-support.test.mts`:
- Around line 91-92: Remove the no-op replace call in the browser support test
and pass browserSupportReadme directly to the surrounding assertion or
operation, preserving the existing fixture value and behavior.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b56f21bf-afa1-4989-93ee-0d17cc9db43f

📥 Commits

Reviewing files that changed from the base of the PR and between b7fbed3 and ab90572.

📒 Files selected for processing (13)
  • packages/blinkcard-core/README.md
  • packages/blinkcard-core/package.json
  • packages/blinkcard-worker/README.md
  • packages/blinkcard-worker/package.json
  • packages/blinkid-core/README.md
  • packages/blinkid-core/package.json
  • packages/blinkid-verify-core/README.md
  • packages/blinkid-verify-core/package.json
  • packages/blinkid-verify-worker/README.md
  • packages/blinkid-verify-worker/package.json
  • packages/blinkid-worker/README.md
  • packages/blinkid-worker/package.json
  • packages/repo-utils/browser-support.test.mts

nnstanusic
nnstanusic previously approved these changes Jul 27, 2026

@nnstanusic nnstanusic left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm: Resolve the substring replace, and CI.

@dompagoj
dompagoj force-pushed the feature/browserlist branch from 9051d9c to 226c0f9 Compare July 27, 2026 12:21

@mariokresic mariokresic left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Firefox on wasm also changed with basic removal

@dompagoj
dompagoj merged commit ced05ae into main Jul 29, 2026
5 checks passed
@dompagoj
dompagoj deleted the feature/browserlist branch July 29, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants