Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/actions/slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
using: 'composite'
steps:
- name: Notify about failed test
uses: slackapi/slack-github-action@47b1876080be991b1fc5ff91d384d0042e769e4e # v=v1.24.0
uses: slackapi/slack-github-action@f234e852e1ff9c0a5f1d26da7fce48631c5cc199 # v=v1.24.0
with:
channel-id: 'C015EBF2XB6'
slack-message: '${{ inputs.JOB_NAME }} job failed for ${{ github.base_ref }} branch failed on build ${{ github.event.after }}: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.material-aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Execute Tests
run: pnpm bazel test --test_tag_filters=-e2e,-audit //docs/...
- name: Store Test Logs
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: always()
with:
name: test-logs
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Execute Lighthouse Audit
run: pnpm -s bazel test --test_tag_filters=audit //docs/...
- name: Store Audit Logs
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: always()
with:
name: lighthouse-logs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.material-aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Execute Tests
run: pnpm bazel test --test_tag_filters=-e2e,-audit //docs/...
- name: Store Test Logs
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: always()
with:
name: test-logs
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Execute Lighthouse Audit
run: pnpm bazel test --test_tag_filters=audit //docs/...
- name: Store Audit Logs
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: always()
with:
name: lighthouse-logs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Build and create package artifacts
run: ./scripts/create-package-archives.js --suffix "pr${{github.event.number}}-$(git rev-parse --short HEAD)"
- name: Upload artifacts
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # tag=v4.3.1
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: Package Artifacts
path: dist/release-archives
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"@angular/cli": "catalog:",
"@angular/compiler-cli": "catalog:",
"@bazel/bazelisk": "^1.12.1",
"@types/jasmine": "5.1.7",
"@types/jasmine": "5.1.8",
"@types/node": "^22.14.1",
"@types/shelljs": "0.8.15",
"@types/shelljs": "0.8.16",
"firebase-tools": "^11.0.1",
"jasmine-core": "5.6.0",
"jasmine-core": "5.7.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "^3.1.1",
Expand All @@ -71,13 +71,13 @@
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"light-server": "^2.9.1",
"lighthouse": "~11.0.0",
"lighthouse-logger": "~1.2.0",
"lighthouse": "~11.7.0",
"lighthouse-logger": "~1.4.0",
"npm-run-all": "^4.1.5",
"protractor": "^7.0.0",
"puppeteer-core": "^24.6.1",
"sass": "1.86.3",
"shelljs": "^0.8.4",
"sass": "1.89.0",
"shelljs": "^0.10.0",
"ts-node": "10.9.2",
"typescript": "~5.8.2"
}
Expand Down
119 changes: 32 additions & 87 deletions docs/src/assets/stack-blitz/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/src/assets/stack-blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/platform-browser-dynamic": "^20.0.0-rc",
"@angular/router": "^20.0.0-rc",
"moment": "^2.18.1",
"rxjs": "~7.4.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
Expand All @@ -33,10 +33,10 @@
"@angular/compiler-cli": "^20.0.0-rc",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"jasmine-core": "~3.99.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~5.8.2"
Expand Down
14 changes: 7 additions & 7 deletions integration/harness-e2e-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"@angular-devkit/build-angular": "20.0.0-rc.2",
"@angular/cli": "20.0.0-rc.2",
"@angular/compiler-cli": "20.0.0-rc.1",
"@types/jasmine": "5.1.7",
"@types/node": "22.14.0",
"@types/selenium-webdriver": "3.0.19",
"@types/jasmine": "5.1.8",
"@types/node": "22.15.21",
"@types/selenium-webdriver": "3.0.26",
"concurrently": "^9.0.0",
"jasmine": "5.6.0",
"jasmine-core": "5.6.0",
"jasmine": "5.7.1",
"jasmine-core": "5.7.1",
"karma": "6.4.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"selenium-webdriver": "3.6.0",
Expand Down
Loading
Loading