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

chore(deps): update dependency browser-sync to v2.29.3 #391

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 24, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
browser-sync (source) 2.26.14 -> 2.29.3 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,
});

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from fdd5e95 to 761053a Compare June 26, 2021 11:19
@renovate renovate bot changed the title chore(deps): update dependency browser-sync to v2.27.1 chore(deps): update dependency browser-sync to v2.27.3 Jun 26, 2021
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 761053a to 86b46e7 Compare July 1, 2021 07:39
@renovate renovate bot changed the title chore(deps): update dependency browser-sync to v2.27.3 chore(deps): update dependency browser-sync to v2.27.4 Jul 1, 2021
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 86b46e7 to 1e7d91e Compare October 18, 2021 20:01
@renovate renovate bot changed the title chore(deps): update dependency browser-sync to v2.27.4 chore(deps): update dependency browser-sync to v2.27.5 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 1e7d91e to d9e9571 Compare March 7, 2022 13:17
@renovate renovate bot changed the title chore(deps): update dependency browser-sync to v2.27.5 chore(deps): update dependency browser-sync to v2.27.7 Mar 7, 2022
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 5243 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch 3 times, most recently from cd801b5 to 9dd6eba Compare March 13, 2022 23:03
@renovate renovate bot changed the title chore(deps): update dependency browser-sync to v2.27.7 chore(deps): update dependency browser-sync to v2.27.8 Mar 13, 2022
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 9dd6eba to 1277406 Compare March 15, 2022 11:10
@renovate renovate bot changed the title chore(deps): update dependency browser-sync to v2.27.8 chore(deps): update dependency browser-sync to v2.27.9 Mar 15, 2022
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 1277406 to bb27c5b Compare June 2, 2022 10:45
@renovate renovate bot changed the title chore(deps): update dependency browser-sync to v2.27.9 chore(deps): update dependency browser-sync to v2.27.10 Jun 2, 2022
@renovate
Copy link
Author

renovate bot commented Jun 2, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @react-pdf/renderer@2.1.2
npm ERR! Found: react@18.1.0
npm ERR! node_modules/react
npm ERR!   dev react@"18.1.0" from the root project
npm ERR!   peer react@">=16.0.0" from @ant-design/icons@4.7.0
npm ERR!   node_modules/@ant-design/icons
npm ERR!     @ant-design/icons@"^4.0.0" from antd@4.0.1
npm ERR!     node_modules/antd
npm ERR!       antd@"^4.0.0" from the root project
npm ERR!   17 more (rc-util, antd, rc-align, rc-drawer, rc-dropdown, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.6 || ^17.0.0" from @react-pdf/renderer@2.1.2
npm ERR! node_modules/@react-pdf/renderer
npm ERR!   @react-pdf/renderer@"^2.1.2" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: react@17.0.2
npm ERR! node_modules/react
npm ERR!   peer react@"^16.8.6 || ^17.0.0" from @react-pdf/renderer@2.1.2
npm ERR!   node_modules/@react-pdf/renderer
npm ERR!     @react-pdf/renderer@"^2.1.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/a8e92b/405b6b/cache/others/npm/_logs/2023-05-28T10_33_24_644Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/a8e92b/405b6b/cache/others/npm/_logs/2023-05-28T10_33_24_644Z-debug-0.log

@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch 3 times, most recently from 278ba62 to 1c259be Compare June 2, 2022 10:58
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from 1c259be to ecc8b6b Compare March 16, 2023 06:58
@renovate renovate bot changed the title chore(deps): update dependency browser-sync to v2.27.10 chore(deps): update dependency browser-sync to v2.28.3 Mar 16, 2023
@renovate renovate bot changed the title chore(deps): update dependency browser-sync to v2.28.3 chore(deps): update dependency browser-sync to v2.29.1 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from ecc8b6b to ac28762 Compare March 24, 2023 17:58
@renovate renovate bot force-pushed the renovate/browser-sync-2.x branch from ac28762 to c7f6587 Compare May 28, 2023 10:33
@renovate renovate bot changed the title chore(deps): update dependency browser-sync to v2.29.1 chore(deps): update dependency browser-sync to v2.29.3 May 28, 2023
@codeclimate
Copy link

codeclimate bot commented May 28, 2023

Code Climate has analyzed commit c7f6587 and detected 0 issues on this pull request.

View more on Code Climate.

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