midwayjs / midway

🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈
https://www.midwayjs.org/
MIT License
7.35k stars 575 forks source link

fix(deps): update dependency mqtt to v5.7.0 #3896

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mqtt 5.5.5 -> 5.7.0 age adoption passing confidence

Release Notes

mqttjs/MQTT.js (mqtt) ### [`v5.7.0`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#570-2024-05-28) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v5.6.2...v5.7.0) ##### Features - add `unixSocket` option and `+unix` suffix support to protocol ([#​1874](https://togithub.com/mqttjs/MQTT.js/issues/1874)) ([1004c78](https://togithub.com/mqttjs/MQTT.js/commit/1004c78db7d6763f21c98fa3db2f12e688ca33ff)) #### [5.6.2](https://togithub.com/mqttjs/MQTT.js/compare/v5.6.1...v5.6.2) (2024-05-23) ##### Bug Fixes - prevent url.parse to set `path` option ([#​1871](https://togithub.com/mqttjs/MQTT.js/issues/1871)) ([de0174f](https://togithub.com/mqttjs/MQTT.js/commit/de0174f033367dde352d1eff339064e704f610e1)), closes [#​1870](https://togithub.com/mqttjs/MQTT.js/issues/1870) #### [5.6.1](https://togithub.com/mqttjs/MQTT.js/compare/v5.6.0...v5.6.1) (2024-05-17) ##### Bug Fixes - update is-browser.ts to account `undefined` navigator ([#​1868](https://togithub.com/mqttjs/MQTT.js/issues/1868)) ([0111a7a](https://togithub.com/mqttjs/MQTT.js/commit/0111a7af4b71f2a973a712a1f0df6574660d6ec0)), closes [/github.com/mqttjs/MQTT.js/commit/6a03d29b86dc4fe8eae04eaf0f9fc661f1c3d1ea#commitcomment-142114121](https://togithub.com//github.com/mqttjs/MQTT.js/commit/6a03d29b86dc4fe8eae04eaf0f9fc661f1c3d1ea/issues/commitcomment-142114121) [/github.com/mqttjs/MQTT.js/pull/1868#pullrequestreview-2062507553](https://togithub.com//github.com/mqttjs/MQTT.js/pull/1868/issues/pullrequestreview-2062507553) ### [`v5.6.2`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#562-2024-05-23) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v5.6.1...v5.6.2) ##### Bug Fixes - prevent url.parse to set `path` option ([#​1871](https://togithub.com/mqttjs/MQTT.js/issues/1871)) ([de0174f](https://togithub.com/mqttjs/MQTT.js/commit/de0174f033367dde352d1eff339064e704f610e1)), closes [#​1870](https://togithub.com/mqttjs/MQTT.js/issues/1870) ### [`v5.6.1`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#561-2024-05-17) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v5.6.0...v5.6.1) ##### Bug Fixes - update is-browser.ts to account `undefined` navigator ([#​1868](https://togithub.com/mqttjs/MQTT.js/issues/1868)) ([0111a7a](https://togithub.com/mqttjs/MQTT.js/commit/0111a7af4b71f2a973a712a1f0df6574660d6ec0)), closes [/github.com/mqttjs/MQTT.js/commit/6a03d29b86dc4fe8eae04eaf0f9fc661f1c3d1ea#commitcomment-142114121](https://togithub.com//github.com/mqttjs/MQTT.js/commit/6a03d29b86dc4fe8eae04eaf0f9fc661f1c3d1ea/issues/commitcomment-142114121) [/github.com/mqttjs/MQTT.js/pull/1868#pullrequestreview-2062507553](https://togithub.com//github.com/mqttjs/MQTT.js/pull/1868/issues/pullrequestreview-2062507553) ### [`v5.6.0`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#560-2024-05-13) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v5.5.6...v5.6.0) ##### Features - keepalive manager ([#​1865](https://togithub.com/mqttjs/MQTT.js/issues/1865)) ([bad160a](https://togithub.com/mqttjs/MQTT.js/commit/bad160af2a7b76a5159652e6d3757e7798337261)) #### [5.5.6](https://togithub.com/mqttjs/MQTT.js/compare/v5.5.5...v5.5.6) (2024-05-13) ##### Bug Fixes - do not shift pings on 'publish' packets ([#​1866](https://togithub.com/mqttjs/MQTT.js/issues/1866)) ([e4d4663](https://togithub.com/mqttjs/MQTT.js/commit/e4d4663bcd5f87399b9d7bf101b364cda1c48d0e)), closes [#​1863](https://togithub.com/mqttjs/MQTT.js/issues/1863) [#​1861](https://togithub.com/mqttjs/MQTT.js/issues/1861) - **electron:** detect electron context ([#​1856](https://togithub.com/mqttjs/MQTT.js/issues/1856)) ([6a03d29](https://togithub.com/mqttjs/MQTT.js/commit/6a03d29b86dc4fe8eae04eaf0f9fc661f1c3d1ea)) - **ws:** ignored `host` option and default hostname in browser ([c6580a6](https://togithub.com/mqttjs/MQTT.js/commit/c6580a6685821c60a4595986227dba2a615b9958)), closes [#​1730](https://togithub.com/mqttjs/MQTT.js/issues/1730) #### [5.5.5](https://togithub.com/mqttjs/MQTT.js/compare/v5.5.4...v5.5.5) (2024-04-30) ##### Bug Fixes - keepalive issues ([#​1855](https://togithub.com/mqttjs/MQTT.js/issues/1855)) ([4f242f4](https://togithub.com/mqttjs/MQTT.js/commit/4f242f47bc8568299f04bade8aa4d1d11b939912)) #### [5.5.4](https://togithub.com/mqttjs/MQTT.js/compare/v5.5.3...v5.5.4) (2024-04-26) ##### Bug Fixes - allow to use unix sockets in connect ([#​1852](https://togithub.com/mqttjs/MQTT.js/issues/1852)) ([22c97b5](https://togithub.com/mqttjs/MQTT.js/commit/22c97b5f7536e3e36317c3b28dc0d70557b820ac)), closes [#​1040](https://togithub.com/mqttjs/MQTT.js/issues/1040) - **react-native:** process.nextTick is not a function error ([#​1849](https://togithub.com/mqttjs/MQTT.js/issues/1849)) ([f62e207](https://togithub.com/mqttjs/MQTT.js/commit/f62e207def81b174af83d2e9525cddd1ce960fc3)) #### [5.5.3](https://togithub.com/mqttjs/MQTT.js/compare/v5.5.2...v5.5.3) (2024-04-19) ##### Bug Fixes - possible race condition in ping timer ([#​1848](https://togithub.com/mqttjs/MQTT.js/issues/1848)) ([0b7d687](https://togithub.com/mqttjs/MQTT.js/commit/0b7d687282e6342d5276946dfd4c4d1e0a66ba47)), closes [#​1845](https://togithub.com/mqttjs/MQTT.js/issues/1845) - wrong mqttjs version printed ([#​1847](https://togithub.com/mqttjs/MQTT.js/issues/1847)) ([a24cf14](https://togithub.com/mqttjs/MQTT.js/commit/a24cf14654cb0fa74da1be2671dfaf57071fec40)) #### [5.5.2](https://togithub.com/mqttjs/MQTT.js/compare/v5.5.1...v5.5.2) (2024-04-12) ##### Bug Fixes - **react-native:** error Cannot create URL for blob ([#​1840](https://togithub.com/mqttjs/MQTT.js/issues/1840)) ([fc8fafb](https://togithub.com/mqttjs/MQTT.js/commit/fc8fafbdf5e01edc487192393293b944e77f5920)) #### [5.5.1](https://togithub.com/mqttjs/MQTT.js/compare/v5.5.0...v5.5.1) (2024-04-10) ##### Bug Fixes - **browser:** uncaught error when stream is destroyed with error ([380f286](https://togithub.com/mqttjs/MQTT.js/commit/380f286d46f1c3d7a64c7bd851bbe8d84b797074)), closes [#​1839](https://togithub.com/mqttjs/MQTT.js/issues/1839) ### [`v5.5.6`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#556-2024-05-13) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v5.5.5...v5.5.6) ##### Bug Fixes - do not shift pings on 'publish' packets ([#​1866](https://togithub.com/mqttjs/MQTT.js/issues/1866)) ([e4d4663](https://togithub.com/mqttjs/MQTT.js/commit/e4d4663bcd5f87399b9d7bf101b364cda1c48d0e)), closes [#​1863](https://togithub.com/mqttjs/MQTT.js/issues/1863) [#​1861](https://togithub.com/mqttjs/MQTT.js/issues/1861) - **electron:** detect electron context ([#​1856](https://togithub.com/mqttjs/MQTT.js/issues/1856)) ([6a03d29](https://togithub.com/mqttjs/MQTT.js/commit/6a03d29b86dc4fe8eae04eaf0f9fc661f1c3d1ea)) - **ws:** ignored `host` option and default hostname in browser ([c6580a6](https://togithub.com/mqttjs/MQTT.js/commit/c6580a6685821c60a4595986227dba2a615b9958)), closes [#​1730](https://togithub.com/mqttjs/MQTT.js/issues/1730)

Configuration

📅 Schedule: Branch creation - "before 3am on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.