Skip to content

Commit

Permalink
Publish Next Version (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 24, 2020
1 parent 5042cde commit 3863d33
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 49 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-rocks-sparkle.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/gold-moons-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-houses-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-panthers-remain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/odd-dodos-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-wolves-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-singers-pull.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tricky-pianos-deliver.md

This file was deleted.

30 changes: 30 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,35 @@
# eslint-plugin-caleb

## 11.0.0

### Major Changes

- [`5042cde`](https://github.com/calebeby/eslint-config/commit/5042cdef2fb1fea68228baf1a0a834e4b68a04bd) [#248](https://github.com/calebeby/eslint-config/pull/248) Thanks [@calebeby](https://github.com/calebeby)! - Enable 3 `@typescript-eslint` rules:

- [`@typescript-eslint/no-unnecessary-boolean-literal-compare`](https://github.com/typescript-eslint/typescript-eslint/blob/v3.9.0/packages/eslint-plugin/docs/rules/no-unnecessary-boolean-literal-compare.md)
- [`@typescript-eslint/no-unnecessary-condition`](https://github.com/typescript-eslint/typescript-eslint/blob/v3.9.0/packages/eslint-plugin/docs/rules/no-unnecessary-condition.md)
- [`@typescript-eslint/no-unnecessary-type-arguments`](https://github.com/typescript-eslint/typescript-eslint/blob/v3.9.0/packages/eslint-plugin/docs/rules/no-unnecessary-type-arguments.md)

* [`dc8012b`](https://github.com/calebeby/eslint-config/commit/dc8012b184a1cbb58bd188448519f451cc11298e) [#235](https://github.com/calebeby/eslint-config/pull/235) Thanks [@calebeby](https://github.com/calebeby)! - Drop support for eslint v6

- [`ea13efd`](https://github.com/calebeby/eslint-config/commit/ea13efd1925ed254a45741bda1ac42cb2c9df4d1) [#233](https://github.com/calebeby/eslint-config/pull/233) Thanks [@calebeby](https://github.com/calebeby)! - Enable [`import/no-anonymous-default-export`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-anonymous-default-export.md)

* [`1dbb89e`](https://github.com/calebeby/eslint-config/commit/1dbb89ea70e45ba85c2b0cc539b838bac463092b) [#249](https://github.com/calebeby/eslint-config/pull/249) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency `eslint-plugin-react-hooks` to v4.1.0

**New Violations**: Warn when dependencies change on every render ([#19590](https://github.com/facebook/react/pull/19590))

- [`e7ce78b`](https://github.com/calebeby/eslint-config/commit/e7ce78b8ed2e6e77023063b95ef99cdf54be653e) [#236](https://github.com/calebeby/eslint-config/pull/236) Thanks [@calebeby](https://github.com/calebeby)! - Drop support for node 10

* [`008cf27`](https://github.com/calebeby/eslint-config/commit/008cf277ae5e73bff289182069ea7954590eeb72) [#239](https://github.com/calebeby/eslint-config/pull/239) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency eslint-plugin-react to `v7.20.6`

This could be breaking because this update [adds support for checking for unused component prop types in extended types](https://github.com/yannickcr/eslint-plugin-react/pull/2721). While this is a bugfix, it could fail on existing code.

### Minor Changes

- [`7567514`](https://github.com/calebeby/eslint-config/commit/7567514140721f4f296299e42a54bdc5a9237265) [#238](https://github.com/calebeby/eslint-config/pull/238) Thanks [@calebeby](https://github.com/calebeby)! - Add support for preact fragments syntax

* [`45ab87c`](https://github.com/calebeby/eslint-config/commit/45ab87cc5f7a06e0059c8703c74bf49fcc0b4342) Thanks [@calebeby](https://github.com/calebeby)! - Disable `import/no-duplicates` for `.d.ts` files

## 10.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-caleb",
"version": "10.0.2",
"version": "11.0.0",
"description": "Caleb Eby's shareable ESLint configuration",
"author": "Caleb Eby <caleb.eby01@gmail.com>",
"homepage": "https://github.com/calebeby/eslint-config",
Expand Down

0 comments on commit 3863d33

Please sign in to comment.