Skip to content

Version bumps#344

Merged
lmakarov merged 2 commits intodevelopfrom
feature/version-bumps
Feb 3, 2026
Merged

Version bumps#344
lmakarov merged 2 commits intodevelopfrom
feature/version-bumps

Conversation

@lmakarov
Copy link
Member

@lmakarov lmakarov commented Feb 3, 2026

  • nvm and node version bumps
    • nvm 0.40.3
    • node 24.13.0 LTS
  • VS Code Server version bumps
    • VS Code Server 4.108.2
    • GitLens 17.9,0
    • Xdebug 1.40.0

Summary by CodeRabbit

  • Chores

    • Updated Node.js runtime to v24.13.0 LTS and NVM across multiple environment configurations. Updated Code Server and associated VS Code extensions (GitLens and Xdebug) to latest versions for improved stability and features.
  • Documentation

    • Updated Node.js version reference in documentation to v24.13.0 LTS.

- nvm 0.40.3
- node 24.13.0 LTS
- VS Code Server 4.108.2
- GitLens 17.9,0
- Xdebug 1.40.0
@coderabbitai
Copy link

coderabbitai bot commented Feb 3, 2026

📝 Walkthrough

Walkthrough

The PR updates dependency versions across multiple Dockerfiles: Node.js tooling (NVM 0.40.3 → 0.40.4, Node 22.20.0 → 24.13.0), Code Server (4.104.3 → 4.108.2), and VS Code extensions (GitLens 17.6.1 → 17.9.0, XDebug 1.37.0 → 1.40.0), with corresponding documentation update.

Changes

Cohort / File(s) Summary
Dockerfile version updates
8.2/Dockerfile, 8.3/Dockerfile, 8.4/Dockerfile, 8.5/Dockerfile
Updated NVM and Node.js versions, Code Server, GitLens, and XDebug extension versions across all build stage variants.
Documentation
README.md
Updated Node.js version reference from v22.20.0 LTS to v24.13.0 LTS.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • Version bumps #339: Updates identical Dockerfile ENV version variables for NVM, Node, Code Server, and VS Code extensions.
🚥 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 'Version bumps' accurately reflects the main change in the pull request, which updates multiple dependency versions across Dockerfiles and documentation.
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 feature/version-bumps

Important

Action Needed: IP Allowlist Update

If your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:

  • 136.113.208.247/32 (new)
  • 34.170.211.100/32
  • 35.222.179.152/32

Failure to add the new IP will result in interrupted reviews.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

Copy link

@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

🤖 Fix all issues with AI agents
In `@8.2/Dockerfile`:
- Around line 352-356: The Dockerfile ENV block pins an unavailable Xdebug
extension version; update the VSCODE_XDEBUG_VERSION environment variable from
1.40.0 to the latest public release 1.38.1 so the xdebug.php-debug extension can
install correctly (leave CODE_SERVER_VERSION and VSCODE_GITLENS_VERSION
unchanged); modify the ENV line that defines VSCODE_XDEBUG_VERSION in the block
containing CODE_SERVER_VERSION, VSCODE_GITLENS_VERSION, and VSCODE_HOME to set
VSCODE_XDEBUG_VERSION=1.38.1.

@lmakarov lmakarov merged commit b080522 into develop Feb 3, 2026
21 checks passed
@lmakarov lmakarov deleted the feature/version-bumps branch February 3, 2026 10:29
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.

1 participant