Skip to content

Release PR - #733

Open
ryanbas21 wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Release PR#733
ryanbas21 wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@ryanbas21

@ryanbas21 ryanbas21 commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@forgerock/davinci-client@2.2.0

Minor Changes

Patch Changes

  • Updated dependencies []:
    • @forgerock/sdk-logger@2.2.0
    • @forgerock/sdk-oidc@2.2.0
    • @forgerock/sdk-request-middleware@2.2.0
    • @forgerock/storage@2.2.0
    • @forgerock/sdk-types@2.2.0
    • @forgerock/sdk-utilities@2.2.0

@forgerock/journey-client@2.2.0

Patch Changes

  • Updated dependencies []:
    • @forgerock/sdk-logger@2.2.0
    • @forgerock/sdk-oidc@2.2.0
    • @forgerock/sdk-request-middleware@2.2.0
    • @forgerock/storage@2.2.0
    • @forgerock/sdk-types@2.2.0
    • @forgerock/sdk-utilities@2.2.0

@forgerock/oidc-client@2.2.0

Patch Changes

  • Updated dependencies []:
    • @forgerock/iframe-manager@2.2.0
    • @forgerock/sdk-logger@2.2.0
    • @forgerock/sdk-oidc@2.2.0
    • @forgerock/sdk-request-middleware@2.2.0
    • @forgerock/storage@2.2.0
    • @forgerock/sdk-types@2.2.0
    • @forgerock/sdk-utilities@2.2.0

@forgerock/sdk-logger@2.2.0

Patch Changes

  • Updated dependencies []:
    • @forgerock/sdk-types@2.2.0

@forgerock/sdk-oidc@2.2.0

Patch Changes

  • Updated dependencies []:
    • @forgerock/sdk-types@2.2.0
    • @forgerock/sdk-utilities@2.2.0

@forgerock/storage@2.2.0

Patch Changes

  • Updated dependencies []:
    • @forgerock/sdk-types@2.2.0

@forgerock/sdk-utilities@2.2.0

Patch Changes

  • Updated dependencies []:
    • @forgerock/sdk-types@2.2.0

@forgerock/device-client@2.2.0

@forgerock/protect@2.2.0

@forgerock/iframe-manager@2.2.0

@forgerock/sdk-request-middleware@2.2.0

@forgerock/sdk-types@2.2.0

Summary by CodeRabbit

  • New Features

    • Added MetadataCollector support to the DaVinci client.
  • Release

    • Published version 2.2.0 across the SDK packages.
    • Updated release notes to document the new feature and synchronized package updates.

@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d0ec03f9-ea9c-4e3d-bc1f-07d6c2caee6d

📥 Commits

Reviewing files that changed from the base of the PR and between f705d4d and d0f179c.

📒 Files selected for processing (25)
  • .changeset/real-swans-leave.md
  • packages/davinci-client/CHANGELOG.md
  • packages/davinci-client/package.json
  • packages/device-client/CHANGELOG.md
  • packages/device-client/package.json
  • packages/journey-client/CHANGELOG.md
  • packages/journey-client/package.json
  • packages/oidc-client/CHANGELOG.md
  • packages/oidc-client/package.json
  • packages/protect/CHANGELOG.md
  • packages/protect/package.json
  • packages/sdk-effects/iframe-manager/CHANGELOG.md
  • packages/sdk-effects/iframe-manager/package.json
  • packages/sdk-effects/logger/CHANGELOG.md
  • packages/sdk-effects/logger/package.json
  • packages/sdk-effects/oidc/CHANGELOG.md
  • packages/sdk-effects/oidc/package.json
  • packages/sdk-effects/sdk-request-middleware/CHANGELOG.md
  • packages/sdk-effects/sdk-request-middleware/package.json
  • packages/sdk-effects/storage/CHANGELOG.md
  • packages/sdk-effects/storage/package.json
  • packages/sdk-types/CHANGELOG.md
  • packages/sdk-types/package.json
  • packages/sdk-utilities/CHANGELOG.md
  • packages/sdk-utilities/package.json
💤 Files with no reviewable changes (1)
  • .changeset/real-swans-leave.md

📝 Walkthrough

Walkthrough

The release metadata updates package versions from 2.1.0 to 2.2.0 and add corresponding changelog sections across DaVinci, client, and SDK effects packages. The DaVinci changelog records MetadataCollector support.

Changes

2.2.0 release metadata

Layer / File(s) Summary
DaVinci client release entry
packages/davinci-client/CHANGELOG.md, packages/davinci-client/package.json
Adds the 2.2.0 changelog entry and updates the package version to 2.2.0.
Client package release synchronization
packages/{device-client,journey-client,oidc-client,protect}/*
Updates client package versions and adds their 2.2.0 changelog entries.
SDK effects release synchronization
packages/sdk-effects/*, packages/sdk-types/*, packages/sdk-utilities/*
Updates SDK package versions and records corresponding 2.2.0 dependency changes in changelogs.

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

Suggested reviewers: cerebrl

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description provides release notes, but it does not follow the repository template or include the required JIRA Ticket and Description sections. Add the template headings, include a JIRA ticket if applicable, a short description of the release, and confirm the changeset.
Title check ❓ Inconclusive "Release PR" is too generic and doesn’t identify the main change or package release. Use a specific title like "Release ForgeRock JS SDK v2.2.0" or similar.
✅ Passed checks (3 passed)
Check name Status Explanation
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 changeset-release/main

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.

@nx-cloud

nx-cloud Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

View your CI Pipeline Execution ↗ for commit d0f179c

Command Status Duration Result
nx run-many -t build --no-agents ✅ Succeeded <1s View ↗
nx affected -t build lint test typecheck e2e-ci ✅ Succeeded 2m 18s View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-07-29 21:18:41 UTC

@pkg-pr-new

pkg-pr-new Bot commented Jul 29, 2026

Copy link
Copy Markdown

Open in StackBlitz

@forgerock/davinci-client

pnpm add https://pkg.pr.new/@forgerock/davinci-client@733

@forgerock/device-client

pnpm add https://pkg.pr.new/@forgerock/device-client@733

@forgerock/journey-client

pnpm add https://pkg.pr.new/@forgerock/journey-client@733

@forgerock/oidc-client

pnpm add https://pkg.pr.new/@forgerock/oidc-client@733

@forgerock/protect

pnpm add https://pkg.pr.new/@forgerock/protect@733

@forgerock/sdk-types

pnpm add https://pkg.pr.new/@forgerock/sdk-types@733

@forgerock/sdk-utilities

pnpm add https://pkg.pr.new/@forgerock/sdk-utilities@733

@forgerock/iframe-manager

pnpm add https://pkg.pr.new/@forgerock/iframe-manager@733

@forgerock/sdk-logger

pnpm add https://pkg.pr.new/@forgerock/sdk-logger@733

@forgerock/sdk-oidc

pnpm add https://pkg.pr.new/@forgerock/sdk-oidc@733

@forgerock/sdk-request-middleware

pnpm add https://pkg.pr.new/@forgerock/sdk-request-middleware@733

@forgerock/storage

pnpm add https://pkg.pr.new/@forgerock/storage@733

commit: d0f179c

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 23.26%. Comparing base (eafe277) to head (d0f179c).
⚠️ Report is 50 commits behind head on main.

❌ Your project status has failed because the head coverage (23.26%) is below the target coverage (40.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #733      +/-   ##
==========================================
+ Coverage   18.07%   23.26%   +5.18%     
==========================================
  Files         155      161       +6     
  Lines       24398    25661    +1263     
  Branches     1203     1626     +423     
==========================================
+ Hits         4410     5970    +1560     
+ Misses      19988    19691     -297     

see 16 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions

Copy link
Copy Markdown
Contributor

Deployed fc7a74c to https://ForgeRock.github.io/ping-javascript-sdk/pr-733/fc7a74ce889f20ac839702ffced0bbadc361a56a branch gh-pages in ForgeRock/ping-javascript-sdk

@github-actions

Copy link
Copy Markdown
Contributor

📦 Bundle Size Analysis

📦 Bundle Size Analysis

🆕 New Packages

🆕 @forgerock/journey-client - 92.6 KB (new)
🆕 @forgerock/journey-client - 0.0 KB (new)
🆕 @forgerock/device-client - 10.0 KB (new)
🆕 @forgerock/device-client - 0.0 KB (new)

➖ No Changes

@forgerock/davinci-client - 55.2 KB
@forgerock/sdk-types - 9.1 KB
@forgerock/sdk-logger - 1.6 KB
@forgerock/iframe-manager - 3.2 KB
@forgerock/sdk-oidc - 5.7 KB
@forgerock/storage - 1.5 KB
@forgerock/sdk-request-middleware - 4.6 KB
@forgerock/sdk-utilities - 18.6 KB
@forgerock/oidc-client - 35.3 KB
@forgerock/protect - 144.6 KB


14 packages analyzed • Baseline from latest main build

Legend

🆕 New package
🔺 Size increased
🔻 Size decreased
➖ No change

ℹ️ How bundle sizes are calculated
  • Current Size: Total gzipped size of all files in the package's dist directory
  • Baseline: Comparison against the latest build from the main branch
  • Files included: All build outputs except source maps and TypeScript build cache
  • Exclusions: .map, .tsbuildinfo, and .d.ts.map files

🔄 Updated automatically on each push to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants