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

v4 - Drop support for eslint 5/6, prettier 1, node 6/8 #429

Merged
merged 6 commits into from
Aug 30, 2021
Merged

v4 - Drop support for eslint 5/6, prettier 1, node 6/8 #429

merged 6 commits into from
Aug 30, 2021

Commits on Aug 23, 2021

  1. Update required versions of eslint and prettier

    Now requires node 10, eslint >7.28.0 and prettier > 2.0.0
    
    - prettier v2 changed some defaults, so tests needed to be slightly
      tweaked
    - dropping support for old eslint/node means we remove them from CI test
      matrixes and always run the graphql plugin tests
    BPScott committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    890e730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41e20e1 View commit details
    Browse the repository at this point in the history
  3. Rework graphql test

    - No need to check if the depenency is installed anymore
    - Move it into its own ruletester
    - Add invalid test
    BPScott committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    0bd7b69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4144a02 View commit details
    Browse the repository at this point in the history
  5. Use getPhysicalFilename

    BPScott committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    d86d60e View commit details
    Browse the repository at this point in the history
  6. Stop testing on node 10

    BPScott committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    4b7f1f0 View commit details
    Browse the repository at this point in the history