CI(deps/npm): Bump @revi/eslint-config
to v0.0.18
Summary: External version of D850. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: `pnpm install`. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D851
This commit is contained in:
parent
34da9e2dfa
commit
43241f68f2
6 changed files with 1288 additions and 1458 deletions
|
@ -28,6 +28,16 @@ # `@revi/eslint-config` changelog
|
|||
- minor: When the plugin is added.
|
||||
- patch: When the rule is modified (without plugin addition/removal).
|
||||
|
||||
## v0.0.18
|
||||
|
||||
Date: 2024-11-27 (KST)
|
||||
|
||||
### Update
|
||||
|
||||
- Update `@eslint/js` to `v9.15.0`.
|
||||
- Update `eslint` to `v9.15.0`.
|
||||
- Update `globals` to `v15.12.0`.
|
||||
|
||||
## v0.0.17
|
||||
|
||||
Date: 2024-11-06 (KST)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "@revi/eslint-config",
|
||||
"version": "0.0.17",
|
||||
"version": "0.0.18",
|
||||
"description": "@revi's shared eslint config",
|
||||
"keywords": [
|
||||
"eslint"
|
||||
|
@ -30,10 +30,10 @@
|
|||
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@eslint/js": "9.14.0",
|
||||
"@eslint/js": "9.15.0",
|
||||
"eslint": "catalog:",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"globals": "15.11.0"
|
||||
"globals": "15.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@revi/prettier-config": "../prettier-config",
|
||||
|
@ -43,9 +43,9 @@
|
|||
"prettier": "catalog:"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "9.14.0"
|
||||
"eslint": "9.15.0"
|
||||
},
|
||||
"packageManager": "pnpm@9.12.3",
|
||||
"packageManager": "pnpm@9.14.2",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"peerDependencies": {
|
||||
"prettier": "3.3.3"
|
||||
},
|
||||
"packageManager": "pnpm@9.12.3",
|
||||
"packageManager": "pnpm@9.14.2",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"devDependencies": {
|
||||
"@revi/eslint-config": "./npm/eslint-config",
|
||||
"@revi/prettier-config": "./npm/prettier-config",
|
||||
"@types/node": "20.17.6",
|
||||
"@types/node": "20.17.7",
|
||||
"csslint": "1.0.5",
|
||||
"eslint": "catalog:",
|
||||
"eslint-config-wikimedia": "0.28.2",
|
||||
|
@ -27,7 +27,7 @@
|
|||
"typescript": "5.6.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"renovate": "38.119.0"
|
||||
"renovate": "39.26.3"
|
||||
},
|
||||
"packageManager": "pnpm@9.12.3"
|
||||
"packageManager": "pnpm@9.14.2"
|
||||
}
|
||||
|
|
2716
pnpm-lock.yaml
2716
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -4,5 +4,5 @@ packages:
|
|||
- './npm/prettier-config/'
|
||||
|
||||
catalog:
|
||||
eslint: 9.14.0
|
||||
eslint: 9.15.0
|
||||
prettier: 3.3.3
|
||||
|
|
Loading…
Reference in a new issue