Skip to content

chore(devdeps): update dependency pkg-pr-new to ^0.0.60#434

Merged
ryanbas21 merged 1 commit into
mainfrom
renovate/pkg-pr-new-0.x
Oct 22, 2025
Merged

chore(devdeps): update dependency pkg-pr-new to ^0.0.60#434
ryanbas21 merged 1 commit into
mainfrom
renovate/pkg-pr-new-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 22, 2025

This PR contains the following updates:

Package Change Age Confidence
pkg-pr-new (source) ^0.0.51 -> ^0.0.60 age confidence

Release Notes

stackblitz-labs/pkg.pr.new (pkg-pr-new)

v0.0.60

Compare Source

v0.0.59

Compare Source

v0.0.58

Compare Source

v0.0.57

Compare Source

v0.0.56

Compare Source

v0.0.55

Compare Source

v0.0.54

Compare Source

v0.0.53

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Oct 22, 2025

⚠️ No Changeset found

Latest commit: 9158a6a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Oct 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Oct 22, 2025

View your CI Pipeline Execution ↗ for commit 9158a6a

Command Status Duration Result
nx run-many -t build ✅ Succeeded <1s View ↗
nx affected -t build typecheck lint test e2e-ci ✅ Succeeded 1m 59s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-22 15:48:45 UTC

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 possible root cause for your failed CI:

The pull request updates pkg-pr-new from version 0.0.51 to 0.0.60, which is a routine dependency update that adds @actions/core as a new transitive dependency. This change does not affect the test infrastructure or the Playwright configuration.

The failing task @forgerock/oidc-suites:e2e-ci--src/user.spec.ts reports: "Error: Timed out waiting 60000ms from config.webServer."

Analysis of the Playwright configuration at /home/workflows/workspace/e2e/oidc-suites/playwright.config.ts shows that the webServer is configured to run pnpm nx serve @forgerock/oidc-app on port 8443, but the webServer configuration does not specify a timeout property, causing Playwright to use its default timeout.

The project configuration for @forgerock/oidc-app reveals that the serve target has dependsOn: ["build", "^build"], meaning it must wait for the build process to complete before starting the Vite development server. In CI environments with cold caches or slow build times, this dependency chain can exceed the default webServer timeout.

The failure is classified as environment_state because:

  1. The PR changes only affect the pkg-pr-new dependency and do not modify any test code, webServer configuration, or application code
  2. The webServer timeout is an environmental constraint rather than a code issue
  3. The serve command's build dependencies may be taking longer in the CI environment than expected
  4. The default 60-second timeout in Playwright's webServer configuration may be insufficient for CI environments where build processes are slower

This is not a flaky_task because the error is consistent and reproducible when the build/serve process takes longer than 60 seconds. It's not code_change because the PR does not modify any code that would affect the webServer startup time or the test execution.

The recommended fix would be to add a timeout property to the webServer configuration in e2e/oidc-suites/playwright.config.ts to allow more time for the build and server startup process, but this is an infrastructure improvement unrelated to the PR's dependency update.

A code change would likely not resolve this issue, so no action was taken.

Nx CloudView in Nx Cloud ↗


🎓 To learn more about Self Healing CI, please visit nx.dev

@renovate renovate Bot force-pushed the renovate/pkg-pr-new-0.x branch from b1e3f91 to 9158a6a Compare October 22, 2025 15:45
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 18.75%. Comparing base (d12a102) to head (9158a6a).

❌ Your project status has failed because the head coverage (18.75%) 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     #434       +/-   ##
=========================================
+ Coverage      0   18.75%   +18.75%     
=========================================
  Files         0      138      +138     
  Lines         0    27368    +27368     
  Branches      0      951      +951     
=========================================
+ Hits          0     5132     +5132     
- Misses        0    22236    +22236     

see 138 files with indirect coverage changes

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

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Oct 22, 2025

Open in StackBlitz

@forgerock/davinci-client

pnpm add https://pkg.pr.new/ForgeRock/ping-javascript-sdk/@forgerock/davinci-client@434

@forgerock/oidc-client

pnpm add https://pkg.pr.new/ForgeRock/ping-javascript-sdk/@forgerock/oidc-client@434

@forgerock/protect

pnpm add https://pkg.pr.new/ForgeRock/ping-javascript-sdk/@forgerock/protect@434

@forgerock/sdk-types

pnpm add https://pkg.pr.new/ForgeRock/ping-javascript-sdk/@forgerock/sdk-types@434

@forgerock/sdk-utilities

pnpm add https://pkg.pr.new/ForgeRock/ping-javascript-sdk/@forgerock/sdk-utilities@434

@forgerock/iframe-manager

pnpm add https://pkg.pr.new/ForgeRock/ping-javascript-sdk/@forgerock/iframe-manager@434

@forgerock/sdk-logger

pnpm add https://pkg.pr.new/ForgeRock/ping-javascript-sdk/@forgerock/sdk-logger@434

@forgerock/sdk-oidc

pnpm add https://pkg.pr.new/ForgeRock/ping-javascript-sdk/@forgerock/sdk-oidc@434

@forgerock/sdk-request-middleware

pnpm add https://pkg.pr.new/ForgeRock/ping-javascript-sdk/@forgerock/sdk-request-middleware@434

@forgerock/storage

pnpm add https://pkg.pr.new/ForgeRock/ping-javascript-sdk/@forgerock/storage@434

commit: 9158a6a

@github-actions
Copy link
Copy Markdown
Contributor

Deployed 70f7429 to https://ForgeRock.github.io/ping-javascript-sdk/pr-434/70f742981e1af488986dde4f59feca1ca82552d2 branch gh-pages in ForgeRock/ping-javascript-sdk

@github-actions
Copy link
Copy Markdown
Contributor

📦 Bundle Size Analysis

📦 Bundle Size Analysis

🚨 Significant Changes

🔻 @forgerock/journey-client - 0.0 KB (-82.0 KB, -100.0%)

📊 Minor Changes

📈 @forgerock/journey-client - 82.0 KB (+0.0 KB)

➖ No Changes

@forgerock/device-client - 9.2 KB
@forgerock/oidc-client - 23.0 KB
@forgerock/protect - 150.1 KB
@forgerock/sdk-utilities - 7.5 KB
@forgerock/sdk-types - 8.0 KB
@forgerock/storage - 1.4 KB
@forgerock/sdk-logger - 1.6 KB
@forgerock/iframe-manager - 2.4 KB
@forgerock/sdk-request-middleware - 4.4 KB
@forgerock/sdk-oidc - 2.5 KB
@forgerock/davinci-client - 34.5 KB


13 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 merged commit 2c00809 into main Oct 22, 2025
7 checks passed
@ryanbas21 ryanbas21 deleted the renovate/pkg-pr-new-0.x branch October 22, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants