Skip to content

Commit 3a12aec

Browse files
chore(release): 25.0.0 [skip ci]
# [25.0.0](v24.7.0...v25.0.0) (2021-10-10) ### Bug Fixes * stop testing ESLint 5 ([#893](#893)) ([47a0138](47a0138)) * stop testing on Node 10 and 15 ([#891](#891)) ([bcd8d11](bcd8d11)) ### 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)) * remove deprecated rules ([#661](#661)) ([e8f16ec](e8f16ec)) * **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 * Removes rules `no-expect-resolves`, `no-truthy-falsy`, `no-try-expect`, and `prefer-inline-snapshots` * Drop support for ESLint 5 * Drop support for Node 10 and 15
1 parent 2dce752 commit 3a12aec

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# [25.0.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.7.0...v25.0.0) (2021-10-10)
2+
3+
4+
### Bug Fixes
5+
6+
* stop testing ESLint 5 ([#893](https://github.com/jest-community/eslint-plugin-jest/issues/893)) ([47a0138](https://github.com/jest-community/eslint-plugin-jest/commit/47a0138856e6247cde00b17682e49865b8f5a1f6))
7+
* stop testing on Node 10 and 15 ([#891](https://github.com/jest-community/eslint-plugin-jest/issues/891)) ([bcd8d11](https://github.com/jest-community/eslint-plugin-jest/commit/bcd8d112fcd98a7652c767bd246d05101979239c))
8+
9+
10+
### Features
11+
12+
* add `prefer-to-be` to style ruleset ([2a3376f](https://github.com/jest-community/eslint-plugin-jest/commit/2a3376fc9f5fe60d03d9aad0c4e5c7c423487e60))
13+
* **lowercase-name:** rename to `prefer-lowercase-title` ([b860084](https://github.com/jest-community/eslint-plugin-jest/commit/b8600841e371d5d9f36be4e50e53252fd8f62734))
14+
* **prefer-to-be-null:** remove rule ([809bcda](https://github.com/jest-community/eslint-plugin-jest/commit/809bcda12c555a24c764d152bcac9814ea55e72f))
15+
* **prefer-to-be-undefined:** remove rule ([3434d9b](https://github.com/jest-community/eslint-plugin-jest/commit/3434d9bd22b92bace6e0a50e2c72b401ac17704d))
16+
* remove deprecated rules ([#661](https://github.com/jest-community/eslint-plugin-jest/issues/661)) ([e8f16ec](https://github.com/jest-community/eslint-plugin-jest/commit/e8f16ec0e204a94a0e549cb9b415b3c6c8981aee))
17+
* **valid-describe:** rename to `valid-describe-callback` ([f3e9e9a](https://github.com/jest-community/eslint-plugin-jest/commit/f3e9e9a64e183a0fb8af3436611a7f70366a528d))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* **valid-describe:** renamed `valid-describe` to `valid-describe-callback`
23+
* **lowercase-name:** renamed `lowercase-name` to `prefer-lowercase-title`
24+
* **prefer-to-be-undefined:** removed `prefer-to-be-undefined` rule
25+
* **prefer-to-be-null:** removed `prefer-to-be-null` rule
26+
* recommend `prefer-to-be` rule
27+
* Removes rules `no-expect-resolves`, `no-truthy-falsy`, `no-try-expect`, and `prefer-inline-snapshots`
28+
* Drop support for ESLint 5
29+
* Drop support for Node 10 and 15
30+
131
# [25.0.0-next.7](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0-next.6...v25.0.0-next.7) (2021-10-10)
232

333

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "25.0.0-next.7",
3+
"version": "25.0.0",
44
"description": "Eslint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)