mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-09 22:08:37 +01:00
build(deps): update latest
BREAKING CHANGE: peerDependencies: `eslint@^8.57.0` `eslint-plugin-promise@^7.0.0` `eslint-plugin-unicorn@^55.0.0` `@typescript-eslint/eslint-plugin@^8.0.0` `@typescript-eslint/parser@^8.0.0`
This commit is contained in:
parent
eac273c076
commit
e6a222d01f
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -31,4 +31,4 @@ jobs:
|
||||
steps:
|
||||
- uses: "actions/checkout@v4.1.7"
|
||||
|
||||
- uses: "wagoid/commitlint-github-action@v6.0.1"
|
||||
- uses: "wagoid/commitlint-github-action@v6.1.2"
|
||||
|
16
README.md
16
README.md
@ -35,9 +35,9 @@ More information about **formatting rules** vs **code-quality rules** can be fou
|
||||
|
||||
```sh
|
||||
npm install --save-dev \
|
||||
eslint@^8.56.0 \
|
||||
eslint-plugin-promise@^6.1.1 \
|
||||
eslint-plugin-unicorn@^53.0.0 \
|
||||
eslint@^8.57.0 \
|
||||
eslint-plugin-promise@^7.0.0 \
|
||||
eslint-plugin-unicorn@^55.0.0 \
|
||||
eslint-config-conventions@latest
|
||||
```
|
||||
|
||||
@ -55,9 +55,9 @@ If you want to use **TypeScript**, you also need to install:
|
||||
|
||||
```sh
|
||||
npm install --save-dev \
|
||||
"typescript@^5.3.3" \
|
||||
"@typescript-eslint/eslint-plugin@>=6.21.0" \
|
||||
"@typescript-eslint/parser@>=6.21.0"
|
||||
"typescript@^5.6.2" \
|
||||
"@typescript-eslint/eslint-plugin@^8.0.0" \
|
||||
"@typescript-eslint/parser@^8.0.0"
|
||||
```
|
||||
|
||||
Dependencies are:
|
||||
@ -72,6 +72,7 @@ Dependencies are:
|
||||
|
||||
```json
|
||||
{
|
||||
"root": true,
|
||||
"extends": ["conventions"],
|
||||
"plugins": ["promise", "unicorn"]
|
||||
}
|
||||
@ -81,6 +82,7 @@ Dependencies are:
|
||||
|
||||
```json
|
||||
{
|
||||
"root": true,
|
||||
"extends": ["conventions"],
|
||||
"plugins": ["promise", "unicorn"],
|
||||
"overrides": [
|
||||
@ -89,7 +91,7 @@ Dependencies are:
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"parserOptions": {
|
||||
"project": "./tsconfig.json"
|
||||
"projectService": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
735
package-lock.json
generated
735
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@ -43,23 +43,23 @@
|
||||
"release": "semantic-release"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-promise": "^6.1.1 || ^7.0.0",
|
||||
"eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0 || ^54.0.0 || ^55.0.0"
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-promise": "^7.0.0",
|
||||
"eslint-plugin-unicorn": "^55.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/eslint": "8.56.11",
|
||||
"@types/node": "20.14.12",
|
||||
"@typescript-eslint/eslint-plugin": "7.17.0",
|
||||
"@typescript-eslint/parser": "7.17.0",
|
||||
"@types/eslint": "8.56.12",
|
||||
"@types/node": "22.5.5",
|
||||
"@typescript-eslint/eslint-plugin": "8.6.0",
|
||||
"@typescript-eslint/parser": "8.6.0",
|
||||
"editorconfig-checker": "5.1.8",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-promise": "7.0.0",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-plugin-promise": "7.1.0",
|
||||
"eslint-plugin-unicorn": "55.0.0",
|
||||
"markdownlint-cli2": "0.13.0",
|
||||
"markdownlint-cli2": "0.14.0",
|
||||
"markdownlint-rule-relative-links": "3.0.0",
|
||||
"prettier": "3.3.3",
|
||||
"semantic-release": "23.1.1",
|
||||
"typescript": "5.5.4"
|
||||
"typescript": "5.6.2"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user