Skip to content

Commit

Permalink
chore(deps): update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 23, 2024
1 parent 1cd82c8 commit 43dbbf6
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 267 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,17 +266,17 @@
"css-loader": "^6.11.0",
"doctrine": "^3.0.0",
"dotenv-webpack": "^8.1.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-nibble": "^8.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-inclusive-language": "^2.2.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-wpcalypso": "workspace:^",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
Expand Down Expand Up @@ -310,7 +310,7 @@
"source-map": "^0.7.3",
"stackframe": "^1.1.1",
"stacktrace-gps": "^3.0.3",
"stylelint": "^16.8.2",
"stylelint": "^16.10.0",
"tslib": "^2.3.0",
"typescript": "^5.3.3",
"webpack": "^5.94.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@automattic/calypso-typescript-config": "workspace:^"
},
"peerDependencies": {
"eslint": ">=8.57.0"
"eslint": ">=9.12.0"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-plugin-wpcalypso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"peerDependencies": {
"@babel/core": ">=7.25.8",
"eslint": ">=8.57.0",
"eslint": ">=9.12.0",
"eslint-plugin-inclusive-language": "^2.2.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.3.0"
},
"peerDependenciesMeta": {
Expand All @@ -44,6 +44,6 @@
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@babel/parser": "^7.25.8",
"eslint": "^8.57.0"
"eslint": "^8.57.1"
}
}
10 changes: 5 additions & 5 deletions packages/fingerprintjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"@types/karma-summary-reporter": "^3.1.0",
"@types/node": "^22.7.5",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"file-loader": "^6.2.0",
"got": "^11.8.5",
"html-webpack-plugin": "^5.5.0",
Expand All @@ -76,7 +76,7 @@
"karma-spec-reporter": "^0.0.34",
"karma-summary-reporter": "^3.1.1",
"karma-typescript": "^5.5.3",
"prettier": "^3.0.0",
"prettier": "^3.3.3",
"rimraf": "^3.0.2",
"rollup": "^3.3.0",
"rollup-plugin-dts": "^5.2.0",
Expand Down
Loading

0 comments on commit 43dbbf6

Please sign in to comment.