Skip to content

Commit 75cb09c

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 2fabce5 commit 75cb09c

File tree

17 files changed

+844
-1073
lines changed

17 files changed

+844
-1073
lines changed

.github/actions/slack/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
using: 'composite'
1313
steps:
1414
- name: Notify about failed test
15-
uses: slackapi/slack-github-action@47b1876080be991b1fc5ff91d384d0042e769e4e # v=v1.24.0
15+
uses: slackapi/slack-github-action@f234e852e1ff9c0a5f1d26da7fce48631c5cc199 # v=v1.24.0
1616
with:
1717
channel-id: 'C015EBF2XB6'
1818
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 }}'

.github/workflows/ci.material-aio.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Execute Tests
4646
run: pnpm bazel test --test_tag_filters=-e2e,-audit //docs/...
4747
- name: Store Test Logs
48-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
48+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4949
if: always()
5050
with:
5151
name: test-logs
@@ -66,7 +66,7 @@ jobs:
6666
- name: Execute Lighthouse Audit
6767
run: pnpm -s bazel test --test_tag_filters=audit //docs/...
6868
- name: Store Audit Logs
69-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
69+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7070
if: always()
7171
with:
7272
name: lighthouse-logs

.github/workflows/pr.material-aio.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Execute Tests
4444
run: pnpm bazel test --test_tag_filters=-e2e,-audit //docs/...
4545
- name: Store Test Logs
46-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
46+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4747
if: always()
4848
with:
4949
name: test-logs
@@ -64,7 +64,7 @@ jobs:
6464
- name: Execute Lighthouse Audit
6565
run: pnpm bazel test --test_tag_filters=audit //docs/...
6666
- name: Store Audit Logs
67-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
67+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6868
if: always()
6969
with:
7070
name: lighthouse-logs

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Build and create package artifacts
152152
run: ./scripts/create-package-archives.js --suffix "pr${{github.event.number}}-$(git rev-parse --short HEAD)"
153153
- name: Upload artifacts
154-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # tag=v4.3.1
154+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
155155
with:
156156
name: Package Artifacts
157157
path: dist/release-archives

docs/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
"@angular/cli": "catalog:",
5959
"@angular/compiler-cli": "catalog:",
6060
"@bazel/bazelisk": "^1.12.1",
61-
"@types/jasmine": "5.1.7",
61+
"@types/jasmine": "5.1.8",
6262
"@types/node": "^22.14.1",
63-
"@types/shelljs": "0.8.15",
63+
"@types/shelljs": "0.8.16",
6464
"firebase-tools": "^11.0.1",
65-
"jasmine-core": "5.6.0",
65+
"jasmine-core": "5.7.1",
6666
"jasmine-spec-reporter": "7.0.0",
6767
"karma": "~6.4.4",
6868
"karma-chrome-launcher": "^3.1.1",
@@ -71,13 +71,13 @@
7171
"karma-jasmine": "^4.0.1",
7272
"karma-jasmine-html-reporter": "^1.5.4",
7373
"light-server": "^2.9.1",
74-
"lighthouse": "~11.0.0",
75-
"lighthouse-logger": "~1.2.0",
74+
"lighthouse": "~11.7.0",
75+
"lighthouse-logger": "~1.4.0",
7676
"npm-run-all": "^4.1.5",
7777
"protractor": "^7.0.0",
7878
"puppeteer-core": "^24.6.1",
79-
"sass": "1.86.3",
80-
"shelljs": "^0.8.4",
79+
"sass": "1.89.0",
80+
"shelljs": "^0.10.0",
8181
"ts-node": "10.9.2",
8282
"typescript": "~5.8.2"
8383
}

docs/src/assets/stack-blitz/package-lock.json

+32-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/assets/stack-blitz/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@angular/platform-browser-dynamic": "^20.0.0-rc",
2424
"@angular/router": "^20.0.0-rc",
2525
"moment": "^2.18.1",
26-
"rxjs": "~7.4.0",
26+
"rxjs": "~7.8.0",
2727
"tslib": "^2.3.0",
2828
"zone.js": "~0.15.0"
2929
},
@@ -33,10 +33,10 @@
3333
"@angular/compiler-cli": "^20.0.0-rc",
3434
"@types/jasmine": "~3.10.0",
3535
"@types/node": "^12.11.1",
36-
"jasmine-core": "~3.10.0",
37-
"karma": "~6.3.0",
38-
"karma-chrome-launcher": "~3.1.0",
39-
"karma-coverage": "~2.0.3",
36+
"jasmine-core": "~3.99.0",
37+
"karma": "~6.4.0",
38+
"karma-chrome-launcher": "~3.2.0",
39+
"karma-coverage": "~2.2.0",
4040
"karma-jasmine": "~4.0.0",
4141
"karma-jasmine-html-reporter": "~1.7.0",
4242
"typescript": "~5.8.2"

integration/harness-e2e-cli/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"@angular-devkit/build-angular": "20.0.0-rc.0",
3131
"@angular/cli": "20.0.0-rc.0",
3232
"@angular/compiler-cli": "20.0.0-rc.0",
33-
"@types/jasmine": "5.1.7",
34-
"@types/node": "22.14.0",
35-
"@types/selenium-webdriver": "3.0.19",
33+
"@types/jasmine": "5.1.8",
34+
"@types/node": "22.15.18",
35+
"@types/selenium-webdriver": "3.0.26",
3636
"concurrently": "^7.0.0",
37-
"jasmine": "5.6.0",
38-
"jasmine-core": "5.6.0",
37+
"jasmine": "5.7.1",
38+
"jasmine-core": "5.7.1",
3939
"karma": "6.4.4",
40-
"karma-chrome-launcher": "~3.1.0",
41-
"karma-coverage": "~2.1.0",
40+
"karma-chrome-launcher": "~3.2.0",
41+
"karma-coverage": "~2.2.0",
4242
"karma-jasmine": "~4.0.0",
4343
"karma-jasmine-html-reporter": "~1.7.0",
4444
"selenium-webdriver": "3.6.0",

0 commit comments

Comments
 (0)