From 6ed5748693ef63d3d1af16a88b4c53d2911223e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:33:24 +0000 Subject: [PATCH] chore(deps): update external major --- .github/workflows/ci.yml | 10 +++--- .github/workflows/release.yml | 10 +++--- .github/workflows/sonar.yml | 2 +- package.json | 62 +++++++++++++++++------------------ 4 files changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b96e16a..9ae508a 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@v1 + uses: actions/setup-node@v6 with: - node-version: '16' + node-version: '24' - name: Install dependencies run: npm ci - name: Build the project @@ -21,9 +21,9 @@ jobs: # - name: Run tests and do code coverage check # run: npm run test:coverage - name: Upload code coverage report to workflow as an artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v7 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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88d8602..0b82275 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@v1 + uses: actions/setup-node@v6 with: - node-version: 16 + 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 and comment in pull request - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v5 - name: Upload Sonar report to sonarcloud.io uses: sonarsource/sonarcloud-github-action@master env: @@ -45,7 +45,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.8.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages-documentation diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index d1c4091..de429e5 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -11,7 +11,7 @@ jobs: if: github.event.workflow_run.conclusion == 'success' steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: repository: ${{ github.event.workflow_run.head_repository.full_name }} ref: ${{ github.event.workflow_run.head_branch }} diff --git a/package.json b/package.json index 2001786..973425a 100644 --- a/package.json +++ b/package.json @@ -40,55 +40,55 @@ "@adobe/aem-spa-component-mapping": "~1.1.0", "@adobe/aem-spa-page-model-manager": "~1.5.0", "@adobe/eslint-config-editorxp": "^1.0.7", - "@angular-devkit/build-angular": "^13.3.11", - "@angular-eslint/eslint-plugin": "^0.5.0-beta.3", - "@angular/cli": "^13.3.11", - "@angular/common": "^13.4.0", - "@angular/compiler": "^13.4.0", - "@angular/compiler-cli": "^13.4.0", - "@angular/core": "^13.4.0", - "@angular/forms": "^13.4.0", - "@angular/language-service": "^13.4.0", - "@angular/localize": "^13.4.0", - "@angular/platform-browser": "^13.4.0", - "@angular/platform-browser-dynamic": "^13.4.0", - "@angular/router": "^13.4.0", - "@ngtools/webpack": "^13.3.11", - "@octokit/core": "^3.1.2", - "@semantic-release/changelog": "^5.0.1", - "@semantic-release/git": "^9.0.0", - "@semantic-release/github": "^7.0.7", - "@types/jasmine": "^3.5.10", + "@angular-devkit/build-angular": "^21.0.0", + "@angular-eslint/eslint-plugin": "^21.0.0", + "@angular/cli": "^21.0.0", + "@angular/common": "^21.0.0", + "@angular/compiler": "^21.0.0", + "@angular/compiler-cli": "^21.0.0", + "@angular/core": "^21.0.0", + "@angular/forms": "^21.0.0", + "@angular/language-service": "^21.0.0", + "@angular/localize": "^21.0.0", + "@angular/platform-browser": "^21.0.0", + "@angular/platform-browser-dynamic": "^21.0.0", + "@angular/router": "^21.0.0", + "@ngtools/webpack": "^21.0.0", + "@octokit/core": "^7.0.0", + "@semantic-release/changelog": "^6.0.0", + "@semantic-release/git": "^10.0.0", + "@semantic-release/github": "^12.0.0", + "@types/jasmine": "^6.0.0", "@types/jasminewd2": "~2.0.8", - "@types/node": "^14.0.11", - "@typescript-eslint/eslint-plugin": "^4.4.1", - "@typescript-eslint/parser": "^4.4.1", + "@types/node": "^25.0.0", + "@typescript-eslint/eslint-plugin": "^8.0.0", + "@typescript-eslint/parser": "^8.0.0", "codelyzer": "^6.0.2", "commitizen": "^4.2.1", "core-js": "^3.23.3", - "cosmiconfig": "^7.1.0", + "cosmiconfig": "^9.0.0", "cz-conventional-changelog": "^3.3.0", - "eslint": "^7.11.0", - "eslint-plugin-angular": "^4.0.1", + "eslint": "^10.0.0", + "eslint-plugin-angular": "^5.0.0", "eslint-plugin-header": "^3.1.0", - "eslint-plugin-json": "^2.1.2", - "jasmine": "^5.0.0", - "jasmine-core": "^5.0.0", + "eslint-plugin-json": "^4.0.0", + "jasmine": "^6.0.0", + "jasmine-core": "^6.0.0", "jasmine-spec-reporter": "^7.0.0", "karma": "^6.4.2", "karma-chrome-launcher": "^3.2.0", "karma-coverage-istanbul-reporter": "^3.0.3", "karma-jasmine": "^5.1.0", "karma-jasmine-html-reporter": "^2.1.0", - "ng-packagr": "^13.3.1", + "ng-packagr": "^21.0.0", "protractor": "^7.0.0", - "rxjs": "^6.5.5", + "rxjs": "^7.0.0", "sass": "^1.63.3", "semantic-release": "^17.1.1", "ts-node": "^10.0.0", "tslib": "^2.5.3", "typedoc": "^0.22.15", - "typescript": "^4.6.4", + "typescript": "^5.0.0", "zone.js": "~0.11.4" }, "config": {