Skip to content

Lock file maintenance NPM packages#1340

Open
red-hat-konflux[bot] wants to merge 1 commit intomain-pf4from
konflux/mintmaker/main-pf4/npm-packages
Open

Lock file maintenance NPM packages#1340
red-hat-konflux[bot] wants to merge 1 commit intomain-pf4from
konflux/mintmaker/main-pf4/npm-packages

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Mar 13, 2026

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
lockFileMaintenance All locks refreshed
@babel/core (source) devDependencies minor 7.17.12 -> 7.29.0 age confidence
@babel/plugin-transform-typescript (source) devDependencies minor 7.17.12 -> 7.28.6 age confidence
@babel/preset-env (source) devDependencies minor 7.17.12 -> 7.29.0 age confidence
@babel/preset-react (source) devDependencies minor 7.17.12 -> 7.28.5 age confidence
@babel/preset-typescript (source) devDependencies minor 7.17.12 -> 7.28.5 age confidence
@openshift-console/dynamic-plugin-sdk (source) devDependencies patch 0.0.19 -> 0.0.21 age confidence
@openshift-console/dynamic-plugin-sdk-webpack (source) devDependencies patch 0.0.10 -> 0.0.11 age confidence
@patternfly/patternfly dependencies patch 4.224.2 -> 4.224.5 age confidence
@patternfly/react-charts dependencies patch 6.94.19 -> 6.94.21 age confidence
@patternfly/react-core dependencies minor 4.276.11 -> 4.278.1 age confidence
@patternfly/react-table (source) dependencies patch 4.113.0 -> 4.113.7 age confidence
@patternfly/react-topology dependencies patch 4.93.6 -> 4.93.7 age confidence
@testing-library/react devDependencies patch 12.1.2 -> 12.1.5 age confidence
@types/enzyme (source) devDependencies patch 3.10.10 -> 3.10.19 age confidence
@types/jest (source) devDependencies minor 27.0.3 -> 27.5.2 age confidence
@types/jsdom (source) devDependencies patch 16.2.13 -> 16.2.15 age confidence
@types/lodash (source) devDependencies patch 4.17.20 -> 4.17.24 age confidence
@types/murmurhash-js (source) devDependencies patch 1.0.3 -> 1.0.6 age confidence
@types/port-numbers (source) devDependencies patch 5.0.0 -> 5.0.2 age confidence
@types/react (source) devDependencies patch 17.0.43 -> 17.0.91 age confidence
@types/react-dom (source) devDependencies patch 17.0.14 -> 17.0.26 age confidence
@types/react-modal (source) devDependencies minor 3.13.1 -> 3.16.3 age confidence
@types/react-transition-group (source) devDependencies patch 4.4.4 -> 4.4.12 age confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor 5.45.0 -> 5.62.0 age confidence
@typescript-eslint/parser (source) devDependencies minor 5.45.0 -> 5.62.0 age confidence
@typescript-eslint/typescript-estree (source) devDependencies minor 5.45.0 -> 5.62.0 age confidence
@wojtekmaj/enzyme-adapter-react-17 (source) devDependencies minor ^0.6.6 -> ^0.8.0 age confidence
babel-loader devDependencies minor 8.2.5 -> 8.4.1 age confidence
css-loader devDependencies minor 6.5.1 -> 6.11.0 age confidence
cypress (source) devDependencies minor 13.6.5 -> 13.17.0 age confidence
eslint (source) devDependencies minor 8.3.0 -> 8.57.1 age confidence
eslint-plugin-react devDependencies minor 7.27.1 -> 7.37.5 age confidence
eslint-plugin-react-hooks (source) devDependencies minor 4.3.0 -> 4.6.2 age confidence
html-webpack-plugin devDependencies minor 5.5.0 -> 5.6.6 age confidence
i18next-http-backend dependencies patch 1.4.0 -> 1.4.5 age confidence
jest (source) devDependencies minor 27.4.4 -> 27.5.1 age confidence
mini-css-extract-plugin devDependencies minor 2.6.0 -> 2.10.1 age confidence
parse-duration devDependencies patch 1.1.0 -> 1.1.2 age confidence
prettier (source) devDependencies minor 2.5.1 -> 2.8.8 age confidence
pretty-quick devDependencies minor 3.1.2 -> 3.3.1 age confidence
react-i18next dependencies minor 11.14.3 -> 11.18.6 age confidence
react-modal dependencies minor 3.14.4 -> 3.16.3 age confidence
react-router (source) dependencies minor 6.14.0 -> 6.30.3 age confidence
react-router-dom (source) dependencies minor 6.14.0 -> 6.30.3 age confidence
react-transition-group devDependencies patch 4.4.2 -> 4.4.5 age confidence
style-loader devDependencies patch 3.3.1 -> 3.3.4 age confidence
ts-jest (source) devDependencies patch 27.1.1 -> 27.1.5 age confidence
ts-jest-resolver devDependencies patch 2.0.0 -> 2.0.1 age confidence
ts-loader devDependencies minor 9.3.1 -> 9.5.4 age confidence
ts-node (source) devDependencies minor 10.8.2 -> 10.9.2 age confidence
typedoc (source) devDependencies minor ^0.23.25 -> ^0.28.0 age confidence
typedoc-plugin-markdown (source) devDependencies minor 3.14.0 -> 3.17.1 age confidence
typescript (source) devDependencies minor 4.7.4 -> 4.9.5 age confidence
webpack devDependencies minor 5.94.0 -> 5.105.4 age confidence
webpack-dev-server devDependencies minor 4.7.4 -> 4.15.2 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

babel/babel (@​babel/core)

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6

v7.28.6

Compare Source

v7.28.6 (2026-01-12)

Thanks @​kadhirash and @​kolvian for your first PRs!

🐛 Bug Fix
  • babel-cli, babel-code-frame, babel-core, babel-helper-check-duplicate-nodes, babel-helper-fixtures, babel-helper-plugin-utils, babel-node, babel-plugin-transform-flow-comments, babel-plugin-transform-modules-commonjs, babel-plugin-transform-property-mutators, babel-preset-env, babel-traverse, babel-types
  • babel-plugin-transform-regenerator
  • babel-plugin-transform-react-jsx
💅 Polish
  • babel-core, babel-standalone
🏠 Internal
  • babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-proposal-decorators, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-regexp-modifiers, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-sets-regex
🏃‍♀️ Performance
Committers: 7

v7.28.5

Compare Source

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse
🏠 Internal
🏃‍♀️ Performance
Committers: 8

v7.28.4

Compare Source

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

🏠 Internal
Committers: 5

v7.28.3

Compare Source

v7.28.3 (2025-08-14)
👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions
Committers: 5

v7.28.0

Compare Source

v7.28.0 (2025-07-02)
🚀 New Feature
  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types
🐛 Bug Fix
🏠 Internal
  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
Committers: 5

v7.27.7

Compare Source

v7.27.7 (2025-06-26)

Thanks @​arthur-mountain and @​evankanderson for your first PRs!

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
Committers: 6

v7.27.4

Compare Source

v7.27.4 (2025-05-30)
👓 Spec Compliance
  • babel-parser, babel-plugin-proposal-explicit-resource-management
💅 Polish
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
Committers: 4

v7.27.3

Compare Source

v7.27.3 (2025-05-27)
🐛 Bug Fix
  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • #​17257 Preserve class id when transforming using declarations with exported class (@​JLHwung)
  • babel-parser
  • babel-generator, babel-parser
Committers: 7

v7.27.1

Compare Source

v7.27.1 (2025-04-30)

Thanks @​kermanx and @​woaitsAryan for your first PRs!

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #​17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator
💅 Polish
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse
🏠 Internal

Configuration

📅 Schedule: Branch creation - "before 5am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot added the dependencies Pull requests that update a dependency file label Mar 13, 2026
@red-hat-konflux
Copy link
Contributor Author

red-hat-konflux bot commented Mar 13, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: web/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: netobserv-plugin@0.0.0
npm error Found: typescript@4.9.5
npm error node_modules/typescript
npm error   dev typescript@"4.9.5" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@"5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x || 5.9.x" from typedoc@0.28.17
npm error node_modules/typedoc
npm error   dev typedoc@"^0.28.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2026-03-15T01_42_36_631Z-eresolve-report.txt
npm notice
npm notice New patch version of npm available! 11.11.0 -> 11.11.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.11.1
npm notice To update run: npm install -g npm@11.11.1
npm notice
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-03-15T01_42_36_631Z-debug-0.log

@openshift-ci
Copy link

openshift-ci bot commented Mar 13, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found 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-ci
Copy link

openshift-ci bot commented Mar 13, 2026

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a netobserv member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

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

Labels

dependencies Pull requests that update a dependency file needs-ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants