aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorLines
2021-02-23Move captcha to outside of formGravatar ks129-1/+1
2021-02-23Lock yarn hcaptcha dependencies versionsGravatar ks129-4/+4
2021-02-23Implement hCaptcha to form pageGravatar ks129-2/+48
2021-02-23Add hCaptcha sitekey environment variable to webpack configGravatar ks129-1/+2
2021-02-23Add hCaptcha dependenciesGravatar ks129-0/+14
2021-02-22Bump html-webpack-plugin from 5.1.0 to 5.2.0Gravatar dependabot[bot]-5/+5
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-22Bump @testing-library/user-event from 12.6.3 to 12.7.2Gravatar dependabot[bot]-5/+5
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.6.3 to 12.7.2. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v12.6.3...v12.7.2) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-22Bump @sentry/react from 6.1.0 to 6.2.0Gravatar dependabot[bot]-69/+103
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/6.1.0...6.2.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-22Bump @types/node from 14.14.30 to 14.14.31Gravatar dependabot[bot]-15/+15
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.30 to 14.14.31. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-22Bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.1Gravatar dependabot[bot]-31/+65
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.15.0 to 4.15.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.1/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-22Bump webpack from 5.21.2 to 5.23.0Gravatar dependabot[bot]-22/+22
Bumps [webpack](https://github.com/webpack/webpack) from 5.21.2 to 5.23.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.21.2...v5.23.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-22Bump @types/react-dom from 17.0.0 to 17.0.1Gravatar dependabot[bot]-22/+22
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.0 to 17.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-19Adds Missing Fields To Test ModelsGravatar Hassan Abouelela-3/+6
Signed-off-by: Hassan Abouelela <[email protected]>
2021-02-19Bump @types/node from 14.14.25 to 14.14.30Gravatar dependabot[bot]-5/+5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.25 to 14.14.30. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-18Remove TODOGravatar ks129-1/+1
2021-02-18Don't overwrite user selectionGravatar ks129-3/+5
2021-02-18Add focus handler for select (thanks Scaleios)Gravatar ks129-1/+7
2021-02-18Remove unnecessary parameters from blur handler type annotationsGravatar ks129-5/+5
2021-02-18Mark range and radio valid after changeGravatar ks129-0/+5
2021-02-18Revert change of gathering checkbox valuesGravatar ks129-9/+12
2021-02-17Bump eslint from 7.19.0 to 7.20.0Gravatar dependabot[bot]-17/+17
Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.19.0...v7.20.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-17Add blur handler to Radio and RangeGravatar ks129-6/+8
2021-02-17Move CSS back under navigation class to avoid messy diffGravatar ks129-52/+52
2021-02-17Unfocus currently focused element before scrolling to invalid questionGravatar ks129-0/+5
2021-02-15Bump html-webpack-plugin from 5.0.0 to 5.1.0Gravatar dependabot[bot]-5/+5
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.0.0...v5.1.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-11Bump typescript from 4.1.4 to 4.1.5Gravatar dependabot[bot]-5/+5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.4...v4.1.5) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-10Bump typescript from 4.1.3 to 4.1.4Gravatar dependabot[bot]-5/+5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.1.4) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-10Bump @typescript-eslint/parser from 4.14.2 to 4.15.0Gravatar dependabot[bot]-44/+9
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.14.2 to 4.15.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.0/packages/parser) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-09Bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0Gravatar dependabot[bot]-14/+48
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.14.2 to 4.15.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-08Make all blur handler names matchingGravatar ks129-5/+5
2021-02-08Change blur handler name in SelectGravatar ks129-2/+2
2021-02-08Change ShortText blur handler nameGravatar ks129-2/+2
2021-02-08Set z-index and position for error message CSSGravatar ks129-0/+2
2021-02-08Fix CSS visibilty attributeGravatar ks129-1/+1
Co-authored-by: Hassan Abouelela <[email protected]>
2021-02-08Undo testing rules breakingGravatar ks129-2/+1
2021-02-08Remove quiet flag from Husky hooks to show warningsGravatar ks129-1/+1
2021-02-08Remove quiet flag to show warningsGravatar ks129-1/+1
2021-02-08Break some rules for testingGravatar ks129-1/+2
2021-02-08Add new formatter to workflowGravatar ks129-1/+1