Skip to content

Commit

Permalink
Merge pull request #38 from hildjj/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hildjj authored Dec 25, 2024
2 parents b043e03 + 07fc922 commit 09ad6b1
Show file tree
Hide file tree
Showing 8 changed files with 543 additions and 556 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
},
"devDependencies": {
"@cto.af/eslint-plugin-meta": "1.1.1",
"eslint": "^9.14.0",
"eslint": "^9.17.0",
"eslint-plugin-mocha": "10.5.0",
"typescript": "^5.6.3",
"typescript-eslint": "8.13.0"
"typescript": "^5.7.2",
"typescript-eslint": "8.18.2"
},
"dependencies": {
"@eslint/json": "0.6.0",
"@eslint/json": "0.9.0",
"@eslint/markdown": "6.2.1",
"@stylistic/eslint-plugin": "2.10.1",
"globals": "15.12.0"
"@stylistic/eslint-plugin": "2.12.1",
"globals": "15.14.0"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.1",
"engines": {
"node": ">=18"
}
Expand Down
744 changes: 359 additions & 385 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions rules/json.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ export const rules = {
// [Rules](https://github.com/eslint/json?tab=readme-ov-file#rules)
"json/no-duplicate-keys": "error",
"json/no-empty-keys": "error",
"json/no-unnormalized-keys": ["error", { form: "NFD" }],
"json/no-unsafe-values": "error",
"json/top-level-interop": "off",
};
2 changes: 2 additions & 0 deletions rules/ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export const rules = {
"@typescript-eslint/no-unsafe-function-type": "error",
"@typescript-eslint/no-unsafe-member-access": "off", // Can't config
"@typescript-eslint/no-unsafe-return": "off", // Can't config
"@typescript-eslint/no-unsafe-type-assertion": "off", // Used all the time
"@typescript-eslint/no-unsafe-unary-minus": "error",
"@typescript-eslint/no-unused-expressions": "error",
"@typescript-eslint/no-unused-vars": ["error", { "varsIgnorePattern": "^_" }],
Expand Down Expand Up @@ -141,6 +142,7 @@ export const rules = {
"@typescript-eslint/prefer-return-this-type": "off", // Can't config
"@typescript-eslint/prefer-string-starts-ends-with": "off", // Can't config
"@typescript-eslint/promise-function-async": "off", // Can't config
"@typescript-eslint/related-getter-setter-pairs": "error",
"@typescript-eslint/require-array-sort-compare": "off", // Can't config
"@typescript-eslint/require-await": "off", // Can't config
"@typescript-eslint/restrict-plus-operands": "off", // Can't config
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 @@ -12,8 +12,8 @@
"license": "MIT",
"devDependencies": {
"@peggyjs/eslint-config": "file:../..",
"eslint": "9.14.0",
"eslint": "9.17.0",
"eslint-plugin-mocha": "10.5.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
Loading

0 comments on commit 09ad6b1

Please sign in to comment.