Skip to content

Commit a09a0b0

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

28 files changed

Lines changed: 1260 additions & 663 deletions

File tree

.github/local-actions/branch-manager/main.js

Lines changed: 44 additions & 1 deletion
Large diffs are not rendered by default.

.github/local-actions/branch-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@actions/core": "3.0.1",
44
"@actions/github": "9.1.1",
55
"@octokit/rest": "22.0.1",
6-
"@types/node": "24.12.2",
6+
"@types/node": "24.12.4",
77
"typed-graphqlify": "3.1.6"
88
}
99
}

.github/local-actions/labels-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"@actions/github": "9.1.1",
55
"@octokit/rest": "22.0.1",
66
"@octokit/types": "16.0.0",
7-
"@types/node": "24.12.2"
7+
"@types/node": "24.12.4"
88
}
99
}

.github/local-actions/lock-closed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"@actions/github": "9.1.1",
55
"@octokit/rest": "22.0.1",
66
"@octokit/types": "16.0.0",
7-
"@types/node": "24.12.2"
7+
"@types/node": "24.12.4"
88
}
99
}

.github/local-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
33
"dependencies": {
4-
"@types/node": "24.12.2"
4+
"@types/node": "24.12.4"
55
}
66
}

.github/local-actions/stale-cleanup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"@actions/core": "3.0.1",
77
"@actions/github": "9.1.1",
88
"@octokit/rest": "22.0.1",
9-
"@types/node": "24.12.2"
9+
"@types/node": "24.12.4"
1010
}
1111
}

apps/functions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@octokit/request-error": "7.1.0",
1414
"@octokit/rest": "22.0.1",
1515
"@octokit/webhooks-types": "7.6.1",
16-
"@types/node": "24.12.2",
17-
"firebase-admin": "13.8.0",
16+
"@types/node": "24.12.4",
17+
"firebase-admin": "13.10.0",
1818
"firebase-functions": "7.2.5",
19-
"firebase-tools": "15.17.0"
19+
"firebase-tools": "15.18.0"
2020
}
2121
}

bazel/integration/tests/angular-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@angular/cli": "22.0.0-next.8",
2727
"@angular/compiler-cli": "22.0.0-next.12",
2828
"@types/jasmine": "~6.0.0",
29-
"@types/node": "24.12.2",
29+
"@types/node": "24.12.4",
3030
"chromedriver": "^148.0.0",
3131
"jasmine-core": "6.2.0",
3232
"karma": "~6.4.4",

0 commit comments

Comments
 (0)