Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 1, 2018

This PR contains the following updates:

Package Type Update Change
browser-sync (source) devDependencies minor 2.23.1 -> 2.26.7

Release Notes

BrowserSync/browser-sync

v2.26.7

Compare Source

v2.26.6

Compare Source

v2.26.5

Compare Source

v2.26.4

Compare Source

v2.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

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

Compare Source

fix

deps

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

v2.24.6

Compare Source

v2.24.5

Compare Source

fix

v2.24.4

Compare Source

fix

v2.24.3

Compare Source

2.24.0 was a very large release - and with that, a handful of patch releases inevitably follow. Please move straight to 2.24.3 :)

fixes

v2.24.2

Compare Source

v2.24.1

Compare Source

v2.24.0

Compare Source

Features

  • (client) rewrite to Typescript + RxJS 99a69ce
  • (client) make initial options available in initial payload 9d9dfb1
  • (client) added injectNotification option & defaulted to false 06608fb
  • (client-js) allow functions in client:js hook 4803786
  • (http-protocol) support POST requests over HTTP Protocol e4754c9

Fixes

  • (client, rxjs) fix imports to avoid the entire library being bundled b8685bc
  • (cli) remove watch boolean when false b41f602

Dependencies

Tests

  • add cypress for integration tests 31bace2

misc

  • Resolved warning in tsconfig. 1c9ae43
  • Merge pull request #​1547 from jgravois/patchbump localtunnel to resolve security vuln nag 8a957e9
  • bump localtunnel to resolve security vuln nag 31956ab
  • Merge pull request #​1544 from SergiuNegara/fix/steam-docs-spellingFix stream docs spelling 78c3854
  • Fix stream docs spellingChange teh to the 4ce533c

v2.23.7

Compare Source

  • fix(client): CSS injection broken in older browsers due to use of Array.from - fixes #​1539 66dd19c

v2.23.6

Compare Source

v2.23.5

Compare Source

v2.23.4

Compare Source

v2.23.3

Compare Source

misc

  • Revert "Fix the missing type: array in server field of startOpts" - fixes #​1483 (This reverts commit b24514b) 31150d6
  • fix(server-middleware): allow res.end -> next() in middeware flow when no serveStatic exists - fixes #​1481 620e9ae

v2.23.2

Compare Source

CLI

  • Fix the missing type: array in server field of startOpts b24514b

Renovate 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 if you tick the rebase/retry checkbox below.

🔕 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.

@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from d45d3be to 3fecfce Compare January 5, 2018 17:34
@renovate renovate bot changed the title Update dependency browser-sync to v2.23.2 Update dependency browser-sync to v2.23.3 Jan 5, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 3fecfce to 8c932bf Compare January 10, 2018 08:21
@renovate renovate bot changed the title Update dependency browser-sync to v2.23.3 Update dependency browser-sync to v2.23.4 Jan 10, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 8c932bf to 9953bc8 Compare January 10, 2018 09:09
@renovate renovate bot changed the title Update dependency browser-sync to v2.23.4 Update dependency browser-sync to v2.23.5 Jan 10, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 9953bc8 to 6986f2f Compare January 24, 2018 17:13
@renovate renovate bot changed the title Update dependency browser-sync to v2.23.5 Update dependency browser-sync to v2.23.6 Jan 24, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 6986f2f to 4ea0e41 Compare April 20, 2018 06:28
@renovate renovate bot changed the title Update dependency browser-sync to v2.23.6 Update dependency browser-sync to v2.23.7 Apr 20, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 4ea0e41 to d6366a3 Compare April 29, 2018 20:58
@renovate renovate bot changed the title Update dependency browser-sync to v2.23.7 Update dependency browser-sync to v2.24.0 Apr 29, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from d6366a3 to d6dd2dd Compare April 30, 2018 05:24
@renovate renovate bot changed the title Update dependency browser-sync to v2.24.0 Update dependency browser-sync to v2.24.1 Apr 30, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from d6dd2dd to b3b1827 Compare May 2, 2018 14:53
@renovate renovate bot changed the title Update dependency browser-sync to v2.24.1 Update dependency browser-sync to v2.24.2 May 2, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from b3b1827 to 38c81d9 Compare May 3, 2018 11:55
@renovate renovate bot changed the title Update dependency browser-sync to v2.24.2 Update dependency browser-sync to v2.24.3 May 3, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 38c81d9 to a4b9424 Compare May 3, 2018 21:18
@renovate renovate bot changed the title Update dependency browser-sync to v2.24.3 Update dependency browser-sync to v2.24.4 May 3, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from a4b9424 to 707aa0e Compare June 24, 2018 20:24
@renovate renovate bot changed the title Update dependency browser-sync to v2.24.4 Update dependency browser-sync to v2.24.5 Jun 24, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 707aa0e to 05e7211 Compare July 21, 2018 10:28
@renovate renovate bot changed the title Update dependency browser-sync to v2.24.5 Update dependency browser-sync to v2.24.6 Jul 21, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 05e7211 to 71df067 Compare August 26, 2018 19:38
@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 71df067 to 5bdf822 Compare October 6, 2018 09:38
@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 5bdf822 to f011603 Compare October 6, 2018 11:48
@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 f011603 to dfca0b2 Compare October 13, 2018 10:33
@renovate renovate bot changed the title Update dependency browser-sync to v2.26.1 Update dependency browser-sync to v2.26.2 Oct 13, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from dfca0b2 to 615daf4 Compare October 13, 2018 11:53
@renovate renovate bot changed the title Update dependency browser-sync to v2.26.2 Update dependency browser-sync to v2.26.3 Oct 13, 2018
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 615daf4 to 087df4a Compare October 13, 2018 12:50
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 087df4a to 1920e19 Compare April 23, 2019 22:56
@renovate renovate bot changed the title Update dependency browser-sync to v2.26.3 Update dependency browser-sync to v2.26.4 Apr 23, 2019
@renovate renovate bot changed the title Update dependency browser-sync to v2.26.4 Update dependency browser-sync to v2.26.5 May 4, 2019
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 1920e19 to 3a45896 Compare May 4, 2019 11:54
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 3a45896 to 5b3a7da Compare June 19, 2019 12: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
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.

2 participants