Azure / iot-edge-testing-utility

IoT Edge testing utility for developers to test, debug and troubleshoot IoT Edge modules.
MIT License
5 stars 8 forks source link

Bump xml2js, azure-iot-device and azure-iot-device-mqtt #27

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps xml2js to 0.5.0 and updates ancestor dependencies xml2js, azure-iot-device and azure-iot-device-mqtt. These dependencies need to be updated together.

Updates xml2js from 0.2.8 to 0.5.0

Commits
  • 9f730bb Update package.json with latest PR
  • 50a492a Merge pull request #603 from autopulated/master
  • 7bc3c5d Merge pull request #598 from fnimick/master
  • f412a12 Merge pull request #635 from wisesimpson/patch-1
  • d318ce0 Update README.md
  • 581b19a use Object.create(null) to create all parsed objects (prevent prototype repla...
  • a212950 Add documentation for explicitCharkey option
  • 1832e0b Merge pull request #512 from economia/master
  • 198063c Merge pull request #556 from Omega-Ariston/fix-issue544
  • 0d71785 Merge pull request #562 from Omega-Ariston/addDocExample
  • Additional commits viewable in compare view


Updates azure-iot-device from 1.9.9 to 1.18.2

Release notes

Sourced from azure-iot-device's releases.

LTS Azure IoT SDKs for Node.js v1.11.2-lts0919up1

This is a Long Term Support release. This release will be supported with security and critical bugfixes during it's lifetime.

This release includes the following:

  • fix(azure-iot-device-amqp): add autoaccept to settled receive links - fixes bug that causes receives to stop
  • (fix): service client needs to wrap eTag with double quotes
  • (fix): https agent support added to AMQP provisioning transport (s/o to @​dimiboi for the community contribution)

Package versions

  • azure-iot-common@1.10.2-lts0919up1
  • azure-iot-amqp-base@2.2.13-lts0919up1
  • azure-iot-http-base@1.9.12-lts0919up1
  • azure-iot-mqtt-base@1.9.13-lts0919up1
  • azure-iot-device@1.11.2-lts0919up1
  • azure-iot-device-amqp@1.10.3-lts0919up1
  • azure-iot-device-mqtt@1.10.3-lts0919up1
  • azure-iot-device-http@1.10.3-lts0919up1
  • azure-iothub@1.10.3-lts0919up1
  • azure-iot-provisioning-device@1.6.3-lts0919up1
  • azure-iot-provisioning-device-amqp@1.6.3-lts0919up1
  • azure-iot-provisioning-device-mqtt@1.5.12-lts0919up1
  • azure-iot-provisioning-device-http@1.6.3-lts0919up1
  • azure-iot-security-x509@1.5.12-lts0919up1
  • azure-iot-security-tpm@1.6.3-lts0919up1
  • azure-iot-security-symmetric-key@1.5.12-lts0919up1

LTS Azure IoT SDKs for Node.js v1.17.0-lts0720up1

This release includes the following updates to the SDK:

  • fix(azure-iot-device-amqp): add autoaccept to settled receive links - fixes bug that causes receives to stop
  • various changes to samples and device client to support PnP summer refresh.
  • refactor(multiple): update to typescript 3.7.5, move to dist instead of lib, denote unused parameters (#824)
  • feat(azure-iot-device): adds emit to connect (#819)
  • improvement(azure-iot-mqtt-base): added timeout detection to MQTT publishes (#818)
  • add some security scanning (#815)
  • chore(azure-iot-provisioning-device): adjust the provisioning samples to utilize environment variables. (#816)
  • (chore): various workflow additions to the repo related to issues and pull requests (#823)

Note

As alluded to above, we've begun re-organizing the repo in preparations to begin targeting es6.

The location of some files have changed. This should have no effect on applications as long as imports and requires did not specify specific file paths.

Package versions

azure-iot-common@1.12.4-lts0720up1 azure-iot-amqp-base@2.4.4-lts0720up1 azure-iot-http-base@1.11.4-lts0720up1 azure-iot-mqtt-base@1.12.4-lts0720up1

... (truncated)

Commits


Updates azure-iot-device-mqtt from 1.9.9 to 1.16.2

Release notes

Sourced from azure-iot-device-mqtt's releases.

LTS Azure IoT SDKs for Node.js v1.11.2-lts0919up1

This is a Long Term Support release. This release will be supported with security and critical bugfixes during it's lifetime.

This release includes the following:

  • fix(azure-iot-device-amqp): add autoaccept to settled receive links - fixes bug that causes receives to stop
  • (fix): service client needs to wrap eTag with double quotes
  • (fix): https agent support added to AMQP provisioning transport (s/o to @​dimiboi for the community contribution)

Package versions

  • azure-iot-common@1.10.2-lts0919up1
  • azure-iot-amqp-base@2.2.13-lts0919up1
  • azure-iot-http-base@1.9.12-lts0919up1
  • azure-iot-mqtt-base@1.9.13-lts0919up1
  • azure-iot-device@1.11.2-lts0919up1
  • azure-iot-device-amqp@1.10.3-lts0919up1
  • azure-iot-device-mqtt@1.10.3-lts0919up1
  • azure-iot-device-http@1.10.3-lts0919up1
  • azure-iothub@1.10.3-lts0919up1
  • azure-iot-provisioning-device@1.6.3-lts0919up1
  • azure-iot-provisioning-device-amqp@1.6.3-lts0919up1
  • azure-iot-provisioning-device-mqtt@1.5.12-lts0919up1
  • azure-iot-provisioning-device-http@1.6.3-lts0919up1
  • azure-iot-security-x509@1.5.12-lts0919up1
  • azure-iot-security-tpm@1.6.3-lts0919up1
  • azure-iot-security-symmetric-key@1.5.12-lts0919up1

Azure IoT SDKs for Node.js v1.16.0

This release includes the following updates to the SDK:

  • feat(azure-iot-mqtt-device): modelID option (#809)
  • improvement(azure-iot-mqtt-base): maintain knowledge of on the wire publishes (#808)
  • chore(azure-iot-device): updating api version to support twin arrays (#806)
  • chore(azure-iot-device-amqp): debug logs for c2d (#804)
  • refactor(multipe packages): c2d states no longer using booleans (#797)

Package versions

azure-iot-common@1.12.3 azure-iot-amqp-base@2.4.3 azure-iot-http-base@1.11.3 azure-iot-mqtt-base@1.12.2 azure-iot-device@1.16.0 azure-iot-device-amqp@1.12.3 azure-iot-device-http@1.12.3 azure-iot-device-mqtt@1.14.1 azure-iothub@1.12.3 azure-iot-provisioning-device@1.8.3 azure-iot-provisioning-device-http@1.8.3

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Azure/iot-edge-testing-utility/network/alerts).