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:
2323 with :
2424 persist-credentials : false
2525 - name : Initialize CodeQL
26- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
26+ uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
2727 with :
2828 languages : javascript-typescript
2929 build-mode : none
3030 config-file : .github/codeql/config.yml
3131 - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
32+ uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
3333 with :
3434 category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 3838 - name : Setup Bazel
3939 uses : angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d
4040 - name : Setup ESLint Caching
41- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4242 with :
4343 path : .eslintcache
4444 key : ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
Original file line number Diff line number Diff line change 6262 "@angular/service-worker" : " 20.2.0-next.3" ,
6363 "@bazel/bazelisk" : " 1.26.0" ,
6464 "@bazel/buildifier" : " 8.2.1" ,
65- "@eslint/compat" : " 1.3.1 " ,
65+ "@eslint/compat" : " 1.3.2 " ,
6666 "@eslint/eslintrc" : " 3.3.1" ,
6767 "@eslint/js" : " 9.32.0" ,
6868 "@rollup/plugin-alias" : " ^5.1.1" ,
Original file line number Diff line number Diff line change 4242 "semver" : " 7.7.2" ,
4343 "source-map-support" : " 0.5.21" ,
4444 "tinyglobby" : " 0.2.14" ,
45- "vite" : " 7.1.0 " ,
45+ "vite" : " 7.1.1 " ,
4646 "watchpack" : " 2.4.4"
4747 },
4848 "optionalDependencies" : {
Original file line number Diff line number Diff line change 2727 "@angular-devkit/schematics" : " workspace:0.0.0-PLACEHOLDER" ,
2828 "@inquirer/prompts" : " 7.8.0" ,
2929 "@listr2/prompt-adapter-inquirer" : " 3.0.1" ,
30- "@modelcontextprotocol/sdk" : " 1.17.1 " ,
30+ "@modelcontextprotocol/sdk" : " 1.17.2 " ,
3131 "@schematics/angular" : " workspace:0.0.0-PLACEHOLDER" ,
3232 "@yarnpkg/lockfile" : " 1.1.0" ,
3333 "algoliasearch" : " 5.35.0" ,
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "devDependencies" : {
4- "baseline-browser-mapping" : " 2.5.9 "
4+ "baseline-browser-mapping" : " 2.6.2 "
55 }
66}
You can’t perform that action at this time.
0 commit comments