File tree Expand file tree Collapse file tree 9 files changed +97
-84
lines changed Expand file tree Collapse file tree 9 files changed +97
-84
lines changed Original file line number Diff line number Diff line change 13
13
assistant_to_the_branch_manager :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
17
with :
18
18
persist-credentials : false
19
19
- uses : angular/dev-infra/github-actions/branch-manager@03b8a7dffd1205e061f0bee949024ebefc2a6592
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
12
12
labels :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
- uses : angular/dev-infra/github-actions/commit-message-based-labels@03b8a7dffd1205e061f0bee949024ebefc2a6592
17
17
with :
18
18
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
19
19
post_approval_changes :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
23
- uses : angular/dev-infra/github-actions/post-approval-changes@03b8a7dffd1205e061f0bee949024ebefc2a6592
24
24
with :
25
25
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 20
20
outputs :
21
21
snapshots : ${{ steps.filter.outputs.snapshots }}
22
22
steps :
23
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
24
with :
25
25
persist-credentials : false
26
26
- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
Original file line number Diff line number Diff line change 112
112
"@types/yargs" : " ^17.0.20" ,
113
113
"@types/yargs-parser" : " ^21.0.0" ,
114
114
"@types/yarnpkg__lockfile" : " ^1.1.5" ,
115
- "@typescript-eslint/eslint-plugin" : " 7.12 .0" ,
116
- "@typescript-eslint/parser" : " 7.12 .0" ,
115
+ "@typescript-eslint/eslint-plugin" : " 7.13 .0" ,
116
+ "@typescript-eslint/parser" : " 7.13 .0" ,
117
117
"@vitejs/plugin-basic-ssl" : " 1.1.0" ,
118
118
"@web/test-runner" : " ^0.18.0" ,
119
119
"@yarnpkg/lockfile" : " 1.1.0" ,
182
182
"rollup" : " ~4.18.0" ,
183
183
"rollup-plugin-sourcemaps" : " ^0.6.0" ,
184
184
"rxjs" : " 7.8.1" ,
185
- "sass" : " 1.77.4 " ,
185
+ "sass" : " 1.77.5 " ,
186
186
"sass-loader" : " 14.2.1" ,
187
187
"semver" : " 7.6.2" ,
188
188
"shelljs" : " ^0.8.5" ,
201
201
"verdaccio-auth-memory" : " ^10.0.0" ,
202
202
"vite" : " 5.2.13" ,
203
203
"watchpack" : " 2.4.1" ,
204
- "webpack" : " 5.91 .0" ,
204
+ "webpack" : " 5.92 .0" ,
205
205
"webpack-dev-middleware" : " 7.2.1" ,
206
206
"webpack-dev-server" : " 5.0.4" ,
207
207
"webpack-merge" : " 5.10.0" ,
Original file line number Diff line number Diff line change 38
38
"parse5-html-rewriting-stream" : " 7.0.0" ,
39
39
"picomatch" : " 4.0.2" ,
40
40
"piscina" : " 4.5.1" ,
41
- "sass" : " 1.77.4 " ,
41
+ "sass" : " 1.77.5 " ,
42
42
"semver" : " 7.6.2" ,
43
43
"undici" : " 6.18.2" ,
44
44
"vite" : " 5.2.13" ,
Original file line number Diff line number Diff line change 53
53
"postcss-loader" : " 8.1.1" ,
54
54
"resolve-url-loader" : " 5.0.0" ,
55
55
"rxjs" : " 7.8.1" ,
56
- "sass" : " 1.77.4 " ,
56
+ "sass" : " 1.77.5 " ,
57
57
"sass-loader" : " 14.2.1" ,
58
58
"semver" : " 7.6.2" ,
59
59
"source-map-loader" : " 5.0.0" ,
64
64
"undici" : " 6.18.2" ,
65
65
"vite" : " 5.2.13" ,
66
66
"watchpack" : " 2.4.1" ,
67
- "webpack" : " 5.91 .0" ,
67
+ "webpack" : " 5.92 .0" ,
68
68
"webpack-dev-middleware" : " 7.2.1" ,
69
69
"webpack-dev-server" : " 5.0.4" ,
70
70
"webpack-merge" : " 5.10.0" ,
Original file line number Diff line number Diff line change 21
21
},
22
22
"devDependencies" : {
23
23
"@angular-devkit/core" : " 0.0.0-PLACEHOLDER" ,
24
- "webpack" : " 5.91 .0"
24
+ "webpack" : " 5.92 .0"
25
25
},
26
26
"peerDependencies" : {
27
27
"webpack" : " ^5.30.0" ,
Original file line number Diff line number Diff line change 30
30
"@angular/compiler" : " 18.1.0-next.1" ,
31
31
"@angular/compiler-cli" : " 18.1.0-next.1" ,
32
32
"typescript" : " 5.5.1-rc" ,
33
- "webpack" : " 5.91 .0"
33
+ "webpack" : " 5.92 .0"
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments