This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [gitea/gitea](https://github.com/go-gitea/gitea) | patch | `1.22.1` -> `1.22.2` |
---
### Release Notes
<details>
<summary>go-gitea/gitea (gitea/gitea)</summary>
### [`v1.22.2`](https://github.com/go-gitea/gitea/releases/tag/v1.22.2)
[Compare Source](https://github.com/go-gitea/gitea/compare/v1.22.1...v1.22.2)
- Security
- Replace v-html with v-text in search inputbox ([#​31966](https://github.com/go-gitea/gitea/issues/31966)) ([#​31973](https://github.com/go-gitea/gitea/issues/31973))
- Fix nuget/conan/container packages upload bugs ([#​31967](https://github.com/go-gitea/gitea/issues/31967)) ([#​31982](https://github.com/go-gitea/gitea/issues/31982))
- PERFORMANCE
- Refactor the usage of batch catfile ([#​31754](https://github.com/go-gitea/gitea/issues/31754)) ([#​31889](https://github.com/go-gitea/gitea/issues/31889))
- BUGFIXES
- Fix overflowing content in action run log ([#​31842](https://github.com/go-gitea/gitea/issues/31842)) ([#​31853](https://github.com/go-gitea/gitea/issues/31853))
- Scroll images in project issues separately from the remaining issue ([#​31683](https://github.com/go-gitea/gitea/issues/31683)) ([#​31823](https://github.com/go-gitea/gitea/issues/31823))
- Add `:focus-visible` style to buttons ([#​31799](https://github.com/go-gitea/gitea/issues/31799)) ([#​31819](https://github.com/go-gitea/gitea/issues/31819))
- Fix the display of project type for deleted projects ([#​31732](https://github.com/go-gitea/gitea/issues/31732)) ([#​31734](https://github.com/go-gitea/gitea/issues/31734))
- Fix API owner ID should be zero when created repo secret ([#​31715](https://github.com/go-gitea/gitea/issues/31715)) ([#​31811](https://github.com/go-gitea/gitea/issues/31811))
- Set owner id to zero when GetRegistrationToken for repo ([#​31725](https://github.com/go-gitea/gitea/issues/31725)) ([#​31729](https://github.com/go-gitea/gitea/issues/31729))
- Fix API endpoint for registration-token ([#​31722](https://github.com/go-gitea/gitea/issues/31722)) ([#​31728](https://github.com/go-gitea/gitea/issues/31728))
- Add permission check when creating PR ([#​31033](https://github.com/go-gitea/gitea/issues/31033)) ([#​31720](https://github.com/go-gitea/gitea/issues/31720))
- Don't return 500 if mirror url contains special chars ([#​31859](https://github.com/go-gitea/gitea/issues/31859)) ([#​31895](https://github.com/go-gitea/gitea/issues/31895))
- Fix agit automerge ([#​31207](https://github.com/go-gitea/gitea/issues/31207)) ([#​31881](https://github.com/go-gitea/gitea/issues/31881))
- Add CfTurnstileSitekey context data to all captcha templates ([#​31874](https://github.com/go-gitea/gitea/issues/31874)) ([#​31876](https://github.com/go-gitea/gitea/issues/31876))
- Avoid returning without written ctx when posting PR ([#​31843](https://github.com/go-gitea/gitea/issues/31843)) ([#​31848](https://github.com/go-gitea/gitea/issues/31848))
- Fix raw wiki links ([#​31825](https://github.com/go-gitea/gitea/issues/31825)) ([#​31845](https://github.com/go-gitea/gitea/issues/31845))
- Fix panic of ssh public key page after deletion of auth source ([#​31829](https://github.com/go-gitea/gitea/issues/31829)) ([#​31836](https://github.com/go-gitea/gitea/issues/31836))
- Fixes for unreachable project issues when transfer repository from organization ([#​31770](https://github.com/go-gitea/gitea/issues/31770)) ([#​31828](https://github.com/go-gitea/gitea/issues/31828))
- Show lock owner instead of repo owner on LFS setting page ([#​31788](https://github.com/go-gitea/gitea/issues/31788)) ([#​31817](https://github.com/go-gitea/gitea/issues/31817))
- Fix `IsObjectExist` with gogit ([#​31790](https://github.com/go-gitea/gitea/issues/31790)) ([#​31806](https://github.com/go-gitea/gitea/issues/31806))
- Fix protected branch files detection on pre_receive hook ([#​31778](https://github.com/go-gitea/gitea/issues/31778)) ([#​31796](https://github.com/go-gitea/gitea/issues/31796))
- Add `TAGS` to `TEST_TAGS` and fix bugs found with gogit ([#​31791](https://github.com/go-gitea/gitea/issues/31791)) ([#​31795](https://github.com/go-gitea/gitea/issues/31795))
- Rename head branch of pull requests when renaming a branch ([#​31759](https://github.com/go-gitea/gitea/issues/31759)) ([#​31774](https://github.com/go-gitea/gitea/issues/31774))
- Fix wiki revision pagination ([#​31760](https://github.com/go-gitea/gitea/issues/31760)) ([#​31772](https://github.com/go-gitea/gitea/issues/31772))
- Bump vue-bar-graph ([#​31705](https://github.com/go-gitea/gitea/issues/31705)) ([#​31753](https://github.com/go-gitea/gitea/issues/31753))
- Distinguish LFS object errors to ignore missing objects during migration ([#​31702](https://github.com/go-gitea/gitea/issues/31702)) ([#​31745](https://github.com/go-gitea/gitea/issues/31745))
- Make GetRepositoryByName more safer ([#​31712](https://github.com/go-gitea/gitea/issues/31712)) ([#​31718](https://github.com/go-gitea/gitea/issues/31718))
- Fix a branch divergence cache bug ([#​31659](https://github.com/go-gitea/gitea/issues/31659)) ([#​31661](https://github.com/go-gitea/gitea/issues/31661))
- Allow org team names of length 255 in create team form ([#​31564](https://github.com/go-gitea/gitea/issues/31564)) ([#​31603](https://github.com/go-gitea/gitea/issues/31603))
- Use old behavior for telegram webhook ([#​31588](https://github.com/go-gitea/gitea/issues/31588))
- Bug fix for translation in ru ([#​31892](https://github.com/go-gitea/gitea/issues/31892))
- Fix actions notify bug ([#​31866](https://github.com/go-gitea/gitea/issues/31866)) ([#​31875](https://github.com/go-gitea/gitea/issues/31875))
- Fix the component of access token list not mounted ([#​31824](https://github.com/go-gitea/gitea/issues/31824)) ([#​31868](https://github.com/go-gitea/gitea/issues/31868))
- Add missing repository type filter parameters to pager ([#​31832](https://github.com/go-gitea/gitea/issues/31832)) ([#​31837](https://github.com/go-gitea/gitea/issues/31837))
- Fix dates displaying in a wrong manner when we're close to the end of… ([#​31750](https://github.com/go-gitea/gitea/issues/31750))
- Fix "Filter by commit" Dropdown ([#​31695](https://github.com/go-gitea/gitea/issues/31695)) ([#​31696](https://github.com/go-gitea/gitea/issues/31696))
- Properly filter issue list given no assignees filter ([#​31522](https://github.com/go-gitea/gitea/issues/31522)) ([#​31685](https://github.com/go-gitea/gitea/issues/31685))
- Prevent update pull refs manually and will not affect other refs update ([#​31931](https://github.com/go-gitea/gitea/issues/31931))([#​31955](https://github.com/go-gitea/gitea/issues/31955))
- Fix sort order for organization home and user profile page ([#​31921](https://github.com/go-gitea/gitea/issues/31921)) ([#​31922](https://github.com/go-gitea/gitea/issues/31922))
- Fix search team ([#​31923](https://github.com/go-gitea/gitea/issues/31923)) ([#​31942](https://github.com/go-gitea/gitea/issues/31942))
- Fix 500 error when state params is set when editing issue/PR by API ([#​31880](https://github.com/go-gitea/gitea/issues/31880)) ([#​31952](https://github.com/go-gitea/gitea/issues/31952))
- Fix index too many file names bug ([#​31903](https://github.com/go-gitea/gitea/issues/31903)) ([#​31953](https://github.com/go-gitea/gitea/issues/31953))
- Add lock for parallel maven upload ([#​31851](https://github.com/go-gitea/gitea/issues/31851)) ([#​31954](https://github.com/go-gitea/gitea/issues/31954))
- MISC
- Remove "dsa-1024" testcases from Test_SSHParsePublicKey and Test_calcFingerprint ([#​31905](https://github.com/go-gitea/gitea/issues/31905)) ([#​31914](https://github.com/go-gitea/gitea/issues/31914))
- Upgrade bleve to 2.4.2 ([#​31894](https://github.com/go-gitea/gitea/issues/31894))
- Remove unneccessary uses of `word-break: break-all` ([#​31637](https://github.com/go-gitea/gitea/issues/31637)) ([#​31652](https://github.com/go-gitea/gitea/issues/31652))
- Return an empty string when a repo has no avatar in the repo API ([#​31187](https://github.com/go-gitea/gitea/issues/31187)) ([#​31567](https://github.com/go-gitea/gitea/issues/31567))
- Upgrade micromatch to 4.0.8 ([#​31944](https://github.com/go-gitea/gitea/issues/31944))
- Update webpack to 5.94.0 ([#​31941](https://github.com/go-gitea/gitea/issues/31941))
Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be automatically upgraded to this version during the specified maintenance window.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC42OC4xIiwidXBkYXRlZEluVmVyIjoiMzguNjguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
1.22.1->1.22.2Release Notes
go-gitea/gitea (gitea/gitea)
v1.22.2Compare Source
:focus-visiblestyle to buttons (#31799) (#31819)IsObjectExistwith gogit (#31790) (#31806)TAGStoTEST_TAGSand fix bugs found with gogit (#31791) (#31795)word-break: break-all(#31637) (#31652)Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.