[PR #714] [CLOSED] chore(deps): bump github.com/swaggo/swag from 1.16.1 to 1.16.2 #748

Closed
opened 2026-02-25 23:35:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/714
Author: @dependabot[bot]
Created: 9/4/2023
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/swaggo/swag-1.16.2


📝 Commits (1)

  • bf91ac9 chore(deps): bump github.com/swaggo/swag from 1.16.1 to 1.16.2

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/swaggo/swag from 1.16.1 to 1.16.2.

Release notes

Sourced from github.com/swaggo/swag's releases.

v1.16.2

Changelog

  • f05ccdc add byte check before and after file is formatted (#1637)
  • 7534a13 add cli flag --pdl to determine whether parse operations in dependency (#1605)
  • 21d34e2 add retract to fix proxy cache caused by accidentally pushed tags (#1562)
  • b2f325f chore(deps): bump github.com/gin-gonic/gin (#1598)
  • 8e5b314 chore(deps): bump github.com/gin-gonic/gin in /example/celler (#1599)
  • c8372f6 chore(deps): bump github.com/gin-gonic/gin in /example/go-module-support (#1600)
  • 23c9b5c chore(deps): bump gopkg.in/yaml.v3 (#1663)
  • 8ebf32f docs(readme): fix param brace (#1647)
  • 27b27bd enchancement: report which property is triggering a parsing error (#1439)
  • d0f9dc5 feat: add --packagePrefix=P for only parse packages matched by prefix P (#1582)
  • 1bf0078 feat: global security (#1620)
  • 9f128b4 feat: preserve file permission when write formatted files (#1636)
  • ea35767 fix bug: enums of underscored number (#1581)
  • 0cee1c5 fix required params parsing for routes with multiple paths and multiple params (#1621)
  • e73a0d0 fix using tab (\t) as separator for custom type names (#1594)
  • 4536bf2 fix: enums in body got parse incorrectly (#1625)
  • e749ad5 fix: lint error for generated docs.go (#1583)
  • 575963e parse binary literal const (#1593)
  • fe971d2 parser: if all tags negate return true on no hits (#1624)
  • e9d0aa5 yaml.v3 security patch (#1664)
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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-shiori/shiori/pull/714 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/4/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/swaggo/swag-1.16.2` --- ### 📝 Commits (1) - [`bf91ac9`](https://github.com/go-shiori/shiori/commit/bf91ac9eac8d3521b2ceb0fe37ee9b7a9bf851c1) chore(deps): bump github.com/swaggo/swag from 1.16.1 to 1.16.2 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/swaggo/swag](https://github.com/swaggo/swag) from 1.16.1 to 1.16.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/swaggo/swag/releases">github.com/swaggo/swag's releases</a>.</em></p> <blockquote> <h2>v1.16.2</h2> <h2>Changelog</h2> <ul> <li>f05ccdc add byte check before and after file is formatted (<a href="https://redirect.github.com/swaggo/swag/issues/1637">#1637</a>)</li> <li>7534a13 add cli flag --pdl to determine whether parse operations in dependency (<a href="https://redirect.github.com/swaggo/swag/issues/1605">#1605</a>)</li> <li>21d34e2 add retract to fix proxy cache caused by accidentally pushed tags (<a href="https://redirect.github.com/swaggo/swag/issues/1562">#1562</a>)</li> <li>b2f325f chore(deps): bump github.com/gin-gonic/gin (<a href="https://redirect.github.com/swaggo/swag/issues/1598">#1598</a>)</li> <li>8e5b314 chore(deps): bump github.com/gin-gonic/gin in /example/celler (<a href="https://redirect.github.com/swaggo/swag/issues/1599">#1599</a>)</li> <li>c8372f6 chore(deps): bump github.com/gin-gonic/gin in /example/go-module-support (<a href="https://redirect.github.com/swaggo/swag/issues/1600">#1600</a>)</li> <li>23c9b5c chore(deps): bump gopkg.in/yaml.v3 (<a href="https://redirect.github.com/swaggo/swag/issues/1663">#1663</a>)</li> <li>8ebf32f docs(readme): fix param brace (<a href="https://redirect.github.com/swaggo/swag/issues/1647">#1647</a>)</li> <li>27b27bd enchancement: report which property is triggering a parsing error (<a href="https://redirect.github.com/swaggo/swag/issues/1439">#1439</a>)</li> <li>d0f9dc5 feat: add --packagePrefix=P for only parse packages matched by prefix P (<a href="https://redirect.github.com/swaggo/swag/issues/1582">#1582</a>)</li> <li>1bf0078 feat: global security (<a href="https://redirect.github.com/swaggo/swag/issues/1620">#1620</a>)</li> <li>9f128b4 feat: preserve file permission when write formatted files (<a href="https://redirect.github.com/swaggo/swag/issues/1636">#1636</a>)</li> <li>ea35767 fix bug: enums of underscored number (<a href="https://redirect.github.com/swaggo/swag/issues/1581">#1581</a>)</li> <li>0cee1c5 fix required params parsing for routes with multiple paths and multiple params (<a href="https://redirect.github.com/swaggo/swag/issues/1621">#1621</a>)</li> <li>e73a0d0 fix using tab (\t) as separator for custom type names (<a href="https://redirect.github.com/swaggo/swag/issues/1594">#1594</a>)</li> <li>4536bf2 fix: enums in body got parse incorrectly (<a href="https://redirect.github.com/swaggo/swag/issues/1625">#1625</a>)</li> <li>e749ad5 fix: lint error for generated docs.go (<a href="https://redirect.github.com/swaggo/swag/issues/1583">#1583</a>)</li> <li>575963e parse binary literal const (<a href="https://redirect.github.com/swaggo/swag/issues/1593">#1593</a>)</li> <li>fe971d2 parser: if all tags negate return true on no hits (<a href="https://redirect.github.com/swaggo/swag/issues/1624">#1624</a>)</li> <li>e9d0aa5 yaml.v3 security patch (<a href="https://redirect.github.com/swaggo/swag/issues/1664">#1664</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swaggo/swag/commit/e9d0aa572ea5806ba7b31d9e102ddcb5f1c7beba"><code>e9d0aa5</code></a> yaml.v3 security patch (<a href="https://redirect.github.com/swaggo/swag/issues/1664">#1664</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/23c9b5c3ce1d49fe4f30b70d1443a42a27164f88"><code>23c9b5c</code></a> chore(deps): bump gopkg.in/yaml.v3 (<a href="https://redirect.github.com/swaggo/swag/issues/1663">#1663</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/8ebf32f81d10c81fb57ed3f52f6f1fbd6aa8ba99"><code>8ebf32f</code></a> docs(readme): fix param brace (<a href="https://redirect.github.com/swaggo/swag/issues/1647">#1647</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/9f128b42fdbc4acd8473710f9f6c38f6caa07f7b"><code>9f128b4</code></a> feat: preserve file permission when write formatted files (<a href="https://redirect.github.com/swaggo/swag/issues/1636">#1636</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/f05ccdce44fd6b7e83fc5eb805ae8b79e8ad15ce"><code>f05ccdc</code></a> add byte check before and after file is formatted (<a href="https://redirect.github.com/swaggo/swag/issues/1637">#1637</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/27b27bd7e0c59917a15aa9a6508cc85ba731347c"><code>27b27bd</code></a> enchancement: report which property is triggering a parsing error (<a href="https://redirect.github.com/swaggo/swag/issues/1439">#1439</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/d0f9dc573a3119fc6e0ababe18dfb81804b157d6"><code>d0f9dc5</code></a> feat: add --packagePrefix=P for only parse packages matched by prefix P (<a href="https://redirect.github.com/swaggo/swag/issues/1582">#1582</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/7534a1381d92ed1f29b9763b0196093b09c3036b"><code>7534a13</code></a> add cli flag --pdl to determine whether parse operations in dependency (<a href="https://redirect.github.com/swaggo/swag/issues/1605">#1605</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/1bf007875b100c8614629d998bd9c56cf76930f4"><code>1bf0078</code></a> feat: global security (<a href="https://redirect.github.com/swaggo/swag/issues/1620">#1620</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/575963eedfde91f86522b9ce969156cb36d3e3a5"><code>575963e</code></a> parse binary literal const (<a href="https://redirect.github.com/swaggo/swag/issues/1593">#1593</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swaggo/swag/compare/v1.16.1...v1.16.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/swaggo/swag&package-manager=go_modules&previous-version=1.16.1&new-version=1.16.2)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:35:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#748
No description provided.