Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid the direct dependency to node-gyp since it's bundled with npm #403

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

azatsarynnyy
Copy link
Member

@azatsarynnyy azatsarynnyy commented Aug 21, 2024

What does this PR do?

We used to directly depend on node-gyp because it was removed from npm in npm/cli#6554.
Since node-gyp is part of npm again (see npm/cli#6932), there's no need to keep having a direct dependency and maintaining the version up to date.

More technical details: npm/cli#6554 (comment)

What issues does this PR fix?

related to redhat-developer/devspaces-images#627

How to test this PR?

See the passed PR status checks.

Does this PR contain changes that override default upstream Code-OSS behavior?

  • the PR contains changes in the code folder (you can skip it if your changes are placed in a che extension )
  • the corresponding items were added to the CHANGELOG.md file
  • rules for automatic git rebase were added to the .rebase folder

Copy link

github-actions bot commented Aug 21, 2024

Click here to review and test in web IDE: Contribute

Copy link

2 similar comments
Copy link

Copy link

Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
Copy link

github-actions bot commented Sep 6, 2024

1 similar comment
Copy link

github-actions bot commented Sep 6, 2024

@azatsarynnyy azatsarynnyy changed the title [WIP] node-gyp Avoid the direct dependency to node-gyp since it's bundled with npm Sep 6, 2024
@azatsarynnyy azatsarynnyy marked this pull request as ready for review September 6, 2024 12:03
@azatsarynnyy azatsarynnyy merged commit 5a3639e into main Sep 16, 2024
7 checks passed
@azatsarynnyy azatsarynnyy deleted the no_node-gyp branch September 16, 2024 11:36
@devstudio-release
Copy link

Build 3.17 :: code_3.x/1472: Console, Changes, Git Data

@devstudio-release
Copy link

Build 3.17 :: code_3.x/1472: UNSTABLE

Upstream sync done; No sync or Brew build

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