[PR #811] [CLOSED] chore(deps): bump the all group with 1 update #799

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

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/811
Author: @dependabot[bot]
Created: 1/1/2024
Status: Closed

Base: masterHead: dependabot/go_modules/all-6324971cf4


📝 Commits (1)

  • 7761fbc chore(deps): bump the all group with 1 update

📊 Changes

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

View changed files

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

📄 Description

Bumps the all group with 1 update: github.com/go-shiori/go-epub.

Updates github.com/go-shiori/go-epub from 1.2.0 to 1.2.1

Release notes

Sourced from github.com/go-shiori/go-epub's releases.

v1.2.1: For Armita Geravand

For Armita Geravand Highlights:

  • Update to golang v1.21
  • Refactor logic for the appending of subsections
  • Fix bugs

thanks @​fmartingr @​ChengShusss @​ALIBRAGIMOV

What's Changed

New Contributors

Full Changelog: https://github.com/go-shiori/go-epub/compare/v1.2.0...v1.2.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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 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/811 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/1/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/all-6324971cf4` --- ### 📝 Commits (1) - [`7761fbc`](https://github.com/go-shiori/shiori/commit/7761fbca19d9b545f276f6788b38b6e44453d8c3) chore(deps): bump the all group with 1 update ### 📊 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 the all group with 1 update: [github.com/go-shiori/go-epub](https://github.com/go-shiori/go-epub). Updates `github.com/go-shiori/go-epub` from 1.2.0 to 1.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-shiori/go-epub/releases">github.com/go-shiori/go-epub's releases</a>.</em></p> <blockquote> <h2>v1.2.1: For Armita Geravand</h2> <p>For <a href="https://en.wikipedia.org/wiki/Death_of_Armita_Geravand">Armita Geravand</a> Highlights:</p> <ul> <li>Update to golang v1.21</li> <li>Refactor logic for the appending of subsections</li> <li>Fix bugs</li> </ul> <p>thanks <a href="https://github.com/fmartingr"><code>@​fmartingr</code></a> <a href="https://github.com/ChengShusss"><code>@​ChengShusss</code></a> <a href="https://github.com/ALIBRAGIMOV"><code>@​ALIBRAGIMOV</code></a></p> <h2>What's Changed</h2> <ul> <li>fix: misplaced subsection position in toc.ncx by <a href="https://github.com/ChengShusss"><code>@​ChengShusss</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/13">go-shiori/go-epub#13</a></li> <li>fix: Append subsection to subsection by <a href="https://github.com/Monirzadeh"><code>@​Monirzadeh</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/18">go-shiori/go-epub#18</a></li> <li>fix: ineffectual assignment to parentIndex by <a href="https://github.com/Monirzadeh"><code>@​Monirzadeh</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/19">go-shiori/go-epub#19</a></li> <li>update to golang v1.21 by <a href="https://github.com/Monirzadeh"><code>@​Monirzadeh</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/21">go-shiori/go-epub#21</a></li> <li>deps: add dependabot by <a href="https://github.com/Monirzadeh"><code>@​Monirzadeh</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/23">go-shiori/go-epub#23</a></li> <li>fix: add file extension at the end of filename if not provided by <a href="https://github.com/Monirzadeh"><code>@​Monirzadeh</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/20">go-shiori/go-epub#20</a></li> <li>ci: add codecov support by <a href="https://github.com/fmartingr"><code>@​fmartingr</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/24">go-shiori/go-epub#24</a></li> <li>deps: Update Dependencies by <a href="https://github.com/Monirzadeh"><code>@​Monirzadeh</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/25">go-shiori/go-epub#25</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ChengShusss"><code>@​ChengShusss</code></a> made their first contribution in <a href="https://redirect.github.com/go-shiori/go-epub/pull/13">go-shiori/go-epub#13</a></li> <li><a href="https://github.com/fmartingr"><code>@​fmartingr</code></a> made their first contribution in <a href="https://redirect.github.com/go-shiori/go-epub/pull/24">go-shiori/go-epub#24</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-shiori/go-epub/compare/v1.2.0...v1.2.1">https://github.com/go-shiori/go-epub/compare/v1.2.0...v1.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-shiori/go-epub/commit/2f668451ef95fd27bce83491cd85a41f4a4dcf5e"><code>2f66845</code></a> deps: Update Dependencies (<a href="https://redirect.github.com/go-shiori/go-epub/issues/25">#25</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/887d7eee6ffe71680b98ae09cedc5598c7e378f0"><code>887d7ee</code></a> ci: add codecov support (<a href="https://redirect.github.com/go-shiori/go-epub/issues/24">#24</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/9c10b0633978a83cadd4b4af15d73b63041d0172"><code>9c10b06</code></a> fix: add file extension at the end of filename if not provided (<a href="https://redirect.github.com/go-shiori/go-epub/issues/20">#20</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/00a59d4065980fa5e78cb0780c077d988657ad49"><code>00a59d4</code></a> deps: add dependabot (<a href="https://redirect.github.com/go-shiori/go-epub/issues/23">#23</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/1831f01a5ce3ce3c2aa2377fee7f88dc4d858ca3"><code>1831f01</code></a> update to golang v1.21 (<a href="https://redirect.github.com/go-shiori/go-epub/issues/21">#21</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/2b0d15c95966413b7c7bc1311bf4986b2051d11d"><code>2b0d15c</code></a> fix: ineffectual assignment to parentIndex (<a href="https://redirect.github.com/go-shiori/go-epub/issues/19">#19</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/f66805e5913284328160795384a03940360560aa"><code>f66805e</code></a> fix: Append subsection to subsection (<a href="https://redirect.github.com/go-shiori/go-epub/issues/18">#18</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/8db857ca17a5e4d9d1b37f7ca18f6f2b720be894"><code>8db857c</code></a> fix: misplaced subsection position in toc.ncx (<a href="https://redirect.github.com/go-shiori/go-epub/issues/13">#13</a>)</li> <li>See full diff in <a href="https://github.com/go-shiori/go-epub/compare/v1.2.0...v1.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-shiori/go-epub&package-manager=go_modules&previous-version=1.2.0&new-version=1.2.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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:30 +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#799
No description provided.