From 4b3442ea4e6f837ef41c02f4db2db6edc00d5ea2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 18:40:36 +0000 Subject: [PATCH] chore(deps): update external major --- .github/workflows/ci.yml | 8 ++--- .github/workflows/release.yml | 8 ++--- .github/workflows/sonar.yml | 2 +- package.json | 56 +++++++++++++++++------------------ 4 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b96e16a..ad4bc22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: '16' - name: Install dependencies @@ -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@v4 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@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88d8602..583b53c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 16 - name: Install dependencies @@ -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@v4 - 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.6.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages-documentation diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index d1c4091..219d8e3 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@v4 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..a82857d 100644 --- a/package.json +++ b/package.json @@ -40,38 +40,38 @@ "@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": "^18.0.0", + "@angular-eslint/eslint-plugin": "^18.0.0", + "@angular/cli": "^18.0.0", + "@angular/common": "^18.0.0", + "@angular/compiler": "^18.0.0", + "@angular/compiler-cli": "^18.0.0", + "@angular/core": "^18.0.0", + "@angular/forms": "^18.0.0", + "@angular/language-service": "^18.0.0", + "@angular/localize": "^18.0.0", + "@angular/platform-browser": "^18.0.0", + "@angular/platform-browser-dynamic": "^18.0.0", + "@angular/router": "^18.0.0", + "@ngtools/webpack": "^18.0.0", + "@octokit/core": "^6.0.0", + "@semantic-release/changelog": "^6.0.0", + "@semantic-release/git": "^10.0.0", + "@semantic-release/github": "^10.0.0", + "@types/jasmine": "^5.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": "^20.0.0", + "@typescript-eslint/eslint-plugin": "^7.0.0", + "@typescript-eslint/parser": "^7.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": "^9.0.0", "eslint-plugin-angular": "^4.0.1", "eslint-plugin-header": "^3.1.0", - "eslint-plugin-json": "^2.1.2", + "eslint-plugin-json": "^4.0.0", "jasmine": "^5.0.0", "jasmine-core": "^5.0.0", "jasmine-spec-reporter": "^7.0.0", @@ -80,15 +80,15 @@ "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": "^18.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": {