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

v5.0.0 #471

Merged
merged 16 commits into from
Oct 25, 2021
Merged

v5.0.0 #471

merged 16 commits into from
Oct 25, 2021

Commits on Oct 13, 2021

  1. chore: bump supported node version (#463)

    BREAKING CHANGE: Requires Node@^12.22.x || ^14.17.x || >=16.x
    MichaelDeBoey committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    f9f9add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff6745 View commit details
    Browse the repository at this point in the history
  3. feat(no-debug): rename to no-debugging-utils (#469)

    BREAKING CHANGE: `no-debug` is now called `no-debugging-utils`
    MichaelDeBoey committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    0338bc3 View commit details
    Browse the repository at this point in the history
  4. feat(no-unnecessary-act): add to React config by default (#468)

    BREAKING CHANGE: `no-unnecessary-act` is now enabled by default in the React config (with `isStrict` set to `true`)
    MichaelDeBoey committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    8c46203 View commit details
    Browse the repository at this point in the history
  5. feat(no-render-in-setup): add to Angular, React & Vue configs by defa…

    …ult (#481)
    
    BREAKING CHANGE: `no-render-in-setup` is now enabled by default in the Angular, React & Vue configs
    MichaelDeBoey committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    887e489 View commit details
    Browse the repository at this point in the history
  6. feat(no-wait-for-multiple-assertions): add to all configs by default (#…

    …483)
    
    BREAKING CHANGE: `no-wait-for-multiple-assertions` is now enabled by default in all configs
    MichaelDeBoey committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    8fb3b64 View commit details
    Browse the repository at this point in the history
  7. chore: bump dev dependencies (#497)

    Belco90 authored and MichaelDeBoey committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    4cfb3cf View commit details
    Browse the repository at this point in the history
  8. feat(no-wait-for-side-effects): add to all configs by default (#484)

    BREAKING CHANGE: `no-wait-for-side-effects` is now enabled by default in all configs
    MichaelDeBoey committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    0b35c14 View commit details
    Browse the repository at this point in the history
  9. feat(no-wait-for-snapshot): add to all configs by default (#485)

    BREAKING CHANGE: `no-wait-for-snapshot` is now enabled by default in all configs
    MichaelDeBoey authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    e0a34ed View commit details
    Browse the repository at this point in the history
  10. feat(prefer-presence-queries): add to all configs by default (#486)

    BREAKING CHANGE: `prefer-presence-queries` is now enabled by default in all configs
    MichaelDeBoey authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    17d5376 View commit details
    Browse the repository at this point in the history
  11. feat(prefer-query-by-disappearance): add to all configs by default (#487

    )
    
    BREAKING CHANGE: `prefer-query-by-disappearance` is now enabled by default in all configs
    MichaelDeBoey authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    ea893cc View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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

Commits on Oct 17, 2021

  1. feat: support ESLint v8 (#465)

    * feat: support ESLint 8.x
    
    * feat: support ESLint 8.x
    
    * chore: downgrade ESLint to v7 in dev deps
    
    * ci: force deps installation for running tests
    
    Co-authored-by: Mario Beltrán Alarcón <belco90@gmail.com>
    MichaelDeBoey and Belco90 authored Oct 17, 2021
    Configuration menu
    Copy the full SHA
    5b03edb View commit details
    Browse the repository at this point in the history
  2. chore: bump jest dependencies

    Belco90 committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    307bfac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dd5158 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

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