Skip to content

Commit

Permalink
fix(deps): update eslint rule and plugin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 6, 2024
1 parent 52c4f72 commit 6857a3e
Show file tree
Hide file tree
Showing 9 changed files with 122 additions and 81 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "major",
"comment": "fix(deps): update eslint rule and plugin updates",
"packageName": "@rightcapital/eslint-config-base",
"email": "29139614+renovate[bot]@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "major",
"comment": "fix(deps): update eslint rule and plugin updates",
"packageName": "@rightcapital/eslint-config-javascript",
"email": "29139614+renovate[bot]@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "major",
"comment": "fix(deps): update eslint rule and plugin updates",
"packageName": "@rightcapital/eslint-config-typescript",
"email": "29139614+renovate[bot]@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "major",
"comment": "fix(deps): update eslint rule and plugin updates",
"packageName": "@rightcapital/eslint-config-typescript-react",
"email": "29139614+renovate[bot]@users.noreply.github.com",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"scripts": {},
"devDependencies": {},
"dependencies": {
"@rushstack/eslint-patch": "1.6.0",
"@rushstack/eslint-patch": "1.6.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "npm:[email protected].0"
"eslint-plugin-import": "npm:[email protected].1"
},
"peerDependencies": {
"eslint": "^8.23.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"devDependencies": {},
"dependencies": {
"@rightcapital/eslint-config-base": "workspace:*",
"@rushstack/eslint-patch": "1.6.0",
"eslint-config-prettier": "9.0.0"
"@rushstack/eslint-patch": "1.6.1",
"eslint-config-prettier": "9.1.0"
},
"peerDependencies": {
"eslint": "^8.23.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"devDependencies": {},
"dependencies": {
"@rightcapital/eslint-config-typescript": "workspace:*",
"eslint-config-prettier": "9.0.0",
"@rushstack/eslint-patch": "1.6.0",
"eslint-config-prettier": "9.1.0",
"@rushstack/eslint-patch": "1.6.1",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react-hooks": "4.6.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"devDependencies": {},
"dependencies": {
"@rightcapital/eslint-config-base": "workspace:*",
"@rushstack/eslint-patch": "1.6.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint-config-prettier": "9.0.0"
"@rushstack/eslint-patch": "1.6.1",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"eslint-config-prettier": "9.1.0"
},
"peerDependencies": {
"eslint": "^8.23.1",
Expand Down
Loading

0 comments on commit 6857a3e

Please sign in to comment.