Skip to content

Commit e5eccf6

Browse files
authored
Merge pull request #1138 from wantedly/changeset-release/master
Version Packages
2 parents 3d1ed59 + 7051cca commit e5eccf6

File tree

11 files changed

+61
-19
lines changed

11 files changed

+61
-19
lines changed

.changeset/five-masks-flash.md

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

packages/eslint-config-wantedly-typescript/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# eslint-config-wantedly-typescript
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- 3f44379: Support ESLint v9
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3f44379]
12+
- eslint-plugin-use-macros@4.0.0
13+
- eslint-plugin-wantedly@4.0.0
14+
315
## 3.2.3
416

517
### Patch Changes

packages/eslint-config-wantedly-typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-wantedly-typescript",
33
"description": "ESLint configuration for Wantedly with TypeScript",
4-
"version": "3.2.3",
4+
"version": "4.0.0",
55
"author": "Yuki Yamada <yamada@wantedly.com>",
66
"dependencies": {
77
"@eslint/compat": "^1.1.1",
@@ -15,8 +15,8 @@
1515
"eslint-plugin-jsx-a11y": "^6.10.0",
1616
"eslint-plugin-react": "^7.36.0",
1717
"eslint-plugin-react-hooks": "^4.3.0",
18-
"eslint-plugin-use-macros": "^3.2.2",
19-
"eslint-plugin-wantedly": "^3.2.2",
18+
"eslint-plugin-use-macros": "^4.0.0",
19+
"eslint-plugin-wantedly": "^4.0.0",
2020
"globals": "^15.9.0",
2121
"typescript-eslint": "^8.6.0"
2222
},
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# eslint-config-wantedly
2+
3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- 3f44379: Support ESLint v9
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3f44379]
12+
- eslint-plugin-use-macros@4.0.0

packages/eslint-config-wantedly/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-wantedly",
33
"description": "ESLint configuration for Wantedly",
4-
"version": "3.2.2",
4+
"version": "4.0.0",
55
"author": "Yuki Yamada <yamada@wantedly.com>",
66
"dependencies": {
77
"@babel/eslint-parser": "^7.25.1",
@@ -16,7 +16,7 @@
1616
"eslint-plugin-jsx-a11y": "^6.10.0",
1717
"eslint-plugin-react": "^7.36.0",
1818
"eslint-plugin-react-hooks": "^4.3.0",
19-
"eslint-plugin-use-macros": "^3.2.2",
19+
"eslint-plugin-use-macros": "^4.0.0",
2020
"globals": "^15.9.0"
2121
},
2222
"homepage": "https://github.com/wantedly/frolint",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# eslint-plugin-use-macros
2+
3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- 3f44379: Support ESLint v9

packages/eslint-plugin-use-macros/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-use-macros",
33
"description": "ESLint rules for libraries which supports the babel-macros",
4-
"version": "3.2.2",
4+
"version": "4.0.0",
55
"author": "Yuki Yamada <yamada@wantedly.com>",
66
"homepage": "https://github.com/wantedly/frolint",
77
"keywords": [
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# eslint-plugin-wantedly
2+
3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- 3f44379: Support ESLint v9

packages/eslint-plugin-wantedly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-wantedly",
33
"description": "Opinionated ESLint plugin for Wantedly",
4-
"version": "3.2.2",
4+
"version": "4.0.0",
55
"author": "Yuki Yamada <yamada@wantedly.com>",
66
"homepage": "https://github.com/wantedly/frolint",
77
"keywords": [

packages/frolint/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# frolint
2+
3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- 3f44379: Support ESLint v9
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3f44379]
12+
- eslint-config-wantedly-typescript@4.0.0
13+
- eslint-config-wantedly@4.0.0

0 commit comments

Comments
 (0)