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

Fixing the node.js dependencies, so the VSCode plugin can be built again #5738

Merged
merged 18 commits into from
Feb 28, 2023

Conversation

JaroslavTulach
Copy link
Member

@JaroslavTulach JaroslavTulach commented Feb 22, 2023

Pull Request Description

Fixing node.js dependencies as:

enso/tools/enso4igv$ mvn clean install -Pvsix

was broken. Making sure the VSIX build is part of the actions workflow.

Important Notes

To reproduce/verify remove enso/tools/enso4igv/node_modules first and try to build.

Checklist

Please include the following checklist in your PR:

  • All code conforms to the
    style guides.
  • All code has been tested:
    • Manually

@JaroslavTulach JaroslavTulach added CI: Ready to merge This PR is eligible for automatic merge CI: No changelog needed Do not require a changelog entry for this PR. labels Feb 22, 2023
@JaroslavTulach JaroslavTulach self-assigned this Feb 22, 2023
"vsce": "^2.6.4",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
"@types/xml2js": "=0.4.11",
Copy link
Member Author

Choose a reason for hiding this comment

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

Using ^ allows the node to download new version of the same library. That's often dangerous as new versions may not be fully compatible with previous ones. Using = to fix to an exact version of each library. This configuration is known to work.

@JaroslavTulach
Copy link
Member Author

The VSIX extension is really built by our GitHub actions now. I guess this proves the node.js dependencies are now correct. @mwu-tow, if you agree, please merge. Thank you.

@mergify mergify bot merged commit 0778c85 into develop Feb 28, 2023
@mergify mergify bot deleted the wip/jtulach/FixNodeDependenciesEnso4Igv branch February 28, 2023 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: No changelog needed Do not require a changelog entry for this PR. CI: Ready to merge This PR is eligible for automatic merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants