Blake V.

Results 10 issues of Blake V.

_Before creating a feature request, make sure another issue is not opened for the same thing._ **What would you like to see in the library?** In the "generating reports" example...

### What would you like? Would like a way of getting existing aliases / intercepts in order to check if an alias already exists or not, since `cy.get(@alias)` throws an...

type: feature
routed-to-e2e
E2E
topic: cy api

Fix logger.warn deprecation. Is causing excess warnings in the console: ![image](https://user-images.githubusercontent.com/87083504/230738202-1d541966-c550-4f16-a948-7a7af0e50484.png)

Example: ``` type O = { record: { nestedrecord: { nestedProp?: string } } } ``` `SetRequired` would have type ``` { record: { nestedrecord: { nestedProp: string } }...

Improves a11y of new SegmentedControl item

Status: in discussion
Domain: accessibility
Status: waiting on author

Remove `rightElement` from within section header in order to fix a11y failure of having nested interactive elements (when the `rightElement` contains interactive elements, such as with the docs example).

Status: waiting on author

#### Checklist - [N/A] Includes tests - [N/A] Update documentation #### Changes proposed in this pull request: Improve tooltip a11y by adding the following: - wrap the tooltip content in...

The following error occurs when the parser encounters an unexpected property: `Expected never, received `. In other words, it's as if it has `.strict()`, even though that was never applied....

Have tried this: ``` "comment-divider.languagesMap": { "typescript": ["//",], "typescriptreact": ["//"], "javascript": ["//"], "javascriptreact": ["//"] }, ``` doesn't have any effect.

#### Fixes #0000 #### Checklist - [X] Includes tests - [N/A] Update documentation #### Changes proposed in this pull request: - apply `role="tooltip"` to the Tooltip's `content` - https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role -...