Update dependency browser-sync to ^2.29.3 - autoclosed #87

Closed
renovate-bot wants to merge 1 commits from renovate/browser-sync-2.x into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
browser-sync (source) optionalDependencies minor ^2.27.6 -> ^2.29.3

Release Notes

BrowserSync/browser-sync (browser-sync)

v2.29.3: The one that fixes snippetOptions

Compare Source

What's Changed

Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.29.2...v2.29.3

v2.29.2

Compare Source

v2.29.1

Compare Source

What's Changed

Full Changelog: https://github.com/BrowserSync/browser-sync/compare/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 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

Compare Source

v2.28.2

Compare Source

v2.28.1

Compare Source

v2.28.0: the one that finally removes document.write

Compare Source

What's Changed

Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.0

v2.27.12

Compare Source

v2.27.11

Compare Source

v2.27.10

Compare Source

v2.27.9: 2.27.9

Compare Source

What's Changed

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

Compare Source

This release upgrades Socket.io (client+server) to the latest versions - solving the following issues, and silencing security warning :)

PR:

Resolved Issues:

Thanks to @​lachieh for the original PR, which helped me land this fix

v2.27.7

Compare Source


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 is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [browser-sync](https://browsersync.io/) ([source](https://github.com/BrowserSync/browser-sync)) | optionalDependencies | minor | [`^2.27.6` -> `^2.29.3`](https://renovatebot.com/diffs/npm/browser-sync/2.27.6/2.29.3) | --- ### Release Notes <details> <summary>BrowserSync/browser-sync (browser-sync)</summary> ### [`v2.29.3`](https://github.com/BrowserSync/browser-sync/releases/tag/v2.29.3): The one that fixes snippetOptions [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.29.2...v2.29.3) #### What's Changed - fix: append to head if body not present yet - fixes [#&#8203;2031](https://github.com/BrowserSync/browser-sync/issues/2031) by [@&#8203;shakyShane](https://github.com/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`](https://github.com/BrowserSync/browser-sync/compare/v2.29.1...v2.29.2) [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.29.1...v2.29.2) ### [`v2.29.1`](https://github.com/BrowserSync/browser-sync/releases/tag/v2.29.1) [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.29.0...v2.29.1) #### What's Changed - trim-deps by [@&#8203;shakyShane](https://github.com/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`](https://github.com/BrowserSync/browser-sync/releases/tag/v2.29.0): The one that restores IE11 support 💪 [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0) #### What's Changed - fix ie11 by [@&#8203;shakyShane](https://github.com/shakyShane) in https://github.com/BrowserSync/browser-sync/pull/2024 [esbuild](https://esbuild.github.io/) 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](https://github.com/BrowserSync/browser-sync/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) ```shell ### 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`](https://github.com/BrowserSync/browser-sync/compare/v2.28.2...v2.28.3) [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.28.2...v2.28.3) ### [`v2.28.2`](https://github.com/BrowserSync/browser-sync/compare/v2.28.1...v2.28.2) [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.28.1...v2.28.2) ### [`v2.28.1`](https://github.com/BrowserSync/browser-sync/compare/v2.28.0...v2.28.1) [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.28.0...v2.28.1) ### [`v2.28.0`](https://github.com/BrowserSync/browser-sync/releases/tag/v2.28.0): the one that finally removes `document.write` [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.0) #### What's Changed - browser-sync-2017 use chalk everywhere by [@&#8203;shakyShane](https://github.com/shakyShane) in https://github.com/BrowserSync/browser-sync/pull/2018 - fix: remove document.write by [@&#8203;shakyShane](https://github.com/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`](https://github.com/BrowserSync/browser-sync/compare/v2.27.11...v2.27.12) [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.27.11...v2.27.12) ### [`v2.27.11`](https://github.com/BrowserSync/browser-sync/compare/v2.27.10...v2.27.11) [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.27.10...v2.27.11) ### [`v2.27.10`](https://github.com/BrowserSync/browser-sync/compare/v2.27.9...v2.27.10) [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.27.9...v2.27.10) ### [`v2.27.9`](https://github.com/BrowserSync/browser-sync/releases/tag/v2.27.9): 2.27.9 [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.27.8...v2.27.9) #### What's Changed - fix(cli): Where's the command help? fixes [#&#8203;1929](https://github.com/BrowserSync/browser-sync/issues/1929) by [@&#8203;shakyShane](https://github.com/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`](https://github.com/BrowserSync/browser-sync/releases/tag/v2.27.8): 2.27.8 [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.27.7...v2.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 [@&#8203;lachieh](https://github.com/lachieh) for the original PR, which helped me land this fix ### [`v2.27.7`](https://github.com/BrowserSync/browser-sync/compare/v2.27.6...v2.27.7) [Compare Source](https://github.com/BrowserSync/browser-sync/compare/v2.27.6...v2.27.7) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==-->
samuel-p was assigned by renovate-bot 2021-10-28 04:04:35 +00:00
renovate-bot changed title from Update dependency browser-sync to ^2.27.7 to Update dependency browser-sync to ^2.27.8 2022-03-14 05:01:51 +00:00
renovate-bot force-pushed renovate/browser-sync-2.x from 9db0b82b28 to 560bff9a19 2022-03-14 05:01:54 +00:00 Compare
renovate-bot changed title from Update dependency browser-sync to ^2.27.8 to Update dependency browser-sync to ^2.27.9 2022-03-15 11:01:51 +00:00
renovate-bot force-pushed renovate/browser-sync-2.x from 560bff9a19 to f762019b2e 2022-03-15 11:01:55 +00:00 Compare
renovate-bot changed title from Update dependency browser-sync to ^2.27.9 to Update dependency browser-sync to ^2.27.10 2022-05-17 04:02:50 +00:00
renovate-bot force-pushed renovate/browser-sync-2.x from f762019b2e to 8ab6c5ae26 2022-05-17 04:02:54 +00:00 Compare
renovate-bot changed title from Update dependency browser-sync to ^2.27.10 to Update dependency browser-sync to ^2.27.11 2022-12-19 17:02:23 +00:00
renovate-bot force-pushed renovate/browser-sync-2.x from 8ab6c5ae26 to 8692241653 2022-12-19 17:02:26 +00:00 Compare
renovate-bot changed title from Update dependency browser-sync to ^2.27.11 to Update dependency browser-sync to ^2.27.12 2023-02-23 13:01:50 +00:00
renovate-bot force-pushed renovate/browser-sync-2.x from 8692241653 to 569d9862cd 2023-02-23 13:01:53 +00:00 Compare
renovate-bot changed title from Update dependency browser-sync to ^2.27.12 to Update dependency browser-sync to ^2.28.1 2023-02-28 05:01:48 +00:00
renovate-bot force-pushed renovate/browser-sync-2.x from 569d9862cd to 68dbc89daa 2023-02-28 05:01:51 +00:00 Compare
renovate-bot changed title from Update dependency browser-sync to ^2.28.1 to Update dependency browser-sync to ^2.28.2 2023-03-04 12:01:59 +00:00
renovate-bot force-pushed renovate/browser-sync-2.x from 68dbc89daa to 04b7573cea 2023-03-04 12:02:02 +00:00 Compare
renovate-bot changed title from Update dependency browser-sync to ^2.28.2 to Update dependency browser-sync to ^2.28.3 2023-03-04 17:01:49 +00:00
renovate-bot force-pushed renovate/browser-sync-2.x from 04b7573cea to 8b19754ef5 2023-03-04 17:01:52 +00:00 Compare
renovate-bot changed title from Update dependency browser-sync to ^2.28.3 to Update dependency browser-sync to ^2.29.0 2023-03-16 21:01:54 +00:00
renovate-bot force-pushed renovate/browser-sync-2.x from 8b19754ef5 to ca6b527f11 2023-03-16 21:01:55 +00:00 Compare
renovate-bot changed title from Update dependency browser-sync to ^2.29.0 to Update dependency browser-sync to ^2.29.1 2023-03-22 15:01:56 +00:00
renovate-bot force-pushed renovate/browser-sync-2.x from ca6b527f11 to 60786226f3 2023-03-22 15:01:59 +00:00 Compare
renovate-bot changed title from Update dependency browser-sync to ^2.29.1 to Update dependency browser-sync to ^2.29.2 2023-05-17 11:02:20 +00:00
renovate-bot force-pushed renovate/browser-sync-2.x from 60786226f3 to 7bc98c2ed5 2023-05-17 11:02:22 +00:00 Compare
renovate-bot added 1 commit 2023-05-17 19:02:00 +00:00
ci/woodpecker/push/woodpecker Pipeline failed Details
8271161432
Update dependency browser-sync to ^2.29.3
renovate-bot changed title from Update dependency browser-sync to ^2.29.2 to Update dependency browser-sync to ^2.29.3 2023-05-17 19:02:03 +00:00
renovate-bot changed title from Update dependency browser-sync to ^2.29.3 to Update dependency browser-sync to ^2.29.3 - autoclosed 2023-12-06 23:01:54 +00:00
renovate-bot closed this pull request 2023-12-06 23:01:54 +00:00
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: samuel-p/sp-magic.de#87
No description provided.