static-site-scaffold-modules
static-site-scaffold-modules copied to clipboard
Bump follow-redirects and browser-sync in /modules/static-site-scaffold
Bumps follow-redirects to 1.15.6 and updates ancestor dependency browser-sync. These dependencies need to be updated together.
Updates follow-redirects from 1.5.10 to 1.15.6
Commits
35a517cRelease version 1.15.6 of the npm package.c4f847fDrop Proxy-Authorization across hosts.8526b4aUse GitHub for disclosure.b1677ceRelease version 1.15.5 of the npm package.d8914f7Preserve fragment in responseUrl.6585820Release version 1.15.4 of the npm package.7a6567eDisallow bracketed hostnames.05629afPrefer native URL instead of deprecated url.parse.1cba8e8Prefer native URL instead of legacy url.resolve.72bc2a4Simplify _processResponse error handling.- Additional commits viewable in compare view
Updates browser-sync from 2.26.7 to 2.29.3
Release notes
Sourced from browser-sync's releases.
The one that fixes snippetOptions
What's Changed
- fix: append to head if body not present yet - fixes #2031 by
@shakyShanein BrowserSync/browser-sync#2041Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.29.2...v2.29.3
v2.29.1
What's Changed
- trim-deps by
@shakyShanein BrowserSync/browser-sync#2028Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.29.0...v2.29.1
The one that restores IE11 support 💪
What's Changed
- fix ie11 by
@shakyShanein BrowserSync/browser-sync#2024esbuild 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: https://github.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0
the one that finally removes
document.writeWhat's Changed
- browser-sync-2017 use chalk everywhere by
@shakyShanein BrowserSync/browser-sync#2018- fix: remove document.write by
@shakyShanein BrowserSync/browser-sync#2019Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.0
2.27.9
What's Changed
- fix(cli): Where's the command help? fixes #1929 by
@shakyShanein BrowserSync/browser-sync#1945A bug prevented the help output from displaying - it was introduced when the CLI parser
yargswas updated, and is now fixed :)Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.27.8...v2.27.9
... (truncated)
Commits
02efdffv2.29.362d906efix: append to head if body not present yet - fixes #2031 (#2041)f91440ev2.29.2d0c50e0deps: drop qs (#2040)6ffc212v2.29.17b07798v2.29.1-alpha.0497f216remove client depsbed04d4v2.29.087421b5fix: ie11 support (#2024)59eb01av2.28.3- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.