Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Next Version #247

Merged
merged 1 commit into from
Aug 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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