Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency browser-sync to v2.29.3 #145

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 12, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
browser-sync (source) 2.26.3 -> 2.29.3 age adoption passing confidence
@types/browser-sync (source) 0.0.42 -> 2.29.0 age adoption passing confidence

Release Notes

BrowserSync/browser-sync (browser-sync)

v2.29.3: The one that fixes snippetOptions

Compare Source

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.29.2...v2.29.3

v2.29.2

Compare Source

v2.29.1

Compare 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 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: BrowserSync/browser-sync@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: BrowserSync/browser-sync@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: BrowserSync/browser-sync@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

v2.27.6

Compare Source

v2.27.5

Compare Source

v2.27.4

Compare Source

v2.27.3

Compare Source

v2.27.1: added snippet: boolean option

Compare Source

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

Compare Source

This is a maintenance release to address 2 security related issues (socket.io & axios)

Happy Browsersync'in :)

v2.26.13

Compare Source

v2.26.12

Compare Source

v2.26.10

Compare Source

v2.26.9

Compare Source

v2.26.7

Compare Source

v2.26.6

Compare Source

v2.26.5

Compare Source

v2.26.4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 3333778 to 59a4a9d Compare May 22, 2019 13:57
@renovate renovate bot changed the title Update dependency browser-sync to v2.26.5 Update dependency @types/browser-sync to v2 May 22, 2019
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 59a4a9d to 188717d Compare June 19, 2019 11:59
@renovate renovate bot changed the title Update dependency @types/browser-sync to v2 Update dependency browser-sync to v2.26.7 Jun 19, 2019
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 188717d to 987e7af Compare August 20, 2019 04:52
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 987e7af to 85813f2 Compare August 27, 2020 01:58
@renovate renovate bot changed the title Update dependency browser-sync to v2.26.7 Update dependency browser-sync to v2.26.12 Aug 27, 2020
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 85813f2 to fbbbe42 Compare October 29, 2020 05:00
@renovate renovate bot changed the title Update dependency browser-sync to v2.26.12 Update dependency browser-sync to v2.26.13 Oct 29, 2020
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from fbbbe42 to aa62567 Compare February 2, 2021 02:01
@renovate renovate bot changed the title Update dependency browser-sync to v2.26.13 Update dependency browser-sync to v2.26.14 Feb 2, 2021
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from aa62567 to 53c1040 Compare October 18, 2021 16:49
@renovate renovate bot changed the title Update dependency browser-sync to v2.26.14 Update dependency browser-sync to v2.27.5 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 53c1040 to 2140699 Compare March 7, 2022 09:24
@renovate renovate bot changed the title Update dependency browser-sync to v2.27.5 Update dependency browser-sync to v2.27.7 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 2140699 to f886c0d Compare March 26, 2022 15:33
@renovate renovate bot changed the title Update dependency browser-sync to v2.27.7 Update dependency browser-sync to v2.27.9 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from f886c0d to 0f92e48 Compare June 18, 2022 23:53
@renovate renovate bot changed the title Update dependency browser-sync to v2.27.9 Update dependency browser-sync to v2.27.10 Jun 18, 2022
@renovate renovate bot changed the title Update dependency browser-sync to v2.27.10 Update dependency browser-sync to v2.28.3 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 0f92e48 to b291d4a Compare March 16, 2023 07:59
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from b291d4a to 13e0c6b Compare March 24, 2023 23:21
@renovate renovate bot changed the title Update dependency browser-sync to v2.28.3 Update dependency browser-sync to v2.29.1 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 13e0c6b to 9ec9b57 Compare June 1, 2023 05:43
@renovate renovate bot changed the title Update dependency browser-sync to v2.29.1 Update dependency browser-sync to v2.29.3 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 2797867 to 57161b3 Compare October 10, 2023 19:28
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 57161b3 to ad5417c Compare October 18, 2023 00:44
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from ad5417c to 9a72ee9 Compare November 7, 2023 00:47
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 9a72ee9 to 4fe88a4 Compare November 21, 2023 00:20
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 4fe88a4 to ea1a83d Compare December 7, 2023 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants