wjplayer
wjplayer copied to clipboard
chore(deps): update dependency browser-sync to v2.29.3
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
browser-sync (source) | 2.26.7 -> 2.29.3 |
Release Notes
BrowserSync/browser-sync (browser-sync)
v2.29.3
: The one that fixes snippetOptions
What's Changed
- fix: append to head if body not present yet - fixes #2031 by @shakyShane in https://github.com/BrowserSync/browser-sync/pull/2041
Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.29.2...v2.29.3
v2.29.2
v2.29.1
What's Changed
- trim-deps by @shakyShane in https://github.com/BrowserSync/browser-sync/pull/2028
Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.29.0...v2.29.1
v2.29.0
: The one that restores IE11 support 💪
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: https://github.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0
v2.28.3
v2.28.2
v2.28.1
v2.28.0
: the one that finally removes document.write
What's Changed
- browser-sync-2017 use chalk everywhere by @shakyShane in https://github.com/BrowserSync/browser-sync/pull/2018
- fix: remove document.write by @shakyShane in https://github.com/BrowserSync/browser-sync/pull/2019
Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.0
v2.27.12
v2.27.11
v2.27.10
v2.27.9
: 2.27.9
What's Changed
- fix(cli): Where's the command help? fixes #1929 by @shakyShane in https://github.com/BrowserSync/browser-sync/pull/1945
A bug prevented the help output from displaying - it was introduced when the CLI parser yargs
was updated, and is now fixed :)
Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.27.8...v2.27.9
v2.27.8
: 2.27.8
This release upgrades Socket.io (client+server) to the latest versions - solving the following issues, and silencing security warning :)
PR:
- https://github.com/BrowserSync/browser-sync/commit/58ab4ab861d7c50b4349f25bdd4c7f8871d0ad32
Resolved Issues:
- https://github.com/BrowserSync/browser-sync/issues/1850
- https://github.com/BrowserSync/browser-sync/issues/1892
- https://github.com/BrowserSync/browser-sync/issues/1925
- https://github.com/BrowserSync/browser-sync/issues/1926
- https://github.com/BrowserSync/browser-sync/issues/1933
Thanks to @lachieh for the original PR, which helped me land this fix
v2.27.7
v2.27.6
v2.27.5
v2.27.4
v2.27.3
v2.27.1
: added snippet: boolean
option
This release adds a feature to address https://github.com/BrowserSync/browser-sync/issues/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
This is a maintenance release to address 2 security related issues (socket.io & axios)
Happy Browsersync'in :)
v2.26.13
v2.26.12
v2.26.10
v2.26.9
Configuration
📅 Schedule: 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.