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

Bump github.com/gorilla/mux from 1.7.3 to 1.7.4 #107

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 12, 2020

Bumps github.com/gorilla/mux from 1.7.3 to 1.7.4.

Release notes

Sourced from github.com/gorilla/mux's releases.

v1.7.4 addresses a number of performance improvements (#544), bugs (#509, #535), and documentation improvements.

CHANGELOG

Commits
  • 75dcda0 perf: reduce allocations in (*routeRegexp).getURLQuery (#544)
  • 49c0148 lint: Remove golint warning (#526)
  • 4de8a5a fix headers regexp test (#536)
  • 2854a05 Merge pull request #535 from fharding1/cors-subrouter-bug
  • 946b623 Fix the CORSMethodMiddleware bug with subrouters
  • f395758 Remove/cleanup request context helpers (#525)
  • ff4e71f Guess the scheme if r.URL.Scheme is unset (#474)
  • 884b5ff Added capacity to slice creation, when capacity is known (#516)
  • e1863a6 Modified http status codes, using constants provided by the http package (#514)
  • 9536e40 bugfix: subrouter custom methodNotAllowed handler returning 404 (#509) (#510)
  • Additional commits viewable 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)
  • @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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependabot Pull requests that update a dependency file label Feb 12, 2020
@claassistantio
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.7.3...v1.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/gorilla/mux-1.7.4 branch from c3d4159 to f943019 Compare February 12, 2020 22:07
@codecov
Copy link

codecov bot commented Feb 12, 2020

Codecov Report

Merging #107 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #107   +/-   ##
=======================================
  Coverage   43.39%   43.39%           
=======================================
  Files           8        8           
  Lines         553      553           
=======================================
  Hits          240      240           
  Misses        302      302           
  Partials       11       11           

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 a7dff49...f943019. Read the comment docs.

@sudermanjr sudermanjr merged commit 1b60f55 into master Feb 12, 2020
@delete-merged-branch delete-merged-branch bot deleted the dependabot/go_modules/github.com/gorilla/mux-1.7.4 branch February 12, 2020 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants