Skip to content

Commit 7ff7624

Browse files
chore(deps): update all non-major dependencies
1 parent 92f69d0 commit 7ff7624

52 files changed

Lines changed: 391 additions & 391 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
2222
with:
2323
persist-credentials: false
2424
- name: Setup Tools

.github/workflows/check-skills.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pull-requests: write
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
31+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
3232
with:
3333
fetch-depth: 0
3434
persist-credentials: true # review job pushes a generated branch

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
pull-requests: write
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
2323
with:
2424
persist-credentials: false
2525

2626
- name: Dependency Review
27-
uses: actions/dependency-review-action@e58c696e52cac8e62d61cc21fda89565d71505d7 # v4.3.1
27+
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
2828
with:
2929
fail-on-severity: high
3030
comment-summary-in-pr: on-failure

.github/workflows/notify-playbooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
34+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
3535
with:
3636
fetch-depth: 2
3737
persist-credentials: false

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pull-requests: write
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
3232
with:
3333
fetch-depth: 0
3434
persist-credentials: false
@@ -47,7 +47,7 @@ jobs:
4747
contents: read
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
50+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
5151
with:
5252
fetch-depth: 0
5353
persist-credentials: false
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
67+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
6868
with:
6969
persist-credentials: false
7070
- name: Setup Tools
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
steps:
8080
- name: Checkout
81-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
81+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
8282
with:
8383
persist-credentials: false
8484
- name: Setup Tools

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
environment: release
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
3535
with:
3636
fetch-depth: 0
3737
persist-credentials: false
@@ -41,7 +41,7 @@ jobs:
4141
run: pnpm run test:ci
4242
- name: Run Changesets (version or publish)
4343
id: changesets
44-
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
44+
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
4545
with:
4646
version: pnpm run changeset:version
4747
publish: pnpm run changeset:publish

.github/workflows/triage-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
issues: write
1212
steps:
13-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
13+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
1414
with:
1515
persist-credentials: false
1616

.github/workflows/validate-skills.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
24+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
2525
with:
2626
persist-credentials: false
2727

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
1818
with:
1919
persist-credentials: false
2020
- name: Run zizmor
21-
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
21+
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
2222
with:
2323
advanced-security: false
2424
annotations: true

e2e/apps/angular/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
"test:e2e": "playwright test"
1010
},
1111
"dependencies": {
12-
"@angular/common": "^21.2.0",
13-
"@angular/compiler": "^21.2.0",
14-
"@angular/core": "^21.2.0",
15-
"@angular/forms": "^21.2.0",
16-
"@angular/platform-browser": "^21.2.0",
17-
"@angular/router": "^21.2.0",
12+
"@angular/common": "^21.2.18",
13+
"@angular/compiler": "^21.2.18",
14+
"@angular/core": "^21.2.18",
15+
"@angular/forms": "^21.2.18",
16+
"@angular/platform-browser": "^21.2.18",
17+
"@angular/router": "^21.2.18",
1818
"@tanstack/angular-devtools": "workspace:*",
19-
"rxjs": "~7.8.0",
20-
"tslib": "^2.3.0"
19+
"rxjs": "~7.8.2",
20+
"tslib": "^2.8.1"
2121
},
2222
"devDependencies": {
23-
"@angular/build": "^21.2.0",
24-
"@angular/cli": "^21.2.0",
25-
"@angular/compiler-cli": "^21.2.0",
26-
"@playwright/test": "^1.49.0",
23+
"@angular/build": "^21.2.19",
24+
"@angular/cli": "^21.2.19",
25+
"@angular/compiler-cli": "^21.2.18",
26+
"@playwright/test": "^1.61.1",
2727
"@tanstack/devtools-e2e": "workspace:*",
28-
"typescript": "~5.9.2"
28+
"typescript": "~5.9.3"
2929
}
3030
}

0 commit comments

Comments
 (0)