Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Update dependency browser-sync to v2.27.9 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 24, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

BrowserSync/browser-sync

v2.27.9

Compare Source

What's Changed

A bug prevented the help output from displaying - it was introduced when the CLI parser yargs was updated, and is now fixed :)

Full Changelog: BrowserSync/browser-sync@v2.27.8...v2.27.9

v2.27.8

Compare Source

This release upgrades Socket.io (client+server) to the latest versions - solving the following issues, and silencing security warning :)

PR:

Resolved Issues:

Thanks to @​lachieh for the original PR, which helped me land this fix

v2.27.7

Compare Source

v2.27.6

Compare Source

v2.27.5

Compare Source

v2.27.4

Compare Source

v2.27.3

Compare Source

v2.27.1

Compare Source

This release adds a feature to address BrowserSync/browser-sync#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 :)

browser-sync . --no-snippet

or in any Browsersync configuration

const config = {
  snippet: false,
};

the original request was related to Eleventy usage, so here's how that would look

eleventyConfig.setBrowserSyncConfig({
  snippet: false,
});

Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from d8f247f to 2a62232 Compare June 26, 2021 12:01
@renovate renovate bot changed the title Update dependency browser-sync to v2.27.1 Update dependency browser-sync to v2.27.3 Jun 26, 2021
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch 2 times, most recently from 6db60de to b210ffd Compare July 1, 2021 08:08
@renovate renovate bot changed the title Update dependency browser-sync to v2.27.3 Update dependency browser-sync to v2.27.4 Jul 1, 2021
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from b210ffd to acb9d24 Compare July 27, 2021 07:54
@renovate renovate bot changed the title Update dependency browser-sync to v2.27.4 Update dependency browser-sync to v2.27.5 Jul 27, 2021
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from acb9d24 to 83a8157 Compare March 7, 2022 13:48
@renovate renovate bot changed the title Update dependency browser-sync to v2.27.5 Update dependency browser-sync to v2.27.7 Mar 7, 2022
@renovate renovate bot changed the title Update dependency browser-sync to v2.27.7 Update dependency browser-sync to v2.27.9 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 83a8157 to b18e2cb Compare March 26, 2022 14:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant