Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ 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
run: npm run build
# - 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
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ 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
run: npm run build
# - 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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading