Skip to content

Update dependency browser-sync to v2.29.3#30

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/browser-sync-2.x
Open

Update dependency browser-sync to v2.29.3#30
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/browser-sync-2.x

Conversation

@renovate

@renovate renovate Bot commented Jul 21, 2018

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
browser-sync (source) 2.24.52.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,
});

v2.26.14: upgraded dependencies

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

v2.26.7

Compare Source

v2.26.6

Compare Source

v2.26.5

Compare Source

v2.26.4

Compare Source

v2.26.3: 2.26.0 -> 2.26.3

Compare Source

fixes

v2.26.2

Compare Source

v2.26.1

Compare Source

v2.26.0

Compare Source

these notes describe the change from 2.24.6 -> 2.26.0

fixes

chore

  • move cypress to top-level dep 0d4ab81
  • package-lock files 900e23e
  • change API of option transforms ef12e9a

lerna

feature

  • adding 'listen' option to restrict binding of interfaces d641916

docs

deps

  • npm audit for localtunnel - fixes #​1587 27f2173
  • easy-extender@​2.3.4 cypress@​3.1.0 supertest@​3.1.0 a6578a3

v2.25.0: the listen option release

Compare Source

Browsersync can now be used in more restrictive areas, ones where you cannot simply bind to all addresses on the host (such as schools or universities) - this is enabled via the listen option.

For backwards compatibility reasons, we actually cannot use the host option to acheive this (even though that would make the most sense), as it would break some people's existing setups.

This is mainly because in the past, host was not used to determine an address to bind to, but rather just as a way of changing the urls Browsersync displays to the user. :( :( :(

It was a big mistake, but now with the sheer size of the user base we have, every tiny change to any existing option causes some kind of breakage. I'm not prepared to do that again with host.

So, instead we're back to the old method of instead adding a new option, that I've called listen. It's the only way we can acheive the goal without breaking existing users who are using host for other reasons.

The idea is that you'd only ever use the listen option if you want to restrict the address being bound to. For example, the following will serve files from the current directory, but behind the scenes Browsersync will only bind to localhost (this does mean that other features such as external urls will not work any more, but if you need this listen option in the first place, that will not be a concern for you)

npm i -g browser-sync@2.25.0
browser-sync . --listen localhost

v2.24.7: Bug fixes

Compare Source

fix

deps

  • easy-extender@​2.3.4 cypress@​3.1.0 supertest@​3.1.0 a6578a3

v2.24.6

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 force-pushed the renovate/browser-sync-2.x branch from 94bed4e to d31edbf Compare August 26, 2018 21:10
@renovate renovate Bot changed the title Update dependency browser-sync to v2.24.6 Update dependency browser-sync to v2.24.7 Aug 26, 2018
@renovate renovate Bot changed the title Update dependency browser-sync to v2.24.7 Update dependency browser-sync to v2.25.0 Oct 6, 2018
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from d31edbf to 5f85ba8 Compare October 6, 2018 09:51
@renovate renovate Bot changed the title Update dependency browser-sync to v2.25.0 Update dependency browser-sync to v2.26.0 Oct 6, 2018
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 5f85ba8 to 13fbc1f Compare October 6, 2018 11:52
@renovate renovate Bot changed the title Update dependency browser-sync to v2.26.0 Update dependency browser-sync to v2.26.1 Oct 13, 2018
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 13fbc1f to 9f05548 Compare October 13, 2018 10:43
@renovate renovate Bot changed the title Update dependency browser-sync to v2.26.1 Update dependency browser-sync to v2.26.3 Oct 13, 2018
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 9f05548 to 3f054a0 Compare October 13, 2018 12:51
@renovate renovate Bot changed the title Update dependency browser-sync to v2.26.3 Update dependency browser-sync to v2.26.5 May 4, 2019
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 3f054a0 to ef04cf9 Compare May 4, 2019 09:00
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from ef04cf9 to d01ac2d Compare June 19, 2019 10:59
@renovate renovate Bot changed the title Update dependency browser-sync to v2.26.5 Update dependency browser-sync to v2.26.7 Jun 19, 2019
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from d01ac2d to d95867c Compare August 25, 2020 00:00
@renovate renovate Bot changed the title Update dependency browser-sync to v2.26.7 Update dependency browser-sync to v2.26.12 Aug 25, 2020
@renovate renovate Bot changed the title Update dependency browser-sync to v2.26.12 Update dependency browser-sync to v2.26.13 Oct 27, 2020
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from d95867c to 8ad0ebc Compare October 27, 2020 15:57
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 8ad0ebc to b1a3b1f Compare January 24, 2021 20:58
@renovate renovate Bot changed the title Update dependency browser-sync to v2.26.13 Update dependency browser-sync to v2.26.14 Jan 24, 2021
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from b1a3b1f to ec16731 Compare October 20, 2021 05:37
@renovate renovate Bot changed the title Update dependency browser-sync to v2.26.14 Update dependency browser-sync to v2.27.5 Oct 20, 2021
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from ec16731 to f149c0c Compare March 7, 2022 11:01
@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 f149c0c to bf7adf1 Compare March 26, 2022 13:17
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from bf7adf1 to a4e23c5 Compare June 18, 2022 19:20
@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 a4e23c5 to 7bea130 Compare March 16, 2023 22:09
@renovate renovate Bot changed the title Update dependency browser-sync to v2.27.10 Update dependency browser-sync to v2.29.0 Mar 16, 2023
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 7bea130 to ef818ba Compare March 24, 2023 20:25
@renovate renovate Bot changed the title Update dependency browser-sync to v2.29.0 Update dependency browser-sync to v2.29.1 Mar 24, 2023
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from ef818ba to b857007 Compare May 28, 2023 11:35
@renovate renovate Bot changed the title Update dependency browser-sync to v2.29.1 Update dependency browser-sync to v2.29.3 May 28, 2023
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from b857007 to f490a87 Compare August 10, 2025 13:27
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from f490a87 to 0bf00f9 Compare August 19, 2025 16:11
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 0bf00f9 to 979878d Compare September 25, 2025 19:52
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 979878d to bdf7fa7 Compare October 21, 2025 20:48
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from bdf7fa7 to ab87670 Compare November 11, 2025 00:57
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from ab87670 to 7a74b18 Compare November 19, 2025 00:34
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 7a74b18 to 3a7c100 Compare December 31, 2025 16:47
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch 2 times, most recently from ff9afea to 88fff6d Compare January 23, 2026 16:51
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 88fff6d to 7f37706 Compare February 2, 2026 15:08
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 7f37706 to e4f413f Compare February 12, 2026 16:09
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from e4f413f to 9742b71 Compare March 5, 2026 17:59
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 9742b71 to 7778da4 Compare March 13, 2026 17:34
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 7778da4 to 0614b38 Compare April 1, 2026 18:09
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 0614b38 to 5406248 Compare April 8, 2026 21:13
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from 5406248 to a91f8e9 Compare April 29, 2026 09:38
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch 2 times, most recently from c46a55a to b8726ba Compare May 18, 2026 10:09
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from b8726ba to c841b38 Compare May 28, 2026 18:34
@renovate renovate Bot force-pushed the renovate/browser-sync-2.x branch from c841b38 to 2c52ca0 Compare June 11, 2026 11:52
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.

0 participants