Skip to content

Update Node.js to >=22.22.1#150

Closed
AlexSkrypnyk wants to merge 1 commit intodevelopfrom
deps/node-22.x
Closed

Update Node.js to >=22.22.1#150
AlexSkrypnyk wants to merge 1 commit intodevelopfrom
deps/node-22.x

Conversation

@AlexSkrypnyk
Copy link
Copy Markdown
Member

@AlexSkrypnyk AlexSkrypnyk commented Mar 6, 2026

This PR contains the following updates:

Package Type Update Change
node (source) engines patch >=22.22.0 -> >=22.22.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nodejs/node (node)

v22.22.1: 2026-03-05, Version 22.22.1 'Jod' (LTS)

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

This PR has been generated by Renovate Bot.

@AlexSkrypnyk AlexSkrypnyk added the Dependencies Pull request was raised automatically by a dependency bot label Mar 6, 2026
@AlexSkrypnyk
Copy link
Copy Markdown
Member Author

⚠️ 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/themes/custom/drevops/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 could not resolve
npm error
npm error While resolving: eslint-config-airbnb@19.0.4
npm error Found: eslint-plugin-react-hooks@5.2.0
npm error node_modules/eslint-plugin-react-hooks
npm error   dev eslint-plugin-react-hooks@"^5.1.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint-plugin-react-hooks@"^4.3.0" from eslint-config-airbnb@19.0.4
npm error node_modules/eslint-config-airbnb
npm error   dev eslint-config-airbnb@"^19.0.4" from the root project
npm error
npm error Conflicting peer dependency: eslint-plugin-react-hooks@4.6.2
npm error node_modules/eslint-plugin-react-hooks
npm error   peer eslint-plugin-react-hooks@"^4.3.0" from eslint-config-airbnb@19.0.4
npm error   node_modules/eslint-config-airbnb
npm error     dev eslint-config-airbnb@"^19.0.4" 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-06T00_02_38_314Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-03-06T00_02_38_314Z-debug-0.log

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 6, 2026

Code Coverage Report:
  2026-03-06 11:09:52

 Summary:
  Classes: 50.00% (5/10)
  Methods: 73.91% (17/23)
  Lines:   92.77% (308/332)

Drupal\do_feed\FeedUrlBuilder
  Methods: 100.00% ( 4/ 4)   Lines: 100.00% ( 18/ 18)
Drupal\do_feed\Form\FeedSettingsForm
  Methods: 100.00% ( 4/ 4)   Lines: 100.00% ( 15/ 15)
Drupal\do_feed\Hook\EntityDeleteHook
  Methods:  50.00% ( 1/ 2)   Lines:  92.31% ( 12/ 13)
Drupal\do_feed\Hook\EntityPresaveHook
  Methods: 100.00% ( 4/ 4)   Lines: 100.00% ( 54/ 54)
Drupal\do_feed\Hook\PreprocessParagraphHook
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 14/ 14)
Drupal\do_feed\Hook\PreprocessViewsViewRowRssHook
  Methods: 100.00% ( 1/ 1)   Lines: 100.00% (  3/  3)
Drupal\do_feed\Hook\ViewsPreViewHook
  Methods:  50.00% ( 1/ 2)   Lines:  96.43% ( 27/ 28)

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 6, 2026

📝 Walkthrough

Walkthrough

Updates the Node.js engine requirement in the custom DREvoPS theme package.json from >=22.22.0 to >=22.22.1. This is a minor version constraint adjustment with no changes to logic or other configuration settings.

Changes

Cohort / File(s) Summary
Node Engine Version Update
web/themes/custom/drevops/package.json
Bumps the engines.node constraint from >=22.22.0 to >=22.22.1

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change in the changeset: updating the Node.js engine requirement from >=22.22.0 to >=22.22.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch deps/node-22.x

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

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 `@web/themes/custom/drevops/package.json`:
- Line 8: The peer-dependency conflict comes from eslint-config-airbnb@19.0.4
requiring eslint-plugin-react-hooks@^4.3.0 while package.json currently declares
eslint-plugin-react-hooks:^5.1.0; fix by either downgrading the
eslint-plugin-react-hooks entry in package.json to a compatible version like
^4.3.0, or upgrade eslint-config-airbnb to a newer release that declares
compatibility with ^5.1.0 (adjust package.json's dependency entry for
"eslint-config-airbnb" accordingly), then run npm install to regenerate
package-lock.json.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 4a1af4ac-d6fa-4f02-ad9d-027c6e3366ed

📥 Commits

Reviewing files that changed from the base of the PR and between 7463c54 and a42b779.

📒 Files selected for processing (1)
  • web/themes/custom/drevops/package.json

"type": "module",
"engines": {
"node": ">=22.22.0"
"node": ">=22.22.1"
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 | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "== Declared devDependencies in web/themes/custom/drevops/package.json =="
jq -r '.devDependencies | {
  "eslint-config-airbnb": ."eslint-config-airbnb",
  "eslint-plugin-react-hooks": ."eslint-plugin-react-hooks"
}' web/themes/custom/drevops/package.json

echo
echo "== Peer requirement published by eslint-config-airbnb@19.0.4 =="
curl -s https://registry.npmjs.org/eslint-config-airbnb/19.0.4 \
  | jq -r '.peerDependencies["eslint-plugin-react-hooks"]'

echo
echo "== Latest eslint-config-airbnb peer requirement for eslint-plugin-react-hooks =="
curl -s https://registry.npmjs.org/eslint-config-airbnb \
  | jq -r '.["dist-tags"].latest as $v | "latest=\($v) peer=\(.versions[$v].peerDependencies["eslint-plugin-react-hooks"] // "not-declared")"'

echo
echo "== Optional: lockfile root devDependency (if present) =="
if [ -f web/themes/custom/drevops/package-lock.json ]; then
  jq -r '.packages[""].devDependencies["eslint-plugin-react-hooks"] // "not-found-in-lockfile-root"' \
    web/themes/custom/drevops/package-lock.json
else
  echo "package-lock.json not found at expected path"
fi

Repository: drevops/website

Length of output: 457


Fix the peer-dependency conflict blocking artifact updates.

The node engine bump on line 8 is fine, but this package has an unresolved dependency conflict: eslint-config-airbnb@19.0.4 requires eslint-plugin-react-hooks@^4.3.0, yet this file declares ^5.1.0. This mismatch causes npm ERESOLVE failures and prevents package-lock.json from being regenerated during dependency updates.

Resolve by either downgrading eslint-plugin-react-hooks to a compatible version (e.g., ^4.3.0) or upgrading eslint-config-airbnb to a version that supports ^5.1.0.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@web/themes/custom/drevops/package.json` at line 8, The peer-dependency
conflict comes from eslint-config-airbnb@19.0.4 requiring
eslint-plugin-react-hooks@^4.3.0 while package.json currently declares
eslint-plugin-react-hooks:^5.1.0; fix by either downgrading the
eslint-plugin-react-hooks entry in package.json to a compatible version like
^4.3.0, or upgrade eslint-config-airbnb to a newer release that declares
compatibility with ^5.1.0 (adjust package.json's dependency entry for
"eslint-config-airbnb" accordingly), then run npm install to regenerate
package-lock.json.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.73%. Comparing base (7463c54) to head (a42b779).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #150   +/-   ##
========================================
  Coverage    87.73%   87.73%           
========================================
  Files           11       11           
  Lines          163      163           
========================================
  Hits           143      143           
  Misses          20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AlexSkrypnyk AlexSkrypnyk deleted the deps/node-22.x branch March 14, 2026 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull request was raised automatically by a dependency bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants