webp-sh / webp_server_go

Go version of WebP Server. A tool that will serve your JPG/PNG/BMP/SVGs as WebP/AVIF format with compression, on-the-fly.
https://docs.webp.sh
GNU General Public License v3.0
1.83k stars 174 forks source link

Bump golang.org/x/image from 0.6.0 to 0.7.0 #187

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps golang.org/x/image from 0.6.0 to 0.7.0.

Commits
  • ed5dba0 go.mod: update golang.org/x dependencies
  • 08ca817 font: have Glyph return !ok for U+FFFD substitute
  • See full diff in compare view


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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #187 (40a0161) into master (9efead2) will decrease coverage by 0.80%. The diff coverage is 68.75%.

@@            Coverage Diff             @@
##           master     #187      +/-   ##
==========================================
- Coverage   83.57%   82.78%   -0.80%     
==========================================
  Files           6        6              
  Lines         542      575      +33     
==========================================
+ Hits          453      476      +23     
- Misses         61       66       +5     
- Partials       28       33       +5     
Impacted Files Coverage Δ
router.go 86.00% <37.50%> (-3.70%) :arrow_down:
update.go 70.45% <62.50%> (+5.45%) :arrow_up:
encoder.go 75.59% <66.66%> (-1.56%) :arrow_down:
helper.go 89.07% <100.00%> (+0.30%) :arrow_up:
webp-server.go 76.92% <100.00%> (-0.26%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more