Skip to content

Commit b4e3366

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent 316baec commit b4e3366

File tree

8 files changed

+656
-477
lines changed

8 files changed

+656
-477
lines changed

.github/ng-renovate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packageManager": "[email protected]",
44
"type": "commonjs",
55
"dependencies": {
6-
"renovate": "41.43.6"
6+
"renovate": "41.51.0"
77
}
88
}

.github/ng-renovate/yarn.lock

Lines changed: 395 additions & 378 deletions
Large diffs are not rendered by default.

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout repository
2828
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
30+
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
3131
with:
3232
languages: ${{ matrix.language }}
3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
34+
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
3535
with:
3636
category: '/language:${{matrix.language}}'

bazel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@devinfra/bazel",
33
"dependencies": {
4-
"@microsoft/api-extractor": "7.52.9",
4+
"@microsoft/api-extractor": "7.52.10",
55
"@types/browser-sync": "2.29.0",
6-
"@types/node": "22.16.5",
6+
"@types/node": "22.17.0",
77
"@types/selenium-webdriver": "^4.1.28",
88
"@types/send": "0.17.5",
99
"@types/wait-on": "^5.3.4",

bazel/pnpm-lock.yaml

Lines changed: 51 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ng-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@google/genai": "^1.4.0",
19-
"@google-cloud/spanner": "8.0.0",
19+
"@google-cloud/spanner": "8.1.0",
2020
"@octokit/rest": "22.0.0",
2121
"@types/semver": "^7.3.6",
2222
"@types/supports-color": "^10.0.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@bazel/terser": "5.8.1",
2929
"@bazel/typescript": "5.8.1",
3030
"@google/genai": "^1.4.0",
31-
"@microsoft/api-extractor": "7.52.9",
31+
"@microsoft/api-extractor": "7.52.10",
3232
"@types/browser-sync": "^2.26.3",
3333
"@types/minimatch": "^5.1.2",
3434
"@types/node": "^20.14.8",
@@ -70,7 +70,7 @@
7070
"@bazel/ibazel": "^0.25.0",
7171
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
7272
"@google-cloud/firestore": "^7.0.0",
73-
"@google-cloud/spanner": "8.0.0",
73+
"@google-cloud/spanner": "8.1.0",
7474
"@google-cloud/storage": "^7.0.0",
7575
"@inquirer/prompts": "^7.0.0",
7676
"@inquirer/type": "^3.0.0",
@@ -134,7 +134,7 @@
134134
"karma-sourcemap-loader": "^0.4.0",
135135
"minimatch": "^10.0.0",
136136
"multimatch": "^7.0.0",
137-
"nock": "14.0.7",
137+
"nock": "14.0.8",
138138
"opener": "^1.5.2",
139139
"requirejs": "^2.3.6",
140140
"rxjs": "^7.4.0",

0 commit comments

Comments
 (0)