Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ng-renovate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packageManager": "[email protected]",
"type": "commonjs",
"dependencies": {
"renovate": "41.43.6"
"renovate": "41.51.0"
}
}
773 changes: 395 additions & 378 deletions .github/ng-renovate/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
with:
category: '/language:${{matrix.language}}'
4 changes: 2 additions & 2 deletions bazel/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@devinfra/bazel",
"dependencies": {
"@microsoft/api-extractor": "7.52.9",
"@microsoft/api-extractor": "7.52.10",
"@types/browser-sync": "2.29.0",
"@types/node": "22.16.5",
"@types/node": "22.17.0",
"@types/selenium-webdriver": "^4.1.28",
"@types/send": "0.17.5",
"@types/wait-on": "^5.3.4",
Expand Down
87 changes: 51 additions & 36 deletions bazel/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ng-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@google/genai": "^1.4.0",
"@google-cloud/spanner": "8.0.0",
"@google-cloud/spanner": "8.1.0",
"@octokit/rest": "22.0.0",
"@types/semver": "^7.3.6",
"@types/supports-color": "^10.0.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@bazel/terser": "5.8.1",
"@bazel/typescript": "5.8.1",
"@google/genai": "^1.4.0",
"@microsoft/api-extractor": "7.52.9",
"@microsoft/api-extractor": "7.52.10",
"@types/browser-sync": "^2.26.3",
"@types/minimatch": "^5.1.2",
"@types/node": "^20.14.8",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@bazel/ibazel": "^0.25.0",
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
"@google-cloud/firestore": "^7.0.0",
"@google-cloud/spanner": "8.0.0",
"@google-cloud/spanner": "8.1.0",
"@google-cloud/storage": "^7.0.0",
"@inquirer/prompts": "^7.0.0",
"@inquirer/type": "^3.0.0",
Expand Down Expand Up @@ -134,7 +134,7 @@
"karma-sourcemap-loader": "^0.4.0",
"minimatch": "^10.0.0",
"multimatch": "^7.0.0",
"nock": "14.0.7",
"nock": "14.0.8",
"opener": "^1.5.2",
"requirejs": "^2.3.6",
"rxjs": "^7.4.0",
Expand Down
Loading
Loading