Skip to content

Commit d97a0ac

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

File tree

4 files changed

+37
-39
lines changed

4 files changed

+37
-39
lines changed

.changeset/plenty-radios-cough.md

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

.changeset/wet-pandas-shop.md

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

CHANGELOG.md

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

3+
## 19.0.0
4+
5+
### Major Changes
6+
7+
- [#364](https://github.com/cloudfour/eslint-config/pull/364) [`20c9859`](https://github.com/cloudfour/eslint-config/commit/20c9859149cc21fc0b67f68376925ac284685026) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency `eslint-plugin-unicorn` to `v42`
8+
9+
**New Rules**
10+
11+
- [`@cloudfour/unicorn/no-unreadable-iife`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/no-unreadable-iife.md)
12+
- [`@cloudfour/unicorn/no-useless-switch-case`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/no-useless-switch-case.md)
13+
- [`@cloudfour/unicorn/prefer-modern-math-apis`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/prefer-modern-math-apis.md)
14+
- [`@cloudfour/unicorn/prefer-native-coercion-functions`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/prefer-native-coercion-functions.md)
15+
16+
**Newly Enabled Rules**
17+
18+
- [`@cloudfour/unicorn/no-unreadable-iife`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/no-unreadable-iife.md)
19+
- [`@cloudfour/unicorn/no-useless-switch-case`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/no-useless-switch-case.md)
20+
- [`@cloudfour/unicorn/prefer-modern-math-apis`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/prefer-modern-math-apis.md)
21+
- [`@cloudfour/unicorn/prefer-native-coercion-functions`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/prefer-native-coercion-functions.md)
22+
23+
**Reconfigured Rules**
24+
25+
- [`@cloudfour/unicorn/template-indent`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/template-indent.md)
26+
```diff
27+
- "warn"
28+
+ "error"
29+
```
30+
31+
* [#366](https://github.com/cloudfour/eslint-config/pull/366) [`d156896`](https://github.com/cloudfour/eslint-config/commit/d156896b0aff88c656098abc12f76dc5d34c376c) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency `eslint-plugin-jsdoc` to `v39`
32+
33+
No new rules, but there are some parsing and rule enforcement changes.
34+
35+
Node 12 is no longer supported
36+
37+
Node 18 is supported
38+
339
## 18.0.1
440

541
### 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": "18.0.1",
3+
"version": "19.0.0",
44
"description": "Cloud Four's shareable ESLint configuration",
55
"author": "Cloud Four <info@cloudfour.com> (http://cloudfour.com)",
66
"homepage": "https://github.com/cloudfour/eslint-config",

0 commit comments

Comments
 (0)