Skip to content

Commit

Permalink
lockdown peerDeps to version 8 major (#643)
Browse files Browse the repository at this point in the history
* lockdown peerDeps to version 8 major

* lockfile

* changeset folder and changes
  • Loading branch information
mmason2-godaddy authored May 10, 2024
1 parent e3948ef commit f47da10
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 166 deletions.
10 changes: 10 additions & 0 deletions .changeset/violet-walls-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"eslint-config-godaddy-react-typescript": patch
"eslint-config-godaddy-react-flow": patch
"eslint-config-godaddy-typescript": patch
"eslint-config-godaddy-react": patch
"eslint-config-godaddy-flow": patch
"eslint-config-godaddy": patch
---

Lock down peerDeps to version 8 of eslint due to major breaking changes in version 9.
192 changes: 32 additions & 160 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"peerDependencies": {
"@babel/core": ">=7",
"eslint": ">=8"
"eslint": "^8"
},
"dependencies": {
"@babel/eslint-parser": "^7.21.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-react-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"peerDependencies": {
"@babel/core": ">=7",
"eslint": ">=8"
"eslint": "^8"
},
"dependencies": {
"@babel/eslint-parser": "^7.21.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-react-hooks": "^4.6.0"
},
"peerDependencies": {
"eslint": ">=8",
"eslint": "^8",
"typescript": ">=3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"peerDependencies": {
"@babel/core": ">=7",
"eslint": ">=8"
"eslint": "^8"
},
"dependencies": {
"@babel/eslint-parser": "^7.21.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-config-godaddy": "^7.0.2"
},
"peerDependencies": {
"eslint": ">=8",
"eslint": "^8",
"typescript": ">=4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-godaddy": "bin/eslint-godaddy"
},
"peerDependencies": {
"eslint": ">=8"
"eslint": "^8"
},
"dependencies": {
"eslint-plugin-json": "^3.1.0",
Expand Down

0 comments on commit f47da10

Please sign in to comment.