From 6db853df7ea9753c0c24e182b3a7c92e0a91de29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 08:22:15 +0000 Subject: [PATCH] chore(deps): update external major --- .github/workflows/ci.yml | 6 +-- .github/workflows/release.yml | 6 +-- package.json | 54 +++++++++---------- .../authoring/button/v1/package.json | 6 +-- .../authoring/default/v1/package.json | 6 +-- .../authoring/download/v1/package.json | 6 +-- .../authoring/image/v2/package.json | 6 +-- .../authoring/list/v2/package.json | 6 +-- .../authoring/separator/v1/package.json | 6 +-- .../authoring/teaser/v1/package.json | 6 +-- .../authoring/text/v2/package.json | 6 +-- .../authoring/title/v2/package.json | 6 +-- .../core/package.json | 6 +-- .../layout/breadcrumb/v2/package.json | 6 +-- .../language-navigation/v1/package.json | 6 +-- .../layout/navigation/v1/package.json | 6 +-- .../package.json | 4 +- 17 files changed, 74 insertions(+), 74 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb9369f..1eaf956 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@v5 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v6 with: - node-version: '12' + node-version: '24' - name: Install dependencies run: npm ci - name: Build the project diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5b44d3..7ce5df9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,13 +9,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v5 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 diff --git a/package.json b/package.json index bcf19de..5bdddde 100644 --- a/package.json +++ b/package.json @@ -37,54 +37,54 @@ }, "private": true, "dependencies": { - "@angular/animations": "~9.1.12", - "@angular/common": "~9.1.12", - "@angular/compiler": "~9.1.12", + "@angular/animations": "~20.3.0", + "@angular/common": "~20.3.0", + "@angular/compiler": "~20.3.0", "@angular/core": "~9.1.12", - "@angular/forms": "~9.1.12", - "@angular/platform-browser": "~9.1.12", - "@angular/platform-browser-dynamic": "~9.1.12", - "@angular/router": "~9.1.12", - "rxjs": "~6.5.4", - "tslib": "^1.10.0", + "@angular/forms": "~20.3.0", + "@angular/platform-browser": "~20.3.0", + "@angular/platform-browser-dynamic": "~20.3.0", + "@angular/router": "~20.3.0", + "rxjs": "~7.8.0", + "tslib": "^2.0.0", "zone.js": "~0.10.2" }, "devDependencies": { "@adobe/aem-angular-editable-components": "^1.2.0", "@adobe/aem-spa-component-mapping": "^1.1.0", "@adobe/aem-spa-page-model-manager": "^1.3.3", - "@angular-devkit/build-angular": "~0.901.11", + "@angular-devkit/build-angular": "~20.3.0", "@angular-devkit/build-ng-packagr": "~0.901.11", - "@angular/cli": "~9.1.8", - "@angular/compiler-cli": "~9.1.12", - "@types/node": "^12.11.1", - "@types/jasmine": "~3.5.0", + "@angular/cli": "~20.3.0", + "@angular/compiler-cli": "~20.3.0", + "@types/node": "^24.0.0", + "@types/jasmine": "~5.1.0", "@types/jasminewd2": "~2.0.3", - "codelyzer": "^5.1.2", - "jasmine-core": "~3.5.0", - "jasmine-spec-reporter": "~4.2.1", + "codelyzer": "^6.0.0", + "jasmine-core": "~5.12.0", + "jasmine-spec-reporter": "~7.0.0", "istanbul": "^0.4.5", "istanbul-api": "^3.0.0", "istanbul-lib-coverage": "^3.0.0", "karma": "~5.0.0", "karma-chrome-launcher": "~3.1.0", - "karma-coverage-istanbul-reporter": "~2.1.0", - "karma-jasmine": "~3.0.1", - "karma-jasmine-html-reporter": "^1.4.2", - "puppeteer": "^9.1.1", + "karma-coverage-istanbul-reporter": "~3.0.0", + "karma-jasmine": "~5.1.0", + "karma-jasmine-html-reporter": "^2.0.0", + "puppeteer": "^24.0.0", "ng-packagr": "^9.0.0", "protractor": "~7.0.0", - "ts-node": "~8.3.0", + "ts-node": "~10.9.0", "tslint": "~6.1.0", - "typescript": "~3.8.3", + "typescript": "~5.9.0", "npm-run-all": "^4.1.5", "istanbul-combine": "^0.3.0", "commitizen": "^4.2.3", "cz-conventional-changelog": "^3.3.0", - "@semantic-release/changelog": "^5.0.1", - "@semantic-release/git": "^9.0.0", - "@semantic-release/github": "^7.2.0", - "@semantic-release/exec": "^5.0.0", + "@semantic-release/changelog": "^6.0.0", + "@semantic-release/git": "^10.0.0", + "@semantic-release/github": "^12.0.0", + "@semantic-release/exec": "^7.0.0", "semantic-release": "^17.4.1" }, "release": { diff --git a/projects/aem-angular-core-wcm-components/authoring/button/v1/package.json b/projects/aem-angular-core-wcm-components/authoring/button/v1/package.json index 0cf01e3..7384d3c 100644 --- a/projects/aem-angular-core-wcm-components/authoring/button/v1/package.json +++ b/projects/aem-angular-core-wcm-components/authoring/button/v1/package.json @@ -7,10 +7,10 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { - "tslib": "^1.10.0" + "tslib": "^2.0.0" } } diff --git a/projects/aem-angular-core-wcm-components/authoring/default/v1/package.json b/projects/aem-angular-core-wcm-components/authoring/default/v1/package.json index bdecc0f..7116022 100644 --- a/projects/aem-angular-core-wcm-components/authoring/default/v1/package.json +++ b/projects/aem-angular-core-wcm-components/authoring/default/v1/package.json @@ -7,10 +7,10 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { - "tslib": "^1.10.0" + "tslib": "^2.0.0" } } diff --git a/projects/aem-angular-core-wcm-components/authoring/download/v1/package.json b/projects/aem-angular-core-wcm-components/authoring/download/v1/package.json index c4c846c..b9332c0 100644 --- a/projects/aem-angular-core-wcm-components/authoring/download/v1/package.json +++ b/projects/aem-angular-core-wcm-components/authoring/download/v1/package.json @@ -7,10 +7,10 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { - "tslib": "^1.10.0" + "tslib": "^2.0.0" } } diff --git a/projects/aem-angular-core-wcm-components/authoring/image/v2/package.json b/projects/aem-angular-core-wcm-components/authoring/image/v2/package.json index aa0c068..2e61401 100644 --- a/projects/aem-angular-core-wcm-components/authoring/image/v2/package.json +++ b/projects/aem-angular-core-wcm-components/authoring/image/v2/package.json @@ -7,10 +7,10 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { - "tslib": "^1.10.0" + "tslib": "^2.0.0" } } diff --git a/projects/aem-angular-core-wcm-components/authoring/list/v2/package.json b/projects/aem-angular-core-wcm-components/authoring/list/v2/package.json index c8c2fe9..5b310c8 100644 --- a/projects/aem-angular-core-wcm-components/authoring/list/v2/package.json +++ b/projects/aem-angular-core-wcm-components/authoring/list/v2/package.json @@ -7,10 +7,10 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { - "tslib": "^1.10.0" + "tslib": "^2.0.0" } } diff --git a/projects/aem-angular-core-wcm-components/authoring/separator/v1/package.json b/projects/aem-angular-core-wcm-components/authoring/separator/v1/package.json index 2191443..addf139 100644 --- a/projects/aem-angular-core-wcm-components/authoring/separator/v1/package.json +++ b/projects/aem-angular-core-wcm-components/authoring/separator/v1/package.json @@ -7,10 +7,10 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { - "tslib": "^1.10.0" + "tslib": "^2.0.0" } } diff --git a/projects/aem-angular-core-wcm-components/authoring/teaser/v1/package.json b/projects/aem-angular-core-wcm-components/authoring/teaser/v1/package.json index 79202bb..0bf4bfb 100644 --- a/projects/aem-angular-core-wcm-components/authoring/teaser/v1/package.json +++ b/projects/aem-angular-core-wcm-components/authoring/teaser/v1/package.json @@ -7,10 +7,10 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { - "tslib": "^1.10.0" + "tslib": "^2.0.0" } } diff --git a/projects/aem-angular-core-wcm-components/authoring/text/v2/package.json b/projects/aem-angular-core-wcm-components/authoring/text/v2/package.json index f32cd19..5b226ce 100644 --- a/projects/aem-angular-core-wcm-components/authoring/text/v2/package.json +++ b/projects/aem-angular-core-wcm-components/authoring/text/v2/package.json @@ -7,10 +7,10 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { - "tslib": "^1.10.0" + "tslib": "^2.0.0" } } diff --git a/projects/aem-angular-core-wcm-components/authoring/title/v2/package.json b/projects/aem-angular-core-wcm-components/authoring/title/v2/package.json index 41ff1a1..f35e320 100644 --- a/projects/aem-angular-core-wcm-components/authoring/title/v2/package.json +++ b/projects/aem-angular-core-wcm-components/authoring/title/v2/package.json @@ -7,10 +7,10 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { - "tslib": "^1.10.0" + "tslib": "^2.0.0" } } diff --git a/projects/aem-angular-core-wcm-components/core/package.json b/projects/aem-angular-core-wcm-components/core/package.json index edccb82..78ca26b 100644 --- a/projects/aem-angular-core-wcm-components/core/package.json +++ b/projects/aem-angular-core-wcm-components/core/package.json @@ -7,10 +7,10 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { - "tslib": "^1.10.0" + "tslib": "^2.0.0" } } diff --git a/projects/aem-angular-core-wcm-components/layout/breadcrumb/v2/package.json b/projects/aem-angular-core-wcm-components/layout/breadcrumb/v2/package.json index 3aa98b4..31d990a 100644 --- a/projects/aem-angular-core-wcm-components/layout/breadcrumb/v2/package.json +++ b/projects/aem-angular-core-wcm-components/layout/breadcrumb/v2/package.json @@ -7,10 +7,10 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { - "tslib": "^1.10.0" + "tslib": "^2.0.0" } } diff --git a/projects/aem-angular-core-wcm-components/layout/language-navigation/v1/package.json b/projects/aem-angular-core-wcm-components/layout/language-navigation/v1/package.json index 0add7f3..f0f722a 100644 --- a/projects/aem-angular-core-wcm-components/layout/language-navigation/v1/package.json +++ b/projects/aem-angular-core-wcm-components/layout/language-navigation/v1/package.json @@ -7,10 +7,10 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { - "tslib": "^1.10.0" + "tslib": "^2.0.0" } } diff --git a/projects/aem-angular-core-wcm-components/layout/navigation/v1/package.json b/projects/aem-angular-core-wcm-components/layout/navigation/v1/package.json index 1bb0367..e47a0f9 100644 --- a/projects/aem-angular-core-wcm-components/layout/navigation/v1/package.json +++ b/projects/aem-angular-core-wcm-components/layout/navigation/v1/package.json @@ -7,10 +7,10 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { - "tslib": "^1.10.0" + "tslib": "^2.0.0" } } diff --git a/projects/aem-angular-core-wcm-components/package.json b/projects/aem-angular-core-wcm-components/package.json index 818b0cb..7a9f7d2 100644 --- a/projects/aem-angular-core-wcm-components/package.json +++ b/projects/aem-angular-core-wcm-components/package.json @@ -4,8 +4,8 @@ "author": "Adobe Systems Inc.", "license": "Apache-2.0", "peerDependencies": { - "@angular/common": "^9.1.12", - "@angular/core": "^9.1.12" + "@angular/common": "^9.1.12 || ^20.0.0", + "@angular/core": "^9.1.12 || ^20.0.0" }, "dependencies": { "tslib": "^2.0.3"