Skip to content

Commit 8598d7d

Browse files
Publish Next Version (#393)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ec2c2f3 commit 8598d7d

File tree

5 files changed

+24
-29
lines changed

5 files changed

+24
-29
lines changed

.changeset/chilly-ravens-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/famous-crews-protect.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

.changeset/forty-ducks-smash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @cloudfour/eslint-plugin
22

3+
## 21.0.0
4+
5+
### Major Changes
6+
7+
- [#392](https://github.com/cloudfour/eslint-config/pull/392) [`a7d5860`](https://github.com/cloudfour/eslint-config/commit/a7d58606b38b1ad89d72a78e1cfcbea36079c0dd) Thanks [@Paul-Hebert](https://github.com/Paul-Hebert)! - Disallow the use of variables before they are defined. This rule was previously enabled for `let` and `const` declarations, and now it is also enabled for `function`s, `class`es, and `var`s.
8+
9+
* [#395](https://github.com/cloudfour/eslint-config/pull/395) [`ec2c2f3`](https://github.com/cloudfour/eslint-config/commit/ec2c2f382a4d447b5f5a4b5931459c3eda227858) Thanks [@renovate](https://github.com/apps/renovate)! - Update eslint-plugin-unicorn to v43
10+
11+
**New Rules**
12+
13+
- [`@cloudfour/unicorn/prefer-event-target`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v43.0.0/docs/rules/prefer-event-target.md)
14+
- [`@cloudfour/unicorn/prefer-logical-operator-over-ternary`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v43.0.0/docs/rules/prefer-logical-operator-over-ternary.md)
15+
16+
**Newly Enabled Rules**
17+
18+
- [`@cloudfour/unicorn/prefer-event-target`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v43.0.0/docs/rules/prefer-event-target.md)
19+
- [`@cloudfour/unicorn/prefer-logical-operator-over-ternary`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v43.0.0/docs/rules/prefer-logical-operator-over-ternary.md)
20+
- [`@cloudfour/unicorn/prefer-top-level-await`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v43.0.0/docs/rules/prefer-top-level-await.md)
21+
22+
Also, the [`prefer-node-protocol`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v43.0.0/docs/rules/prefer-node-protocol.md) rule has been updated to always apply to `require()` statements.
23+
24+
- [#395](https://github.com/cloudfour/eslint-config/pull/395) [`ec2c2f3`](https://github.com/cloudfour/eslint-config/commit/ec2c2f382a4d447b5f5a4b5931459c3eda227858) Thanks [@renovate](https://github.com/apps/renovate)! - Update `ecmaVersion` to 2022 for ESLint parser
25+
326
## 20.0.2
427

528
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudfour/eslint-plugin",
3-
"version": "20.0.2",
3+
"version": "21.0.0",
44
"description": "Cloud Four's shareable ESLint configuration",
55
"author": "Cloud Four <[email protected]> (http://cloudfour.com)",
66
"homepage": "https://github.com/cloudfour/eslint-config",

0 commit comments

Comments
 (0)