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/deepmap/oapi-codegen from 1.12.3 to 1.12.4 #43

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps github.com/deepmap/oapi-codegen from 1.12.3 to 1.12.4.

Release notes

Sourced from github.com/deepmap/oapi-codegen's releases.

Ensure Scopes context key are generated as valid Go names

As highlighted by @​KenxinKun in deepmap/oapi-codegen#874, gorilla/mux (as well as some other servers) were affected by an invalid Scopes context key.

This makes them valid Go names.

Commits
  • a444d30 Merge pull request #881 from KenxinKun/fix-unsanitised-template
  • 55b0905 Fixes missing unsanitised templates
  • 5a33791 Merge pull request #877 from KenxinKun/gorilla-fix-context-scope-variable-tem...
  • d14917d Fixes missing sanitation of context key variable in gorilla server
  • 4ec8015 Merge pull request #854 from deepmap/dependabot/go_modules/golang.org/x/tools...
  • 9b992be Gitignore bin
  • fe8408c Bump golang.org/x/tools from 0.2.0 to 0.3.0
  • 40890b2 Merge pull request #722 from jamietanna/chore/golangci-lint
  • 5a103c5 Add linting with golangci-lint
  • 0ee106e Lint: Ignore marshalling warning with reflect.Value
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 23, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/deepmap/oapi-codegen-1.12.4 branch 3 times, most recently from ee9305e to 12adc0a Compare February 10, 2023 14:17
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/deepmap/oapi-codegen-1.12.4 branch from 12adc0a to 5146dc6 Compare February 13, 2023 10:20
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/deepmap/oapi-codegen-1.12.4 branch from 5146dc6 to 04e3e3e Compare March 6, 2023 16:24
@ghost
Copy link

ghost commented Mar 10, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/deepmap/oapi-codegen-1.12.4 branch from 04e3e3e to bc1ae3e Compare March 10, 2023 14:14
@dependabot dependabot bot requested a review from a team as a code owner March 10, 2023 14:14
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/deepmap/oapi-codegen-1.12.4 branch from bc1ae3e to a02c033 Compare March 10, 2023 15:04
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/deepmap/oapi-codegen-1.12.4 branch from a02c033 to 738cad9 Compare March 22, 2023 14:49
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/deepmap/oapi-codegen-1.12.4 branch 2 times, most recently from 84e1c7e to 9960dcd Compare March 31, 2023 13:32
@ghost
Copy link

ghost commented Apr 26, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/deepmap/oapi-codegen-1.12.4 branch from 9960dcd to 69f48fe Compare April 26, 2023 13:07
Bumps [github.com/deepmap/oapi-codegen](https://github.com/deepmap/oapi-codegen) from 1.12.3 to 1.12.4.
- [Release notes](https://github.com/deepmap/oapi-codegen/releases)
- [Commits](oapi-codegen/oapi-codegen@v1.12.3...v1.12.4)

---
updated-dependencies:
- dependency-name: github.com/deepmap/oapi-codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@ghost ghost force-pushed the dependabot/go_modules/github.com/deepmap/oapi-codegen-1.12.4 branch from 69f48fe to b910bb5 Compare April 26, 2023 14:07
@ghost ghost enabled auto-merge April 26, 2023 14:21
@ghost ghost added this pull request to the merge queue Apr 26, 2023
Merged via the queue into main with commit 0a1a6a7 Apr 26, 2023
5 checks passed
@ghost ghost deleted the dependabot/go_modules/github.com/deepmap/oapi-codegen-1.12.4 branch April 26, 2023 14:46
fishkerez pushed a commit that referenced this pull request May 1, 2023
Bumps
[github.com/deepmap/oapi-codegen](https://github.com/deepmap/oapi-codegen)
from 1.12.3 to 1.12.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/deepmap/oapi-codegen/releases">github.com/deepmap/oapi-codegen's
releases</a>.</em></p>
<blockquote>
<h2>Ensure Scopes context key are generated as valid Go names</h2>
<p>As highlighted by <a
href="https://github.com/KenxinKun"><code>@​KenxinKun</code></a> in <a
href="https://github-redirect.dependabot.com/deepmap/oapi-codegen/issues/874">deepmap/oapi-codegen#874</a>,
gorilla/mux (as well as some other servers) were affected by an invalid
Scopes context key.</p>
<p>This makes them valid Go names.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/deepmap/oapi-codegen/commit/a444d309616eaac712c1b1a633c0818613918e11"><code>a444d30</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/deepmap/oapi-codegen/issues/881">#881</a>
from KenxinKun/fix-unsanitised-template</li>
<li><a
href="https://github.com/deepmap/oapi-codegen/commit/55b09050d2b39a009f17894efb89c3fa325ef678"><code>55b0905</code></a>
Fixes missing unsanitised templates</li>
<li><a
href="https://github.com/deepmap/oapi-codegen/commit/5a337911b060aad7130b05ad1819cfd3b73884f4"><code>5a33791</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/deepmap/oapi-codegen/issues/877">#877</a>
from KenxinKun/gorilla-fix-context-scope-variable-tem...</li>
<li><a
href="https://github.com/deepmap/oapi-codegen/commit/d14917d7b89e60282df77db7475b4c2d4a6555dd"><code>d14917d</code></a>
Fixes missing sanitation of context key variable in gorilla server</li>
<li><a
href="https://github.com/deepmap/oapi-codegen/commit/4ec8015070ad4ac5613ab12070c1b4dae48e34ad"><code>4ec8015</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/deepmap/oapi-codegen/issues/854">#854</a>
from deepmap/dependabot/go_modules/golang.org/x/tools...</li>
<li><a
href="https://github.com/deepmap/oapi-codegen/commit/9b992be760cceefbe885be3c2978da35d1b466b9"><code>9b992be</code></a>
Gitignore <code>bin</code></li>
<li><a
href="https://github.com/deepmap/oapi-codegen/commit/fe8408c8440974802627c7ab7aef29a8f4faaac9"><code>fe8408c</code></a>
Bump golang.org/x/tools from 0.2.0 to 0.3.0</li>
<li><a
href="https://github.com/deepmap/oapi-codegen/commit/40890b22bedd9d704b9fe6dc6114d0ae006d31a7"><code>40890b2</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/deepmap/oapi-codegen/issues/722">#722</a>
from jamietanna/chore/golangci-lint</li>
<li><a
href="https://github.com/deepmap/oapi-codegen/commit/5a103c50bc54c0ba99e2a0a1853dbd411628eeb5"><code>5a103c5</code></a>
Add linting with golangci-lint</li>
<li><a
href="https://github.com/deepmap/oapi-codegen/commit/0ee106e156c34d8180ee12dd0702c5efd3fbb57d"><code>0ee106e</code></a>
Lint: Ignore marshalling warning with <code>reflect.Value</code></li>
<li>Additional commits viewable in <a
href="https://github.com/deepmap/oapi-codegen/compare/v1.12.3...v1.12.4">compare
view</a></li>
</ul>
</details>
<br />


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

You can trigger a rebase of this PR 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 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>> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants