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

chore: remove React 16.4's obsolete React imports #28571

Merged
merged 10 commits into from
Jun 5, 2024

Commits on May 18, 2024

  1. chore: remove unused React imports

    Signed-off-by: hainenber <dotronghai96@gmail.com>
    hainenber committed May 18, 2024
    Configuration menu
    Copy the full SHA
    9d5cdaf View commit details
    Browse the repository at this point in the history
  2. fix(ci): rectify failed core:coverCI job

    Signed-off-by: hainenber <dotronghai96@gmail.com>
    hainenber committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e7d2784 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. chore: refactor whole React import to destructured format

    Signed-off-by: hainenber <dotronghai96@gmail.com>
    hainenber committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e981444 View commit details
    Browse the repository at this point in the history
  2. chore: remove fail-fast Jest config orignally used for development

    Signed-off-by: hainenber <dotronghai96@gmail.com>
    hainenber committed May 19, 2024
    Configuration menu
    Copy the full SHA
    dbef64a View commit details
    Browse the repository at this point in the history
  3. fix(ci): switch to @emotion/babel-plugin for new React 16.4+ automa…

    …tic JSX runtime bundling
    
    Signed-off-by: hainenber <dotronghai96@gmail.com>
    hainenber committed May 19, 2024
    Configuration menu
    Copy the full SHA
    593b8b0 View commit details
    Browse the repository at this point in the history
  4. fix(ci): add ts-ignore directive for unused React import

    This is required to pass corresponding Jest test.
    
    Signed-off-by: hainenber <dotronghai96@gmail.com>
    hainenber committed May 19, 2024
    Configuration menu
    Copy the full SHA
    0c64a46 View commit details
    Browse the repository at this point in the history
  5. chore(build): fix build warning of type import

    Signed-off-by: hainenber <dotronghai96@gmail.com>
    hainenber committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d8c59eb View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Merge branch 'master' into remove-unused-react-imports

    Signed-off-by: hainenber <dotronghai96@gmail.com>
    hainenber committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    4dfe1dc View commit details
    Browse the repository at this point in the history
  2. feat(build): add eslint rule to detect unused React imports

    Signed-off-by: hainenber <dotronghai96@gmail.com>
    hainenber committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    391b9f9 View commit details
    Browse the repository at this point in the history
  3. fix(build): add rule exception for warranted React import

    Signed-off-by: hainenber <dotronghai96@gmail.com>
    hainenber committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    243accd View commit details
    Browse the repository at this point in the history