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): bump github.com/gorilla/mux from 1.8.0 to 1.8.1 #1334

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps github.com/gorilla/mux from 1.8.0 to 1.8.1.

Release notes

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

Release v1.8.1

What's Changed

New Contributors

Full Changelog: gorilla/mux@v1.8.0...v1.8.1

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot requested a review from a team as a code owner November 6, 2023 02:51
@dependabot dependabot bot added the dependencies Update to the dependencies label Nov 6, 2023
@dependabot dependabot bot requested a review from moul November 6, 2023 02:51
Copy link

codecov bot commented Nov 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (789f4de) 47.91% compared to head (0760862) 47.91%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1334   +/-   ##
=======================================
  Coverage   47.91%   47.91%           
=======================================
  Files         372      372           
  Lines       63019    63019           
=======================================
+ Hits        30194    30195    +1     
+ Misses      30363    30362    -1     
  Partials     2462     2462           

see 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-go_modules-master-github.com-gorilla-mux-1.8.1 branch from 0760862 to 1ebde93 Compare November 7, 2023 11:12
@thehowl thehowl merged commit eab86e8 into master Nov 7, 2023
76 of 77 checks passed
@thehowl thehowl deleted the dependabot-go_modules-master-github.com-gorilla-mux-1.8.1 branch November 7, 2023 11:19
gfanton pushed a commit to gfanton/gno that referenced this pull request Nov 9, 2023
…#1334)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from
1.8.0 to 1.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gorilla/mux/releases">github.com/gorilla/mux's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.8.1</h2>
<h2>What's Changed</h2>
<ul>
<li>build: CircleCI 2.1 + build matrix by <a
href="https://github.com/elithrar"><code>@​elithrar</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/595">gorilla/mux#595</a></li>
<li>Include &quot;404&quot; and &quot;405&quot; in the docs by <a
href="https://github.com/Jille"><code>@​Jille</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li>
<li>docs: update README w.r.t new maintainer ask by <a
href="https://github.com/elithrar"><code>@​elithrar</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/660">gorilla/mux#660</a></li>
<li>regexp: use iota instead of hardcoded values for regexType* by <a
href="https://github.com/michaelgrigoryan25"><code>@​michaelgrigoryan25</code></a>
in <a
href="https://redirect.github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li>
<li>Fix <code>authenticationMiddleware</code> initialization in the
<code>README.md</code> file by <a
href="https://github.com/amustaque97"><code>@​amustaque97</code></a> in
<a
href="https://redirect.github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li>
<li>Update README.md by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li>
<li>[GPT-95] Update go version, add tools for verification and testing
by <a
href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a>
in <a
href="https://redirect.github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li>
<li>Delete release-drafter.yml by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/719">gorilla/mux#719</a></li>
<li>Delete stale.yml by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/720">gorilla/mux#720</a></li>
<li>Delete AUTHORS by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/721">gorilla/mux#721</a></li>
<li>Update LICENSE by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/722">gorilla/mux#722</a></li>
<li>Updated the logo in README.md by <a
href="https://github.com/shamkarthik"><code>@​shamkarthik</code></a> in
<a
href="https://redirect.github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li>
<li>Update LICENSE by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/723">gorilla/mux#723</a></li>
<li>Update issues.yml by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/726">gorilla/mux#726</a></li>
<li>Update issues.yml by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/727">gorilla/mux#727</a></li>
<li>run go fmt with Go 1.20 by <a
href="https://github.com/shogo82148"><code>@​shogo82148</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li>
<li>Fix <code>Single Page Application</code> example in
<code>README.md</code> file by <a
href="https://github.com/amustaque97"><code>@​amustaque97</code></a> in
<a
href="https://redirect.github.com/gorilla/mux/pull/678">gorilla/mux#678</a></li>
<li>[BUG] Inconsistent HTTP status code on query mismatch by <a
href="https://github.com/soheilrt"><code>@​soheilrt</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li>
<li>Clarify documentation examples of Route methods by <a
href="https://github.com/andrew-werdna"><code>@​andrew-werdna</code></a>
in <a
href="https://redirect.github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li>
<li>changed the routeVariables text content. by <a
href="https://github.com/sumanpaikdev"><code>@​sumanpaikdev</code></a>
in <a
href="https://redirect.github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li>
<li>Add GetVarNames() by <a
href="https://github.com/eh-steve"><code>@​eh-steve</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li>
<li>fix SPA handler in README.md by <a
href="https://github.com/sy9"><code>@​sy9</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li>
<li>update GitHub workflows by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/734">gorilla/mux#734</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Jille"><code>@​Jille</code></a> made
their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li>
<li><a
href="https://github.com/michaelgrigoryan25"><code>@​michaelgrigoryan25</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li>
<li><a
href="https://github.com/amustaque97"><code>@​amustaque97</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li>
<li><a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> made
their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li>
<li><a
href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li>
<li><a
href="https://github.com/shamkarthik"><code>@​shamkarthik</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li>
<li><a
href="https://github.com/shogo82148"><code>@​shogo82148</code></a> made
their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li>
<li><a href="https://github.com/soheilrt"><code>@​soheilrt</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li>
<li><a
href="https://github.com/andrew-werdna"><code>@​andrew-werdna</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li>
<li><a
href="https://github.com/sumanpaikdev"><code>@​sumanpaikdev</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li>
<li><a href="https://github.com/eh-steve"><code>@​eh-steve</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li>
<li><a href="https://github.com/sy9"><code>@​sy9</code></a> made their
first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1">https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gorilla/mux/commit/b4617d0b9670ad14039b2739167fd35a60f557c5"><code>b4617d0</code></a>
update GitHub workflows (<a
href="https://redirect.github.com/gorilla/mux/issues/734">#734</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/3401478badc7aa55470bc806ee8cd185a16f9298"><code>3401478</code></a>
fix SPA handler in README.md (<a
href="https://redirect.github.com/gorilla/mux/issues/733">#733</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/4a671cbc5162efa2ecb1b353e6a704a62737d66c"><code>4a671cb</code></a>
Add GetVarNames() (<a
href="https://redirect.github.com/gorilla/mux/issues/676">#676</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/85123bf20e069b156415b871dea10517f6a8938a"><code>85123bf</code></a>
changed the routeVariables text content. (<a
href="https://redirect.github.com/gorilla/mux/issues/708">#708</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/79f2f457ca5017e08de9f86ada03939a82dbf714"><code>79f2f45</code></a>
Clarify documentation examples of Route methods (<a
href="https://redirect.github.com/gorilla/mux/issues/672">#672</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/395ad81d0ebffa0c5a36f3e5a2e720a7d5870d92"><code>395ad81</code></a>
[BUG] Inconsistent HTTP status code on query mismatch (<a
href="https://redirect.github.com/gorilla/mux/issues/712">#712</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/24c3e7f499efd8b1429cfe789c7e6a3631357045"><code>24c3e7f</code></a>
Fix <code>Single Page Application</code> example in
<code>README.md</code> file (<a
href="https://redirect.github.com/gorilla/mux/issues/678">#678</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/546dd0cc9f3ecdef8b065ac6336b4c6ed99887d4"><code>546dd0c</code></a>
run go fmt with Go 1.20 (<a
href="https://redirect.github.com/gorilla/mux/issues/725">#725</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/651928c42f7b60c7942e46d5f651dd1ece444246"><code>651928c</code></a>
Update issues.yml (<a
href="https://redirect.github.com/gorilla/mux/issues/727">#727</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/cfc696d6d239ff68ceb71ee35c9a4e4ef3f30ed9"><code>cfc696d</code></a>
Update issues.yml (<a
href="https://redirect.github.com/gorilla/mux/issues/726">#726</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gorilla/mux&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
moul pushed a commit to moul/gno that referenced this pull request Nov 14, 2023
…#1334)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from
1.8.0 to 1.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gorilla/mux/releases">github.com/gorilla/mux's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.8.1</h2>
<h2>What's Changed</h2>
<ul>
<li>build: CircleCI 2.1 + build matrix by <a
href="https://github.com/elithrar"><code>@​elithrar</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/595">gorilla/mux#595</a></li>
<li>Include &quot;404&quot; and &quot;405&quot; in the docs by <a
href="https://github.com/Jille"><code>@​Jille</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li>
<li>docs: update README w.r.t new maintainer ask by <a
href="https://github.com/elithrar"><code>@​elithrar</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/660">gorilla/mux#660</a></li>
<li>regexp: use iota instead of hardcoded values for regexType* by <a
href="https://github.com/michaelgrigoryan25"><code>@​michaelgrigoryan25</code></a>
in <a
href="https://redirect.github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li>
<li>Fix <code>authenticationMiddleware</code> initialization in the
<code>README.md</code> file by <a
href="https://github.com/amustaque97"><code>@​amustaque97</code></a> in
<a
href="https://redirect.github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li>
<li>Update README.md by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li>
<li>[GPT-95] Update go version, add tools for verification and testing
by <a
href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a>
in <a
href="https://redirect.github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li>
<li>Delete release-drafter.yml by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/719">gorilla/mux#719</a></li>
<li>Delete stale.yml by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/720">gorilla/mux#720</a></li>
<li>Delete AUTHORS by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/721">gorilla/mux#721</a></li>
<li>Update LICENSE by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/722">gorilla/mux#722</a></li>
<li>Updated the logo in README.md by <a
href="https://github.com/shamkarthik"><code>@​shamkarthik</code></a> in
<a
href="https://redirect.github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li>
<li>Update LICENSE by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/723">gorilla/mux#723</a></li>
<li>Update issues.yml by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/726">gorilla/mux#726</a></li>
<li>Update issues.yml by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/727">gorilla/mux#727</a></li>
<li>run go fmt with Go 1.20 by <a
href="https://github.com/shogo82148"><code>@​shogo82148</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li>
<li>Fix <code>Single Page Application</code> example in
<code>README.md</code> file by <a
href="https://github.com/amustaque97"><code>@​amustaque97</code></a> in
<a
href="https://redirect.github.com/gorilla/mux/pull/678">gorilla/mux#678</a></li>
<li>[BUG] Inconsistent HTTP status code on query mismatch by <a
href="https://github.com/soheilrt"><code>@​soheilrt</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li>
<li>Clarify documentation examples of Route methods by <a
href="https://github.com/andrew-werdna"><code>@​andrew-werdna</code></a>
in <a
href="https://redirect.github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li>
<li>changed the routeVariables text content. by <a
href="https://github.com/sumanpaikdev"><code>@​sumanpaikdev</code></a>
in <a
href="https://redirect.github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li>
<li>Add GetVarNames() by <a
href="https://github.com/eh-steve"><code>@​eh-steve</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li>
<li>fix SPA handler in README.md by <a
href="https://github.com/sy9"><code>@​sy9</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li>
<li>update GitHub workflows by <a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a
href="https://redirect.github.com/gorilla/mux/pull/734">gorilla/mux#734</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Jille"><code>@​Jille</code></a> made
their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li>
<li><a
href="https://github.com/michaelgrigoryan25"><code>@​michaelgrigoryan25</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li>
<li><a
href="https://github.com/amustaque97"><code>@​amustaque97</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li>
<li><a
href="https://github.com/coreydaley"><code>@​coreydaley</code></a> made
their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li>
<li><a
href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li>
<li><a
href="https://github.com/shamkarthik"><code>@​shamkarthik</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li>
<li><a
href="https://github.com/shogo82148"><code>@​shogo82148</code></a> made
their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li>
<li><a href="https://github.com/soheilrt"><code>@​soheilrt</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li>
<li><a
href="https://github.com/andrew-werdna"><code>@​andrew-werdna</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li>
<li><a
href="https://github.com/sumanpaikdev"><code>@​sumanpaikdev</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li>
<li><a href="https://github.com/eh-steve"><code>@​eh-steve</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li>
<li><a href="https://github.com/sy9"><code>@​sy9</code></a> made their
first contribution in <a
href="https://redirect.github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1">https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gorilla/mux/commit/b4617d0b9670ad14039b2739167fd35a60f557c5"><code>b4617d0</code></a>
update GitHub workflows (<a
href="https://redirect.github.com/gorilla/mux/issues/734">#734</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/3401478badc7aa55470bc806ee8cd185a16f9298"><code>3401478</code></a>
fix SPA handler in README.md (<a
href="https://redirect.github.com/gorilla/mux/issues/733">#733</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/4a671cbc5162efa2ecb1b353e6a704a62737d66c"><code>4a671cb</code></a>
Add GetVarNames() (<a
href="https://redirect.github.com/gorilla/mux/issues/676">#676</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/85123bf20e069b156415b871dea10517f6a8938a"><code>85123bf</code></a>
changed the routeVariables text content. (<a
href="https://redirect.github.com/gorilla/mux/issues/708">#708</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/79f2f457ca5017e08de9f86ada03939a82dbf714"><code>79f2f45</code></a>
Clarify documentation examples of Route methods (<a
href="https://redirect.github.com/gorilla/mux/issues/672">#672</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/395ad81d0ebffa0c5a36f3e5a2e720a7d5870d92"><code>395ad81</code></a>
[BUG] Inconsistent HTTP status code on query mismatch (<a
href="https://redirect.github.com/gorilla/mux/issues/712">#712</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/24c3e7f499efd8b1429cfe789c7e6a3631357045"><code>24c3e7f</code></a>
Fix <code>Single Page Application</code> example in
<code>README.md</code> file (<a
href="https://redirect.github.com/gorilla/mux/issues/678">#678</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/546dd0cc9f3ecdef8b065ac6336b4c6ed99887d4"><code>546dd0c</code></a>
run go fmt with Go 1.20 (<a
href="https://redirect.github.com/gorilla/mux/issues/725">#725</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/651928c42f7b60c7942e46d5f651dd1ece444246"><code>651928c</code></a>
Update issues.yml (<a
href="https://redirect.github.com/gorilla/mux/issues/727">#727</a>)</li>
<li><a
href="https://github.com/gorilla/mux/commit/cfc696d6d239ff68ceb71ee35c9a4e4ef3f30ed9"><code>cfc696d</code></a>
Update issues.yml (<a
href="https://redirect.github.com/gorilla/mux/issues/726">#726</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gorilla/mux&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update to the dependencies
Projects
Status: No status
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

1 participant