Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up some workarounds for old upstream bugs #40199

Merged
merged 1 commit into from
Nov 18, 2024

Commits on Nov 14, 2024

  1. Clean up some workarounds for old upstream bugs

    * We no longer need to care about nanoid v3 thinking "browser === esm",
      because the GB package that had that dep no longer does.
    * Various `jsx-a11y/label-has-associated-control` ignores referring to
      jsx-eslint/eslint-plugin-jsx-a11y#869 seem to be fixed now that #39736
      requires we use `htmlFor`. The one place still needing an ignore is
      jsx-eslint/eslint-plugin-jsx-a11y#578 instead.
    * Remove reference to deleted renovate issue.
    * Move reference to a Storybook bug to the code actually implementing
      the workaround.
    * Update Storybook FAQ reference.
    * Remove TODO references to a fixed Storybook bug (and fix a wrong prop
      in one story).
    * Remove workaround for WordPress/WordPress-Coding-Standards#2390.
    anomiex committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    67b501c View commit details
    Browse the repository at this point in the history