Skip to content

Commit 4c90df1

Browse files
Version Packages (#644)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f47da10 commit 4c90df1

File tree

13 files changed

+57
-21
lines changed

13 files changed

+57
-21
lines changed

.changeset/violet-walls-fold.md

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

packages/eslint-config-godaddy-flow/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-config-godaddy-flow
22

3+
## 6.0.2
4+
5+
### Patch Changes
6+
7+
- f47da10: Lock down peerDeps to version 8 of eslint due to major breaking changes in version 9.
8+
- Updated dependencies [f47da10]
9+
10+
311
## 6.0.1
412

513
### Patch Changes

packages/eslint-config-godaddy-flow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy-flow",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "ESLint config for consistent style in node projects using Flow at GoDaddy.",
55
"license": "MIT",
66
"scripts": {
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@babel/eslint-parser": "^7.21.3",
35-
"eslint-config-godaddy": "^7.0.2",
35+
"eslint-config-godaddy": "^7.1.1",
3636
"eslint-plugin-babel": "^5.3.1",
3737
"eslint-plugin-flowtype": "^8.0.3"
3838
},

packages/eslint-config-godaddy-react-flow/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-config-godaddy-react-flow
22

3+
## 6.0.2
4+
5+
### Patch Changes
6+
7+
- f47da10: Lock down peerDeps to version 8 of eslint due to major breaking changes in version 9.
8+
- Updated dependencies [f47da10]
9+
10+
311
## 6.0.1
412

513
### Patch Changes

packages/eslint-config-godaddy-react-flow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy-react-flow",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "ESLint config for consistent style in ES6 React projects using Flow at GoDaddy.",
55
"license": "MIT",
66
"scripts": {
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@babel/eslint-parser": "^7.21.3",
36-
"eslint-config-godaddy-react": "^9.0.1",
36+
"eslint-config-godaddy-react": "^9.0.2",
3737
"eslint-plugin-babel": "^5.3.1",
3838
"eslint-plugin-flowtype": "^8.0.3",
3939
"eslint-plugin-react": "^7.32.2",

packages/eslint-config-godaddy-react-typescript/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-config-godaddy-react-typescript
22

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- f47da10: Lock down peerDeps to version 8 of eslint due to major breaking changes in version 9.
8+
- Updated dependencies [f47da10]
9+
10+
311
## 4.0.2
412

513
### Patch Changes

packages/eslint-config-godaddy-react-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy-react-typescript",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "ESLint config for consistent style in ES6 React projects using TypeScript at GoDaddy.",
55
"scripts": {
66
"lint": "eslint .",
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@typescript-eslint/eslint-plugin": "^5.59.1",
3232
"@typescript-eslint/parser": "^5.59.1",
33-
"eslint-config-godaddy-react": "^9.0.1",
33+
"eslint-config-godaddy-react": "^9.0.2",
3434
"eslint-plugin-react-hooks": "^4.6.0"
3535
},
3636
"peerDependencies": {

packages/eslint-config-godaddy-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 9.0.2
4+
5+
### Patch Changes
6+
7+
- f47da10: Lock down peerDeps to version 8 of eslint due to major breaking changes in version 9.
8+
- Updated dependencies [f47da10]
9+
10+
311
## 9.0.1
412

513
### Patch Changes

packages/eslint-config-godaddy-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy-react",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "ESLint config for consistent style in ES6 React projects at GoDaddy.",
55
"license": "MIT",
66
"scripts": {
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@babel/eslint-parser": "^7.21.3",
36-
"eslint-config-godaddy": "^7.0.2",
36+
"eslint-config-godaddy": "^7.1.1",
3737
"eslint-plugin-jsx-a11y": "^6.7.1",
3838
"eslint-plugin-react": "^7.32.2",
3939
"eslint-plugin-react-hooks": "^4.6.0"

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

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

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- f47da10: Lock down peerDeps to version 8 of eslint due to major breaking changes in version 9.
8+
- Updated dependencies [f47da10]
9+
10+
311
## 4.0.2
412

513
### Patch Changes

0 commit comments

Comments
 (0)