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

Update dependency browser-sync to v2.27.1 #47

Merged
merged 1 commit into from Jun 25, 2021

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.1 age adoption passing confidence

Release Notes

BrowserSync/browser-sync

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, check this box.

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

@tsukune-ch tsukune-ch merged commit 8c78162 into master Jun 25, 2021
@tsukune-ch tsukune-ch deleted the renovate/browser-sync-2.x branch June 25, 2021 08:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants