Skip to content

[INTER-2150] Migrate to changesets#193

Merged
TheUnderScorer merged 6 commits into
mainfrom
feature/INTER-2150-migrate-to-changesets
May 26, 2026
Merged

[INTER-2150] Migrate to changesets#193
TheUnderScorer merged 6 commits into
mainfrom
feature/INTER-2150-migrate-to-changesets

Conversation

@TheUnderScorer
Copy link
Copy Markdown
Contributor

No description provided.

@TheUnderScorer TheUnderScorer self-assigned this May 26, 2026
@TheUnderScorer TheUnderScorer marked this pull request as ready for review May 26, 2026 11:12
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 26, 2026

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 83.21% 109/131
🟡 Branches 63.77% 44/69
🟢 Functions 80.49% 33/41
🟢 Lines 82.81% 106/128

Test suite run success

21 tests passing in 15 suites.

Report generated by 🧪jest coverage report action from 261e958

Show full coverage report
St File % Stmts % Branch % Funcs % Lines Uncovered Line #s
🟢 All files 83.2 63.76 80.48 82.81
🟢  src 88.7 75.86 83.33 88.33
🟢   detect-env.ts 90 83.33 100 90 15,85
🟢   env.ts 100 100 100 100
🟢   env.types.ts 85.71 40 50 83.33 14
🟡   ...nt-context.ts 75 100 0 75 8
🟡   get-env.ts 60 0 100 60 8-9
🟢   ssr.ts 100 100 100 100
🟢   ...sitor-data.ts 95.65 100 80 95.65 100
🟢  src/components 92.5 61.53 91.66 92.3
🟢   ...-provider.tsx 91.17 58.33 90 90.9 53,58,96
🟢   ...vironment.tsx 100 100 100 100
🟡  src/utils 58.62 42.85 63.63 58.62
🟡   ...-is-truthy.ts 50 50 100 50 3
🟡   to-error.ts 66.66 50 100 66.66 6
🟢   use-const.ts 100 50 100 100 4
🟢   ...mise-store.ts 92.3 75 100 92.3 7
🔴   wait-until.ts 0 0 0 0 8-19

@github-actions
Copy link
Copy Markdown
Contributor

🚀 Following releases will be created using changesets from this PR:

@fingerprint/react@3.0.1-test.0

Patch Changes

  • Sample changeset to test release pipeline (00a7e95)

⚠ BREAKING CHANGES

  • The SDK api has changed to match changes introduced in V4 version of the agent.
  • Response field names follow the JavaScript Agent v4 API. For example, visitorId is now visitor_id, requestId is now event_id, and other response fields use snake_case.
  • The default caching strategy has changed from sessionStorage caching to no caching by default, aligned with the underlying JavaScript agent v4 default.

Features

  • add usePromiseStore to prevent duplicate async requests (fb59d7f)
  • bump @fingerprint/agent to 4.0.0-beta.5 (c5d217d)
  • migrate to v4 version of the agent (36a26ba)
  • rename package to @fingerprint/react (4714fdf)

Build System

  • deps: use stable 4.0.0 version of the @fingerprint/agent (76a2fec)

@mcnulty-fp
Copy link
Copy Markdown
Contributor

🚀 Following releases will be created using changesets from this PR:

@fingerprint/react@3.0.1-test.0

Patch Changes

  • Sample changeset to test release pipeline (00a7e95)

⚠ BREAKING CHANGES

  • The SDK api has changed to match changes introduced in V4 version of the agent.
  • Response field names follow the JavaScript Agent v4 API. For example, visitorId is now visitor_id, requestId is now event_id, and other response fields use snake_case.
  • The default caching strategy has changed from sessionStorage caching to no caching by default, aligned with the underlying JavaScript agent v4 default.

Features

  • add usePromiseStore to prevent duplicate async requests (fb59d7f)
  • bump @fingerprint/agent to 4.0.0-beta.5 (c5d217d)
  • migrate to v4 version of the agent (36a26ba)
  • rename package to @fingerprint/react (4714fdf)

Build System

  • deps: use stable 4.0.0 version of the @fingerprint/agent (76a2fec)

Any idea why this is including the 3.0.0 CHANGELOG.md entry?

@TheUnderScorer
Copy link
Copy Markdown
Contributor Author

Any idea why this is including the 3.0.0 CHANGELOG.md entry?

Yeah, it's conflicting with the format that semantic-release uses. Usually, during the first release we adjust the changelog manually, afterwards the preview is generating corectly.

@TheUnderScorer TheUnderScorer merged commit 6fc9ac8 into main May 26, 2026
12 checks passed
@TheUnderScorer TheUnderScorer deleted the feature/INTER-2150-migrate-to-changesets branch May 26, 2026 14:03
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.

3 participants