bilibili / overlord

Overlord是哔哩哔哩基于Go语言编写的memcache和redis&cluster的代理及集群管理功能,致力于提供自动化高可用的缓存服务解决方案。
https://www.bilibili.com
MIT License
2.22k stars 408 forks source link

Bump ini from 1.3.5 to 1.3.7 in /web #143

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ini from 1.3.5 to 1.3.7.

Commits
  • c74c8af 1.3.7
  • 024b8b5 update deps, add linting
  • 032fbaf Use Object.create(null) to avoid default object property hazards
  • 2da9039 1.3.6
  • cfea636 better git push script, before publish instead of after
  • 56d2805 do not allow invalid hazardous string as section name
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for ini since your current version.


Dependabot compatibility score

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.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@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) - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bilibili/overlord/network/alerts).
codecov-io commented 3 years ago

Codecov Report

Merging #143 (4a42301) into master (470ea6f) will decrease coverage by 1.88%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
- Coverage   47.75%   45.87%   -1.89%     
==========================================
  Files          66       66              
  Lines        6602     5751     -851     
==========================================
- Hits         3153     2638     -515     
+ Misses       3090     2757     -333     
+ Partials      359      356       -3     
Impacted Files Coverage Δ
pkg/log/handler.go 50.00% <0.00%> (-25.00%) :arrow_down:
pkg/conv/conv.go 56.00% <0.00%> (-8.52%) :arrow_down:
pkg/log/log.go 65.11% <0.00%> (-6.32%) :arrow_down:
pkg/bufio/io.go 63.38% <0.00%> (-5.67%) :arrow_down:
ci/tests/proxy/proxy.go 55.55% <0.00%> (-5.43%) :arrow_down:
proxy/proto/redis/cluster/slot.go 64.81% <0.00%> (-4.89%) :arrow_down:
anzi/callback.go 73.61% <0.00%> (-4.65%) :arrow_down:
pkg/log/file.go 62.06% <0.00%> (-4.60%) :arrow_down:
platform/chunk/tools.go 45.45% <0.00%> (-4.55%) :arrow_down:
proxy/config.go 22.22% <0.00%> (-4.25%) :arrow_down:
... and 56 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 470ea6f...4a42301. Read the comment docs.