Skip to content

Commit b281a90

Browse files
authored
Bump build-tools dependencies to 0.60.0 (#25833)
## Description Bump build-tools dependencies to 0.60.0 following the latest release. This PR also updates typetest generated files to the include the heading added in #25712 / #25830.
1 parent fdfff43 commit b281a90

File tree

273 files changed

+2207
-2060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+2207
-2060
lines changed

azure/packages/azure-local-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@biomejs/biome": "~1.9.3",
3535
"@fluidframework/build-common": "^2.0.3",
36-
"@fluidframework/build-tools": "^0.58.3",
36+
"@fluidframework/build-tools": "^0.60.0",
3737
"@fluidframework/eslint-config-fluid": "workspace:^",
3838
"eslint": "~8.57.1",
3939
"eslint-config-prettier": "~10.1.8",

azure/packages/azure-service-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494
"devDependencies": {
9595
"@arethetypeswrong/cli": "^0.17.1",
9696
"@biomejs/biome": "~1.9.3",
97-
"@fluid-tools/build-cli": "^0.58.3",
97+
"@fluid-tools/build-cli": "^0.60.0",
9898
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/[email protected]",
9999
"@fluidframework/build-common": "^2.0.3",
100-
"@fluidframework/build-tools": "^0.58.3",
100+
"@fluidframework/build-tools": "^0.60.0",
101101
"@fluidframework/eslint-config-fluid": "workspace:^",
102102
"@microsoft/api-extractor": "7.52.11",
103103
"@types/jsrsasign": "^10.5.12",

azure/packages/azure-service-utils/src/test/types/validateAzureServiceUtilsPrevious.generated.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
/*
77
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
88
* Generated by flub generate:typetests in @fluid-tools/build-cli.
9+
*
10+
* Baseline (previous) version: 2.71.0
11+
* Current version: 2.72.0
912
*/
1013

1114
import type * as old from "@fluidframework/azure-service-utils-previous/internal";

build-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
"@commitlint/cli": "^17.8.1",
7676
"@commitlint/config-conventional": "^17.8.1",
7777
"@commitlint/cz-commitlint": "^17.8.1",
78-
"@fluid-tools/build-cli": "~0.57.0",
78+
"@fluid-tools/build-cli": "~0.60.0",
7979
"@fluidframework/build-common": "^2.0.3",
80-
"@fluidframework/build-tools": "~0.57.0",
80+
"@fluidframework/build-tools": "~0.60.0",
8181
"@microsoft/api-extractor": "^7.52.11",
8282
"c8": "^10.1.3",
8383
"commitizen": "^4.3.1",

0 commit comments

Comments
 (0)