Update dependency browser-sync to v2.29.3#30
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
94bed4e to
d31edbf
Compare
d31edbf to
5f85ba8
Compare
5f85ba8 to
13fbc1f
Compare
13fbc1f to
9f05548
Compare
9f05548 to
3f054a0
Compare
3f054a0 to
ef04cf9
Compare
ef04cf9 to
d01ac2d
Compare
d01ac2d to
d95867c
Compare
d95867c to
8ad0ebc
Compare
8ad0ebc to
b1a3b1f
Compare
b1a3b1f to
ec16731
Compare
ec16731 to
f149c0c
Compare
f149c0c to
bf7adf1
Compare
bf7adf1 to
a4e23c5
Compare
a4e23c5 to
7bea130
Compare
7bea130 to
ef818ba
Compare
ef818ba to
b857007
Compare
b857007 to
f490a87
Compare
f490a87 to
0bf00f9
Compare
0bf00f9 to
979878d
Compare
979878d to
bdf7fa7
Compare
bdf7fa7 to
ab87670
Compare
ab87670 to
7a74b18
Compare
7a74b18 to
3a7c100
Compare
ff9afea to
88fff6d
Compare
88fff6d to
7f37706
Compare
7f37706 to
e4f413f
Compare
e4f413f to
9742b71
Compare
9742b71 to
7778da4
Compare
7778da4 to
0614b38
Compare
0614b38 to
5406248
Compare
5406248 to
a91f8e9
Compare
c46a55a to
b8726ba
Compare
b8726ba to
c841b38
Compare
c841b38 to
2c52ca0
Compare
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
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.24.5→2.29.3Release Notes
BrowserSync/browser-sync (browser-sync)
v2.29.3: The one that fixes snippetOptionsCompare Source
What's Changed
Full Changelog: BrowserSync/browser-sync@v2.29.2...v2.29.3
v2.29.2Compare Source
v2.29.1Compare 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
IE11support 😢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@latestFull Changelog: BrowserSync/browser-sync@v2.28.3...v2.29.0
v2.28.3Compare Source
v2.28.2Compare Source
v2.28.1Compare Source
v2.28.0: the one that finally removesdocument.writeCompare Source
What's Changed
Full Changelog: BrowserSync/browser-sync@v2.27.12...v2.28.0
v2.27.12Compare Source
v2.27.11Compare Source
v2.27.10Compare Source
v2.27.9: 2.27.9Compare Source
What's Changed
A bug prevented the help output from displaying - it was introduced when the CLI parser
yargswas updated, and is now fixed :)Full Changelog: BrowserSync/browser-sync@v2.27.8...v2.27.9
v2.27.8: 2.27.8Compare Source
This release upgrades Socket.io (client+server) to the latest versions - solving the following issues, and silencing security warning :)
PR:
58ab4abResolved Issues:
Thanks to @lachieh for the original PR, which helped me land this fix
v2.27.7Compare Source
v2.27.6Compare Source
v2.27.5Compare Source
v2.27.4Compare Source
v2.27.3Compare Source
v2.27.1: addedsnippet: booleanoptionCompare 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
snippetoption :)browser-sync . --no-snippetor in any Browsersync configuration
the original request was related to Eleventy usage, so here's how that would look
v2.26.14: upgraded dependenciesCompare Source
This is a maintenance release to address 2 security related issues (socket.io & axios)
Happy Browsersync'in :)
v2.26.13Compare Source
v2.26.12Compare Source
v2.26.10Compare Source
v2.26.9Compare Source
v2.26.7Compare Source
v2.26.6Compare Source
v2.26.5Compare Source
v2.26.4Compare Source
v2.26.3: 2.26.0 -> 2.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.0: thelistenoption releaseCompare 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.7: Bug fixesCompare Source
fix
b6ba0dd9e9660348286e0deps
a6578a3v2.24.6Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.