Skip to content
Closed
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: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ test --sandbox_default_allow_network=false
# Required by `rules_ts`.
common --@aspect_rules_ts//ts:skipLibCheck=always
common --@aspect_rules_ts//ts:default_to_tsc_transpiler
# TODO(josephperrott): remove this flag once we get to bazel version >7.
common --incompatible_merge_fixed_and_default_shell_env

# Turn off legacy external runfiles
build --nolegacy_external_runfiles
Expand Down
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 @@
"packageManager": "[email protected]",
"type": "commonjs",
"dependencies": {
"renovate": "39.226.0"
"renovate": "39.232.3"
}
}
1,690 changes: 698 additions & 992 deletions .github/ng-renovate/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ register_toolchains(

http_archive(
name = "aspect_rules_ts",
sha256 = "d584e4bc80674d046938563678117d17df962fe105395f6b1efe2e8a248b8100",
strip_prefix = "rules_ts-3.5.1",
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.5.1/rules_ts-v3.5.1.tar.gz",
sha256 = "fa5659a511f236b1ae6112258bff602fa20a40324b282734c841bc1e857797f3",
strip_prefix = "rules_ts-3.5.2",
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.5.2/rules_ts-v3.5.2.tar.gz",
)

load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
Expand Down
2 changes: 1 addition & 1 deletion bazel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"@microsoft/api-extractor": "7.52.2",
"typescript": "5.8.2",
"@types/node": "22.13.14"
"@types/node": "22.14.0"
},
"pnpm": {
"onlyBuiltDependencies": []
Expand Down
48 changes: 24 additions & 24 deletions bazel/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 github-actions/linting/licenses/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
using: composite
steps:
- name: Check Package Licenses
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
env:
# The action ref here allows us to import the config file from the same sha we rely on in the downstream usage
ACTION_REF: ${{ github.action_ref }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/selenium-webdriver": "^4.1.21",
"@types/send": "^0.17.1",
"@types/tmp": "^0.2.1",
"@types/ws": "8.18.0",
"@types/ws": "8.18.1",
"@types/yargs": "^17.0.0",
"browser-sync": "^3.0.0",
"prettier": "3.5.3",
Expand Down Expand Up @@ -115,7 +115,7 @@
"diff": "^7.0.0",
"ejs": "^3.1.6",
"fast-glob": "^3.3.2",
"firebase": "11.5.0",
"firebase": "11.6.0",
"firebase-admin": "13.2.0",
"firebase-functions": "^6.0.0",
"firebase-tools": "^14.0.0",
Expand Down
Loading