From 44b19fb2f7032acd34a8b51c3ae4b34a8b721e90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Aug 2022 01:55:25 +0000 Subject: [PATCH] Version Packages --- .changeset/dull-tables-talk.md | 14 -------------- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 .changeset/dull-tables-talk.md diff --git a/.changeset/dull-tables-talk.md b/.changeset/dull-tables-talk.md deleted file mode 100644 index 141832a..0000000 --- a/.changeset/dull-tables-talk.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'eslint-config-seek': major ---- - -eslint-plugin-jest 27 - -This major release includes breaking changes. See the [release note](https://github.com/jest-community/eslint-plugin-jest/releases/tag/v27.0.0) for more information. - -The `jest/no-alias-methods` rule is now [enforced](https://github.com/jest-community/eslint-plugin-jest/pull/1221) to discourage usage of alias methods that will be [removed in Jest 30](https://github.com/facebook/jest/issues/13164). - -```diff -- .toBeCalled() -+ .toHaveBeenCalled() -``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dec394..9363f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # eslint-config-seek +## 10.0.0 + +### Major Changes + +- eslint-plugin-jest 27 ([#79](https://github.com/seek-oss/eslint-config-seek/pull/79)) + + This major release includes breaking changes. See the [release note](https://github.com/jest-community/eslint-plugin-jest/releases/tag/v27.0.0) for more information. + + The `jest/no-alias-methods` rule is now [enforced](https://github.com/jest-community/eslint-plugin-jest/pull/1221) to discourage usage of alias methods that will be [removed in Jest 30](https://github.com/facebook/jest/issues/13164). + + ```diff + - .toBeCalled() + + .toHaveBeenCalled() + ``` + ## 9.0.0 ### Major Changes diff --git a/package.json b/package.json index 85f1261..ad3c3a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-seek", - "version": "9.0.0", + "version": "10.0.0", "description": "ESLint configuration used by SEEK", "main": ".eslintrc.js", "repository": {