-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency browser-sync to v2.26.7 #28
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/browser-sync-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d45d3be to
3fecfce
Compare
3fecfce to
8c932bf
Compare
8c932bf to
9953bc8
Compare
9953bc8 to
6986f2f
Compare
6986f2f to
4ea0e41
Compare
4ea0e41 to
d6366a3
Compare
d6366a3 to
d6dd2dd
Compare
d6dd2dd to
b3b1827
Compare
b3b1827 to
38c81d9
Compare
38c81d9 to
a4b9424
Compare
a4b9424 to
707aa0e
Compare
707aa0e to
05e7211
Compare
05e7211 to
71df067
Compare
71df067 to
5bdf822
Compare
5bdf822 to
f011603
Compare
f011603 to
dfca0b2
Compare
dfca0b2 to
615daf4
Compare
615daf4 to
087df4a
Compare
087df4a to
1920e19
Compare
1920e19 to
3a45896
Compare
3a45896 to
5b3a7da
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.23.1->2.26.7Release Notes
BrowserSync/browser-sync
v2.26.7Compare Source
v2.26.6Compare Source
v2.26.5Compare Source
v2.26.4Compare Source
v2.26.3Compare Source
fixes
d60cd910a2ff5a9f3fea4v2.26.2Compare Source
v2.26.1Compare Source
v2.26.0Compare Source
these notes describe the change from 2.24.6 -> 2.26.0
fixes
257fba6domainkey in proxy responsesdacfc8b11729cc06ee1b79e9660348286e0chore
0d4ab81900e23eef12e9alerna
7c0ad4ec108af84ac3a49d6198f9325c775feature
d641916docs
cf0febd16487addeps
27f2173a6578a3v2.25.0Compare 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
listenoption.For backwards compatibility reasons, we actually cannot use the
hostoption 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,
hostwas 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 usinghostfor other reasons.The idea is that you'd only ever use the
listenoption 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 tolocalhost(this does mean that other features such asexternal urlswill not work any more, but if you need thislistenoption in the first place, that will not be a concern for you)npm i -g browser-sync@2.25.0 browser-sync . --listen localhostv2.24.7Compare Source
fix
b6ba0dd9e9660348286e0deps
a6578a3v2.24.6Compare Source
v2.24.5Compare Source
fix
dd70eba90e7306v2.24.4Compare Source
fix
a6d39e6v2.24.3Compare 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
cc5118c11538459cef9c1568e64eb37e11cv2.24.2Compare Source
v2.24.1Compare Source
v2.24.0Compare Source
Features
99a69ce9d9dfb1injectNotificationoption & defaulted to false06608fb4803786e4754c9Fixes
b8685bcwatchboolean when falseb41f602Dependencies
0ad5f3af6ac69f0e1dd37679fbbcTests
31bace2misc
1c9ae438a957e931956ab78c3854tehtothe4ce533cv2.23.7Compare Source
66dd19cv2.23.6Compare Source
v2.23.5Compare Source
v2.23.4Compare Source
v2.23.3Compare Source
misc
type: arrayin server field of startOpts" - fixes #1483 (This reverts commitb24514b)31150d6620e9aev2.23.2Compare Source
CLI
type: arrayin server field of startOptsb24514bRenovate 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.