Skip to content

Commit 7ad8b0e

Browse files
Version Packages (#242)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7bac08c commit 7ad8b0e

File tree

13 files changed

+84
-23
lines changed

13 files changed

+84
-23
lines changed

.changeset/unlucky-ways-divide.md

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

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

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

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- 7bac08c: WHAT: Eslint peer dep upgrade
8+
WHY: In order to support newer ecmascript versions
9+
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [7bac08c]
14+
15+
316
## 5.1.0
417

518
### Minor 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": "5.1.0",
3+
"version": "6.0.0",
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.16.5",
35-
"eslint-config-godaddy": "^6.1.0",
35+
"eslint-config-godaddy": "^7.0.0",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# eslint-config-godaddy-react-flow
22

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- 7bac08c: WHAT: Eslint peer dep upgrade
8+
WHY: In order to support newer ecmascript versions
9+
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [7bac08c]
14+
15+
316
## 5.1.0
417

518
### Minor 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": "5.1.0",
3+
"version": "6.0.0",
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.16.5",
36-
"eslint-config-godaddy-react": "^8.1.0",
36+
"eslint-config-godaddy-react": "^9.0.0",
3737
"eslint-plugin-babel": "^5.3.1",
3838
"eslint-plugin-flowtype": "^8.0.3",
3939
"eslint-plugin-react": "^7.28.0",

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

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

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- 7bac08c: WHAT: Eslint peer dep upgrade
8+
WHY: In order to support newer ecmascript versions
9+
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [7bac08c]
14+
15+
316
## 3.1.0
417

518
### Minor 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": "3.1.0",
3+
"version": "4.0.0",
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.9.1",
3232
"@typescript-eslint/parser": "^5.9.1",
33-
"eslint-config-godaddy-react": "^8.1.0",
33+
"eslint-config-godaddy-react": "^9.0.0",
3434
"eslint-plugin-react-hooks": "^4.3.0"
3535
},
3636
"peerDependencies": {

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

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

3+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- 7bac08c: WHAT: Eslint peer dep upgrade
8+
WHY: In order to support newer ecmascript versions
9+
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [7bac08c]
14+
15+
316
## 8.1.0
417

518
### Minor 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": "8.1.0",
3+
"version": "9.0.0",
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.16.5",
36-
"eslint-config-godaddy": "^6.1.0",
36+
"eslint-config-godaddy": "^7.0.0",
3737
"eslint-plugin-jsx-a11y": "^6.5.1",
3838
"eslint-plugin-react": "^7.28.0",
3939
"eslint-plugin-react-hooks": "^4.3.0"

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

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

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- 7bac08c: WHAT: Eslint peer dep upgrade
8+
WHY: In order to support newer ecmascript versions
9+
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [7bac08c]
14+
15+
316
## 3.1.0
417

518
### Minor Changes

0 commit comments

Comments
 (0)