mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2026-02-10 23:09:44 +01:00
build(deps): update latest
This commit is contained in:
@@ -37,7 +37,7 @@ More information about **formatting rules** vs **code-quality rules** can be fou
|
|||||||
npm install --save-dev \
|
npm install --save-dev \
|
||||||
eslint@^9.22.0 \
|
eslint@^9.22.0 \
|
||||||
eslint-plugin-promise@^7.2.1 \
|
eslint-plugin-promise@^7.2.1 \
|
||||||
eslint-plugin-unicorn@^62.0.0 \
|
eslint-plugin-unicorn@^63.0.0 \
|
||||||
eslint-plugin-import-x@^4.6.1 \
|
eslint-plugin-import-x@^4.6.1 \
|
||||||
globals@^17.0.0 \
|
globals@^17.0.0 \
|
||||||
typescript@^5.9.3 \
|
typescript@^5.9.3 \
|
||||||
|
|||||||
1175
package-lock.json
generated
1175
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@@ -41,7 +41,7 @@
|
|||||||
"lint:editorconfig": "editorconfig-checker",
|
"lint:editorconfig": "editorconfig-checker",
|
||||||
"lint:eslint": "eslint . --max-warnings 0 --config eslint.config.mjs",
|
"lint:eslint": "eslint . --max-warnings 0 --config eslint.config.mjs",
|
||||||
"lint:prettier": "prettier . --check",
|
"lint:prettier": "prettier . --check",
|
||||||
"oxlint:migrate": "npx @oxlint/migrate@latest eslint.config.js --type-aware",
|
"oxlint:migrate": "npx @oxlint/migrate@latest eslint.config.js --type-aware --details --with-nursery",
|
||||||
"inspect": "eslint --inspect-config",
|
"inspect": "eslint --inspect-config",
|
||||||
"test": "node --test",
|
"test": "node --test",
|
||||||
"release": "semantic-release"
|
"release": "semantic-release"
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"eslint": "^9.22.0",
|
"eslint": "^9.22.0",
|
||||||
"eslint-plugin-promise": "^7.2.1",
|
"eslint-plugin-promise": "^7.2.1",
|
||||||
"eslint-plugin-unicorn": "^61.0.0 || ^62.0.0",
|
"eslint-plugin-unicorn": "^61.0.0 || ^62.0.0 || ^63.0.0",
|
||||||
"eslint-plugin-import-x": "^4.6.1",
|
"eslint-plugin-import-x": "^4.6.1",
|
||||||
"globals": "^16.0.0 || ^17.0.0",
|
"globals": "^16.0.0 || ^17.0.0",
|
||||||
"typescript-eslint": "^8.32.0"
|
"typescript-eslint": "^8.32.0"
|
||||||
@@ -75,18 +75,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "25.0.8",
|
"@types/node": "25.2.3",
|
||||||
"globals": "17.0.0",
|
"globals": "17.3.0",
|
||||||
"editorconfig-checker": "6.1.1",
|
"editorconfig-checker": "6.1.1",
|
||||||
"oxlint": "1.39.0",
|
"oxlint": "1.46.0",
|
||||||
"@oxlint/migrate": "1.39.0",
|
"@oxlint/migrate": "1.46.0",
|
||||||
"eslint": "9.39.2",
|
"eslint": "9.39.2",
|
||||||
"eslint-plugin-promise": "7.2.1",
|
"eslint-plugin-promise": "7.2.1",
|
||||||
"eslint-plugin-unicorn": "62.0.0",
|
"eslint-plugin-unicorn": "63.0.0",
|
||||||
"eslint-plugin-import-x": "4.16.1",
|
"eslint-plugin-import-x": "4.16.1",
|
||||||
"typescript-eslint": "8.53.0",
|
"typescript-eslint": "8.55.0",
|
||||||
"prettier": "3.7.4",
|
"prettier": "3.8.1",
|
||||||
"semantic-release": "25.0.2",
|
"semantic-release": "25.0.3",
|
||||||
"typescript": "5.9.3"
|
"typescript": "5.9.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user