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/local-actions/branch-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"@octokit/rest": "22.0.1",
"@types/node": "24.12.0",
"typed-graphqlify": "3.1.6",
"undici": "7.22.0"
"undici": "7.24.3"
}
}
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 @@ -5,6 +5,6 @@
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
"@types/node": "24.12.0",
"undici": "7.22.0"
"undici": "7.24.3"
}
}
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 @@ -5,6 +5,6 @@
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
"@types/node": "24.12.0",
"undici": "7.22.0"
"undici": "7.24.3"
}
}
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": "43.62.0"
"renovate": "43.76.0"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
118 changes: 43 additions & 75 deletions .github/ng-renovate/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 apps/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@types/node": "24.12.0",
"firebase-admin": "13.7.0",
"firebase-functions": "7.1.1",
"firebase-tools": "15.9.1"
"firebase-tools": "15.10.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While updating firebase-tools to a pinned version, I noticed that @apollo/server and @as-integrations/express4 use version ranges. For consistency and more predictable builds, consider pinning all dependencies to specific versions.

}
}
2 changes: 1 addition & 1 deletion bazel/rules/rules_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"magic-string": "0.30.21",
"memfs": "^4.14.0",
"rollup": "^4.59.0",
"rollup-plugin-dts": "6.3.0",
"rollup-plugin-dts": "6.4.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with this newly pinned version and other dependencies in this file, consider also pinning the rollup dependency on the line above. Using a mix of pinned versions and version ranges (^) can make dependency management less predictable.

"rollup-plugin-sourcemaps2": "^0.5.0",
"rxjs": "^7.8.2",
"tinyglobby": "0.2.15",
Expand Down
15 changes: 9 additions & 6 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.

Loading
Loading