npm/eslint-config: Bump to version 0.0.12

Summary:
External version of D758.

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/D759
This commit is contained in:
revi 2024-09-24 17:01:57 +09:00
parent cdb9e3ce4d
commit 5cf734baf2
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94
4 changed files with 50 additions and 33 deletions

View file

@ -10,6 +10,15 @@ # `@revi/eslint-config` changelog
- minor: When the plugin is added.
- patch: When the rule is modified (without plugin addition/removal).
## v0.0.12
Date: 2024-09-27 (KST)
### Update
- Update `eslint` to `v9.11.1`.
- Update `@eslint/js` to `v9.11.1`.
## v0.0.11
Date: 2024-09-24 (KST)

View file

@ -1,12 +1,12 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@revi/eslint-config",
"version": "0.0.11",
"version": "0.0.12",
"description": "@revi's shared eslint config",
"main": "eslint.config.js",
"types": "./types/index.d.ts",
"dependencies": {
"@eslint/js": "9.11.0",
"@eslint/js": "9.11.1",
"eslint": "catalog:",
"eslint-config-prettier": "9.1.0",
"globals": "15.9.0"
@ -19,7 +19,7 @@
"prettier": "catalog:"
},
"peerDependencies": {
"eslint": "9.11.0"
"eslint": "9.11.1"
},
"scripts": {
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"

View file

@ -7,8 +7,8 @@ settings:
catalogs:
default:
eslint:
specifier: 9.10.0
version: 9.10.0
specifier: 9.11.1
version: 9.11.1
prettier:
specifier: 3.3.3
version: 3.3.3
@ -35,7 +35,7 @@ importers:
version: 1.0.5
eslint:
specifier: 'catalog:'
version: 9.10.0
version: 9.11.1
eslint-config-wikimedia:
specifier: 0.28.2
version: 0.28.2(typescript@5.6.2)
@ -52,14 +52,14 @@ importers:
npm/eslint-config:
dependencies:
'@eslint/js':
specifier: 9.11.0
version: 9.11.0
specifier: 9.11.1
version: 9.11.1
eslint:
specifier: 'catalog:'
version: 9.10.0
version: 9.11.1
eslint-config-prettier:
specifier: 9.1.0
version: 9.1.0(eslint@9.10.0)
version: 9.1.0(eslint@9.11.1)
globals:
specifier: 15.9.0
version: 15.9.0
@ -351,6 +351,10 @@ packages:
resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/core@0.6.0':
resolution: {integrity: sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/eslintrc@2.1.4':
resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@ -363,20 +367,16 @@ packages:
resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
'@eslint/js@9.10.0':
resolution: {integrity: sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/js@9.11.0':
resolution: {integrity: sha512-LPkkenkDqyzTFauZLLAPhIb48fj6drrfMvRGSL9tS3AcZBSVTllemLSNyCvHNNL2t797S/6DJNSIwRwXgMO/eQ==}
'@eslint/js@9.11.1':
resolution: {integrity: sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.4':
resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/plugin-kit@0.1.0':
resolution: {integrity: sha512-autAXT203ixhqei9xt+qkYOvY8l6LAFIdT2UXc/RPNeUVfqRF1BV94GTJyVPFKT8nFM6MyVJhjLj9E8JWvf5zQ==}
'@eslint/plugin-kit@0.2.0':
resolution: {integrity: sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@gwhitney/detect-indent@7.0.1':
@ -990,6 +990,9 @@ packages:
'@types/estree@1.0.5':
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
'@types/estree@1.0.6':
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
'@types/http-cache-semantics@4.0.4':
resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==}
@ -1823,8 +1826,8 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
eslint@9.10.0:
resolution: {integrity: sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==}
eslint@9.11.1:
resolution: {integrity: sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@ -4638,9 +4641,9 @@ snapshots:
eslint: 8.57.0
eslint-visitor-keys: 3.4.3
'@eslint-community/eslint-utils@4.4.0(eslint@9.10.0)':
'@eslint-community/eslint-utils@4.4.0(eslint@9.11.1)':
dependencies:
eslint: 9.10.0
eslint: 9.11.1
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.11.0': {}
@ -4653,6 +4656,8 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@eslint/core@0.6.0': {}
'@eslint/eslintrc@2.1.4':
dependencies:
ajv: 6.12.6
@ -4683,13 +4688,11 @@ snapshots:
'@eslint/js@8.57.0': {}
'@eslint/js@9.10.0': {}
'@eslint/js@9.11.0': {}
'@eslint/js@9.11.1': {}
'@eslint/object-schema@2.1.4': {}
'@eslint/plugin-kit@0.1.0':
'@eslint/plugin-kit@0.2.0':
dependencies:
levn: 0.4.1
@ -5637,6 +5640,8 @@ snapshots:
'@types/estree@1.0.5': {}
'@types/estree@1.0.6': {}
'@types/http-cache-semantics@4.0.4':
optional: true
@ -6555,9 +6560,9 @@ snapshots:
eslint: 8.57.0
semver: 7.6.3
eslint-config-prettier@9.1.0(eslint@9.10.0):
eslint-config-prettier@9.1.0(eslint@9.11.1):
dependencies:
eslint: 9.10.0
eslint: 9.11.1
eslint-config-wikimedia@0.28.2(typescript@5.6.2):
dependencies:
@ -6786,17 +6791,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
eslint@9.10.0:
eslint@9.11.1:
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@9.10.0)
'@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1)
'@eslint-community/regexpp': 4.11.0
'@eslint/config-array': 0.18.0
'@eslint/core': 0.6.0
'@eslint/eslintrc': 3.1.0
'@eslint/js': 9.10.0
'@eslint/plugin-kit': 0.1.0
'@eslint/js': 9.11.1
'@eslint/plugin-kit': 0.2.0
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.3.0
'@nodelib/fs.walk': 1.2.8
'@types/estree': 1.0.6
'@types/json-schema': 7.0.15
ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.3

View file

@ -4,5 +4,5 @@ packages:
- './npm/prettier-config/'
catalog:
eslint: 9.10.0
eslint: 9.11.1
prettier: 3.3.3