1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-11-06 10:02:35 +00:00

chore(deps): update dependency go-gitea/gitea to v1.25.1

| datasource      | package        | from   | to     |
| --------------- | -------------- | ------ | ------ |
| github-releases | go-gitea/gitea | 1.25.0 | 1.25.1 |
This commit is contained in:
Renovate Bot
2025-11-05 07:35:45 +00:00
parent c046498df7
commit e4eba7273d
4 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service", "tagline": "A painless self-hosted Git Service",
"version": "1.37.0", "version": "1.37.0",
"upstreamVersion": "1.25.0", "upstreamVersion": "1.25.1",
"healthCheckPath": "/explore", "healthCheckPath": "/explore",
"httpPort": 3000, "httpPort": 3000,
"memoryLimit": 536870912, "memoryLimit": 536870912,

View File

@@ -18,7 +18,7 @@ WORKDIR /home/git
ENV GNUPGHOME="/app/data/gnupg" ENV GNUPGHOME="/app/data/gnupg"
# renovate: datasource=github-releases depName=go-gitea/gitea versioning=semver extractVersion=^v(?<version>.+)$ # renovate: datasource=github-releases depName=go-gitea/gitea versioning=semver extractVersion=^v(?<version>.+)$
ARG GITEA_VERSION=1.25.0 ARG GITEA_VERSION=1.25.1
RUN mkdir -p /home/git/gitea && \ RUN mkdir -p /home/git/gitea && \
curl -L https://github.com/go-gitea/gitea/releases/download/v${GITEA_VERSION}/gitea-${GITEA_VERSION}-linux-amd64 -o /home/git/gitea/gitea \ curl -L https://github.com/go-gitea/gitea/releases/download/v${GITEA_VERSION}/gitea-${GITEA_VERSION}-linux-amd64 -o /home/git/gitea/gitea \

14
test/package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"chromedriver": "^142.0.0", "chromedriver": "^142.0.0",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mocha": "^11.7.4", "mocha": "^11.7.5",
"selenium-webdriver": "^4.38.0", "selenium-webdriver": "^4.38.0",
"superagent": "^10.2.3" "superagent": "^10.2.3"
} }
@@ -1326,9 +1326,9 @@
} }
}, },
"node_modules/mocha": { "node_modules/mocha": {
"version": "11.7.4", "version": "11.7.5",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.4.tgz", "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz",
"integrity": "sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==", "integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"browser-stdout": "^1.3.1", "browser-stdout": "^1.3.1",
@@ -2990,9 +2990,9 @@
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="
}, },
"mocha": { "mocha": {
"version": "11.7.4", "version": "11.7.5",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.4.tgz", "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz",
"integrity": "sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==", "integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==",
"requires": { "requires": {
"browser-stdout": "^1.3.1", "browser-stdout": "^1.3.1",
"chokidar": "^4.0.1", "chokidar": "^4.0.1",

View File

@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"chromedriver": "^142.0.0", "chromedriver": "^142.0.0",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mocha": "^11.7.4", "mocha": "^11.7.5",
"selenium-webdriver": "^4.38.0", "selenium-webdriver": "^4.38.0",
"superagent": "^10.2.3" "superagent": "^10.2.3"
} }