-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1138 from wantedly/changeset-release/master
Version Packages
- Loading branch information
Showing
11 changed files
with
61 additions
and
19 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# eslint-config-wantedly-typescript | ||
|
||
## 4.0.0 | ||
|
||
### Major Changes | ||
|
||
- 3f44379: Support ESLint v9 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [3f44379] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 3.2.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "eslint-config-wantedly-typescript", | ||
"description": "ESLint configuration for Wantedly with TypeScript", | ||
"version": "3.2.3", | ||
"version": "4.0.0", | ||
"author": "Yuki Yamada <[email protected]>", | ||
"dependencies": { | ||
"@eslint/compat": "^1.1.1", | ||
|
@@ -15,8 +15,8 @@ | |
"eslint-plugin-jsx-a11y": "^6.10.0", | ||
"eslint-plugin-react": "^7.36.0", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"eslint-plugin-use-macros": "^3.2.2", | ||
"eslint-plugin-wantedly": "^3.2.2", | ||
"eslint-plugin-use-macros": "^4.0.0", | ||
"eslint-plugin-wantedly": "^4.0.0", | ||
"globals": "^15.9.0", | ||
"typescript-eslint": "^8.6.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# eslint-config-wantedly | ||
|
||
## 4.0.0 | ||
|
||
### Major Changes | ||
|
||
- 3f44379: Support ESLint v9 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [3f44379] | ||
- [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "eslint-config-wantedly", | ||
"description": "ESLint configuration for Wantedly", | ||
"version": "3.2.2", | ||
"version": "4.0.0", | ||
"author": "Yuki Yamada <[email protected]>", | ||
"dependencies": { | ||
"@babel/eslint-parser": "^7.25.1", | ||
|
@@ -16,7 +16,7 @@ | |
"eslint-plugin-jsx-a11y": "^6.10.0", | ||
"eslint-plugin-react": "^7.36.0", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"eslint-plugin-use-macros": "^3.2.2", | ||
"eslint-plugin-use-macros": "^4.0.0", | ||
"globals": "^15.9.0" | ||
}, | ||
"homepage": "https://github.com/wantedly/frolint", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# eslint-plugin-use-macros | ||
|
||
## 4.0.0 | ||
|
||
### Major Changes | ||
|
||
- 3f44379: Support ESLint v9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "eslint-plugin-use-macros", | ||
"description": "ESLint rules for libraries which supports the babel-macros", | ||
"version": "3.2.2", | ||
"version": "4.0.0", | ||
"author": "Yuki Yamada <[email protected]>", | ||
"homepage": "https://github.com/wantedly/frolint", | ||
"keywords": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# eslint-plugin-wantedly | ||
|
||
## 4.0.0 | ||
|
||
### Major Changes | ||
|
||
- 3f44379: Support ESLint v9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "eslint-plugin-wantedly", | ||
"description": "Opinionated ESLint plugin for Wantedly", | ||
"version": "3.2.2", | ||
"version": "4.0.0", | ||
"author": "Yuki Yamada <[email protected]>", | ||
"homepage": "https://github.com/wantedly/frolint", | ||
"keywords": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# frolint | ||
|
||
## 4.0.0 | ||
|
||
### Major Changes | ||
|
||
- 3f44379: Support ESLint v9 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [3f44379] | ||
- [email protected] | ||
- [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "frolint", | ||
"description": "git commit hook linter", | ||
"version": "3.2.2", | ||
"version": "4.0.0", | ||
"author": "Yuki Yamada <[email protected]>", | ||
"bin": "index.js", | ||
"dependencies": { | ||
|
@@ -11,8 +11,8 @@ | |
"cosmiconfig": "^7.0.0", | ||
"debug": "^4.3.2", | ||
"eslint": "^9.0.0", | ||
"eslint-config-wantedly": "^3.2.2", | ||
"eslint-config-wantedly-typescript": "^3.2.2", | ||
"eslint-config-wantedly": "^4.0.0", | ||
"eslint-config-wantedly-typescript": "^4.0.0", | ||
"prettier": "^2.4.1", | ||
"prettier-config-wantedly": "^3.2.2", | ||
"resolve": "^1.20.0" | ||
|