28.md (6937B)
1 # PR #28 Bump browser-sync from 2.27.11 to 2.29.0 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-03-17T09:05:29Z 6 - **Branch:** dependabot/npm_and_yarn/browser-sync-2.29.0 → master 7 - **Closed:** 2023-03-23T09:04:36Z 8 - **Labels:** dependencies 9 - **Diff:** [28.diff](./28.diff) 10 11 --- 12 13 Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.27.11 to 2.29.0. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/BrowserSync/browser-sync/releases">browser-sync's releases</a>.</em></p> 17 <blockquote> 18 <h2>The one that restores IE11 support 💪</h2> 19 <h2>What's Changed</h2> 20 <ul> 21 <li>fix ie11 by <a href="https://github.com/shakyShane"><code>@​shakyShane</code></a> in <a href="https://redirect.github.com/BrowserSync/browser-sync/pull/2024">BrowserSync/browser-sync#2024</a></li> 22 </ul> 23 <p><a href="https://esbuild.github.io/">esbuild</a> does not support down-level transpiling as far as IE11 - so when I switched to it, it accidentally broke <code>IE11</code> support 😢</p> 24 <p>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.</p> 25 <p>So, IE11 will work once again 🎉. Please use the <a href="https://github.com/BrowserSync/browser-sync/issues">issues</a> 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)</p> 26 <pre lang="shell"><code># IE11 works, again 27 npm install browser-sync@latest 28 </code></pre> 29 <p><strong>Full Changelog</strong>: <a href="https://github.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0">https://github.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0</a></p> 30 <h2>the one that finally removes <code>document.write</code></h2> 31 <h2>What's Changed</h2> 32 <ul> 33 <li>browser-sync-2017 use chalk everywhere by <a href="https://github.com/shakyShane"><code>@​shakyShane</code></a> in <a href="https://redirect.github.com/BrowserSync/browser-sync/pull/2018">BrowserSync/browser-sync#2018</a></li> 34 <li>fix: remove document.write by <a href="https://github.com/shakyShane"><code>@​shakyShane</code></a> in <a href="https://redirect.github.com/BrowserSync/browser-sync/pull/2019">BrowserSync/browser-sync#2019</a></li> 35 </ul> 36 <p><strong>Full Changelog</strong>: <a href="https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.0">https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.0</a></p> 37 </blockquote> 38 </details> 39 <details> 40 <summary>Commits</summary> 41 <ul> 42 <li><a href="https://github.com/BrowserSync/browser-sync/commit/bed04d4f07d4d16b05af02fa86babc362b8531a2"><code>bed04d4</code></a> v2.29.0</li> 43 <li><a href="https://github.com/BrowserSync/browser-sync/commit/87421b53df52a22b69f9d32306494f1e0d8c4011"><code>87421b5</code></a> fix: ie11 support (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2024">#2024</a>)</li> 44 <li><a href="https://github.com/BrowserSync/browser-sync/commit/59eb01ad5f5937d60832c97c40f97c31a8d4200d"><code>59eb01a</code></a> v2.28.3</li> 45 <li><a href="https://github.com/BrowserSync/browser-sync/commit/3fd27201bc48a79348526f08f062c17073ffb4d1"><code>3fd2720</code></a> v2.28.2</li> 46 <li><a href="https://github.com/BrowserSync/browser-sync/commit/8487a855501903d4333c242a9f950b62d0ea23bb"><code>8487a85</code></a> bump logger (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2026">#2026</a>)</li> 47 <li><a href="https://github.com/BrowserSync/browser-sync/commit/a8417950757ae9faf3f1222e021d7b4a7df8ea61"><code>a841795</code></a> chalk as main dep - fixes <a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2021">#2021</a> (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2025">#2025</a>)</li> 48 <li><a href="https://github.com/BrowserSync/browser-sync/commit/9ea395f36d647b478554df4e11273d06852e64ea"><code>9ea395f</code></a> v2.28.1</li> 49 <li><a href="https://github.com/BrowserSync/browser-sync/commit/23c666f00a55c506f931ceeb758478d556e7c6e2"><code>23c666f</code></a> fix(deps): loosen range on <code>ua-parser-js</code> - fixes <a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2009">#2009</a> (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2020">#2020</a>)</li> 50 <li><a href="https://github.com/BrowserSync/browser-sync/commit/52ab250cb52fb431593ab03c9681832274c74607"><code>52ab250</code></a> v2.28.0</li> 51 <li><a href="https://github.com/BrowserSync/browser-sync/commit/019f8eaf45a61bcf72398b4b404c3e8d497463a7"><code>019f8ea</code></a> fix: remove document.write (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2019">#2019</a>)</li> 52 <li>Additional commits viewable in <a href="https://github.com/BrowserSync/browser-sync/compare/v2.27.11...v2.29.0">compare view</a></li> 53 </ul> 54 </details> 55 <br /> 56 57 58 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 59 60 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`. 61 62 [//]: # (dependabot-automerge-start) 63 [//]: # (dependabot-automerge-end) 64 65 --- 66 67 <details> 68 <summary>Dependabot commands and options</summary> 69 <br /> 70 71 You can trigger Dependabot actions by commenting on this PR: 72 - `@dependabot rebase` will rebase this PR 73 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 74 - `@dependabot merge` will merge this PR after your CI passes on it 75 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 76 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 77 - `@dependabot reopen` will reopen this PR if it is closed 78 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 79 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) 80 - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) 81 - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) 82 83 84 </details> 85 86 87 ## Comments 88 89 ### @dependabot[bot] — 2023-03-23T09:04:35Z 90 91 Superseded by #29. 92