Skip to content

Commit

Permalink
Version Packages (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci authored Mar 1, 2022
1 parent 7116815 commit 2de8152
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 24 deletions.
9 changes: 0 additions & 9 deletions .changeset/cuddly-ears-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-balloons-learn.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/wild-suits-float.md

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# eslint-config-seek

## 8.0.0

### Major Changes

- Remove support for Flow ([#64](https://github.com/seek-oss/eslint-config-seek/pull/64))

SEEK has aligned on [TypeScript](https://www.typescriptlang.org/) for static type checking. [Flow](https://flow.org/) support was similarly removed in [sku 11](https://github.com/seek-oss/sku/releases/tag/v11.0.0).

Affected projects should migrate to TypeScript.

- Remove support for CSS Modules ([#64](https://github.com/seek-oss/eslint-config-seek/pull/64))

[eslint-plugin-css-modules](https://github.com/atfzl/eslint-plugin-css-modules) is unmaintained, and SEEK has since moved on to [vanilla-extract](https://vanilla-extract.style/).

Affected projects should migrate to vanilla-extract.

### Patch Changes

- Detect the react version ([#68](https://github.com/seek-oss/eslint-config-seek/pull/68))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seek",
"version": "7.0.9",
"version": "8.0.0",
"description": "ESLint configuration used by SEEK",
"main": ".eslintrc.js",
"repository": {
Expand Down

0 comments on commit 2de8152

Please sign in to comment.