docbrown/app/javascript/article-form/components
dependabot[bot] a9449501a3
Bump @storybook/addon-a11y from 6.2.9 to 6.3.1 (#14094)
* Bump @storybook/addon-a11y from 6.2.9 to 6.3.1

Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y) from 6.2.9 to 6.3.1.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.1/addons/a11y)

---
updated-dependencies:
- dependency-name: "@storybook/addon-a11y"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* add TODOs and exclusions for known a11y issues waiting on bugfixes

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
2021-06-29 14:19:28 +02:00
..
__tests__ Bump @storybook/addon-a11y from 6.2.9 to 6.3.1 (#14094) 2021-06-29 14:19:28 +02:00
Help Refactoring help component (and fragmenting it too) (#10895) 2021-05-05 12:58:40 +07:00
AccessibilitySuggestions.jsx Advise users about potential accessibility failings in their posts - RFC #58 (#13745) 2021-06-03 10:27:12 +01:00
ArticleCoverImage.jsx [15-min-fix] Fix removing cover img from v2 editor and dashboard link (#13227) 2021-04-12 09:34:30 -04:00
ClipboardButton.jsx "Copied!" label no longer wrapping to the next line (#12128) 2021-01-05 13:24:55 -05:00
Close.jsx updates article form to have warning modal (#12430) 2021-01-28 11:32:28 -05:00
dragAndDropHelpers.js Ran prettier on *.js, *.jsx and *.md files. (#11586) 2020-11-23 20:45:50 -05:00
EditorActions.jsx Optimise dropdowns for accessibility: Preact component usages (#13948) 2021-06-15 12:06:27 +01:00
EditorBody.jsx Add mention autocomplete to posts (#13101) 2021-03-31 14:42:59 +01:00
ErrorList.jsx Ran prettier on *.js, *.jsx and *.md files. (#11586) 2020-11-23 20:45:50 -05:00
Form.jsx
Header.jsx updates article form to have warning modal (#12430) 2021-01-28 11:32:28 -05:00
ImageUploader.jsx Add error handling to clipboard promise - post editor (#13798) 2021-05-20 09:46:37 -06:00
index.js Remove non application files from frontend code coverage (#11752) 2020-12-04 20:00:20 -05:00
Meta.jsx
Options.jsx Optimise dropdowns for accessibility: Preact component usages (#13948) 2021-06-15 12:06:27 +01:00
PageTitle.jsx Rename WRITE A POST to CREATE POST (#13855) 2021-05-25 10:30:30 -07:00
pasteImageHelpers.js Add paste image (#10212) 2021-02-04 10:58:56 -05:00
Preview.jsx Advise users about potential accessibility failings in their posts - RFC #58 (#13745) 2021-06-03 10:27:12 +01:00
Tabs.jsx Fix layout shift on active crayons-tabs change. (#13300) 2021-05-12 11:45:36 -04:00
TagsField.jsx Updates ESLint rules to error on default imports (#12512) 2021-02-02 10:24:03 -05:00
Title.jsx Rename WRITE A POST to CREATE POST (#13855) 2021-05-25 10:30:30 -07:00
Toolbar.jsx