NordicSemiconductor / asset-tracker-cloud-azure-js

A reference implementation of a serverless backend for an IoT product developed using in TypeScript.
https://docs.nordicsemi.com/bundle/nrf-asset-tracker-saga/
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

fix(deps): update dependency mqtt to v5.4.0 #720

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mqtt 5.3.6 -> 5.4.0 age adoption passing confidence

Release Notes

mqttjs/MQTT.js (mqtt) ### [`v5.4.0`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#540-2024-03-13) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v5.3.6...v5.4.0) ##### Bug Fixes - add keepalive test in webworker ([#​1807](https://togithub.com/mqttjs/MQTT.js/issues/1807)) ([8697b06](https://togithub.com/mqttjs/MQTT.js/commit/8697b06cae3265422620c38b76126381502a9c17)) - improve some flaky tests ([#​1801](https://togithub.com/mqttjs/MQTT.js/issues/1801)) ([78e8f13](https://togithub.com/mqttjs/MQTT.js/commit/78e8f139ee0ad61e752421b9e594bea742af9745)) - print MQTTjs version and environment on constructor ([#​1816](https://togithub.com/mqttjs/MQTT.js/issues/1816)) ([c0a6668](https://togithub.com/mqttjs/MQTT.js/commit/c0a666887ec313ee82142a825166e5b1d2e668bb)) - some others flaky tests ([#​1808](https://togithub.com/mqttjs/MQTT.js/issues/1808)) ([f988058](https://togithub.com/mqttjs/MQTT.js/commit/f9880588244ac35c945302fad474f6c47f27acbc)) - update worker-timers from 7.0.78 to 7.1.4 ([#​1813](https://togithub.com/mqttjs/MQTT.js/issues/1813)) ([2b75186](https://togithub.com/mqttjs/MQTT.js/commit/2b751861f2af7b914c3eb84265fb8474428045ec)), closes [#​1802](https://togithub.com/mqttjs/MQTT.js/issues/1802) - wrong default export for browser ([#​1800](https://togithub.com/mqttjs/MQTT.js/issues/1800)) ([6237f45](https://togithub.com/mqttjs/MQTT.js/commit/6237f45f3f455b1b6ae7d339fc8a56a5eff91dc2)) ##### Features - emit `Keepalive timeout` error and speed up tests using fake timers ([#​1798](https://togithub.com/mqttjs/MQTT.js/issues/1798)) ([5d9bf10](https://togithub.com/mqttjs/MQTT.js/commit/5d9bf1004ba76098d4ae315fa7a4b44a9d26750b)) #### [5.3.6](https://togithub.com/mqttjs/MQTT.js/compare/v5.3.5...v5.3.6) (2024-02-26) ##### Bug Fixes - **browser:** add `navigator` polifilly for wechat mini ([#​1796](https://togithub.com/mqttjs/MQTT.js/issues/1796)) ([c26908a](https://togithub.com/mqttjs/MQTT.js/commit/c26908a242fa1f573689b03f554bb95d83e61c84)), closes [#​1789](https://togithub.com/mqttjs/MQTT.js/issues/1789) - emit `error` event on connack timeout ([#​1781](https://togithub.com/mqttjs/MQTT.js/issues/1781)) ([56e6e23](https://togithub.com/mqttjs/MQTT.js/commit/56e6e23c0fb775bfd16edf04d6b28f6bbcf05023)) #### [5.3.5](https://togithub.com/mqttjs/MQTT.js/compare/v5.3.4...v5.3.5) (2024-01-23) ##### Bug Fixes - bump help-me version to fix vulnerability in glob/inflight ([#​1773](https://togithub.com/mqttjs/MQTT.js/issues/1773)) ([72f99dc](https://togithub.com/mqttjs/MQTT.js/commit/72f99dcb33b016bced8a2c03ac857c3940ddcda3)) - keepalive causes a reconnect loop when connection is lost ([#​1779](https://togithub.com/mqttjs/MQTT.js/issues/1779)) ([3da5e84](https://togithub.com/mqttjs/MQTT.js/commit/3da5e84a158985cbe7bdf60d3a9744b71d98bb56)), closes [#​1778](https://togithub.com/mqttjs/MQTT.js/issues/1778) #### [5.3.4](https://togithub.com/mqttjs/MQTT.js/compare/v5.3.3...v5.3.4) (2023-12-22) ##### Bug Fixes - leaked `close` listener in `startStreamProcess` loop ([#​1759](https://togithub.com/mqttjs/MQTT.js/issues/1759)) ([0c10ef6](https://togithub.com/mqttjs/MQTT.js/commit/0c10ef680ccc34bbe49948d414f36879d816e4e0)) - typo in `client.ts` ([#​1763](https://togithub.com/mqttjs/MQTT.js/issues/1763)) ([e3528ac](https://togithub.com/mqttjs/MQTT.js/commit/e3528ac32d9dc165f8f1238397bd4d02e1990279)) #### [5.3.3](https://togithub.com/mqttjs/MQTT.js/compare/v5.3.2...v5.3.3) (2023-12-05) ##### Bug Fixes - don't use worker timers in worker and add web worker tests ([#​1755](https://togithub.com/mqttjs/MQTT.js/issues/1755)) ([38fb6ae](https://togithub.com/mqttjs/MQTT.js/commit/38fb6ae16073ce31e38dbc1e41a155ad98e04dcc)) - improve worker tests ([#​1757](https://togithub.com/mqttjs/MQTT.js/issues/1757)) ([4facb18](https://togithub.com/mqttjs/MQTT.js/commit/4facb18dd9f81bb6af437a6257960e6e878349ad)) #### [5.3.2](https://togithub.com/mqttjs/MQTT.js/compare/v5.3.1...v5.3.2) (2023-12-04) ##### Bug Fixes - **browser:** use worker timers to prevent unexpected client close ([#​1753](https://togithub.com/mqttjs/MQTT.js/issues/1753)) ([35448f3](https://togithub.com/mqttjs/MQTT.js/commit/35448f386687030e7b68bd88f5f4852fbb833c9d)) - catch all socket errors ([#​1752](https://togithub.com/mqttjs/MQTT.js/issues/1752)) ([a50e85c](https://togithub.com/mqttjs/MQTT.js/commit/a50e85ccf780621cdf2fd0a0bfcf5575a590f173)) - prop `window` is not defined in web worker ([#​1749](https://togithub.com/mqttjs/MQTT.js/issues/1749)) ([6591404](https://togithub.com/mqttjs/MQTT.js/commit/6591404b38c73550157e22f3e57683a634bb919c)) #### [5.3.1](https://togithub.com/mqttjs/MQTT.js/compare/v5.3.0...v5.3.1) (2023-11-28) ##### Bug Fixes - improve environment detection in is-browser utility ([#​1744](https://togithub.com/mqttjs/MQTT.js/issues/1744)) ([b094142](https://togithub.com/mqttjs/MQTT.js/commit/b09414285d5c27cf76a9ff72cbb5ffe8ecec3981)) - typescript compile error ([2655feb](https://togithub.com/mqttjs/MQTT.js/commit/2655feb7a182c53bfa5ea7321b4e1a6d5b031311)), closes [#​1746](https://togithub.com/mqttjs/MQTT.js/issues/1746)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.