Skip to content

Release PR#561

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

Release PR#561
ryanbas21 wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@ryanbas21
Copy link
Copy Markdown
Collaborator

@ryanbas21 ryanbas21 commented Mar 26, 2026

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.1.0

Minor Changes

Patch Changes

  • #564 15d5af3 Thanks @ryanbas21! - Update interfaces and types that are missing from exports

  • Updated dependencies [ec39137, d849256]:

    • @forgerock/sdk-request-middleware@2.1.0
    • @forgerock/storage@2.1.0
    • @forgerock/sdk-logger@2.1.0
    • @forgerock/sdk-oidc@2.1.0
    • @forgerock/sdk-types@2.1.0
    • @forgerock/sdk-utilities@2.1.0

@forgerock/sdk-request-middleware@2.1.0

Minor Changes

Patch Changes

  • #555 d849256 Thanks @ancheetah! - Fixes files distributed in sdk-effects packages. Excludes files not in /dist folder.

@forgerock/device-client@2.1.0

Patch Changes

@forgerock/journey-client@2.1.0

Patch Changes

  • #564 15d5af3 Thanks @ryanbas21! - Update interfaces and types that are missing from exports

  • #583 b081582 Thanks @vatsalparikh! - Restore legacy resume() redirect query-param handling.

    resume() now parses and forwards additional URL params (error, errorCode, errorMessage, nonce, RelayState, scope, suspendedId) and uses authIndexValue as a fallback journey value.

  • #557 5fe2f41 Thanks @ryanbas21! - Extend JourneyClientConfig from AsyncLegacyConfigOptions so the same config object can be shared across journey-client, davinci-client, and oidc-client

    • clientId, scope, redirectUri, and other inherited properties are now accepted but ignored — a warning is logged when they are provided
    • serverConfig.wellknown remains required
  • Updated dependencies [ec39137, d849256]:

    • @forgerock/sdk-request-middleware@2.1.0
    • @forgerock/storage@2.1.0
    • @forgerock/sdk-logger@2.1.0
    • @forgerock/sdk-oidc@2.1.0
    • @forgerock/sdk-types@2.1.0
    • @forgerock/sdk-utilities@2.1.0

@forgerock/oidc-client@2.1.0

Patch Changes

  • #564 15d5af3 Thanks @ryanbas21! - Update interfaces and types that are missing from exports

  • Updated dependencies [ec39137, d849256]:

    • @forgerock/sdk-request-middleware@2.1.0
    • @forgerock/iframe-manager@2.1.0
    • @forgerock/storage@2.1.0
    • @forgerock/sdk-logger@2.1.0
    • @forgerock/sdk-oidc@2.1.0
    • @forgerock/sdk-types@2.1.0

@forgerock/iframe-manager@2.1.0

Patch Changes

  • #555 d849256 Thanks @ancheetah! - Fixes files distributed in sdk-effects packages. Excludes files not in /dist folder.

@forgerock/sdk-logger@2.1.0

Patch Changes

  • #555 d849256 Thanks @ancheetah! - Fixes files distributed in sdk-effects packages. Excludes files not in /dist folder.

@forgerock/sdk-oidc@2.1.0

Patch Changes

  • #555 d849256 Thanks @ancheetah! - Fixes files distributed in sdk-effects packages. Excludes files not in /dist folder.

  • Updated dependencies []:

    • @forgerock/sdk-types@2.1.0
    • @forgerock/sdk-utilities@2.1.0

@forgerock/storage@2.1.0

Patch Changes

  • #555 d849256 Thanks @ancheetah! - Fixes files distributed in sdk-effects packages. Excludes files not in /dist folder.

  • Updated dependencies []:

    • @forgerock/sdk-types@2.1.0

@forgerock/sdk-utilities@2.1.0

Patch Changes

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

@forgerock/protect@2.1.0

@forgerock/sdk-types@2.1.0

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 26, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Removed several changeset files and bumped many package versions from 2.0.0 → 2.1.0 with corresponding 2.1.0 changelog entries (noting dependency bumps and sdk-effects distribution fixes).

Changes

Cohort / File(s) Summary
Changeset Cleanup
\.changeset/odd-parents-joke.md, \.changeset/fast-ways-rest.md, \.changeset/journey-client-config-alignment.md, \.changeset/deep-spies-kick.md, \.changeset/lucky-parts-own.md
Deleted multiple changeset files that previously declared pending patch/minor releases and noted feature/config changes.
Core Client Manifests
packages/davinci-client/package.json, packages/device-client/package.json, packages/journey-client/package.json, packages/oidc-client/package.json, packages/protect/package.json
Updated version fields from 2.0.02.1.0 only.
Core Client Changelogs
packages/davinci-client/CHANGELOG.md, packages/device-client/CHANGELOG.md, packages/journey-client/CHANGELOG.md, packages/oidc-client/CHANGELOG.md, packages/protect/CHANGELOG.md
Added ## 2.1.0 entries documenting dependency bumps and package-specific notes (QR code collector, resume() behavior, export fixes).
SDK-Effects Manifests
packages/sdk-effects/.../package.json
packages/sdk-effects/iframe-manager/package.json, packages/sdk-effects/logger/package.json, packages/sdk-effects/oidc/package.json, packages/sdk-effects/sdk-request-middleware/package.json, packages/sdk-effects/storage/package.json
Bumped version fields from 2.0.02.1.0.
SDK-Effects Changelogs
packages/sdk-effects/.../CHANGELOG.md
packages/sdk-effects/iframe-manager/CHANGELOG.md, packages/sdk-effects/logger/CHANGELOG.md, packages/sdk-effects/oidc/CHANGELOG.md, packages/sdk-effects/sdk-request-middleware/CHANGELOG.md, packages/sdk-effects/storage/CHANGELOG.md
Added 2.1.0 Patch Changes entries describing packaging fix to exclude files outside /dist.
Utility Manifests
packages/sdk-types/package.json, packages/sdk-utilities/package.json
Bumped version fields from 2.0.02.1.0.
Utility Changelogs
packages/sdk-types/CHANGELOG.md, packages/sdk-utilities/CHANGELOG.md
Added ## 2.1.0 headers and notes about dependency updates.
Misc Changelogs
packages/davinci-client/CHANGELOG.md, packages/sdk-effects/sdk-request-middleware/CHANGELOG.md
Inserted notes on DaVinci polling behavior and QR code collector support where applicable.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • cerebrl
  • ancheetah

Poem

🐇
I hopped through versions, soft and bright,
From two-dot-oh to two-dot-one tonight.
Distories trimmed and changelogs in tune,
A tiny nibble, a happy release boon —
Hooray for tidy packages under the moon!

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is auto-generated by the Changesets release GitHub action and lacks a JIRA ticket reference and explicit user description section required by the template. Add a JIRA ticket reference (if applicable) and a manual description section explaining the release scope, key changes, and release rationale as specified in the template.
Title check ❓ Inconclusive The title 'Release PR' is vague and generic, providing minimal information about the actual changes despite being a release PR with multiple package version bumps. Consider using a more descriptive title such as 'Release: Bump multiple packages to v2.1.0' or 'Release v2.1.0 for davinci-client, journey-client, device-client, and others' to clearly convey the primary purpose.
✅ 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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 and usage tips.

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Mar 26, 2026

View your CI Pipeline Execution ↗ for commit a36c29c

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 34s View ↗

☁️ Nx Cloud last updated this comment at 2026-04-29 16:07:23 UTC

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@packages/sdk-utilities/CHANGELOG.md`:
- Line 7: Replace the malformed changelog entry string "Updated dependencies
[]:" with a proper heading such as "Updated dependencies:" or, if there are
specific packages, replace the empty brackets with a comma-separated list of the
updated packages; locate the exact token "Updated dependencies []:" in
CHANGELOG.md and remove the empty square brackets or populate them with the
dependency names so the line reads correctly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 80c258cc-8a08-4435-80ff-d329f5cf4beb

📥 Commits

Reviewing files that changed from the base of the PR and between 67c2191 and 70d5261.

📒 Files selected for processing (25)
  • .changeset/odd-parents-joke.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/odd-parents-joke.md


### Patch Changes

- Updated dependencies []:
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Fix malformed dependency note formatting.

Line 7 includes empty brackets (Updated dependencies []:), which reads like a broken reference token in the published changelog.

Suggested fix
-- Updated dependencies []:
+- Updated dependencies:
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- Updated dependencies []:
- Updated dependencies:
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@packages/sdk-utilities/CHANGELOG.md` at line 7, Replace the malformed
changelog entry string "Updated dependencies []:" with a proper heading such as
"Updated dependencies:" or, if there are specific packages, replace the empty
brackets with a comma-separated list of the updated packages; locate the exact
token "Updated dependencies []:" in CHANGELOG.md and remove the empty square
brackets or populate them with the dependency names so the line reads correctly.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Mar 26, 2026

Open in StackBlitz

@forgerock/davinci-client

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

@forgerock/device-client

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

@forgerock/journey-client

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

@forgerock/oidc-client

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

@forgerock/protect

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

@forgerock/sdk-types

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

@forgerock/sdk-utilities

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

@forgerock/iframe-manager

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

@forgerock/sdk-logger

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

@forgerock/sdk-oidc

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

@forgerock/sdk-request-middleware

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

@forgerock/storage

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

commit: 4ad345e

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 15.78%. Comparing base (5d6747a) to head (4ad345e).
⚠️ Report is 79 commits behind head on main.

❌ Your project status has failed because the head coverage (15.78%) 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     #561       +/-   ##
===========================================
- Coverage   70.90%   15.78%   -55.12%     
===========================================
  Files          53      154      +101     
  Lines        2021    26701    +24680     
  Branches      377     1142      +765     
===========================================
+ Hits         1433     4215     +2782     
- Misses        588    22486    +21898     

see 101 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

github-actions Bot commented Mar 26, 2026

Deployed 83a70a1 to https://ForgeRock.github.io/ping-javascript-sdk/pr-561/83a70a13ff08a9e309ce8dc2bc0634dc7256e3c9 branch gh-pages in ForgeRock/ping-javascript-sdk

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 26, 2026

📦 Bundle Size Analysis

📦 Bundle Size Analysis

🚨 Significant Changes

🔻 @forgerock/device-client - 0.0 KB (-10.0 KB, -100.0%)
🔻 @forgerock/journey-client - 0.0 KB (-90.2 KB, -100.0%)

➖ No Changes

@forgerock/device-client - 10.0 KB
@forgerock/davinci-client - 48.3 KB
@forgerock/oidc-client - 25.2 KB
@forgerock/sdk-utilities - 11.2 KB
@forgerock/sdk-types - 7.9 KB
@forgerock/protect - 150.1 KB
@forgerock/journey-client - 90.2 KB
@forgerock/storage - 1.5 KB
@forgerock/sdk-oidc - 4.8 KB
@forgerock/sdk-request-middleware - 4.5 KB
@forgerock/sdk-logger - 1.6 KB
@forgerock/iframe-manager - 2.4 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

@ryanbas21 ryanbas21 force-pushed the changeset-release/main branch 5 times, most recently from 12796e0 to cd3b148 Compare April 21, 2026 14:55
nx-cloud[bot]

This comment was marked as outdated.

@ryanbas21 ryanbas21 force-pushed the changeset-release/main branch 3 times, most recently from e3fc7d7 to 74ba085 Compare April 29, 2026 00:03
nx-cloud[bot]

This comment was marked as outdated.

@ryanbas21 ryanbas21 force-pushed the changeset-release/main branch 4 times, most recently from 1eb6e76 to f8940b8 Compare April 29, 2026 14:59
nx-cloud[bot]

This comment was marked as outdated.

@ryanbas21 ryanbas21 force-pushed the changeset-release/main branch from f8940b8 to 4de5a4e Compare April 29, 2026 15:06
Copy link
Copy Markdown
Contributor

@nx-cloud nx-cloud Bot left a comment

Choose a reason for hiding this comment

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

Nx Cloud has identified a flaky task in your failed CI:

🔂 Since the failure was identified as flaky, we triggered a CI rerun by adding an empty commit to this branch.

Nx Cloud View detailed reasoning in Nx Cloud ↗


🎓 Learn more about Self-Healing CI on nx.dev

@ryanbas21 ryanbas21 force-pushed the changeset-release/main branch 3 times, most recently from 61af244 to a36c29c Compare April 29, 2026 15:52
@ryanbas21 ryanbas21 force-pushed the changeset-release/main branch from a36c29c to 4ad345e Compare April 29, 2026 16:03
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