dominicfraser

Results 5 issues of dominicfraser

The previous link no longer works in modern browsers. > GitHub started using X-Content-Type-Options: nosniff, which instructs more modern browsers to enforce strict MIME type checking. It then returns the...

As first noted as a comment in [issue 60](https://github.com/pa11y/pa11y-ci/issues/60): `pally-ci` does not output the specific guides that fail in the same way `pa11y` does, instead just a suggestion of how...

type: enhancement

This PR depends on tooling updates in https://github.com/Skyscanner/backpack/pull/2527, but demonstrates how the Graphic Promotion component could be updated to TypeScript. It changes test and Storybook files alongside the implementation, and...

TypeScript 5.2.2 comes with [a breaking change](https://stackoverflow.com/a/76794188/7558706) that requires all `@typescript-eslint/*` dependencies to move to >= v6: https://github.com/typescript-eslint/typescript-eslint/issues/7155#issuecomment-1692384149. In this repository that specifically means moving from ``` "@typescript-eslint/experimental-utils": "^5.3.0" ```...

# Context TypeScript 5.2.2 comes with [a breaking change](https://stackoverflow.com/a/76794188/7558706) that requires all `@typescript-eslint/*` dependencies to move to >= v6: https://github.com/typescript-eslint/typescript-eslint/issues/7155#issuecomment-1692384149. In this repository that specifically means moving from ``` "@typescript-eslint/experimental-utils":...