Skip to content

Commit

Permalink
Merge pull request #34 from hildjj/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
hildjj authored Oct 8, 2024
2 parents aed8599 + 5e62faa commit cfad897
Show file tree
Hide file tree
Showing 10 changed files with 776 additions and 1,162 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"url": "git+https://github.com/peggyjs/peggyjs-eslint-config.git"
},
"devDependencies": {
"@cto.af/eslint-plugin-meta": "1.0.7",
"@cto.af/eslint-plugin-meta": "1.1.1",
"@peggyjs/sort-rules": "link:sort-rules",
"eslint": "^9.8.0",
"eslint": "^9.12.0",
"eslint-plugin-mocha": "10.5.0",
"typescript": "^5.5.4",
"typescript-eslint": "8.0.0"
"typescript": "^5.6.2",
"typescript-eslint": "8.8.1"
},
"dependencies": {
"@stylistic/eslint-plugin": "2.6.0",
"globals": "15.8.0"
"@stylistic/eslint-plugin": "2.9.0",
"globals": "15.10.0"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.12.1",
"engines": {
"node": ">=18"
}
Expand Down
531 changes: 217 additions & 314 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions rules/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ module.exports = {
"@stylistic/comma-spacing": "error",
"@stylistic/comma-style": "error",
"@stylistic/computed-property-spacing": "error",
"@stylistic/curly-newline": "off", // Too configurable
"@stylistic/dot-location": ["error", "property"],
"@stylistic/eol-last": "error",
"@stylistic/func-call-spacing": "off", // Renamed
Expand Down
1 change: 1 addition & 0 deletions rules/ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module.exports = {
"@typescript-eslint/no-base-to-string": "off", // Can't config
"@typescript-eslint/no-confusing-non-null-assertion": "error",
"@typescript-eslint/no-confusing-void-expression": "off", // Can't config
"@typescript-eslint/no-deprecated": "error",
"@typescript-eslint/no-dupe-class-members": "error",
"@typescript-eslint/no-duplicate-enum-values": "error",
"@typescript-eslint/no-duplicate-type-constituents": "error",
Expand Down
4 changes: 2 additions & 2 deletions test/flat-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"license": "MIT",
"devDependencies": {
"@peggyjs/eslint-config": "file:../..",
"eslint": "9.8.0",
"eslint": "9.12.0",
"eslint-plugin-mocha": "10.5.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
439 changes: 171 additions & 268 deletions test/flat-module/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/flat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"license": "MIT",
"devDependencies": {
"@peggyjs/eslint-config": "file:../..",
"eslint": "9.8.0",
"eslint": "9.12.0",
"eslint-plugin-mocha": "10.5.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
439 changes: 171 additions & 268 deletions test/flat/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions test/old/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"@peggyjs/eslint-config": "file:../..",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"eslint": "9.8.0",
"typescript": "5.5.4"
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"eslint": "9.12.0",
"typescript": "5.6.2"
}
}
Loading

0 comments on commit cfad897

Please sign in to comment.