nuxt-modules / ngrok

ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes
https://ngrok.nuxtjs.org/
68 stars 13 forks source link

chore(deps): update dependency ngrok to v4 - autoclosed #12

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ngrok ^3.4.0 -> ^4.3.3 age adoption passing confidence

Release Notes

bubenshchykov/ngrok (ngrok) ### [`v4.3.3`](https://togithub.com/bubenshchykov/ngrok/blob/HEAD/CHANGELOG.md#433---2022-08-18) [Compare Source](https://togithub.com/bubenshchykov/ngrok/compare/v4.3.2...v4.3.3) ##### Fixed - Removed old ngrok.d.ts from package.json files and added index.d.ts ### [`v4.3.2`](https://togithub.com/bubenshchykov/ngrok/blob/HEAD/CHANGELOG.md#432---2022-08-16) [Compare Source](https://togithub.com/bubenshchykov/ngrok/compare/v4.3.1...v4.3.2) ##### Fixed - Removes an unused variable that was causing trouble in strict mode ([#​280](https://togithub.com/bubenshchykov/ngrok/issues/280)) - Sets correct binary for darwin-arm architecture ([#​223](https://togithub.com/bubenshchykov/ngrok/issues/223)) - Moves TypeScript definition file so it works with latest module resolution ([#​292](https://togithub.com/bubenshchykov/ngrok/issues/292)) ##### Changed - Updates `got` dependency to 11.8.5 ### [`v4.3.1`](https://togithub.com/bubenshchykov/ngrok/blob/HEAD/CHANGELOG.md#431---2022-03-05) [Compare Source](https://togithub.com/bubenshchykov/ngrok/compare/v4.3.0...v4.3.1) ##### Fixed - Connect options were being mutated, clones them instead ([#​268](https://togithub.com/bubenshchykov/ngrok/issues/268)) ##### Changed - Dropped dependency on colors for chalk ([#​265](https://togithub.com/bubenshchykov/ngrok/issues/265)) - Updated test for information page ### [`v4.3.0`](https://togithub.com/bubenshchykov/ngrok/blob/HEAD/CHANGELOG.md#430---2022-01-17) [Compare Source](https://togithub.com/bubenshchykov/ngrok/compare/a3ff0bf499d177dc7564c30517026accaf58865b...v4.3.0) ##### Fixed - ngrok now returns an information and login page when you try to request an HTML site with a guest account, which broke the tests. Fixed the broken test and added one to specifically test the behaviour. - Switched from decompress-zip to extract-zip to support Node 17 - Updated version of uuid to avoid install warnings ### [`v4.2.2`](https://togithub.com/bubenshchykov/ngrok/blob/HEAD/CHANGELOG.md#422---2021-09-06) [Compare Source](https://togithub.com/bubenshchykov/ngrok/compare/0daf40074647a662ce12a9530168a7efa7ec5fa8...a3ff0bf499d177dc7564c30517026accaf58865b) ##### Fixed - Got download type definitions correct ### [`v4.2.1`](https://togithub.com/bubenshchykov/ngrok/blob/HEAD/CHANGELOG.md#421---2021-09-06) [Compare Source](https://togithub.com/bubenshchykov/ngrok/compare/06a8308a6846aa56566a6edda4deb8828dba3119...0daf40074647a662ce12a9530168a7efa7ec5fa8) ##### Fixed - Added download type definitions to package ### [`v4.2.0`](https://togithub.com/bubenshchykov/ngrok/blob/HEAD/CHANGELOG.md#420---2021-09-06) [Compare Source](https://togithub.com/bubenshchykov/ngrok/compare/v4.1.0...06a8308a6846aa56566a6edda4deb8828dba3119) ##### Changed - Added `onTerminated` callback to notify users when the underlying ngrok process terminates ##### Fixed - TypeScript definition for the download function ### [`v4.1.0`](https://togithub.com/bubenshchykov/ngrok/blob/HEAD/CHANGELOG.md#410---2021-07-26) [Compare Source](https://togithub.com/bubenshchykov/ngrok/compare/v4.0.1...v4.1.0) ##### Changed - Exposes the `NgrokClientError` class ##### Fixed - Previously, if the ngrok log_format was set to JSON, `getProcess` would never resolve. This is fixed now. ([#​221](https://togithub.com/bubenshchykov/ngrok/issues/221)) - If the home directory download location isn't usable, the backup directory was defined wrong and the download would fail. The directory is now fixed. ([#​237](https://togithub.com/bubenshchykov/ngrok/issues/237)) - Avoids memory leaks caused by adding listeners to the `process` "exit" event over and over. ([#​240](https://togithub.com/bubenshchykov/ngrok/issues/240)) ### [`v4.0.1`](https://togithub.com/bubenshchykov/ngrok/blob/HEAD/CHANGELOG.md#401---2021-04-05) [Compare Source](https://togithub.com/bubenshchykov/ngrok/compare/v4.0.0...v4.0.1) ##### Fixed - Trying to connect a new tunnel using a name would drop options like `binPath` as they were overwritten from the loaded config. [#​220](https://togithub.com/bubenshchykov/ngrok/pull/220) changes the behaviour to merge passed options with the named tunnel options - Avoids showing a terminal window on Windows when spawning ([#​211](https://togithub.com/bubenshchykov/ngrok/pull/211)) ### [`v4.0.0`](https://togithub.com/bubenshchykov/ngrok/blob/HEAD/CHANGELOG.md#400---2021-03-27) [Compare Source](https://togithub.com/bubenshchykov/ngrok/compare/v3.4.1...v4.0.0) ##### Breaking changes - Replaced the deprecated [request](https://www.npmjs.com/package/request) and [request-promise-native](https://www.npmjs.com/package/request-promise-native) with [got](https://www.npmjs.com/package/got) - `ngrok.getApi()` will now return an `NgrokClient` object which has methods to call on the available [ngrok API methods](https://ngrok.com/docs#client-api-base) - Revamped the exported types, there is now an `Ngrok` namespace under which most types now sit - Added types for the `NgrokClient` responses ##### Changed - Changed CI from Travis to GitHub Actions - Brought development dependencies up to date ##### Fixed - Passing a `name` option to `connect` now causes the module to read the ngrok config and retrieve a [named tunnel](https://ngrok.com/docs#tunnel-definitions) (fixes [#​197](https://togithub.com/bubenshchykov/ngrok/issues/197)) ### [`v3.4.1`](https://togithub.com/bubenshchykov/ngrok/compare/v3.4.0...v3.4.1) [Compare Source](https://togithub.com/bubenshchykov/ngrok/compare/v3.4.0...v3.4.1)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #12 (8780f6c) into main (2e921f3) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #12   +/-   ##
=======================================
  Coverage   88.88%   88.88%           
=======================================
  Files           1        1           
  Lines          18       18           
  Branches        4        4           
=======================================
  Hits           16       16           
  Misses          2        2           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.