From b290b72f9b983a7f01d7539f8c12d5e1a9b10321 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:52 +0000 Subject: [PATCH] chore(deps): update external major --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/release.yml | 10 +++++----- package.json | 28 ++++++++++++++-------------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d11494c..968911a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,13 +7,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: - node-version: '12' + node-version: '24' - name: Install dependencies run: npm ci - name: Build the project @@ -26,12 +26,12 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Upload code coverage report to workflow as an artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v5 with: name: istanbul-code-coverage.zip path: coverage - name: Upload code coverage report to codecov.io and comment in pull request - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v5 - name: Upload Sonar report to sonarcloud.io and comment in pull request uses: sonarsource/sonarcloud-github-action@master env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9aec604..616548c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,13 +10,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: - node-version: 12 + node-version: 24 - name: Install dependencies run: npm ci - name: Build the project @@ -24,7 +24,7 @@ jobs: - name: Run tests and do code coverage check run: npm run test:coverage - name: Upload code coverage report to codecov.io - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v5 - name: Upload Sonar report to sonarcloud.io uses: sonarsource/sonarcloud-github-action@master env: @@ -46,7 +46,7 @@ jobs: - name: Build documentation run: npm run docs - name: Publish documentation to github pages - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages-documentation diff --git a/package.json b/package.json index 8306846..99f46ef 100644 --- a/package.json +++ b/package.json @@ -35,27 +35,27 @@ }, "devDependencies": { "@adobe/eslint-config-editorxp": "^1.0.8", - "@semantic-release/changelog": "^5.0.1", - "@semantic-release/git": "^9.0.0", - "@semantic-release/github": "^7.2.1", - "@types/jest": "^26.0.22", - "@typescript-eslint/eslint-plugin": "^4.22.0", - "@typescript-eslint/parser": "^4.22.0", - "clean-webpack-plugin": "^3.0.0", + "@semantic-release/changelog": "^6.0.0", + "@semantic-release/git": "^10.0.0", + "@semantic-release/github": "^12.0.0", + "@types/jest": "^30.0.0", + "@typescript-eslint/eslint-plugin": "^8.0.0", + "@typescript-eslint/parser": "^8.0.0", + "clean-webpack-plugin": "^4.0.0", "commitizen": "^4.2.3", "cz-conventional-changelog": "^3.3.0", - "eslint": "^7.24.0", + "eslint": "^9.0.0", "eslint-plugin-header": "^3.1.1", - "eslint-plugin-json": "^2.1.2", + "eslint-plugin-json": "^4.0.0", "eslint-plugin-react": "^7.23.2", - "jest": "^26.6.3", + "jest": "^30.0.0", "semantic-release": "^17.4.2", - "ts-jest": "^26.5.4", - "ts-loader": "^8.1.0", + "ts-jest": "^29.0.0", + "ts-loader": "^9.0.0", "typedoc": "^0.22.0", - "typescript": "^4.2.4", + "typescript": "^5.0.0", "webpack": "^5.34.0", - "webpack-cli": "^4.6.0" + "webpack-cli": "^6.0.0" }, "files": [ "dist/**/*.{js,ts,map}",