Skip to content

Commit c6040e4

Browse files
committed
chore(release): 18.0.0
1 parent c065e68 commit c6040e4

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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+
## [18.0.0](https://github.com/cybozu/eslint-config/compare/v17.0.3...v18.0.0) (2022-11-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Node v12 is no longer supported
11+
12+
### Bug Fixes
13+
14+
* **deps:** update dependency eslint-plugin-react to ^7.31.10 ([740eeaf](https://github.com/cybozu/eslint-config/commit/740eeafa52dd6c534b29e93a826cf5474c8e1c50))
15+
* **deps:** update dependency eslint-plugin-react to ^7.31.2 ([1568fcf](https://github.com/cybozu/eslint-config/commit/1568fcf0682843f2c83b2efb776f1e8e59be366c))
16+
* **deps:** update dependency eslint-plugin-react to ^7.31.5 ([e5820f2](https://github.com/cybozu/eslint-config/commit/e5820f297eb7c8ef2688b855b5e18ce2a0c858ee))
17+
* **deps:** update dependency eslint-plugin-react to ^7.31.6 ([0ef9f32](https://github.com/cybozu/eslint-config/commit/0ef9f323894637ec7050eae8cf9af94f33c6f5b8))
18+
* **deps:** update dependency eslint-plugin-react to ^7.31.7 ([7a1bc57](https://github.com/cybozu/eslint-config/commit/7a1bc57e3836e8478bea4dadbdb835d70a211490))
19+
* **deps:** update dependency eslint-plugin-react to ^7.31.8 ([b3cdbd4](https://github.com/cybozu/eslint-config/commit/b3cdbd41abe43ca142ad20eeaa0ec4cfe968e2d8))
20+
* **deps:** update dependency eslint-plugin-react to ^7.31.9 ([c413476](https://github.com/cybozu/eslint-config/commit/c4134762d0ddc87cacac1b3fd81e48d8f7bbe0c2))
21+
* **deps:** update typescript-eslint monorepo to ^5.35.1 ([#597](https://github.com/cybozu/eslint-config/issues/597)) ([575dc09](https://github.com/cybozu/eslint-config/commit/575dc0906be079a133695aa49496f2c3e767f119))
22+
* **deps:** update typescript-eslint monorepo to ^5.42.0 ([#600](https://github.com/cybozu/eslint-config/issues/600)) ([8dc1198](https://github.com/cybozu/eslint-config/commit/8dc11983fa36c5833a5fd90e6bdb14aed1a73f4a))
23+
24+
25+
* drop Node v12 support, and add v18 support ([#621](https://github.com/cybozu/eslint-config/issues/621)) ([c065e68](https://github.com/cybozu/eslint-config/commit/c065e685f9a0a759ebe4a8c29cbfa1ba1e629c1d))
26+
527
### [17.0.3](https://github.com/cybozu/eslint-config/compare/v17.0.1...v17.0.3) (2022-08-02)
628

729

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": "17.0.3",
9+
"version": "18.0.0",
1010
"description": "ESLint rules for Cybozu",
1111
"main": "index.js",
1212
"files": [

0 commit comments

Comments
 (0)