From 5a66184e57a0727f543ee5feed74ea537c6f5c57 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 9 Oct 2024 11:39:19 +0800 Subject: [PATCH 1/6] Delete .github/workflows/codeql.yml --- .github/workflows/codeql.yml | 41 ------------------------------------ 1 file changed, 41 deletions(-) delete mode 100644 .github/workflows/codeql.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index f20b9229..00000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: 'CodeQL' - -on: - push: - branches: ['master'] - pull_request: - branches: ['master'] - schedule: - - cron: '48 12 * * 2' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - language: [javascript] - - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: ${{ matrix.language }} - queries: +security-and-quality - - - name: Autobuild - uses: github/codeql-action/autobuild@v2 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 - with: - category: '/language:${{ matrix.language }}' From 2dfba56c9de0d937954971e54f1ee13274e34f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:43:16 +0800 Subject: [PATCH 2/6] chore(deps-dev): bump react-dev-inspector from 1.9.0 to 2.0.1 (#11361) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afc163 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 20e2fe47..dde680a1 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,6 @@ "lint-staged": "^15.2.10", "mockjs": "^1.1.0", "prettier": "^3.3.3", - "react-dev-inspector": "^1.9.0", "swagger-ui-dist": "^4.19.1", "ts-node": "^10.9.2", "typescript": "^5.6.3", From 031fe13c706964fd364533078d777c92a27f351e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:43:44 +0800 Subject: [PATCH 3/6] chore(deps-dev): bump @umijs/fabric from 2.14.1 to 4.0.1 (#11362) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dde680a1..ead682ea 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@types/react-helmet": "^6.1.11", - "@umijs/fabric": "^2.14.1", + "@umijs/fabric": "^4.0.1", "@umijs/lint": "^4.3.24", "@umijs/max": "^4.3.24", "cross-env": "^7.0.3", From 978d0795ffa0417087791b9b9b2ec041e92e1516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:43:56 +0800 Subject: [PATCH 4/6] chore(deps-dev): bump gh-pages from 3.2.3 to 6.1.1 in the npm_and_yarn group across 1 directory (#11359) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ead682ea..afabc7fb 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "cross-env": "^7.0.3", "eslint": "^8.57.1", "express": "^4.21.1", - "gh-pages": "^3.2.3", + "gh-pages": "^6.1.1", "husky": "^9.1.6", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", From aff52cd9256075651f60a18e16cfdba5e23088e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:44:06 +0800 Subject: [PATCH 5/6] chore(deps-dev): bump @types/history from 4.7.11 to 5.0.0 (#11363) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afabc7fb..369bd037 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@testing-library/react": "^16.0.1", "@types/classnames": "^2.3.1", "@types/express": "^4.17.21", - "@types/history": "^4.7.11", + "@types/history": "^5.0.0", "@types/jest": "^29.5.13", "@types/lodash": "^4.17.10", "@types/react": "^18.3.11", From 781c93c23ef0634c213d166b63029ea9ce0fc494 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 9 Oct 2024 11:45:06 +0800 Subject: [PATCH 6/6] chore: remove unused devDeps --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 369bd037..88424cc5 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,6 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@types/react-helmet": "^6.1.11", - "@umijs/fabric": "^4.0.1", "@umijs/lint": "^4.3.24", "@umijs/max": "^4.3.24", "cross-env": "^7.0.3", @@ -76,7 +75,6 @@ "lint-staged": "^15.2.10", "mockjs": "^1.1.0", "prettier": "^3.3.3", - "swagger-ui-dist": "^4.19.1", "ts-node": "^10.9.2", "typescript": "^5.6.3", "umi-presets-pro": "^2.0.3",