Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NiGhTTraX/eslint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @nighttrax/eslint-config-tsx@8.0.5
Choose a base ref
...
head repository: NiGhTTraX/eslint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @nighttrax/eslint-config-tsx@9.0.0
Choose a head ref
Loading
Showing with 2,731 additions and 2,937 deletions.
  1. +1 −1 package.json
  2. +6 −6 packages/base/package.json
  3. +3 −3 packages/react/package.json
  4. +8 −8 packages/ts/package.json
  5. +6 −6 packages/tsx/package.json
  6. +2,707 −2,913 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@
"test": "lerna run test"
},
"devDependencies": {
"lerna": "~3.22.0"
"lerna": "~4.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nighttrax/eslint-config-base",
"version": "7.1.1",
"version": "8.0.0",
"publishConfig": {
"access": "public"
},
@@ -18,12 +18,12 @@
},
"dependencies": {
"eslint-config-airbnb-base": "~14.2.1",
"eslint-config-prettier": "~8.0.0",
"eslint-plugin-import": "~2.22.1",
"eslint-plugin-prettier": "~3.3.0",
"prettier": "~2.2.1"
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-import": "~2.25.0",
"eslint-plugin-prettier": "~4.0.0",
"prettier": "~2.4.0"
},
"peerDependencies": {
"eslint": "^7.0.0"
"eslint": "^8.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nighttrax/eslint-config-react",
"version": "6.0.1",
"version": "7.0.0",
"publishConfig": {
"access": "public"
},
@@ -20,10 +20,10 @@
"dependencies": {
"eslint-config-airbnb": "~18.2.1",
"eslint-plugin-jsx-a11y": "~6.4.1",
"eslint-plugin-react": "~7.22.0",
"eslint-plugin-react": "~7.26.0",
"eslint-plugin-react-hooks": "~4.2.0"
},
"peerDependencies": {
"eslint": "^7.0.0"
"eslint": "^8.0.0"
}
}
16 changes: 8 additions & 8 deletions packages/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nighttrax/eslint-config-ts",
"version": "8.0.4",
"version": "9.0.0",
"publishConfig": {
"access": "public"
},
@@ -21,16 +21,16 @@
"test": "../../test.sh mugshot ts"
},
"dependencies": {
"@nighttrax/eslint-config-base": "^7.1.1",
"@typescript-eslint/eslint-plugin": "~4.15.0",
"@typescript-eslint/parser": "~4.15.0",
"eslint-import-resolver-typescript": "~2.4.0"
"@nighttrax/eslint-config-base": "^8.0.0",
"@typescript-eslint/eslint-plugin": "~5.0.0",
"@typescript-eslint/parser": "~5.0.0",
"eslint-import-resolver-typescript": "~2.5.0"
},
"peerDependencies": {
"eslint": "^7.0.0"
"eslint": "^8.0.0"
},
"devDependencies": {
"eslint": "^7.0.0",
"typescript": "^4.0.0"
"eslint": "^8.0.0",
"typescript": "^4.0.2"
}
}
12 changes: 6 additions & 6 deletions packages/tsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nighttrax/eslint-config-tsx",
"version": "8.0.5",
"version": "9.0.0",
"publishConfig": {
"access": "public"
},
@@ -22,14 +22,14 @@
"test": "../../test.sh tdd-buffet tsx"
},
"dependencies": {
"@nighttrax/eslint-config-react": "^6.0.1",
"@nighttrax/eslint-config-ts": "^8.0.4"
"@nighttrax/eslint-config-react": "^7.0.0",
"@nighttrax/eslint-config-ts": "^9.0.0"
},
"peerDependencies": {
"eslint": "^7.0.0"
"eslint": "^8.0.0"
},
"devDependencies": {
"eslint": "^7.0.0",
"typescript": "^4.0.0"
"eslint": "^8.0.0",
"typescript": "^4.0.2"
}
}
Loading