zold-io / zold.github.io

Zold website and JavaScript assets
https://www.zold.io
16 stars 4 forks source link

Update dependency browser-sync to v2.29.3 - autoclosed #133

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

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

Release Notes

BrowserSync/browser-sync (browser-sync) ### [`v2.29.3`](https://togithub.com/BrowserSync/browser-sync/releases/tag/v2.29.3): The one that fixes snippetOptions [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.29.2...v2.29.3) #### What's Changed - fix: append to head if body not present yet - fixes [#​2031](https://togithub.com/BrowserSync/browser-sync/issues/2031) by [@​shakyShane](https://togithub.com/shakyShane) in [https://github.com/BrowserSync/browser-sync/pull/2041](https://togithub.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://togithub.com/BrowserSync/browser-sync/compare/v2.29.1...v2.29.2) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.29.1...v2.29.2) ### [`v2.29.1`](https://togithub.com/BrowserSync/browser-sync/releases/tag/v2.29.1) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.29.0...v2.29.1) #### What's Changed - trim-deps by [@​shakyShane](https://togithub.com/shakyShane) in [https://github.com/BrowserSync/browser-sync/pull/2028](https://togithub.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://togithub.com/BrowserSync/browser-sync/releases/tag/v2.29.0): The one that restores IE11 support šŸ’Ŗ [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0) #### What's Changed - fix ie11 by [@​shakyShane](https://togithub.com/shakyShane) in [https://github.com/BrowserSync/browser-sync/pull/2024](https://togithub.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://togithub.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://togithub.com/BrowserSync/browser-sync/compare/v2.28.2...v2.28.3) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.28.2...v2.28.3) ### [`v2.28.2`](https://togithub.com/BrowserSync/browser-sync/compare/v2.28.1...v2.28.2) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.28.1...v2.28.2) ### [`v2.28.1`](https://togithub.com/BrowserSync/browser-sync/compare/v2.28.0...v2.28.1) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.28.0...v2.28.1) ### [`v2.28.0`](https://togithub.com/BrowserSync/browser-sync/releases/tag/v2.28.0): the one that finally removes `document.write` [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.0) #### What's Changed - browser-sync-2017 use chalk everywhere by [@​shakyShane](https://togithub.com/shakyShane) in [https://github.com/BrowserSync/browser-sync/pull/2018](https://togithub.com/BrowserSync/browser-sync/pull/2018) - fix: remove document.write by [@​shakyShane](https://togithub.com/shakyShane) in [https://github.com/BrowserSync/browser-sync/pull/2019](https://togithub.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://togithub.com/BrowserSync/browser-sync/compare/v2.27.11...v2.27.12) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.11...v2.27.12) ### [`v2.27.11`](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.10...v2.27.11) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.10...v2.27.11) ### [`v2.27.10`](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.9...v2.27.10) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.9...v2.27.10) ### [`v2.27.9`](https://togithub.com/BrowserSync/browser-sync/releases/tag/v2.27.9): 2.27.9 [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.8...v2.27.9) ##### What's Changed - fix(cli): Where's the command help? fixes [#​1929](https://togithub.com/BrowserSync/browser-sync/issues/1929) by [@​shakyShane](https://togithub.com/shakyShane) in [https://github.com/BrowserSync/browser-sync/pull/1945](https://togithub.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://togithub.com/BrowserSync/browser-sync/releases/tag/v2.27.8): 2.27.8 [Compare Source](https://togithub.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://togithub.com/BrowserSync/browser-sync/issues/1850) - [https://github.com/BrowserSync/browser-sync/issues/1892](https://togithub.com/BrowserSync/browser-sync/issues/1892) - [https://github.com/BrowserSync/browser-sync/issues/1925](https://togithub.com/BrowserSync/browser-sync/issues/1925) - [https://github.com/BrowserSync/browser-sync/issues/1926](https://togithub.com/BrowserSync/browser-sync/issues/1926) - [https://github.com/BrowserSync/browser-sync/issues/1933](https://togithub.com/BrowserSync/browser-sync/issues/1933) Thanks to [@​lachieh](https://togithub.com/lachieh) for the original PR, which helped me land this fix ### [`v2.27.7`](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.6...v2.27.7) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.6...v2.27.7) ### [`v2.27.6`](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.5...v2.27.6) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.5...v2.27.6) ### [`v2.27.5`](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.4...v2.27.5) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.4...v2.27.5) ### [`v2.27.4`](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.3...v2.27.4) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.3...v2.27.4) ### [`v2.27.3`](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.1...v2.27.3) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.27.1...v2.27.3) ### [`v2.27.1`](https://togithub.com/BrowserSync/browser-sync/releases/tag/v2.27.1): added `snippet: boolean` option [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.14...v2.27.1) This release adds a feature to address [https://github.com/BrowserSync/browser-sync/issues/1882](https://togithub.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 :) ```shell browser-sync . --no-snippet ``` or in any Browsersync configuration ```js const config = { snippet: false, }; ``` the original request was related to Eleventy usage, so here's how that would look ```js eleventyConfig.setBrowserSyncConfig({ snippet: false, }); ``` ### [`v2.26.14`](https://togithub.com/BrowserSync/browser-sync/releases/tag/v2.26.14): upgraded dependencies [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.13...v2.26.14) This is a maintenance release to address 2 security related issues (socket.io & axios) Happy Browsersync'in :) ### [`v2.26.13`](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.12...v2.26.13) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.12...v2.26.13) ### [`v2.26.12`](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.10...v2.26.12) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.10...v2.26.12) ### [`v2.26.10`](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.9...v2.26.10) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.9...v2.26.10) ### [`v2.26.9`](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.7...v2.26.9) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.7...v2.26.9) ### [`v2.26.7`](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.6...v2.26.7) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.6...v2.26.7) ### [`v2.26.6`](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.5...v2.26.6) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.5...v2.26.6) ### [`v2.26.5`](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.4...v2.26.5) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.4...v2.26.5) ### [`v2.26.4`](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.3...v2.26.4) [Compare Source](https://togithub.com/BrowserSync/browser-sync/compare/v2.26.3...v2.26.4)

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.



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

yegor256 commented 1 year ago

@rultor please, try to merge

rultor commented 1 year ago

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 1 year ago

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 17min)

+ sensitive=()
+ rm -rf .gnupg
+ cd repo
+ git remote add fork git@github.com:zold-io/zold.github.io.git
+ git remote update
Fetching origin
Fetching fork
From github.com:zold-io/zold.github.io
 * [new branch]      gh-pages   -> fork/gh-pages
 * [new branch]      master     -> fork/master
 * [new branch]      renovate/browser-sync-2.x-lockfile -> fork/renovate/browser-sync-2.x-lockfile
 * [new branch]      renovate/grunt-sass-lint-0.x -> fork/renovate/grunt-sass-lint-0.x
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
+ git checkout -B __rultor fork/renovate/browser-sync-2.x-lockfile
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/browser-sync-2.x-lockfile' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Updating 80a4844..e58b5ed
Fast-forward
 npm-shrinkwrap.json | 3500 ++++++++++++++-------------------------------------
 1 file changed, 925 insertions(+), 2575 deletions(-)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.91
++ echo 0.91 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.91, low enough to run a new Docker container'
load average is 0.91, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/blog
+ docker pull yegor256/blog
Using default tag: latest
Error response from daemon: pull access denied for yegor256/blog, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
'cid' file is absent, most probably the Docker container wasn't started correctly
0crat commented 1 year ago

There is an unrecoverable failure on my side. Please, submit it here:

PID: 2@d004e523-dcd0-4e19-9128-1adb2ec8c126, thread: PQ-CAZUFVA8H
com.zerocracy.farm.strict.StrictProject[122] java.lang.IllegalArgumentException: File "blanks/renovate[bot].xml" is not accessible in "PMO"

1.0-SNAPSHOT: CID: a65586ad-4158-4b78-8c67-eb33c20e1c6e, Type: "Close job"

0crat commented 1 year ago

Job gh:zold-io/zold.github.io#133 is not assigned, can't get performer