Skip to content

OCPBUGS-105598: Bump to @rspack/core 2.1.9 and drop "megahard" packages - #16950

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
logonoff:OCPBUGS-105598
Aug 11, 2026
Merged

OCPBUGS-105598: Bump to @rspack/core 2.1.9 and drop "megahard" packages#16950
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
logonoff:OCPBUGS-105598

Conversation

@logonoff

@logonoff logonoff commented Aug 11, 2026

Copy link
Copy Markdown
Member

Analysis / Root cause:

Solution description:

WARNING in ./node_modules/react-router/dist/development/chunk-KS7C4IRE.mjs
  ⚠ Module parse warning:
  ╰─▶   ⚠ Accessing unknown `import.meta` property 'hot' is replaced with undefined.
            ╭─[8718:4]
       8716 │     console.error(error);
       8717 │     if (window.__reactRouterContext && window.__reactRouterContext.isSpaMode && // @ts-expect-error
       8718 │     import.meta.hot) {
            ·     ───────────────
       8719 │       throw error;
       8720 │     }
            ╰────

Summary by CodeRabbit

  • Bug Fixes

    • Improved high-contrast theme support in the code editor for a more accessible and consistent visual experience.
  • Chores

    • Updated frontend libraries and build tooling to improve compatibility and maintainability.
    • Refined build configuration for more predictable behavior across development and production environments.
    • Improved support for modern build environments and streamlined platform-specific setup.
    • Updated the dynamic plugin development environment to align with the latest supported tooling.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Aug 11, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@logonoff: This pull request references Jira Issue OCPBUGS-105598, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Analysis / Root cause:

Solution description:

WARNING in ./node_modules/react-router/dist/development/chunk-KS7C4IRE.mjs
 ⚠ Module parse warning:
 ╰─▶   ⚠ Accessing unknown `import.meta` property 'hot' is replaced with undefined.
           ╭─[8718:4]
      8716 │     console.error(error);
      8717 │     if (window.__reactRouterContext && window.__reactRouterContext.isSpaMode && // @ts-expect-error
      8718 │     import.meta.hot) {
           ·     ───────────────
      8719 │       throw error;
      8720 │     }
           ╰────

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci
openshift-ci Bot requested review from fsgreco and sg00dwin August 11, 2026 13:12
@openshift-ci openshift-ci Bot added component/shared Related to console-shared approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Aug 11, 2026
@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: b77ea5b9-9bab-455d-acfc-2710dac6e038

📥 Commits

Reviewing files that changed from the base of the PR and between b143108 and 8734815.

⛔ Files ignored due to path filters (2)
  • dynamic-demo-plugin/yarn.lock is excluded by !**/yarn.lock, !**/*.lock
  • frontend/yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (5)
  • dynamic-demo-plugin/package.json
  • frontend/package.json
  • frontend/packages/console-dynamic-plugin-sdk/CHANGELOG-webpack.md
  • frontend/packages/console-shared/src/components/editor/BasicCodeEditor.tsx
  • frontend/rspack.config.mts
🚧 Files skipped from review as they are similar to previous changes (5)
  • dynamic-demo-plugin/package.json
  • frontend/packages/console-dynamic-plugin-sdk/CHANGELOG-webpack.md
  • frontend/package.json
  • frontend/rspack.config.mts
  • frontend/packages/console-shared/src/components/editor/BasicCodeEditor.tsx

Walkthrough

Frontend dependency ranges and Rspack configuration were updated. The editor now passes high-contrast mode through PatternFly. The SDK changelog records the updated Rspack peer dependency and release references.

Changes

Frontend tooling and editor updates

Layer / File(s) Summary
Dependency and release updates
frontend/package.json, dynamic-demo-plugin/package.json, frontend/packages/console-dynamic-plugin-sdk/CHANGELOG-webpack.md
Dependency ranges and Rspack versions were updated. Selected Yarn resolutions and Rspack optional dependencies were removed. The changelog records the new minimum @rspack/core peer dependency and release references.
Rspack build configuration
frontend/rspack.config.mts
DefinePlugin defines import.meta.hot as undefined.
Editor theme handling
frontend/packages/console-shared/src/components/editor/BasicCodeEditor.tsx
BasicCodeEditor passes high-contrast mode through isHighContrastTheme instead of selecting Monaco high-contrast themes manually.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested reviewers: sg00dwin, fsgreco

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description covers the root cause and solution, but it omits required testing, browser conformance, additional information, and reviewer sections. Complete the template with screenshots or a not-applicable note, test setup, test cases, browser results, additional information, and reviewers or assignees.
✅ Passed checks (14 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the Rspack upgrade and removal of the custom packages, which are the main changes.
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.
Stable And Deterministic Test Names ✅ Passed The PR changes only dependencies, build configuration, changelog, and editor code; no test files or Ginkgo test titles were added or modified.
Test Structure And Quality ✅ Passed The PR changes only frontend dependency/configuration files and changelog entries; it adds no Go or Ginkgo tests, so the requested test-quality checks are not applicable.
Microshift Test Compatibility ✅ Passed The diff changes only frontend dependencies, build configuration, editor code, changelog, and lockfiles; it adds no Ginkgo or MicroShift-relevant e2e tests.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The PR changes only frontend dependency/configuration files and changelogs; no Go files, Ginkgo declarations, or test-related paths were added.
Topology-Aware Scheduling Compatibility ✅ Passed The PR changes only dependencies, lockfiles, editor code, Rspack configuration, and a changelog; it adds no deployment manifests, operators, controllers, or scheduling constraints.
Ote Binary Stdout Contract ✅ Passed The PR changes only frontend dependency, build, and React files; the repository has no OTE binary, openshift-tests integration, or Ginkgo suite hooks, so this check is not applicable.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The pull request changes only frontend configuration, dependencies, lockfiles, editor code, and a changelog; it adds no Ginkgo e2e tests or network operations to assess.
No-Weak-Crypto ✅ Passed The PR patch adds no MD5, SHA1, DES, RC4, Blowfish, ECB, custom crypto, or secret-comparison code; lockfile crypto-related descriptors are unchanged.
Container-Privileges ✅ Passed The PR changes only dependency, changelog, editor, and Rspack files; no added privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, or allowPrivilegeEscalation settings were found.
No-Sensitive-Data-In-Logs ✅ Passed The diff adds no logging statements or sensitive values. The only new runtime behavior defines import.meta.hot; the existing console.warn is unchanged, and lockfile additions contain no credential-...
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

Comment thread frontend/package.json
Comment on lines -221 to -223
"esbuild": "^0.28.1",
"follow-redirects": "^1.16.0",
"glob-parent": "^5.1.2",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

these weren't doing anything as the packages were already in their regular semver range. there is only one other package that uses esbuild (esbuild-loader) so no need to force deduplication of that package now

@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@logonoff: This pull request references Jira Issue OCPBUGS-105598, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
Details

In response to this:

Analysis / Root cause:

Solution description:

WARNING in ./node_modules/react-router/dist/development/chunk-KS7C4IRE.mjs
 ⚠ Module parse warning:
 ╰─▶   ⚠ Accessing unknown `import.meta` property 'hot' is replaced with undefined.
           ╭─[8718:4]
      8716 │     console.error(error);
      8717 │     if (window.__reactRouterContext && window.__reactRouterContext.isSpaMode && // @ts-expect-error
      8718 │     import.meta.hot) {
           ·     ───────────────
      8719 │       throw error;
      8720 │     }
           ╰────

Summary by CodeRabbit

  • Bug Fixes

  • Improved high-contrast theme support in the code editor for better accessibility.

  • Chores

  • Updated frontend build, testing, internationalization, and UI dependencies.

  • Refined build configuration for more consistent application behavior.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@logonoff logonoff changed the title OCPBUGS-105598: Stop being so "megahard" OCPBUGS-105598: Bump to @rspack/core 2.1.9 and drop "megahard" packages Aug 11, 2026

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 2

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

Inline comments:
In `@frontend/package.json`:
- Around line 68-82: Pin all changed PatternFly dependency entries in
package.json to their exact versions by removing the ^ and ~ range prefixes.
Update the corresponding selectors in frontend/yarn.lock to match those exact
versions while preserving the existing checksum entries.
- Around line 149-153: Update the frontend package engine constraint to require
Node.js >=22.12.0 instead of the broader 22.x range, and align the Node.js
version constraint or base image in Dockerfile.plugins.demo with the same
minimum. Preserve all other dependency declarations unchanged.
🪄 Autofix

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: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 2c06a8ee-3eab-46ef-9418-da54a067141a

📥 Commits

Reviewing files that changed from the base of the PR and between b143108 and 149cbb4.

⛔ Files ignored due to path filters (1)
  • frontend/yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (3)
  • frontend/package.json
  • frontend/packages/console-shared/src/components/editor/BasicCodeEditor.tsx
  • frontend/rspack.config.mts

Comment thread frontend/package.json
Comment thread frontend/package.json
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@logonoff: This pull request references Jira Issue OCPBUGS-105598, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Analysis / Root cause:

Solution description:

WARNING in ./node_modules/react-router/dist/development/chunk-KS7C4IRE.mjs
 ⚠ Module parse warning:
 ╰─▶   ⚠ Accessing unknown `import.meta` property 'hot' is replaced with undefined.
           ╭─[8718:4]
      8716 │     console.error(error);
      8717 │     if (window.__reactRouterContext && window.__reactRouterContext.isSpaMode && // @ts-expect-error
      8718 │     import.meta.hot) {
           ·     ───────────────
      8719 │       throw error;
      8720 │     }
           ╰────

Summary by CodeRabbit

  • Bug Fixes

  • Improved high-contrast theme support in the code editor for better accessibility and a more consistent visual experience.

  • Chores

  • Updated frontend tooling and supporting libraries to improve compatibility and maintainability.

  • Refined build configuration for more predictable application behavior across development and production environments.

  • Improved support for modern build environments and streamlined platform-specific setup.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci Bot added component/sdk Related to console-plugin-sdk kind/demo-plugin Related to dynamic-demo-plugin labels Aug 11, 2026

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 2

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

Inline comments:
In `@dynamic-demo-plugin/package.json`:
- Around line 20-24: Update the five dependency entries shown in package.json to
exact versions by removing caret ranges, then regenerate or edit
dynamic-demo-plugin/yarn.lock so its manifest keys and resolved versions match
the pinned dependencies.

In `@frontend/packages/console-dynamic-plugin-sdk/CHANGELOG-webpack.md`:
- Around line 13-16: Update the `@rspack/core` peer-dependency entry in the
4.23.0-prerelease.6 changelog to match getWebpackPackage’s generated manifest:
use the documented minimum version 2.1.9 or the range >=2.1.9 instead of ^2.1.9.
🪄 Autofix

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: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 01949214-2dfc-4822-87a2-33d846801160

📥 Commits

Reviewing files that changed from the base of the PR and between d72280b and 8734815.

⛔ Files ignored due to path filters (1)
  • dynamic-demo-plugin/yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (2)
  • dynamic-demo-plugin/package.json
  • frontend/packages/console-dynamic-plugin-sdk/CHANGELOG-webpack.md

Comment on lines +20 to +24
"@patternfly/react-core": "^6.6.1",
"@patternfly/react-icons": "^6.6.1",
"@patternfly/react-table": "^6.6.1",
"@rspack/cli": "^2.1.9",
"@rspack/core": "^2.1.9",

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.

🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

packages=(
  '`@patternfly/react-core`|6.6.1'
  '`@patternfly/react-icons`|6.6.1'
  '`@patternfly/react-table`|6.6.1'
  '`@rspack/cli`|2.1.9'
  '`@rspack/core`|2.1.9'
)

for entry in "${packages[@]}"; do
  IFS='|' read -r name version <<< "$entry"
  payload="$(jq -n \
    --arg name "$name" \
    --arg version "$version" \
    '{package: {name: $name, ecosystem: "npm"}, version: $version}')"

  echo "OSV: $name@$version"
  curl -fsS -X POST \
    -H 'Content-Type: application/json' \
    --data "$payload" \
    https://api.osv.dev/v1/query |
    jq '{vulnerabilities: [.vulns[]? | {id, modified}]}'

  encoded_name="${name//\//%2f}"
  echo "Registry metadata: $name@$version"
  curl -fsS "https://registry.npmjs.org/${encoded_name}/${version}" |
    jq '{license, integrity: .dist.integrity}'
done

echo "Lockfile entries and checksums:"
rg -n -C 2 '(`@patternfly/react-core`|`@patternfly/react-icons`|`@patternfly/react-table`|`@rspack/cli`|`@rspack/core`|checksum:)' \
  dynamic-demo-plugin/yarn.lock

echo "CI supply-chain controls:"
rg -n -i 'sbom|provenance|attestation|cosign|sigstore' .github frontend dynamic-demo-plugin || true

Repository: openshift/console

Length of output: 50374


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

printf '%s\n' '--- manifest ---'
cat -n dynamic-demo-plugin/package.json | sed -n '1,45p'

printf '%s\n' '--- focused lockfile records ---'
awk '
  /^"(`@patternfly`\/react-core|`@patternfly`\/react-icons|`@patternfly`\/react-table|`@rspack`\/cli|`@rspack`\/core)`@npm`:/ {
    show=1; n=0
  }
  show {
    print
    n++
    if (n >= 18) show=0
  }
' dynamic-demo-plugin/yarn.lock

printf '%s\n' '--- focused supply-chain references ---'
rg -n -i -m 120 'sbom|software bill|provenance|attestation|cosign|sigstore|slsa|cyclonedx|spdx' \
  .github dynamic-demo-plugin frontend 2>/dev/null || true

printf '%s\n' '--- package-manager integrity settings ---'
rg -n -i -m 80 'checksumBehavior|npmRegistryServer|npmAlwaysAuth|npmAudit|integrity|checksum' \
  .yarnrc.yml dynamic-demo-plugin .github 2>/dev/null || true

Repository: openshift/console

Length of output: 23735


Pin the five dependencies to exact versions.

Replace the caret ranges with exact versions and align dynamic-demo-plugin/yarn.lock with the resulting manifest keys and reviewed resolutions.

🤖 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 `@dynamic-demo-plugin/package.json` around lines 20 - 24, Update the five
dependency entries shown in package.json to exact versions by removing caret
ranges, then regenerate or edit dynamic-demo-plugin/yarn.lock so its manifest
keys and resolved versions match the pinned dependencies.

Source: Path instructions

Comment on lines +13 to +16
## 4.23.0-prerelease.6 - TBD

- Minimum compatible version of `@rspack/core` peer dependency increased to `^2.1.9` ([OCPBUGS-105598], [#16950])

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.

🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win

Match the documented peer range to the generated manifest.

getWebpackPackage publishes @rspack/core with a >= range. With the repository minimum at 2.1.9, the generated contract is >=2.1.9, not ^2.1.9. Document 2.1.9 as the minimum version or use >=2.1.9 for the range.

🤖 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 `@frontend/packages/console-dynamic-plugin-sdk/CHANGELOG-webpack.md` around
lines 13 - 16, Update the `@rspack/core` peer-dependency entry in the
4.23.0-prerelease.6 changelog to match getWebpackPackage’s generated manifest:
use the documented minimum version 2.1.9 or the range >=2.1.9 instead of ^2.1.9.

@vojtechszocs

Copy link
Copy Markdown
Contributor

/lgtm

@logonoff

Copy link
Copy Markdown
Member Author

/verified by ci

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Aug 11, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@logonoff: This PR has been marked as verified by ci.

Details

In response to this:

/verified by ci

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 11, 2026
@openshift-ci

openshift-ci Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: logonoff, vojtechszocs

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-gcp-console
/test e2e-playwright

@openshift-ci

openshift-ci Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

@logonoff: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-playwright 8734815 link false /test e2e-playwright

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-bot
openshift-merge-bot Bot merged commit a9c6d3b into openshift:main Aug 11, 2026
10 of 11 checks passed
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@logonoff: Jira Issue Verification Checks: Jira Issue OCPBUGS-105598
✔️ This pull request was pre-merge verified.
✔️ All associated pull requests have merged.
✔️ All associated, merged pull requests were pre-merge verified.

Jira Issue OCPBUGS-105598 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓

Details

In response to this:

Analysis / Root cause:

Solution description:

WARNING in ./node_modules/react-router/dist/development/chunk-KS7C4IRE.mjs
 ⚠ Module parse warning:
 ╰─▶   ⚠ Accessing unknown `import.meta` property 'hot' is replaced with undefined.
           ╭─[8718:4]
      8716 │     console.error(error);
      8717 │     if (window.__reactRouterContext && window.__reactRouterContext.isSpaMode && // @ts-expect-error
      8718 │     import.meta.hot) {
           ·     ───────────────
      8719 │       throw error;
      8720 │     }
           ╰────

Summary by CodeRabbit

  • Bug Fixes

  • Improved high-contrast theme support in the code editor for a more accessible and consistent visual experience.

  • Chores

  • Updated frontend libraries and build tooling to improve compatibility and maintainability.

  • Refined build configuration for more predictable behavior across development and production environments.

  • Improved support for modern build environments and streamlined platform-specific setup.

  • Updated the dynamic plugin development environment to align with the latest supported tooling.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@logonoff
logonoff deleted the OCPBUGS-105598 branch August 11, 2026 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. component/sdk Related to console-plugin-sdk component/shared Related to console-shared jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. kind/demo-plugin Related to dynamic-demo-plugin lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants