Skip to content

chore(core-deps): update dependency browser-sync to v2.27.9 - autoclosed#7

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/browser-sync-2.x
Closed

chore(core-deps): update dependency browser-sync to v2.27.9 - autoclosed#7
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/browser-sync-2.x

Conversation

@renovate
Copy link

@renovate renovate bot commented May 2, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
browser-sync (source) ^2.26.7 -> 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,
});

v2.26.14

Compare Source

This is a maintenance release to address 2 security related issues (socket.io & axios)

Happy Browsersync'in :)

v2.26.13

Compare Source

v2.26.12

Compare Source

v2.26.10

Compare Source

v2.26.9

Compare Source


Configuration

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

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR is behind base branch, 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 172ec7b to cddfef6 Compare May 3, 2022 01:12
@renovate renovate bot changed the title chore(core-deps): update dependency browser-sync to v2.27.9 chore(core-deps): update dependency browser-sync to v2.27.9 - autoclosed May 3, 2022
@renovate renovate bot closed this May 3, 2022
@renovate renovate bot deleted the renovate/browser-sync-2.x branch May 3, 2022 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant