Skip to content

Commit

Permalink
Version Packages (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] committed Aug 31, 2022
1 parent 0b975d0 commit f184a32
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .changeset/dull-tables-talk.md

This file was deleted.

15 changes: 15 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit f184a32

Please sign in to comment.