Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 24, 2021

This PR contains the following updates:

Package Change Age Confidence
browser-sync (source) 2.26.14 -> 2.29.3 age confidence

Release Notes

BrowserSync/browser-sync (browser-sync)

v2.29.3: The one that fixes snippetOptions

Compare Source

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.29.2...v2.29.3

v2.29.2

Compare Source

v2.29.1

Compare Source

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.29.0...v2.29.1

v2.29.0: The one that restores IE11 support 💪

Compare Source

What's Changed

esbuild does not support down-level transpiling as far as IE11 - so when I switched to it, it accidentally broke IE11 support 😢

This is an important issue for me - many devs that support old browsers like IE11 are doing so because their projects are used in public services, or internal applications. Not every developer out there has the luxury of supporting evergreen-only browsers.

So, IE11 will work once again 🎉. Please use the issues thread to make me aware of any problem that's preventing you from using Browsersync in your day job 💪 (and be sure to thumbs-up the issues you want to see resolved)

### IE11 works, again
npm install browser-sync@latest

Full Changelog: BrowserSync/browser-sync@v2.28.3...v2.29.0

v2.28.3

Compare Source

v2.28.2

Compare Source

v2.28.1

Compare Source

v2.28.0: the one that finally removes document.write

Compare Source

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.27.12...v2.28.0

v2.27.12

Compare Source

v2.27.11

Compare Source

v2.27.10

Compare Source

v2.27.9: 2.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: 2.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: added snippet: boolean option

Compare Source

This release adds a feature to address #​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: 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@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 from 703ea38 to 0136ca6 Compare June 26, 2021 11:38
@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 0136ca6 to 4f440e6 Compare July 1, 2021 07:13
@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 4f440e6 to 9f2a8ac Compare July 27, 2021 08:06
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 9f2a8ac to f50322e Compare March 7, 2022 14:13
@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 f50322e to f2ef2d1 Compare March 26, 2022 12:06
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from f2ef2d1 to 1a6e750 Compare June 18, 2022 22:04
@renovate renovate bot changed the title Update dependency browser-sync to v2.27.9 Update dependency browser-sync to v2.27.10 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 1a6e750 to d05970f Compare September 25, 2022 16:12
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from d05970f to f13ca93 Compare November 20, 2022 07:45
@renovate renovate bot changed the title Update dependency browser-sync to v2.27.10 Update dependency browser-sync to v2.28.3 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from f13ca93 to ba6be1d Compare March 16, 2023 11:07
@renovate renovate bot changed the title Update dependency browser-sync to v2.28.3 Update dependency browser-sync to v2.29.1 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from ba6be1d to 21d02f3 Compare March 24, 2023 13:58
@renovate renovate bot changed the title Update dependency browser-sync to v2.29.1 Update dependency browser-sync to v2.29.3 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 9a1f54b to 4c75bb9 Compare August 10, 2025 12:31
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 4c75bb9 to 16c0841 Compare August 19, 2025 19:39
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 16c0841 to b25ee1d Compare September 25, 2025 20:36
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from b25ee1d to 19bbdaa Compare October 21, 2025 17:53
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 19bbdaa to e0a3b2b Compare November 10, 2025 19:44
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from e0a3b2b to 6327eef Compare November 18, 2025 14:11
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