Skip to content

Commit e3af58e

Browse files
angular-robotjosephperrott
authored andcommitted
build: update all non-major dependencies (#2709)
PR Close #2709
1 parent cbc12dd commit e3af58e

File tree

9 files changed

+744
-1171
lines changed

9 files changed

+744
-1171
lines changed

.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ test --sandbox_default_allow_network=false
99
# Required by `rules_ts`.
1010
common --@aspect_rules_ts//ts:skipLibCheck=always
1111
common --@aspect_rules_ts//ts:default_to_tsc_transpiler
12+
# TODO(josephperrott): remove this flag once we get to bazel version >7.
13+
common --incompatible_merge_fixed_and_default_shell_env
1214

1315
# Turn off legacy external runfiles
1416
build --nolegacy_external_runfiles

.github/ng-renovate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packageManager": "[email protected]",
44
"type": "commonjs",
55
"dependencies": {
6-
"renovate": "39.226.0"
6+
"renovate": "39.232.3"
77
}
88
}

.github/ng-renovate/yarn.lock

Lines changed: 698 additions & 992 deletions
Large diffs are not rendered by default.

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ register_toolchains(
126126

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

134134
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")

bazel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencies": {
44
"@microsoft/api-extractor": "7.52.2",
55
"typescript": "5.8.2",
6-
"@types/node": "22.13.14"
6+
"@types/node": "22.14.0"
77
},
88
"pnpm": {
99
"onlyBuiltDependencies": []

bazel/pnpm-lock.yaml

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github-actions/linting/licenses/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
using: composite
1212
steps:
1313
- name: Check Package Licenses
14-
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
14+
uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
1515
env:
1616
# The action ref here allows us to import the config file from the same sha we rely on in the downstream usage
1717
ACTION_REF: ${{ github.action_ref }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/selenium-webdriver": "^4.1.21",
3636
"@types/send": "^0.17.1",
3737
"@types/tmp": "^0.2.1",
38-
"@types/ws": "8.18.0",
38+
"@types/ws": "8.18.1",
3939
"@types/yargs": "^17.0.0",
4040
"browser-sync": "^3.0.0",
4141
"prettier": "3.5.3",
@@ -115,7 +115,7 @@
115115
"diff": "^7.0.0",
116116
"ejs": "^3.1.6",
117117
"fast-glob": "^3.3.2",
118-
"firebase": "11.5.0",
118+
"firebase": "11.6.0",
119119
"firebase-admin": "13.2.0",
120120
"firebase-functions": "^6.0.0",
121121
"firebase-tools": "^14.0.0",

0 commit comments

Comments
 (0)