From ca303d33f61bb1a658d878b6985df7c70981b8b5 Mon Sep 17 00:00:00 2001 From: Meng Meng Date: Sun, 19 Jul 2026 20:08:13 +0800 Subject: [PATCH 1/3] Replace star history section with new embed link --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 893cf98..1563890 100644 --- a/README.md +++ b/README.md @@ -119,10 +119,4 @@ This open-source software is intended solely for educational purposes, specifica ## Star History - - - - - Star History Chart - - +[![MengMengCode/CLICD Star History](https://mengmeng.meteor-history.com/api/embed/MengMengCode/CLICD.svg?sig=XL5vGLWfw03W2W9-TIMtONwkCVYMQVNQLJFiABg-us4&theme=light&style=xkcd&color=dd4528&background=ffffff&textColor=000000&width=900&height=600&lineWidth=3&showTitle=true&showLegend=true&showDots=false&v=3)](https://github.com/MengMengCode/CLICD) From 61d842d94ce567a6dc32ea3026fd4abcf45f14ac Mon Sep 17 00:00:00 2001 From: Meng Meng Date: Mon, 20 Jul 2026 12:52:40 +0800 Subject: [PATCH 2/3] Fix star history image link in README.md Updated the star history image link in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1563890..a73e4f1 100644 --- a/README.md +++ b/README.md @@ -119,4 +119,4 @@ This open-source software is intended solely for educational purposes, specifica ## Star History -[![MengMengCode/CLICD Star History](https://mengmeng.meteor-history.com/api/embed/MengMengCode/CLICD.svg?sig=XL5vGLWfw03W2W9-TIMtONwkCVYMQVNQLJFiABg-us4&theme=light&style=xkcd&color=dd4528&background=ffffff&textColor=000000&width=900&height=600&lineWidth=3&showTitle=true&showLegend=true&showDots=false&v=3)](https://github.com/MengMengCode/CLICD) +[![MengMengCode/CLICD Star History](http://mengmeng.meteor-history.com/api/embed/MengMengCode/CLICD.svg?sig=YT8i1bxihL6_GcFAa0CWRbQb35-B0XXyh-ZAxIsmV0U&theme=light&style=xkcd&color=dd4528&background=ffffff&textColor=000000&width=900&height=600&lineWidth=3&showTitle=true&showLegend=true&showDots=false&v=3)](https://meteor-history.com) From 3f44c7565fb36c6f77e472d374f4d51a0c8c501d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:30:35 +0000 Subject: [PATCH 3/3] build(deps): bump axios from 1.17.0 to 1.18.0 in /frontend Bumps [axios](https://github.com/axios/axios) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 12 ++++++------ frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fb6103b..3614dac 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,17 +1,17 @@ { "name": "clicd-frontend", - "version": "1.1.19", + "version": "1.1.25", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "clicd-frontend", - "version": "1.1.19", + "version": "1.1.25", "dependencies": { "@novnc/novnc": "1.5.0", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", - "axios": "^1.7.7", + "axios": "^1.18.0", "lucide-react": "^0.454.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -957,9 +957,9 @@ } }, "node_modules/axios": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.17.0.tgz", - "integrity": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==", + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz", + "integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/frontend/package.json b/frontend/package.json index b467aa2..92d4506 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ "@novnc/novnc": "1.5.0", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", - "axios": "^1.7.7", + "axios": "^1.18.0", "lucide-react": "^0.454.0", "react": "^18.3.1", "react-dom": "^18.3.1",