Skip to content

Commit

Permalink
bump eslint deps (#10908)
Browse files Browse the repository at this point in the history
_evergreen_

## Description
keeping busy during update meetings

### Security Considerations
none

### Scaling Considerations
none

### Documentation Considerations
none

### Testing Considerations
none

### Upgrade Considerations
none
  • Loading branch information
mergify[bot] authored Jan 28, 2025
2 parents 618553b + b9d0052 commit 37e30ec
Show file tree
Hide file tree
Showing 3 changed files with 826 additions and 121 deletions.
4 changes: 4 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ export default [

linterOptions: {
reportUnusedDisableDirectives: true,
// TODO get this working by fixing jessie linter that triggers
// Unused inline config ('no-bitwise' is already configured to 'error')
// Unused inline config ('no-var' is already configured to 'error')
// reportUnusedInlineConfigs: 'error',
},

languageOptions: {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"ava": "^5.3.0",
"c8": "^10.1.2",
"conventional-changelog-conventionalcommits": "^4.6.0",
"eslint": "^9.0.0",
"eslint": "^9.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-jessie": "^0.0.6",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-github": "^5.1.4",
"eslint-plugin-github": "^5.1.6",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^48.5.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-require-extensions": "^0.1.3",
"lerna": "^5.6.2",
"npm-run-all": "^4.1.5",
Expand All @@ -37,12 +37,12 @@
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.1",
"typescript": "~5.7.1",
"typescript-eslint": "^8.18.2"
"typescript-eslint": "^8.22.0"
},
"resolutions": {
"**/protobufjs": "^7.2.6",
"**/@types/estree": "^1.0.0",
"@endo/eslint-plugin/typescript-eslint": "^8.18.2"
"@endo/eslint-plugin/typescript-eslint": "^8.22.0"
},
"engines": {
"node": "^18.12 || ^20.9"
Expand Down
Loading

0 comments on commit 37e30ec

Please sign in to comment.