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

Release v25 #905

Merged
merged 24 commits into from
Oct 10, 2021
Merged

Release v25 #905

merged 24 commits into from
Oct 10, 2021

Commits on Sep 13, 2021

  1. fix: stop testing on Node 10 and 15 (#891)

    BREAKING CHANGE: Drop support for Node 10 and 15
    SimenB committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    bcd8d11 View commit details
    Browse the repository at this point in the history
  2. chore(release): 25.0.0-next.1 [skip ci]

    # [25.0.0-next.1](v24.4.0...v25.0.0-next.1) (2021-09-13)
    
    ### Bug Fixes
    
    * stop testing on Node 10 and 15 ([#891](#891)) ([bcd8d11](bcd8d11))
    
    ### BREAKING CHANGES
    
    * Drop support for Node 10 and 15
    semantic-release-bot committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    13c041a View commit details
    Browse the repository at this point in the history
  3. fix: stop testing ESLint 5 (#893)

    BREAKING CHANGE: Drop support for ESLint 5
    SimenB committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    47a0138 View commit details
    Browse the repository at this point in the history
  4. chore(release): 25.0.0-next.2 [skip ci]

    # [25.0.0-next.2](v25.0.0-next.1...v25.0.0-next.2) (2021-09-13)
    
    ### Bug Fixes
    
    * stop testing ESLint 5 ([#893](#893)) ([47a0138](47a0138))
    
    ### BREAKING CHANGES
    
    * Drop support for ESLint 5
    semantic-release-bot committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    ef08fa6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efe56c1 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into next

    SimenB committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    b0888c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. feat: remove deprecated rules (#661)

    BREAKING CHANGE: Removes rules `no-expect-resolves`, `no-truthy-falsy`, `no-try-expect`, and `prefer-inline-snapshots`
    G-Rath committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    e8f16ec View commit details
    Browse the repository at this point in the history
  2. chore(release): 25.0.0-next.3 [skip ci]

    # [25.0.0-next.3](v25.0.0-next.2...v25.0.0-next.3) (2021-09-17)
    
    ### Features
    
    * remove deprecated rules ([#661](#661)) ([e8f16ec](e8f16ec))
    
    ### BREAKING CHANGES
    
    * Removes rules `no-expect-resolves`, `no-truthy-falsy`, `no-try-expect`, and `prefer-inline-snapshots`
    semantic-release-bot committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    9d87cfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aa7eea View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Merge branch 'main' into next

    SimenB committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    74cd2ae View commit details
    Browse the repository at this point in the history
  2. chore(release): 25.0.0-next.4 [skip ci]

    # [25.0.0-next.4](v25.0.0-next.3...v25.0.0-next.4) (2021-09-20)
    
    ### Bug Fixes
    
    * mark rules that suggest fixes with `hasSuggestion` for ESLint v8 ([#898](#898)) ([ec0a21b](ec0a21b))
    * use correct property `hasSuggestions` rather than `hasSuggestion` ([#899](#899)) ([dfd2368](dfd2368))
    semantic-release-bot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    0723224 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Merge branch 'main' into next

    SimenB committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    2a0b43b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into next

    SimenB committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    30e13fe View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Merge branch 'main' into next

    SimenB committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    5c0504c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Merge branch 'main' into next

    SimenB committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    0fd748f View commit details
    Browse the repository at this point in the history
  2. chore(release): 25.0.0-next.5 [skip ci]

    # [25.0.0-next.5](v25.0.0-next.4...v25.0.0-next.5) (2021-09-29)
    
    ### Bug Fixes
    
    * **no-deprecated-functions:** remove `process.cwd` from resolve paths ([#889](#889)) ([6940488](6940488))
    * **no-identical-title:** always consider `.each` titles unique ([#910](#910)) ([a41a40e](a41a40e))
    * **valid-expect-in-promise:** support `finally` ([#914](#914)) ([9c89855](9c89855))
    * **valid-expect-in-promise:** support additional test functions ([#915](#915)) ([4798005](4798005))
    
    ### Features
    
    * create `prefer-expect-resolves` rule ([#822](#822)) ([2556020](2556020))
    * create `prefer-to-be` rule ([#864](#864)) ([3a64aea](3a64aea))
    * **require-top-level-describe:** support enforcing max num of describes ([#912](#912)) ([14a2d13](14a2d13))
    * **valid-title:** allow custom matcher messages ([#913](#913)) ([ffc9392](ffc9392))
    semantic-release-bot committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    24b6c5d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Merge branch 'main' into next

    SimenB committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    6708bb8 View commit details
    Browse the repository at this point in the history
  2. chore(release): 25.0.0-next.6 [skip ci]

    # [25.0.0-next.6](v25.0.0-next.5...v25.0.0-next.6) (2021-10-10)
    
    ### Bug Fixes
    
    * **lowercase-name:** consider skip and only prefixes for ignores ([#923](#923)) ([8716c24](8716c24))
    * **prefer-to-be:** don't consider RegExp literals as `toBe`-able ([#922](#922)) ([99b6d42](99b6d42))
    
    ### Features
    
    * create `require-hook` rule ([#929](#929)) ([6204b31](6204b31))
    * deprecate `prefer-to-be-null` rule ([4db9161](4db9161))
    * deprecate `prefer-to-be-undefined` rule ([fa08f09](fa08f09))
    * **valid-expect-in-promise:** re-implement rule ([#916](#916)) ([7a49c58](7a49c58))
    semantic-release-bot committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    c5ccdca View commit details
    Browse the repository at this point in the history
  3. feat: add prefer-to-be to style ruleset

    BREAKING CHANGE: recommend `prefer-to-be` rule
    G-Rath authored and SimenB committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    2a3376f View commit details
    Browse the repository at this point in the history
  4. feat(prefer-to-be-null): remove rule

    BREAKING CHANGE: removed `prefer-to-be-null` rule
    G-Rath authored and SimenB committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    809bcda View commit details
    Browse the repository at this point in the history
  5. feat(prefer-to-be-undefined): remove rule

    BREAKING CHANGE: removed `prefer-to-be-undefined` rule
    G-Rath authored and SimenB committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    3434d9b View commit details
    Browse the repository at this point in the history
  6. feat(lowercase-name): rename to prefer-lowercase-title

    BREAKING CHANGE: renamed `lowercase-name` to `prefer-lowercase-title`
    G-Rath authored and SimenB committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    b860084 View commit details
    Browse the repository at this point in the history
  7. feat(valid-describe): rename to valid-describe-callback

    BREAKING CHANGE: renamed `valid-describe` to `valid-describe-callback`
    G-Rath authored and SimenB committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    f3e9e9a View commit details
    Browse the repository at this point in the history
  8. chore(release): 25.0.0-next.7 [skip ci]

    # [25.0.0-next.7](v25.0.0-next.6...v25.0.0-next.7) (2021-10-10)
    
    ### Features
    
    * add `prefer-to-be` to style ruleset ([2a3376f](2a3376f))
    * **lowercase-name:** rename to `prefer-lowercase-title` ([b860084](b860084))
    * **prefer-to-be-null:** remove rule ([809bcda](809bcda))
    * **prefer-to-be-undefined:** remove rule ([3434d9b](3434d9b))
    * **valid-describe:** rename to `valid-describe-callback` ([f3e9e9a](f3e9e9a))
    
    ### BREAKING CHANGES
    
    * **valid-describe:** renamed `valid-describe` to `valid-describe-callback`
    * **lowercase-name:** renamed `lowercase-name` to `prefer-lowercase-title`
    * **prefer-to-be-undefined:** removed `prefer-to-be-undefined` rule
    * **prefer-to-be-null:** removed `prefer-to-be-null` rule
    * recommend `prefer-to-be` rule
    semantic-release-bot committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    1ef8586 View commit details
    Browse the repository at this point in the history