gauntface / web-push-book

Web Push Book
https://web-push-book.gauntface.com
226 stars 55 forks source link

Update dependency browser-sync to v2.27.9 - autoclosed #201

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
browser-sync (source) 2.26.13 -> 2.27.9 age adoption passing confidence

Release Notes

BrowserSync/browser-sync ### [`v2.27.9`](https://togithub.com/BrowserSync/browser-sync/releases/v2.27.9) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.8...v2.27.9) #### What's Changed - fix(cli): Where's the command help? fixes [#​1929](https://togithub.com/BrowserSync/browser-sync/issues/1929) by [@​shakyShane](https://togithub.com/shakyShane) in [https://github.com/BrowserSync/browser-sync/pull/1945](https://togithub.com/BrowserSync/browser-sync/pull/1945) A bug prevented the help output from displaying - it was introduced when the CLI parser `yargs` was updated, and is now fixed :) **Full Changelog**: https://github.com/BrowserSync/browser-sync/compare/v2.27.8...v2.27.9 ### [`v2.27.8`](https://togithub.com/BrowserSync/browser-sync/releases/v2.27.8) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.7...v2.27.8) This release upgrades Socket.io (client+server) to the latest versions - solving the following issues, and silencing security warning :) PR: - https://github.com/BrowserSync/browser-sync/commit/58ab4ab861d7c50b4349f25bdd4c7f8871d0ad32 Resolved Issues: - [https://github.com/BrowserSync/browser-sync/issues/1850](https://togithub.com/BrowserSync/browser-sync/issues/1850) - [https://github.com/BrowserSync/browser-sync/issues/1892](https://togithub.com/BrowserSync/browser-sync/issues/1892) - [https://github.com/BrowserSync/browser-sync/issues/1925](https://togithub.com/BrowserSync/browser-sync/issues/1925) - [https://github.com/BrowserSync/browser-sync/issues/1926](https://togithub.com/BrowserSync/browser-sync/issues/1926) - [https://github.com/BrowserSync/browser-sync/issues/1933](https://togithub.com/BrowserSync/browser-sync/issues/1933) Thanks to [@​lachieh](https://togithub.com/lachieh) for the original PR, which helped me land this fix ### [`v2.27.7`](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.6...v2.27.7) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.6...v2.27.7) ### [`v2.27.6`](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.5...v2.27.6) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.5...v2.27.6) ### [`v2.27.5`](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.4...v2.27.5) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.4...v2.27.5) ### [`v2.27.4`](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.3...v2.27.4) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.3...v2.27.4) ### [`v2.27.3`](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.1...v2.27.3) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.1...v2.27.3) ### [`v2.27.1`](https://togithub.com/BrowserSync/browser-sync/releases/v2.27.1) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.14...v2.27.1) This release adds a feature to address [https://github.com/BrowserSync/browser-sync/issues/1882](https://togithub.com/BrowserSync/browser-sync/issues/1882) Sometimes you don't want Browsersync to auto-inject it's connection snippet into your HTML - now you can disable it globally via either a CLI param or the new `snippet` option :) ```shell browser-sync . --no-snippet ``` or in any Browsersync configuration ```js const config = { snippet: false, }; ``` the original request was related to Eleventy usage, so here's how that would look ```js eleventyConfig.setBrowserSyncConfig({ snippet: false, }); ``` ### [`v2.26.14`](https://togithub.com/BrowserSync/browser-sync/releases/v2.26.14) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.13...v2.26.14) This is a maintenance release to address 2 security related issues (socket.io & axios) Happy Browsersync'in :)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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 WhiteSource Renovate. View repository job log here.