microsoft / accessibility-insights-web

Accessibility Insights for Web
https://accessibilityinsights.io
MIT License
827 stars 147 forks source link

chore: TypeScript Cleanup 5.0 Part 4 for Errors - includeStepsText,featureFlagStoreData,deps,requirementState,outline, #7292

Closed JeevaniChinthala closed 4 months ago

JeevaniChinthala commented 5 months ago

Details

As part of Typescript migration added/removed the error causing fields.

Motivation

TypeScript 5.0 has marked some options as deprecated. We can temporarily override these deprecations, but the documented plan is for the ability to override the flag to go away in TypeScript 5.5

Context
  1. includeStepsText={false}
  1. requirementState={requirementState}
  1. Deps
  1. outline: '3px dashed'
  1. featureFlagData={featureFlags}
  1. isContextMenuVisible
  1. featureFlagStoreData
  1. deps:null
  1. testName: 'test-name'
  1. openGettingStartedDialog
  1. deps

Pull request checklist