File tree 9 files changed +54
-17
lines changed
eslint-config-godaddy-react
eslint-config-godaddy-react-typescript
eslint-config-godaddy-typescript
9 files changed +54
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# eslint-config-godaddy-react-typescript
2
2
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 16301df: chore(eslint)!: migrate all eslint configs to eslint@v9
8
+
9
+ BREAKING CHANGE: removes v8 support and transistions configs to flat config. Also these packages are now ` type:module `
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [ 16301df]
14
+
15
+
3
16
## 4.0.3
4
17
5
18
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-godaddy-react-typescript" ,
3
- "version" : " 4 .0.3 " ,
3
+ "version" : " 5 .0.0 " ,
4
4
"description" : " ESLint config for consistent style in ES6 React projects using TypeScript at GoDaddy." ,
5
5
"type" : " module" ,
6
6
"main" : " index.js" ,
29
29
"dependencies" : {
30
30
"@typescript-eslint/eslint-plugin" : " ^8.18.1" ,
31
31
"@typescript-eslint/parser" : " ^8.18.1" ,
32
- "eslint-config-godaddy-react" : " ^9.1 .0" ,
32
+ "eslint-config-godaddy-react" : " ^10.0 .0" ,
33
33
"eslint-plugin-react-hooks" : " ^5.1.0"
34
34
},
35
35
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 10.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 16301df: chore(eslint)!: migrate all eslint configs to eslint@v9
8
+
9
+ BREAKING CHANGE: removes v8 support and transistions configs to flat config. Also these packages are now ` type:module `
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [ 16301df]
14
+
15
+
3
16
## 9.1.0
4
17
5
18
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-godaddy-react" ,
3
- "version" : " 9.1 .0" ,
3
+ "version" : " 10.0 .0" ,
4
4
"description" : " ESLint config for consistent style in ES6 React projects at GoDaddy." ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
32
32
},
33
33
"dependencies" : {
34
34
"@babel/eslint-parser" : " ^7.25.9" ,
35
- "eslint-config-godaddy" : " ^7.1.1 " ,
35
+ "eslint-config-godaddy" : " ^8.0.0 " ,
36
36
"eslint-plugin-jsx-a11y" : " ^6.10.2" ,
37
37
"eslint-plugin-react" : " ^7.37.2" ,
38
38
"eslint-plugin-react-hooks" : " ^5.1.0"
Original file line number Diff line number Diff line change 1
1
# eslint-config-godaddy-typescript
2
2
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 16301df: chore(eslint)!: migrate all eslint configs to eslint@v9
8
+
9
+ BREAKING CHANGE: removes v8 support and transistions configs to flat config. Also these packages are now ` type:module `
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [ 16301df]
14
+
15
+
3
16
## 4.0.3
4
17
5
18
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-godaddy-typescript" ,
3
- "version" : " 4 .0.3 " ,
3
+ "version" : " 5 .0.0 " ,
4
4
"description" : " ESLint config for consistent style in node projects using Typescript at GoDaddy." ,
5
5
"type" : " module" ,
6
6
"main" : " index.js" ,
28
28
"dependencies" : {
29
29
"@typescript-eslint/eslint-plugin" : " ^8.18.1" ,
30
30
"@typescript-eslint/parser" : " ^8.18.1" ,
31
- "eslint-config-godaddy" : " ^7.1.1 "
31
+ "eslint-config-godaddy" : " ^8.0.0 "
32
32
},
33
33
"peerDependencies" : {
34
34
"eslint" : " ^9" ,
Original file line number Diff line number Diff line change 1
1
# eslint-config-godaddy
2
2
3
+ ## 8.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 16301df: chore(eslint)!: migrate all eslint configs to eslint@v9
8
+
9
+ BREAKING CHANGE: removes v8 support and transistions configs to flat config. Also these packages are now ` type:module `
10
+
3
11
## 7.1.1
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-godaddy" ,
3
- "version" : " 7.1.1 " ,
3
+ "version" : " 8.0.0 " ,
4
4
"description" : " Base ESLint config for consistent style in ES6 projects at GoDaddy." ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments