Skip to content

Commit 57a5d3a

Browse files
committed
chore(release): 17.0.0
1 parent e20096c commit 57a5d3a

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [17.0.0](https://github.com/cybozu/eslint-config/compare/v16.0.1...v17.0.0) (2022-01-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
#### Enable new `jsx-a11y` rules
11+
12+
We have enabled some rules of `jsx-a11y`. Please see [#540](https://github.com/cybozu/eslint-config/issues/540) for more details.
13+
#### Support New JSX Transformer
14+
15+
We have supported New JSX Transformer :tada:. If you use Classic JSX Transformer, you would see many `react/jsx-uses-react` errors. Please turn off the rule on your own when you still use the Classic JSX Transformer.
16+
17+
You can see the details about the New JSX Transformer.
18+
https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html
19+
### Features
20+
21+
* enable `react/jsx-no-useless-fragment` and `@typescript-eslint/no-non-null-assertion` warnings ([#541](https://github.com/cybozu/eslint-config/issues/541)) ([5dd5077](https://github.com/cybozu/eslint-config/commit/5dd5077c9676930e185465de1a1b9332bddc8552))
22+
* React 17 support ([#538](https://github.com/cybozu/eslint-config/issues/538)) ([dffb83d](https://github.com/cybozu/eslint-config/commit/dffb83da7128135be753c02d19a40a967a08cf92))
23+
24+
### Bug Fixes
25+
26+
* **deps:** update dependency eslint-plugin-import to ^2.25.4 ([bde075b](https://github.com/cybozu/eslint-config/commit/bde075b2443de075af626a99e3129a6768f828c3))
27+
* enable some jsx-a11y rules ([#540](https://github.com/cybozu/eslint-config/issues/540)) ([fd9bc03](https://github.com/cybozu/eslint-config/commit/fd9bc036acc1aaebecb03151096b3ff3d5f8a795))
28+
529
### [16.0.1](https://github.com/cybozu/eslint-config/compare/v16.0.0...v16.0.1) (2021-12-01)
630

731

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "cybozu/eslint-config",
77
"homepage": "https://github.com/cybozu/eslint-config",
88
"bugs": "https://github.com/cybozu/eslint-config/issues",
9-
"version": "16.0.1",
9+
"version": "17.0.0",
1010
"description": "ESLint rules for Cybozu",
1111
"main": "index.js",
1212
"files": [

0 commit comments

Comments
 (0)