File tree Expand file tree Collapse file tree 7 files changed +37
-36
lines changed
tools/baseline_browserslist Expand file tree Collapse file tree 7 files changed +37
-36
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
with :
24
24
persist-credentials : false
25
25
- name : Initialize CodeQL
26
- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
26
+ uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
27
27
with :
28
28
languages : javascript-typescript
29
29
build-mode : none
30
30
config-file : .github/codeql/config.yml
31
31
- name : Perform CodeQL Analysis
32
- uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
32
+ uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
33
33
with :
34
34
category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 38
38
- name : Setup Bazel
39
39
uses : angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d
40
40
- name : Setup ESLint Caching
41
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
42
42
with :
43
43
path : .eslintcache
44
44
key : ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
Original file line number Diff line number Diff line change 62
62
"@angular/service-worker" : " 20.2.0-next.3" ,
63
63
"@bazel/bazelisk" : " 1.26.0" ,
64
64
"@bazel/buildifier" : " 8.2.1" ,
65
- "@eslint/compat" : " 1.3.1 " ,
65
+ "@eslint/compat" : " 1.3.2 " ,
66
66
"@eslint/eslintrc" : " 3.3.1" ,
67
67
"@eslint/js" : " 9.32.0" ,
68
68
"@rollup/plugin-alias" : " ^5.1.1" ,
Original file line number Diff line number Diff line change 42
42
"semver" : " 7.7.2" ,
43
43
"source-map-support" : " 0.5.21" ,
44
44
"tinyglobby" : " 0.2.14" ,
45
- "vite" : " 7.1.0 " ,
45
+ "vite" : " 7.1.1 " ,
46
46
"watchpack" : " 2.4.4"
47
47
},
48
48
"optionalDependencies" : {
Original file line number Diff line number Diff line change 27
27
"@angular-devkit/schematics" : " workspace:0.0.0-PLACEHOLDER" ,
28
28
"@inquirer/prompts" : " 7.8.0" ,
29
29
"@listr2/prompt-adapter-inquirer" : " 3.0.1" ,
30
- "@modelcontextprotocol/sdk" : " 1.17.1 " ,
30
+ "@modelcontextprotocol/sdk" : " 1.17.2 " ,
31
31
"@schematics/angular" : " workspace:0.0.0-PLACEHOLDER" ,
32
32
"@yarnpkg/lockfile" : " 1.1.0" ,
33
33
"algoliasearch" : " 5.35.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " module" ,
3
3
"devDependencies" : {
4
- "baseline-browser-mapping" : " 2.5.9 "
4
+ "baseline-browser-mapping" : " 2.6.2 "
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments