Skip to content

Commit

Permalink
build(client): Update typetests baselines to 2.2.0 (#22260)
Browse files Browse the repository at this point in the history
Updates the type test baselines (previous versions) to 2.2.0 now that it
has been released.

Commands used:

```shell
pnpm typetests:prepare
pnpm i --no-frozen-lockfile
pnpm fluid-build -t typetests:gen
```
  • Loading branch information
tylerbutler committed Aug 20, 2024
1 parent cba0201 commit f143f05
Show file tree
Hide file tree
Showing 64 changed files with 989 additions and 900 deletions.
2 changes: 1 addition & 1 deletion azure/packages/azure-service-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@arethetypeswrong/cli": "^0.15.2",
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.1.0",
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.2.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/dds/attributable-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.2",
"@biomejs/biome": "~1.8.3",
"@fluid-experimental/attributable-map-previous": "npm:@fluid-experimental/attributable-map@2.1.0",
"@fluid-experimental/attributable-map-previous": "npm:@fluid-experimental/attributable-map@2.2.0",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/stochastic-test-utils": "workspace:~",
"@fluid-private/test-dds-utils": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/client-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.2",
"@biomejs/biome": "~1.8.3",
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.1.0",
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.2.0",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-tools/build-cli": "^0.43.0",
"@fluidframework/build-common": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/container-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@fluid-tools/build-cli": "^0.43.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.1.0",
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.2.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@microsoft/api-extractor": "^7.45.1",
"concurrently": "^8.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/core-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@fluid-tools/build-cli": "^0.43.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.1.0",
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.2.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@microsoft/api-extractor": "^7.45.1",
"@types/node": "^18.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"@fluid-tools/build-cli": "^0.43.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.1.0",
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.2.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@microsoft/api-extractor": "^7.45.1",
"@types/mocha": "^9.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,15 @@ declare type current_as_old_for_Variable_isObject = requireAssignableTo<TypeOnly
*/
declare type current_as_old_for_Variable_isPromiseLike = requireAssignableTo<TypeOnly<typeof current.isPromiseLike>, TypeOnly<typeof old.isPromiseLike>>

/*
* Validate backward compatibility by using the current type in place of the old type.
* If this test starts failing, it indicates a change that is not backward compatible.
* To acknowledge the breaking change, add the following to package.json under
* typeValidation.broken:
* "Function_oob": {"backCompat": false}
*/
declare type current_as_old_for_Function_oob = requireAssignableTo<TypeOnly<typeof current.oob>, TypeOnly<typeof old.oob>>

/*
* Validate backward compatibility by using the current type in place of the old type.
* If this test starts failing, it indicates a change that is not backward compatible.
Expand Down
2 changes: 1 addition & 1 deletion packages/common/driver-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@fluid-tools/build-cli": "^0.43.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.1.0",
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.2.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@microsoft/api-extractor": "^7.45.1",
"concurrently": "^8.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/cell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@fluid-tools/build-cli": "^0.43.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/cell-previous": "npm:@fluidframework/cell@2.1.0",
"@fluidframework/cell-previous": "npm:@fluidframework/cell@2.2.0",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-runtime-utils": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/counter-previous": "npm:@fluidframework/counter@2.1.0",
"@fluidframework/counter-previous": "npm:@fluidframework/counter@2.2.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "^7.45.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/map-previous": "npm:@fluidframework/map@2.1.0",
"@fluidframework/map-previous": "npm:@fluidframework/map@2.2.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "^7.45.1",
"@types/mocha": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.1.0",
"@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.2.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "^7.45.1",
"@tiny-calc/micro": "0.0.0-alpha.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/merge-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.1.0",
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.2.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "^7.45.1",
"@types/diff": "^3.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,24 @@ declare type old_as_current_for_Interface_ITrackingGroup = requireAssignableTo<T
*/
declare type current_as_old_for_Interface_ITrackingGroup = requireAssignableTo<TypeOnly<current.ITrackingGroup>, TypeOnly<old.ITrackingGroup>>

/*
* Validate forward compatibility by using the old type in place of the current type.
* If this test starts failing, it indicates a change that is not forward compatible.
* To acknowledge the breaking change, add the following to package.json under
* typeValidation.broken:
* "Interface_InteriorSequencePlace": {"forwardCompat": false}
*/
declare type old_as_current_for_Interface_InteriorSequencePlace = requireAssignableTo<TypeOnly<old.InteriorSequencePlace>, TypeOnly<current.InteriorSequencePlace>>

/*
* Validate backward compatibility by using the current type in place of the old type.
* If this test starts failing, it indicates a change that is not backward compatible.
* To acknowledge the breaking change, add the following to package.json under
* typeValidation.broken:
* "Interface_InteriorSequencePlace": {"backCompat": false}
*/
declare type current_as_old_for_Interface_InteriorSequencePlace = requireAssignableTo<TypeOnly<current.InteriorSequencePlace>, TypeOnly<old.InteriorSequencePlace>>

/*
* Validate forward compatibility by using the old type in place of the current type.
* If this test starts failing, it indicates a change that is not forward compatible.
Expand Down Expand Up @@ -1284,6 +1302,24 @@ declare type old_as_current_for_Interface_SequenceOffsets = requireAssignableTo<
*/
declare type current_as_old_for_Interface_SequenceOffsets = requireAssignableTo<TypeOnly<current.SequenceOffsets>, TypeOnly<old.SequenceOffsets>>

/*
* Validate forward compatibility by using the old type in place of the current type.
* If this test starts failing, it indicates a change that is not forward compatible.
* To acknowledge the breaking change, add the following to package.json under
* typeValidation.broken:
* "TypeAlias_SequencePlace": {"forwardCompat": false}
*/
declare type old_as_current_for_TypeAlias_SequencePlace = requireAssignableTo<TypeOnly<old.SequencePlace>, TypeOnly<current.SequencePlace>>

/*
* Validate backward compatibility by using the current type in place of the old type.
* If this test starts failing, it indicates a change that is not backward compatible.
* To acknowledge the breaking change, add the following to package.json under
* typeValidation.broken:
* "TypeAlias_SequencePlace": {"backCompat": false}
*/
declare type current_as_old_for_TypeAlias_SequencePlace = requireAssignableTo<TypeOnly<current.SequencePlace>, TypeOnly<old.SequencePlace>>

/*
* Validate forward compatibility by using the old type in place of the current type.
* If this test starts failing, it indicates a change that is not forward compatible.
Expand All @@ -1302,6 +1338,24 @@ declare type old_as_current_for_Interface_SerializedAttributionCollection = requ
*/
declare type current_as_old_for_Interface_SerializedAttributionCollection = requireAssignableTo<TypeOnly<current.SerializedAttributionCollection>, TypeOnly<old.SerializedAttributionCollection>>

/*
* Validate forward compatibility by using the old type in place of the current type.
* If this test starts failing, it indicates a change that is not forward compatible.
* To acknowledge the breaking change, add the following to package.json under
* typeValidation.broken:
* "Enum_Side": {"forwardCompat": false}
*/
declare type old_as_current_for_Enum_Side = requireAssignableTo<TypeOnly<old.Side>, TypeOnly<current.Side>>

/*
* Validate backward compatibility by using the current type in place of the old type.
* If this test starts failing, it indicates a change that is not backward compatible.
* To acknowledge the breaking change, add the following to package.json under
* typeValidation.broken:
* "Enum_Side": {"backCompat": false}
*/
declare type current_as_old_for_Enum_Side = requireAssignableTo<TypeOnly<current.Side>, TypeOnly<old.Side>>

/*
* Validate backward compatibility by using the current type in place of the old type.
* If this test starts failing, it indicates a change that is not backward compatible.
Expand Down Expand Up @@ -1680,6 +1734,15 @@ declare type current_as_old_for_Function_debugMarkerToString = requireAssignable
*/
declare type current_as_old_for_Function_discardMergeTreeDeltaRevertible = requireAssignableTo<TypeOnly<typeof current.discardMergeTreeDeltaRevertible>, TypeOnly<typeof old.discardMergeTreeDeltaRevertible>>

/*
* Validate backward compatibility by using the current type in place of the old type.
* If this test starts failing, it indicates a change that is not backward compatible.
* To acknowledge the breaking change, add the following to package.json under
* typeValidation.broken:
* "Function_endpointPosAndSide": {"backCompat": false}
*/
declare type current_as_old_for_Function_endpointPosAndSide = requireAssignableTo<TypeOnly<typeof current.endpointPosAndSide>, TypeOnly<typeof old.endpointPosAndSide>>

/*
* Validate backward compatibility by using the current type in place of the old type.
* If this test starts failing, it indicates a change that is not backward compatible.
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/ordered-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.1.0",
"@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.2.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "^7.45.1",
"@types/mocha": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/register-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.1.0",
"@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.2.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "^7.45.1",
"@types/mocha": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.1.0",
"@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.2.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "^7.45.1",
"@types/diff": "^3.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/shared-object-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.1.0",
"@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.2.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "^7.45.1",
"@types/benchmark": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/shared-summary-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.1.0",
"@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.2.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "^7.45.1",
"@types/benchmark": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/task-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.1.0",
"@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.2.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "^7.45.1",
"@types/mocha": "^9.1.1",
Expand Down
14 changes: 2 additions & 12 deletions packages/dds/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@fluidframework/test-utils": "workspace:~",
"@fluidframework/tree-previous": "npm:@fluidframework/tree@2.1.0",
"@fluidframework/tree-previous": "npm:@fluidframework/tree@2.2.0",
"@microsoft/api-extractor": "^7.45.1",
"@types/diff": "^3.5.1",
"@types/easy-table": "^0.0.32",
Expand Down Expand Up @@ -195,16 +195,6 @@
}
},
"typeValidation": {
"broken": {
"Interface_FieldSchemaUnsafe": {
"forwardCompat": false
},
"Interface_ITreeViewConfiguration": {
"forwardCompat": false
},
"TypeAlias_ImplicitFieldSchema": {
"forwardCompat": false
}
}
"broken": {}
}
}
39 changes: 36 additions & 3 deletions packages/dds/tree/src/test/types/validateTreePrevious.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ declare type current_as_old_for_ClassStatics_FieldSchema = requireAssignableTo<T
* typeValidation.broken:
* "Interface_FieldSchemaUnsafe": {"forwardCompat": false}
*/
// @ts-expect-error compatibility expected to be broken
declare type old_as_current_for_Interface_FieldSchemaUnsafe = requireAssignableTo<TypeOnly<old.FieldSchemaUnsafe<any,any>>, TypeOnly<current.FieldSchemaUnsafe<any,any>>>

/*
Expand Down Expand Up @@ -167,7 +166,6 @@ declare type current_as_old_for_Interface_ITreeConfigurationOptions = requireAss
* typeValidation.broken:
* "Interface_ITreeViewConfiguration": {"forwardCompat": false}
*/
// @ts-expect-error compatibility expected to be broken
declare type old_as_current_for_Interface_ITreeViewConfiguration = requireAssignableTo<TypeOnly<old.ITreeViewConfiguration>, TypeOnly<current.ITreeViewConfiguration>>

/*
Expand Down Expand Up @@ -204,7 +202,6 @@ declare type current_as_old_for_TypeAlias_ImplicitAllowedTypes = requireAssignab
* typeValidation.broken:
* "TypeAlias_ImplicitFieldSchema": {"forwardCompat": false}
*/
// @ts-expect-error compatibility expected to be broken
declare type old_as_current_for_TypeAlias_ImplicitFieldSchema = requireAssignableTo<TypeOnly<old.ImplicitFieldSchema>, TypeOnly<current.ImplicitFieldSchema>>

/*
Expand Down Expand Up @@ -639,6 +636,15 @@ declare type old_as_current_for_TypeAlias_InternalTypes_ObjectFromSchemaRecordUn
*/
declare type current_as_old_for_TypeAlias_InternalTypes_ObjectFromSchemaRecordUnsafe = requireAssignableTo<TypeOnly<current.InternalTypes.ObjectFromSchemaRecordUnsafe<any>>, TypeOnly<old.InternalTypes.ObjectFromSchemaRecordUnsafe<any>>>

/*
* Validate backward compatibility by using the current type in place of the old type.
* If this test starts failing, it indicates a change that is not backward compatible.
* To acknowledge the breaking change, add the following to package.json under
* typeValidation.broken:
* "Interface_InternalTypes_ReadonlyMapInlined": {"backCompat": false}
*/
declare type current_as_old_for_Interface_InternalTypes_ReadonlyMapInlined = requireAssignableTo<TypeOnly<current.InternalTypes.ReadonlyMapInlined<any,any>>, TypeOnly<old.InternalTypes.ReadonlyMapInlined<any,any>>>

/*
* Validate forward compatibility by using the old type in place of the current type.
* If this test starts failing, it indicates a change that is not forward compatible.
Expand Down Expand Up @@ -873,6 +879,24 @@ declare type current_as_old_for_TypeAlias_Listeners = requireAssignableTo<TypeOn
*/
declare type current_as_old_for_Interface_MakeNominal = requireAssignableTo<TypeOnly<current.MakeNominal>, TypeOnly<old.MakeNominal>>

/*
* Validate forward compatibility by using the old type in place of the current type.
* If this test starts failing, it indicates a change that is not forward compatible.
* To acknowledge the breaking change, add the following to package.json under
* typeValidation.broken:
* "TypeAlias_MapNodeInsertableData": {"forwardCompat": false}
*/
declare type old_as_current_for_TypeAlias_MapNodeInsertableData = requireAssignableTo<TypeOnly<old.MapNodeInsertableData<any>>, TypeOnly<current.MapNodeInsertableData<any>>>

/*
* Validate backward compatibility by using the current type in place of the old type.
* If this test starts failing, it indicates a change that is not backward compatible.
* To acknowledge the breaking change, add the following to package.json under
* typeValidation.broken:
* "TypeAlias_MapNodeInsertableData": {"backCompat": false}
*/
declare type current_as_old_for_TypeAlias_MapNodeInsertableData = requireAssignableTo<TypeOnly<current.MapNodeInsertableData<any>>, TypeOnly<old.MapNodeInsertableData<any>>>

/*
* Validate forward compatibility by using the old type in place of the current type.
* If this test starts failing, it indicates a change that is not forward compatible.
Expand Down Expand Up @@ -1385,3 +1409,12 @@ declare type current_as_old_for_Interface_WithType = requireAssignableTo<TypeOnl
* "Variable_rollback": {"backCompat": false}
*/
declare type current_as_old_for_Variable_rollback = requireAssignableTo<TypeOnly<typeof current.rollback>, TypeOnly<typeof old.rollback>>

/*
* Validate backward compatibility by using the current type in place of the old type.
* If this test starts failing, it indicates a change that is not backward compatible.
* To acknowledge the breaking change, add the following to package.json under
* typeValidation.broken:
* "Variable_typeSchemaSymbol": {"backCompat": false}
*/
declare type current_as_old_for_Variable_typeSchemaSymbol = requireAssignableTo<TypeOnly<typeof current.typeSchemaSymbol>, TypeOnly<typeof old.typeSchemaSymbol>>
2 changes: 1 addition & 1 deletion packages/drivers/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@fluid-tools/build-cli": "^0.43.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.1.0",
"@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.2.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@microsoft/api-extractor": "^7.45.1",
"@types/node": "^18.19.0",
Expand Down
Loading

0 comments on commit f143f05

Please sign in to comment.