Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency browser-sync to v2.26.7 #1773

Merged
merged 1 commit into from
Sep 2, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2019

This PR contains the following updates:

Package Type Update Change
browser-sync (source) devDependencies minor 2.24.4 -> 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

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 [email protected]
browser-sync . --listen localhost

v2.24.7

Compare Source

fix

deps

v2.24.6

Compare Source

v2.24.5

Compare Source

fix


Renovate configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@renovate renovate bot requested a review from outoftime September 2, 2019 13:26
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 64fca60 to eea75ff Compare September 2, 2019 13:41
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from eea75ff to 624546f Compare September 2, 2019 15:23
@outoftime outoftime merged commit f8f429d into master Sep 2, 2019
@outoftime outoftime deleted the renovate/browser-sync-2.x branch September 2, 2019 16:25
outoftime added a commit to outoftime/popcode that referenced this pull request Sep 4, 2019
* 'master' of https://github.com/popcodeorg/popcode:
  Update dependency browser-sync to v2.26.7 (popcodeorg#1773)
  Update dependency cloudflare to v2.5.1 (popcodeorg#1774)
  Update dependency brfs to v2.0.2 (popcodeorg#1772)
  Update Node.js to v10.16.3 (popcodeorg#1765)
  Update dependency bowser to v2.5.3 (popcodeorg#1771)
  Update dependency bower to v1.8.8 (popcodeorg#1770)
  Update dependency babel-eslint to v10.0.3 (popcodeorg#1769)
  Update Jest (popcodeorg#1764)
  Update Redux (popcodeorg#1767)
  Update Project libraries (popcodeorg#1766)
  Update Font Awesome (popcodeorg#1763)
  Update dependency jquery to v3.4.0 [SECURITY] (popcodeorg#1756)
  Update Bugsnag to v6.4.0 (popcodeorg#1761)
  Pin dependency webpack-bundle-analyzer to 3.4.1 (popcodeorg#1762)
  Update dependency webpack-bundle-analyzer to v3 [SECURITY] (popcodeorg#1757)
  Add rebaseStalePrs to Renovate config (popcodeorg#1760)
  Update Karma & Tape (popcodeorg#1755)
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