From ba60733fd975d2ee7408c7d00a9dd593a677e3ef Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 24 Mar 2025 14:53:49 -0700 Subject: [PATCH] upgrade to gitea 1.23.6 --- .gitea/workflows/update_swagger.yaml | 2 +- docusaurus.config.js | 8 ++++---- package-lock.json | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/update_swagger.yaml b/.gitea/workflows/update_swagger.yaml index 33a259d6..483bfb3f 100644 --- a/.gitea/workflows/update_swagger.yaml +++ b/.gitea/workflows/update_swagger.yaml @@ -16,7 +16,7 @@ jobs: sed -i "$@" 's\"basePath": "{{AppSubUrl | JSEscape}}/api/v1"\"basePath": "https://gitea.com/api/v1"\' v1_json.tmpl mv v1_json.tmpl static/swagger-latest.json - for ver in '1.23.5' '1.22.6' '1.21.11' '1.20.6' '1.19.4'; do + for ver in '1.23.6' '1.22.6' '1.21.11' '1.20.6' '1.19.4'; do wget https://raw.githubusercontent.com/go-gitea/gitea/refs/tags/v${ver}/templates/swagger/v1_json.tmpl sed -i "$@" "s|\"version\": \"{{AppVer \| JSEscape}}\"|\"version\": \"${ver}\"|" v1_json.tmpl sed -i "$@" 's\"basePath": "{{AppSubUrl | JSEscape}}/api/v1"\"basePath": "https://gitea.com/api/v1"\' v1_json.tmpl diff --git a/docusaurus.config.js b/docusaurus.config.js index 1a097992..a1b7f259 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -80,11 +80,11 @@ const globalVariables = { 'goVersion': '1.23', 'minGoVersion': '1.22', 'minNodeVersion': '18', - 'version': '1.23.5', + 'version': '1.23.6', 'sourceVersion': 'v1.23.0', 'sourceBranch': 'release/v1.23', - 'dockerVersion': '1.23.5', - 'displayVersion': '1.23.5' + 'dockerVersion': '1.23.6', + 'displayVersion': '1.23.6' }, '1.22': { 'goVersion': '1.22', @@ -368,7 +368,7 @@ const config = { position: 'right', items: [ {to: '/api/next/', label: '1.24-dev' }, - {to: '/api/1.23/', label: '1.23.5' }, + {to: '/api/1.23/', label: '1.23.6' }, {to: '/api/1.22/', label: '1.22.6' }, {to: '/api/1.21/', label: '1.21.11' }, {to: '/api/1.20/', label: '1.20.6' }, diff --git a/package-lock.json b/package-lock.json index a1bb66aa..aa73f321 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7017,7 +7017,7 @@ "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", - "es-abstract": "^1.23.5", + "es-abstract": "^1.23.6", "es-shim-unscopables": "^1.0.2" }, "engines": { @@ -7037,7 +7037,7 @@ "array-buffer-byte-length": "^1.0.1", "call-bind": "^1.0.8", "define-properties": "^1.2.1", - "es-abstract": "^1.23.5", + "es-abstract": "^1.23.6", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.6", "is-array-buffer": "^3.0.4" @@ -19585,7 +19585,7 @@ "call-bound": "^1.0.2", "define-data-property": "^1.1.4", "define-properties": "^1.2.1", - "es-abstract": "^1.23.5", + "es-abstract": "^1.23.6", "es-object-atoms": "^1.0.0", "has-property-descriptors": "^1.0.2" },