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
7 changes: 5 additions & 2 deletions .github/local-actions/branch-manager/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/local-actions/branch-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@actions/core": "1.11.1",
"@actions/github": "6.0.1",
"@octokit/rest": "22.0.1",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"typed-graphqlify": "3.1.6",
"undici": "7.16.0"
}
Expand Down
7 changes: 5 additions & 2 deletions .github/local-actions/labels-sync/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/local-actions/labels-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@actions/github": "6.0.1",
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"undici": "7.16.0"
}
}
7 changes: 5 additions & 2 deletions .github/local-actions/lock-closed/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/local-actions/lock-closed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@actions/github": "6.0.1",
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"undici": "7.16.0"
}
}
2 changes: 1 addition & 1 deletion .github/local-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"dependencies": {
"@types/node": "24.10.0"
"@types/node": "24.10.1"
}
}
2 changes: 1 addition & 1 deletion .github/ng-renovate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ng-renovate",
"type": "commonjs",
"dependencies": {
"renovate": "42.7.0"
"renovate": "42.13.1"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
162 changes: 81 additions & 81 deletions .github/ng-renovate/pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apps/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"private": true,
"dependencies": {
"@octokit/auth-app": "8.1.2",
"@octokit/request-error": "7.0.2",
"@octokit/request-error": "7.1.0",
"@octokit/rest": "22.0.1",
"@octokit/webhooks-types": "7.6.1",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"firebase-admin": "13.6.0",
"firebase-functions": "7.0.0",
"firebase-tools": "14.24.2"
"firebase-tools": "14.25.0"
}
}
6 changes: 3 additions & 3 deletions bazel/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@devinfra/bazel",
"dependencies": {
"@microsoft/api-extractor": "7.54.0",
"@microsoft/api-extractor": "7.55.0",
"@types/babel__core": "7.20.5",
"@types/browser-sync": "2.29.1",
"@types/node": "22.19.0",
"@types/node": "22.19.1",
"@types/selenium-webdriver": "^4.1.28",
"@types/send": "1.2.1",
"@types/wait-on": "^5.3.4",
"@types/source-map-support": "0.5.10",
"@types/yargs": "17.0.34",
"@types/yargs": "17.0.35",
"browser-sync": "3.0.4",
"chalk": "5.6.2",
"get-tsconfig": "4.13.0",
Expand Down
6 changes: 3 additions & 3 deletions bazel/spec-bundling/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"@angular/compiler": "21.0.0-rc.2",
"@angular/core": "21.0.0-rc.2",
"@angular/platform-browser": "21.0.0-rc.2",
"@types/jasmine": "5.1.12",
"@types/jasmine": "5.1.13",
"@types/jsdom": "27.0.0",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"jasmine-reporters": "2.5.2",
"jasmine": "5.12.0",
"jsdom": "27.1.0",
"jsdom": "27.2.0",
"tinyglobby": "0.2.15",
"zone.js": "0.15.1"
},
Expand Down
2 changes: 1 addition & 1 deletion github-actions/bazel/configure-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"type": "module",
"dependencies": {
"@actions/core": "1.11.1",
"@types/node": "24.10.0"
"@types/node": "24.10.1"
}
}
7 changes: 5 additions & 2 deletions github-actions/branch-manager/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/branch-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@actions/github": "6.0.1",
"@octokit/rest": "22.0.1",
"@octokit/webhooks-types": "7.6.1",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"typed-graphqlify": "3.1.6",
"undici": "7.16.0"
}
Expand Down
2 changes: 1 addition & 1 deletion github-actions/browserstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"type": "module",
"dependencies": {
"@actions/core": "1.11.1",
"@types/node": "24.10.0"
"@types/node": "24.10.1"
}
}
7 changes: 5 additions & 2 deletions github-actions/feature-request/main.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions github-actions/feature-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"dependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.1",
"@octokit/request-error": "7.0.2",
"@octokit/request-error": "7.1.0",
"@octokit/rest": "22.0.1",
"@types/jasmine": "5.1.12",
"@types/node": "24.10.0",
"@types/jasmine": "5.1.13",
"@types/node": "24.10.1",
"jasmine-reporters": "2.5.2",
"jasmine": "5.12.0",
"typed-graphqlify": "3.1.6",
Expand Down
7 changes: 5 additions & 2 deletions github-actions/google-internal-tests/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/google-internal-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@actions/core": "1.11.1",
"@actions/github": "6.0.1",
"@octokit/rest": "22.0.1",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"typed-graphqlify": "3.1.6",
"undici": "7.16.0"
}
Expand Down
7 changes: 5 additions & 2 deletions github-actions/org-file-sync/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/org-file-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@actions/github": "6.0.1",
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"typed-graphqlify": "3.1.6",
"undici": "7.16.0"
}
Expand Down
4 changes: 2 additions & 2 deletions github-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@actions/github": "6.0.1",
"@octokit/auth-app": "8.1.2",
"@octokit/rest": "22.0.1",
"@types/jasmine": "5.1.12",
"@types/node": "24.10.0"
"@types/jasmine": "5.1.13",
"@types/node": "24.10.1"
}
}
7 changes: 5 additions & 2 deletions github-actions/post-approval-changes/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/post-approval-changes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@actions/github": "6.0.1",
"@octokit/rest": "22.0.1",
"@octokit/webhooks-types": "7.6.1",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"typed-graphqlify": "3.1.6",
"undici": "7.16.0"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@types/node": "24.10.0"
"@types/node": "24.10.1"
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"dependencies": {
"@actions/core": "1.11.1",
"@octokit/rest": "22.0.1",
"@types/node": "24.10.0"
"@types/node": "24.10.1"
}
}
7 changes: 5 additions & 2 deletions github-actions/pull-request-labeling/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/pull-request-labeling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@actions/core": "1.11.1",
"@actions/github": "6.0.1",
"@octokit/rest": "22.0.1",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"typed-graphqlify": "3.1.6",
"undici": "7.16.0"
}
Expand Down
2 changes: 1 addition & 1 deletion github-actions/saucelabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"type": "module",
"dependencies": {
"@actions/core": "1.11.1",
"@types/node": "24.10.0"
"@types/node": "24.10.1"
}
}
7 changes: 5 additions & 2 deletions github-actions/unified-status-check/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/unified-status-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@octokit/graphql-schema": "15.26.0",
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"typed-graphqlify": "3.1.6",
"undici": "7.16.0"
}
Expand Down
14 changes: 7 additions & 7 deletions ng-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"@actions/core": "1.11.1",
"@google-cloud/spanner": "8.0.0",
"@google/genai": "1.29.0",
"@inquirer/prompts": "7.10.0",
"@google/genai": "1.29.1",
"@inquirer/prompts": "7.10.1",
"@inquirer/type": "3.0.10",
"@octokit/auth-app": "8.1.2",
"@octokit/core": "7.0.6",
Expand All @@ -27,7 +27,7 @@
"@octokit/openapi-types": "27.0.0",
"@octokit/plugin-paginate-rest": "14.0.0",
"@octokit/plugin-rest-endpoint-methods": "17.0.0",
"@octokit/request-error": "7.0.2",
"@octokit/request-error": "7.1.0",
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
"@pnpm/dependency-path": "1001.1.4",
Expand All @@ -36,11 +36,11 @@
"@types/events": "3.0.3",
"@types/folder-hash": "4.0.4",
"@types/git-raw-commits": "5.0.1",
"@types/jasmine": "5.1.12",
"@types/node": "24.10.0",
"@types/jasmine": "5.1.13",
"@types/node": "24.10.1",
"@types/semver": "7.7.1",
"@types/which": "3.0.4",
"@types/yargs": "17.0.34",
"@types/yargs": "17.0.35",
"@types/yarnpkg__lockfile": "1.1.9",
"@yarnpkg/lockfile": "1.1.0",
"bufferutil": "4.0.9",
Expand All @@ -51,7 +51,7 @@
"ejs": "3.1.10",
"encoding": "0.1.13",
"fast-glob": "3.3.3",
"firebase": "12.5.0",
"firebase": "12.6.0",
"folder-hash": "4.1.1",
"git-raw-commits": "5.0.0",
"jasmine-core": "5.12.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@angular/compiler-cli": "21.0.0-rc.2",
"@bazel/bazelisk": "1.26.0",
"@bazel/buildifier": "8.2.1",
"firebase-tools": "14.24.2",
"firebase-tools": "14.25.0",
"husky": "9.1.7",
"jasmine-core": "5.12.1",
"jasmine-reporters": "2.5.2",
Expand Down
Loading
Loading