Skip to content

Commit

Permalink
chore: 85.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Oct 23, 2018
1 parent 6933035 commit 4338c51
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org). Except add new
rule (it is breaking changed by default).

## 85.0.0 - 2018-10-23

- Added: `jest/no-test-callback` rule.
- Chore: minimum require `eslint-plugin-jest` version is now `^21.26.0`.

## 84.0.0 - 2018-10-22

- Added: `jest/prefer-to-contain` rule.
Expand Down
2 changes: 2 additions & 0 deletions lib/config/rules/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ module.exports = {
"jest/no-jest-import": "error",
// Disallow large snapshots
"jest/no-large-snapshots": "off",
// Using a callback in asynchronous tests
"jest/no-test-callback": "error",
// Disallow using `f` & `x` prefixes to define focused/skipped tests
"jest/no-test-prefixes": "error",
// Disallow explicitly returning from tests
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-itgalaxy",
"version": "84.0.0",
"version": "85.0.0",
"description": "Itgalaxy org's ESLint rules and configs.",
"keywords": [
"eslint",
Expand Down Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-ava": "^5.0.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.25.1",
"eslint-plugin-jest": "^21.26.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-lodash": "^3.1.0",
"eslint-plugin-markdown": "^1.0.0-beta.8",
Expand All @@ -63,7 +63,7 @@
"eslint-plugin-ava": "^5.0.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.24.0",
"eslint-plugin-jest": "^21.26.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-lodash": "^3.1.0",
"eslint-plugin-markdown": "^1.0.0-beta.8",
Expand Down

0 comments on commit 4338c51

Please sign in to comment.