Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
224 stars 73 forks source link

Node v14 -> v16 updates (npm peer deps) #510

Closed c-ryan-k closed 2 years ago

c-ryan-k commented 2 years ago

This PR updates our actions and pipelines (and package-lock) to successfully install on versions of node/npm that require stricter peer dependencies.

It includes some changes to test files and setup to ensure they run successfully, but mainly relies on the updates to package.json and package-lock.json to enable cross-platform installs on all current versions of npm (8+) and node (16+)


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Thank you for contributing to the Azure IoT Explorer!

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines