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 Dec 15, 2023
1 parent 2ef92a8 commit 87f0dd5
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 66 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"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"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]"
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.14.0",
"@typescript-eslint/parser": "6.14.0",
"eslint-config-prettier": "9.1.0"
},
"peerDependencies": {
"eslint": "^8.23.1",
Expand Down
114 changes: 57 additions & 57 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 87f0dd5

Please sign in to comment.