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

Update all non major dependencies #129

Merged
merged 2 commits into from
Aug 9, 2023
Merged

Update all non major dependencies #129

merged 2 commits into from
Aug 9, 2023

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    3a13da0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Tweak eslint-plugin-import groups

    It looks like there's a bug[0] in the package which is ignoring our
    attempts to group `builtin` and `external` imports introduced with the
    update to `2.28.0`.
    
    This groups internal, parent and sibling imports together and seems to
    fix the issue for now.
    
    [0]: https://github.com/import-js/eslint-plugin-import/blob/1fa29717518732e3143aaf8155713133c383bf3c/src/rules/order.js#L431
    
    Co-authored-by: Ynda Jas <ynda@dxw.com>
    Gweaton and yndajas committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ab5a73e View commit details
    Browse the repository at this point in the history