Skip to content

chore(deps): update babel monorepo to ^7.29.5#43

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/babel-monorepo
Open

chore(deps): update babel monorepo to ^7.29.5#43
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/babel-monorepo

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@babel/preset-env (source) ^7.29.0^7.29.5 age confidence

Release Notes

babel/babel (@​babel/preset-env)

v7.29.7

Compare Source

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Every minute (* * * * *)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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

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.

@openshift-ci openshift-ci Bot requested review from DavidHurta and fao89 June 16, 2026 18:41
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/babel-monorepo branch from 6c567cf to ca72a7b Compare June 17, 2026 04:48
@openshift-ci

openshift-ci Bot commented Jun 17, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign xrajesh for approval. For more information see the Code Review Process.

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

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/babel-monorepo branch from ca72a7b to 61119af Compare June 24, 2026 12:36
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update babel monorepo to v7.29.7 chore(deps): update dependency @babel/preset-env to ^7.29.5 Jun 24, 2026
@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: e46434b2-a82d-4645-965a-bc7e89946e93

📥 Commits

Reviewing files that changed from the base of the PR and between 61119af and 14b4975.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json, !**/package-lock.json
📒 Files selected for processing (1)
  • package.json
✅ Files skipped from review due to trivial changes (1)
  • package.json

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated a development dependency to the latest patch version.

Walkthrough

@babel/preset-env devDependency in package.json is bumped from ^7.29.0 to ^7.29.5.

Changes

Dependency Version Bump

Layer / File(s) Summary
@babel/preset-env version bump
package.json
@babel/preset-env devDependency updated from ^7.29.0 to ^7.29.5.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the dependency update, though it is slightly broader than the single package changed.
Description check ✅ Passed The description accurately documents the same Babel dependency bump and its release notes.
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.


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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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 current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@package.json`:
- Line 57: The Babel dependency versions are inconsistent: `@babel/core` is still
on an older release while `@babel/preset-env` is resolved in the lockfiles to a
different version. Update both dependencies together in package.json, keeping
the `@babel/core` and `@babel/preset-env` entries aligned to the intended release,
and then regenerate the lockfiles so the resolved versions match the updated
package manifest.
🪄 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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 7b3d22b7-de51-43de-bde3-bfccc9efa3a9

📥 Commits

Reviewing files that changed from the base of the PR and between e139f98 and 61119af.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

Comment thread package.json
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-env": "^7.29.5",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor

🧩 Analysis chain

🌐 Web query:

What is the latest @babel/preset-env version, and is 7.29.7 a valid published release?

💡 Result:

As of June 24, 2026, the latest published version of @babel/preset-env is 7.29.7 [1]. Yes, 7.29.7 is a valid, publicly released version of the package, which was published to the npm registry approximately 10 days prior to this date [1].

Citations:


🏁 Script executed:

#!/bin/bash
set -euo pipefail

# Inspect the dependency declarations and lockfile entries around `@babel` packages.
git ls-files package.json package-lock.json yarn.lock pnpm-lock.yaml 2>/dev/null || true

echo "--- package.json ---"
python3 - <<'PY'
from pathlib import Path
p = Path('package.json')
if p.exists():
    for i, line in enumerate(p.read_text().splitlines(), 1):
        if '`@babel/core`' in line or '`@babel/preset-env`' in line:
            print(f"{i}: {line}")
PY

for f in package-lock.json yarn.lock pnpm-lock.yaml; do
  if [ -f "$f" ]; then
    echo "--- $f (matching `@babel/preset-env` / `@babel/core`) ---"
    python3 - <<'PY'
from pathlib import Path
import re, sys
f = Path(sys.argv[1])
text = f.read_text(errors='ignore').splitlines()
for i, line in enumerate(text, 1):
    if '`@babel/core`' in line or '`@babel/preset-env`' in line:
        print(f"{i}: {line}")
PY "$f"
  fi
done

Repository: openshift/lightspeed-agentic-console

Length of output: 450


🏁 Script executed:

#!/bin/bash
set -euo pipefail

# Inspect the dependency declarations and lockfile entries around `@babel` packages.
git ls-files package.json package-lock.json yarn.lock pnpm-lock.yaml 2>/dev/null || true

echo "--- package.json ---"
python3 - <<'PY'
from pathlib import Path
p = Path('package.json')
if p.exists():
    for i, line in enumerate(p.read_text().splitlines(), 1):
        if '`@babel/core`' in line or '`@babel/preset-env`' in line:
            print(f"{i}: {line}")
PY

for f in package-lock.json yarn.lock pnpm-lock.yaml; do
  if [ -f "$f" ]; then
    echo "--- $f (matching `@babel/preset-env` / `@babel/core`) ---"
    python3 - <<'PY' "$f"
from pathlib import Path
import sys
f = Path(sys.argv[1])
text = f.read_text(errors='ignore').splitlines()
for i, line in enumerate(text, 1):
    if '`@babel/core`' in line or '`@babel/preset-env`' in line:
        print(f"{i}: {line}")
PY
  fi
done

Repository: openshift/lightspeed-agentic-console

Length of output: 4412


Bump both Babel dependencies to the intended release
@babel/core is still ^7.29.0, and the lockfiles still resolve @babel/preset-env to 7.29.5. Update both packages together and refresh the lockfiles to the target release.

🤖 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 `@package.json` at line 57, The Babel dependency versions are inconsistent:
`@babel/core` is still on an older release while `@babel/preset-env` is resolved in
the lockfiles to a different version. Update both dependencies together in
package.json, keeping the `@babel/core` and `@babel/preset-env` entries aligned to
the intended release, and then regenerate the lockfiles so the resolved versions
match the updated package manifest.

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency @babel/preset-env to ^7.29.5 Update dependency @babel/preset-env to ^7.29.5 Jun 25, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update dependency @babel/preset-env to ^7.29.5 chore(deps): update dependency @babel/preset-env to ^7.29.5 Jun 25, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/babel-monorepo branch from 61119af to 14b4975 Compare June 25, 2026 20:24
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency @babel/preset-env to ^7.29.5 chore(deps): update babel monorepo to ^7.29.5 Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants