Skip to content

Commit e46abc5

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent f476846 commit e46abc5

File tree

9 files changed

+125
-102
lines changed

9 files changed

+125
-102
lines changed

.github/ng-renovate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng-renovate",
33
"type": "commonjs",
44
"dependencies": {
5-
"renovate": "42.14.1"
5+
"renovate": "42.19.2"
66
},
77
"pnpm": {
88
"onlyBuiltDependencies": [

.github/ng-renovate/pnpm-lock.yaml

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

apps/code-of-conduct/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@angular/router": "21.0.0-rc.3",
1313
"@octokit/rest": "",
1414
"rxjs": "7.8.2",
15-
"zone.js": "0.15.1"
15+
"zone.js": "0.16.0"
1616
}
1717
}

apps/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@types/node": "24.10.1",
1515
"firebase-admin": "13.6.0",
1616
"firebase-functions": "7.0.0",
17-
"firebase-tools": "14.25.0"
17+
"firebase-tools": "14.26.0"
1818
}
1919
}

bazel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devinfra/bazel",
33
"dependencies": {
4-
"@microsoft/api-extractor": "7.55.0",
4+
"@microsoft/api-extractor": "7.55.1",
55
"@types/babel__core": "7.20.5",
66
"@types/browser-sync": "2.29.1",
77
"@types/node": "22.19.1",

bazel/spec-bundling/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"jasmine": "5.12.0",
1111
"jsdom": "27.2.0",
1212
"tinyglobby": "0.2.15",
13-
"zone.js": "0.15.1"
13+
"zone.js": "0.16.0"
1414
},
1515
"type": "module"
1616
}

ng-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@octokit/request-error": "7.1.0",
3131
"@octokit/rest": "22.0.1",
3232
"@octokit/types": "16.0.0",
33-
"@pnpm/dependency-path": "1001.1.4",
33+
"@pnpm/dependency-path": "1001.1.5",
3434
"@types/cli-progress": "3.11.6",
3535
"@types/ejs": "3.1.5",
3636
"@types/events": "3.0.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@angular/compiler-cli": "21.0.0-rc.3",
2525
"@bazel/bazelisk": "1.26.0",
2626
"@bazel/buildifier": "8.2.1",
27-
"firebase-tools": "14.25.0",
27+
"firebase-tools": "14.26.0",
2828
"husky": "9.1.7",
2929
"jasmine-core": "5.12.1",
3030
"jasmine-reporters": "2.5.2",

0 commit comments

Comments
 (0)