File tree Expand file tree Collapse file tree 10 files changed +189
-195
lines changed
angular_devkit/schematics_cli
tools/baseline_browserslist Expand file tree Collapse file tree 10 files changed +189
-195
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
17
17
with :
18
18
persist-credentials : false
19
19
- uses : angular/dev-infra/github-actions/branch-manager@72763ac08dc5934ddb59f61800c0ebc424308e1d
Original file line number Diff line number Diff line change 19
19
fail-fast : false
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
23
23
with :
24
24
persist-credentials : false
25
25
- name : Initialize CodeQL
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
16
16
- uses : angular/dev-infra/github-actions/pull-request-labeling@72763ac08dc5934ddb59f61800c0ebc424308e1d
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
23
23
- uses : angular/dev-infra/github-actions/post-approval-changes@72763ac08dc5934ddb59f61800c0ebc424308e1d
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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 64
64
"@bazel/buildifier" : " 8.2.1" ,
65
65
"@eslint/compat" : " 1.3.2" ,
66
66
"@eslint/eslintrc" : " 3.3.1" ,
67
- "@eslint/js" : " 9.32 .0" ,
67
+ "@eslint/js" : " 9.33 .0" ,
68
68
"@rollup/plugin-alias" : " ^5.1.1" ,
69
69
"@rollup/plugin-commonjs" : " ^28.0.0" ,
70
70
"@rollup/plugin-json" : " ^6.1.0" ,
102
102
"buffer" : " 6.0.3" ,
103
103
"esbuild" : " 0.25.8" ,
104
104
"esbuild-wasm" : " 0.25.8" ,
105
- "eslint" : " 9.32 .0" ,
105
+ "eslint" : " 9.33 .0" ,
106
106
"eslint-config-prettier" : " 10.1.8" ,
107
107
"eslint-plugin-header" : " 3.1.1" ,
108
108
"eslint-plugin-import" : " 2.32.0" ,
Original file line number Diff line number Diff line change 37
37
"parse5-html-rewriting-stream" : " 8.0.0" ,
38
38
"picomatch" : " 4.0.3" ,
39
39
"piscina" : " 5.1.3" ,
40
- "rolldown" : " 1.0.0-beta.31 " ,
40
+ "rolldown" : " 1.0.0-beta.32 " ,
41
41
"sass" : " 1.90.0" ,
42
42
"semver" : " 7.7.2" ,
43
43
"source-map-support" : " 0.5.21" ,
Original file line number Diff line number Diff line change 25
25
"@angular-devkit/architect" : " workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER" ,
26
26
"@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
27
27
"@angular-devkit/schematics" : " workspace:0.0.0-PLACEHOLDER" ,
28
- "@inquirer/prompts" : " 7.8.0 " ,
28
+ "@inquirer/prompts" : " 7.8.1 " ,
29
29
"@listr2/prompt-adapter-inquirer" : " 3.0.1" ,
30
30
"@modelcontextprotocol/sdk" : " 1.17.2" ,
31
31
"@schematics/angular" : " workspace:0.0.0-PLACEHOLDER" ,
Original file line number Diff line number Diff line change 18
18
"dependencies" : {
19
19
"@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
20
20
"@angular-devkit/schematics" : " workspace:0.0.0-PLACEHOLDER" ,
21
- "@inquirer/prompts" : " 7.8.0 " ,
21
+ "@inquirer/prompts" : " 7.8.1 " ,
22
22
"ansi-colors" : " 4.1.3" ,
23
23
"yargs-parser" : " 22.0.0"
24
24
}
You can’t perform that action at this time.
0 commit comments