Skip to content
Open
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
50 changes: 33 additions & 17 deletions .github/local-actions/branch-manager/main.js

Large diffs are not rendered by default.

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 @@
"type": "commonjs",
"packageManager": "pnpm@11.5.1",
"dependencies": {
"renovate": "43.150.0"
"renovate": "43.209.4"
}
}
1,442 changes: 307 additions & 1,135 deletions .github/ng-renovate/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@types/node": "24.12.4",
"firebase-admin": "13.10.0",
"firebase-functions": "7.2.5",
"firebase-tools": "15.18.0"
"firebase-tools": "15.19.0"
}
}
4 changes: 2 additions & 2 deletions bazel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"typescript": "6.0.3",
"wait-on": "^9.0.0",
"protractor": "7.0.0",
"semver": "7.8.0",
"semver": "7.8.1",
"selenium-webdriver": "4.44.0",
"source-map-support": "0.5.21",
"tinyglobby": "0.2.16"
"tinyglobby": "0.2.17"
}
}
2 changes: 1 addition & 1 deletion bazel/rules/rules_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"rollup-plugin-dts": "6.4.1",
"rollup-plugin-sourcemaps2": "^0.5.0",
"rxjs": "^7.8.2",
"tinyglobby": "0.2.16",
"tinyglobby": "0.2.17",
"tslib": "^2.8.1",
"zod": "^4.1.13",
"zone.js": "^0.16.0"
Expand Down
13 changes: 11 additions & 2 deletions bazel/rules/rules_angular/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 bazel/rules/rules_browsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@puppeteer/browsers": "3.0.3",
"@puppeteer/browsers": "3.0.4",
"@rollup/plugin-virtual": "^3.0.2",
"@types/jasmine": "^6.0.0",
"@types/node": "^22.14.0",
Expand Down
26 changes: 12 additions & 14 deletions bazel/rules/rules_browsers/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 bazel/spec-bundling/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"jasmine-reporters": "2.5.2",
"jasmine": "6.2.0",
"jsdom": "29.1.1",
"tinyglobby": "0.2.16",
"tinyglobby": "0.2.17",
"zone.js": "0.16.2"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion github-actions/labeling/issue/main.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions ng-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"dependencies": {
"@actions/core": "3.0.1",
"@google-cloud/spanner": "8.0.0",
"@google/genai": "2.6.0",
"@inquirer/prompts": "8.4.3",
"@inquirer/type": "4.0.5",
"@google/genai": "2.7.0",
"@inquirer/prompts": "8.5.2",
"@inquirer/type": "4.0.7",
"@octokit/auth-app": "8.2.0",
"@octokit/core": "7.0.6",
"@octokit/graphql-schema": "15.26.1",
Expand Down Expand Up @@ -50,7 +50,7 @@
"ejs": "5.0.2",
"encoding": "0.1.13",
"fast-glob": "3.3.3",
"firebase": "12.13.0",
"firebase": "12.14.0",
"folder-hash": "4.1.3",
"jasmine-core": "6.2.0",
"jasmine-reporters": "2.5.2",
Expand All @@ -59,10 +59,10 @@
"minimatch": "10.2.5",
"multimatch": "8.0.0",
"nock": "14.0.15",
"semver": "7.8.0",
"semver": "7.8.1",
"supports-color": "10.2.2",
"typed-graphqlify": "3.1.6",
"tsx": "4.22.3",
"tsx": "4.22.4",
"typescript": "6.0.3",
"utf-8-validate": "6.0.6",
"which": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@bazel/bazelisk": "1.28.1",
"@bazel/buildifier": "8.2.1",
"firebase-tools": "15.18.0",
"firebase-tools": "15.19.0",
"husky": "9.1.7",
"jasmine-core": "6.2.0",
"jasmine-reporters": "2.5.2",
Expand Down
Loading