CI(deps): Update linters
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0e25d6e9f9
commit
814716b2cb
3 changed files with 35 additions and 29 deletions
|
@ -30,10 +30,10 @@
|
||||||
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
|
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@eslint/js": "9.16.0",
|
"@eslint/js": "9.17.0",
|
||||||
"eslint": "catalog:",
|
"eslint": "catalog:",
|
||||||
"eslint-config-prettier": "9.1.0",
|
"eslint-config-prettier": "9.1.0",
|
||||||
"globals": "15.12.0"
|
"globals": "15.14.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@revi/prettier-config": "../prettier-config",
|
"@revi/prettier-config": "../prettier-config",
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
"prettier": "catalog:"
|
"prettier": "catalog:"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"eslint": "9.16.0"
|
"eslint": "9.17.0"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.14.2",
|
"packageManager": "pnpm@9.14.2",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"eslint-config-wikimedia": "0.28.2",
|
"eslint-config-wikimedia": "0.28.2",
|
||||||
"jshint": "2.13.6",
|
"jshint": "2.13.6",
|
||||||
"prettier": "catalog:",
|
"prettier": "catalog:",
|
||||||
"typescript": "5.6.3"
|
"typescript": "5.7.2"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"renovate": "39.26.3"
|
"renovate": "39.26.3"
|
||||||
|
|
56
pnpm-lock.yaml
generated
56
pnpm-lock.yaml
generated
|
@ -38,7 +38,7 @@ importers:
|
||||||
version: 9.16.0
|
version: 9.16.0
|
||||||
eslint-config-wikimedia:
|
eslint-config-wikimedia:
|
||||||
specifier: 0.28.2
|
specifier: 0.28.2
|
||||||
version: 0.28.2(typescript@5.6.3)
|
version: 0.28.2(typescript@5.7.2)
|
||||||
jshint:
|
jshint:
|
||||||
specifier: 2.13.6
|
specifier: 2.13.6
|
||||||
version: 2.13.6
|
version: 2.13.6
|
||||||
|
@ -46,14 +46,14 @@ importers:
|
||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 3.4.1
|
version: 3.4.1
|
||||||
typescript:
|
typescript:
|
||||||
specifier: 5.6.3
|
specifier: 5.7.2
|
||||||
version: 5.6.3
|
version: 5.7.2
|
||||||
|
|
||||||
npm/eslint-config:
|
npm/eslint-config:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint/js':
|
'@eslint/js':
|
||||||
specifier: 9.16.0
|
specifier: 9.17.0
|
||||||
version: 9.16.0
|
version: 9.17.0
|
||||||
eslint:
|
eslint:
|
||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 9.16.0
|
version: 9.16.0
|
||||||
|
@ -61,8 +61,8 @@ importers:
|
||||||
specifier: 9.1.0
|
specifier: 9.1.0
|
||||||
version: 9.1.0(eslint@9.16.0)
|
version: 9.1.0(eslint@9.16.0)
|
||||||
globals:
|
globals:
|
||||||
specifier: 15.12.0
|
specifier: 15.14.0
|
||||||
version: 15.12.0
|
version: 15.14.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@revi/prettier-config':
|
'@revi/prettier-config':
|
||||||
specifier: ../prettier-config
|
specifier: ../prettier-config
|
||||||
|
@ -370,6 +370,10 @@ packages:
|
||||||
resolution: {integrity: sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==}
|
resolution: {integrity: sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
|
'@eslint/js@9.17.0':
|
||||||
|
resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==}
|
||||||
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.4':
|
'@eslint/object-schema@2.1.4':
|
||||||
resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
|
resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
@ -2075,8 +2079,8 @@ packages:
|
||||||
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
globals@15.12.0:
|
globals@15.14.0:
|
||||||
resolution: {integrity: sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==}
|
resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
globalthis@1.0.4:
|
globalthis@1.0.4:
|
||||||
|
@ -3488,8 +3492,8 @@ packages:
|
||||||
typedarray-to-buffer@3.1.5:
|
typedarray-to-buffer@3.1.5:
|
||||||
resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==}
|
resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==}
|
||||||
|
|
||||||
typescript@5.6.3:
|
typescript@5.7.2:
|
||||||
resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==}
|
resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==}
|
||||||
engines: {node: '>=14.17'}
|
engines: {node: '>=14.17'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
@ -4644,6 +4648,8 @@ snapshots:
|
||||||
|
|
||||||
'@eslint/js@9.16.0': {}
|
'@eslint/js@9.16.0': {}
|
||||||
|
|
||||||
|
'@eslint/js@9.17.0': {}
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.4': {}
|
'@eslint/object-schema@2.1.4': {}
|
||||||
|
|
||||||
'@eslint/plugin-kit@0.2.3':
|
'@eslint/plugin-kit@0.2.3':
|
||||||
|
@ -5718,7 +5724,7 @@ snapshots:
|
||||||
|
|
||||||
'@typescript-eslint/types@7.18.0': {}
|
'@typescript-eslint/types@7.18.0': {}
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@7.18.0(typescript@5.6.3)':
|
'@typescript-eslint/typescript-estree@7.18.0(typescript@5.7.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 7.18.0
|
'@typescript-eslint/types': 7.18.0
|
||||||
'@typescript-eslint/visitor-keys': 7.18.0
|
'@typescript-eslint/visitor-keys': 7.18.0
|
||||||
|
@ -5727,18 +5733,18 @@ snapshots:
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
minimatch: 9.0.5
|
minimatch: 9.0.5
|
||||||
semver: 7.6.3
|
semver: 7.6.3
|
||||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
ts-api-utils: 1.3.0(typescript@5.7.2)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.6.3
|
typescript: 5.7.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@7.18.0(eslint@8.57.0)(typescript@5.6.3)':
|
'@typescript-eslint/utils@7.18.0(eslint@8.57.0)(typescript@5.7.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
|
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
|
||||||
'@typescript-eslint/scope-manager': 7.18.0
|
'@typescript-eslint/scope-manager': 7.18.0
|
||||||
'@typescript-eslint/types': 7.18.0
|
'@typescript-eslint/types': 7.18.0
|
||||||
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.6.3)
|
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.7.2)
|
||||||
eslint: 8.57.0
|
eslint: 8.57.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -6446,13 +6452,13 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.16.0
|
eslint: 9.16.0
|
||||||
|
|
||||||
eslint-config-wikimedia@0.28.2(typescript@5.6.3):
|
eslint-config-wikimedia@0.28.2(typescript@5.7.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
browserslist-config-wikimedia: 0.7.0
|
browserslist-config-wikimedia: 0.7.0
|
||||||
eslint: 8.57.0
|
eslint: 8.57.0
|
||||||
eslint-plugin-compat: 4.2.0(eslint@8.57.0)
|
eslint-plugin-compat: 4.2.0(eslint@8.57.0)
|
||||||
eslint-plugin-es-x: 7.8.0(eslint@8.57.0)
|
eslint-plugin-es-x: 7.8.0(eslint@8.57.0)
|
||||||
eslint-plugin-jest: 28.6.0(eslint@8.57.0)(typescript@5.6.3)
|
eslint-plugin-jest: 28.6.0(eslint@8.57.0)(typescript@5.7.2)
|
||||||
eslint-plugin-jsdoc: 48.2.5(eslint@8.57.0)
|
eslint-plugin-jsdoc: 48.2.5(eslint@8.57.0)
|
||||||
eslint-plugin-json-es: 1.6.0(eslint@8.57.0)
|
eslint-plugin-json-es: 1.6.0(eslint@8.57.0)
|
||||||
eslint-plugin-mediawiki: 0.7.0(eslint@8.57.0)
|
eslint-plugin-mediawiki: 0.7.0(eslint@8.57.0)
|
||||||
|
@ -6489,9 +6495,9 @@ snapshots:
|
||||||
eslint: 8.57.0
|
eslint: 8.57.0
|
||||||
eslint-compat-utils: 0.5.1(eslint@8.57.0)
|
eslint-compat-utils: 0.5.1(eslint@8.57.0)
|
||||||
|
|
||||||
eslint-plugin-jest@28.6.0(eslint@8.57.0)(typescript@5.6.3):
|
eslint-plugin-jest@28.6.0(eslint@8.57.0)(typescript@5.7.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 7.18.0(eslint@8.57.0)(typescript@5.6.3)
|
'@typescript-eslint/utils': 7.18.0(eslint@8.57.0)(typescript@5.7.2)
|
||||||
eslint: 8.57.0
|
eslint: 8.57.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -6540,7 +6546,7 @@ snapshots:
|
||||||
eslint: 8.57.0
|
eslint: 8.57.0
|
||||||
eslint-plugin-es-x: 7.8.0(eslint@8.57.0)
|
eslint-plugin-es-x: 7.8.0(eslint@8.57.0)
|
||||||
get-tsconfig: 4.7.6
|
get-tsconfig: 4.7.6
|
||||||
globals: 15.12.0
|
globals: 15.14.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
minimatch: 9.0.5
|
minimatch: 9.0.5
|
||||||
semver: 7.6.3
|
semver: 7.6.3
|
||||||
|
@ -7011,7 +7017,7 @@ snapshots:
|
||||||
|
|
||||||
globals@14.0.0: {}
|
globals@14.0.0: {}
|
||||||
|
|
||||||
globals@15.12.0: {}
|
globals@15.14.0: {}
|
||||||
|
|
||||||
globalthis@1.0.4:
|
globalthis@1.0.4:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -8783,9 +8789,9 @@ snapshots:
|
||||||
trough@1.0.5:
|
trough@1.0.5:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
ts-api-utils@1.3.0(typescript@5.6.3):
|
ts-api-utils@1.3.0(typescript@5.7.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript: 5.6.3
|
typescript: 5.7.2
|
||||||
|
|
||||||
tslib@2.7.0: {}
|
tslib@2.7.0: {}
|
||||||
|
|
||||||
|
@ -8839,7 +8845,7 @@ snapshots:
|
||||||
is-typedarray: 1.0.0
|
is-typedarray: 1.0.0
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
typescript@5.6.3: {}
|
typescript@5.7.2: {}
|
||||||
|
|
||||||
uc.micro@2.1.0:
|
uc.micro@2.1.0:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue