Skip to content

Manual bump up node feature version to solve yarn issue#1766

Merged
abdurriq merged 2 commits intodevcontainers:mainfrom
Kaniska244:features-bump-up-yarn-issue
Jan 30, 2026
Merged

Manual bump up node feature version to solve yarn issue#1766
abdurriq merged 2 commits intodevcontainers:mainfrom
Kaniska244:features-bump-up-yarn-issue

Conversation

@Kaniska244
Copy link
Contributor

@Kaniska244 Kaniska244 commented Jan 30, 2026

Ref: #1752

Description:

  • Running devcontainer upgrade for all image variants to bump up node feature version 1.7.1 to ensure node dev container feature fixes 1 and 2 are included in dev build.

  • Also fixed failing test scripts to activate yarn via corepack

Changelog:

  • Changes in multiple devcontainer-lock.json files as well as failing test scripts.

Checklist:

  • All checks are passed.

@Kaniska244 Kaniska244 marked this pull request as ready for review January 30, 2026 08:30
@Kaniska244 Kaniska244 requested a review from a team as a code owner January 30, 2026 08:30
Copilot AI review requested due to automatic review settings January 30, 2026 08:30
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR upgrades the node feature version across all devcontainer images to incorporate critical yarn-related fixes, and updates test scripts to ensure yarn functionality through corepack.

Changes:

  • Updated node feature from version 1.6.4 to 1.7.1 across 12 devcontainer images to include upstream fixes for yarn issues
  • Modified test scripts in 6 images (ruby, python, php, java, go, dotnet) to install Node 24 (instead of Node 10) and enable corepack before testing yarn
  • Updated github-cli feature from 1.0.15 to 1.1.0 in the universal image

Reviewed changes

Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/universal/.devcontainer/devcontainer-lock.json Updated node feature to 1.7.1 and github-cli to 1.1.0
src/ruby/.devcontainer/devcontainer-lock.json Updated node feature to 1.7.1
src/ruby/test-project/test.sh Changed nvm to install Node 24 and added corepack enable before yarn test
src/python/.devcontainer/devcontainer-lock.json Updated node feature to 1.7.1
src/python/test-project/test.sh Changed nvm to install Node 24 and added corepack enable before yarn test
src/php/.devcontainer/devcontainer-lock.json Updated node feature to 1.7.1
src/php/test-project/test.sh Changed nvm to install Node 24 and added corepack enable before yarn test
src/miniconda/.devcontainer/devcontainer-lock.json Updated node feature to 1.7.1
src/jekyll/.devcontainer/devcontainer-lock.json Updated node feature to 1.7.1
src/javascript-node/.devcontainer/devcontainer-lock.json Updated node feature to 1.7.1
src/java/.devcontainer/devcontainer-lock.json Updated node feature to 1.7.1
src/java/test-project/test.sh Changed nvm to install Node 24 and added corepack enable before yarn test
src/java-8/.devcontainer/devcontainer-lock.json Updated node feature to 1.7.1
src/go/.devcontainer/devcontainer-lock.json Updated node feature to 1.7.1
src/go/test-project/test.sh Changed nvm to install Node 24 and added corepack enable before yarn test
src/dotnet/.devcontainer/devcontainer-lock.json Updated node feature to 1.7.1
src/dotnet/test-project/test.sh Changed nvm to install Node 24 and added corepack enable before yarn test
src/anaconda/.devcontainer/devcontainer-lock.json Updated node feature to 1.7.1

@Kaniska244 Kaniska244 requested a review from abdurriq January 30, 2026 08:41
@abdurriq abdurriq merged commit a503598 into devcontainers:main Jan 30, 2026
18 checks passed
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.

3 participants