Compare commits

...

10 commits

Author SHA1 Message Date
renovate[bot]
4524c32275
chore(deps): update dependency globals to v17.2.0
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | globals | 17.1.0 | 17.2.0 |
2026-02-03 15:26:39 +00:00
renovate[bot]
1e4f4a830c
ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.2.4
| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| docker     | ghcr.io/renovatebot/renovate | 43.2.1 | 43.2.4 |
2026-02-03 12:24:35 +00:00
renovate[bot]
6bf50f544a
chore(deps): update dependency typescript-eslint to v8.54.0
| datasource | package           | from   | to     |
| ---------- | ----------------- | ------ | ------ |
| npm        | typescript-eslint | 8.53.1 | 8.54.0 |
2026-02-02 18:24:15 +00:00
renovate[bot]
018d1e4297
ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.2.1
| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| docker     | ghcr.io/renovatebot/renovate | 43.2.0 | 43.2.1 |
2026-02-02 17:26:42 +00:00
renovate[bot]
fe54aec858
chore(deps): update pnpm to v10.28.2
| datasource | package | from    | to      |
| ---------- | ------- | ------- | ------- |
| npm        | pnpm    | 10.28.1 | 10.28.2 |
2026-02-02 15:28:33 +00:00
renovate[bot]
dc3429fbc9
ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.2.0
| datasource | package                      | from    | to     |
| ---------- | ---------------------------- | ------- | ------ |
| docker     | ghcr.io/renovatebot/renovate | 43.0.10 | 43.2.0 |
2026-02-02 11:26:55 +00:00
renovate[bot]
4c73fa7f5e
chore(deps): update dependency @tsconfig/node24 to v24.0.4
| datasource | package          | from   | to     |
| ---------- | ---------------- | ------ | ------ |
| npm        | @tsconfig/node24 | 24.0.0 | 24.0.4 |
2026-02-02 11:01:18 +00:00
renovate[bot]
b6d94b7279
chore(deps): replace dependency @tsconfig/node22 with @tsconfig/node24 (#1012)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-02 11:59:46 +01:00
renovate[bot]
b9249f32b5
ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.0.10
| datasource | package                      | from   | to      |
| ---------- | ---------------------------- | ------ | ------- |
| docker     | ghcr.io/renovatebot/renovate | 43.0.9 | 43.0.10 |
2026-02-02 09:23:13 +00:00
renovate[bot]
c8c35d44dc
docs: update references to renovatebot/github-action to v46.0.1
| datasource      | package                   | from    | to      |
| --------------- | ------------------------- | ------- | ------- |
| github-releases | renovatebot/github-action | v46.0.0 | v46.0.1 |
| github-tags     | renovatebot/github-action | v46.0.0 | v46.0.1 |
2026-02-02 02:22:09 +00:00
6 changed files with 100 additions and 100 deletions

View file

@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true
env:
RENOVATE_VERSION: 43.0.9 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
RENOVATE_VERSION: 43.2.4 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
jobs:
prepare:
@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
container:
image: ghcr.io/renovatebot/renovate:43.0.9@sha256:89b0c8c28a41152fb7bc847a44ee39c539ed3c86892226de321036e09258bd08
image: ghcr.io/renovatebot/renovate:43.2.4@sha256:fa1302f469465ae1178e06aea60e125d9b47f1b45a6eb33d9c7382f351beeed4
# github hosted runners are running as `1001:127` (ubuntu:docker)
options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127

View file

@ -100,7 +100,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.0
uses: renovatebot/github-action@v46.0.1
with:
docker-cmd-file: .github/renovate-entrypoint.sh
docker-user: root
@ -143,7 +143,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.0
uses: renovatebot/github-action@v46.0.1
with:
token: ${{ secrets.RENOVATE_TOKEN }}
docker-volumes: |
@ -194,7 +194,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.0
uses: renovatebot/github-action@v46.0.1
with:
renovate-image: myproxyhub.domain.com/renovate/renovate
token: ${{ secrets.RENOVATE_TOKEN }}
@ -211,7 +211,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.0
uses: renovatebot/github-action@v46.0.1
with:
token: ${{ secrets.RENOVATE_TOKEN }}
```
@ -222,7 +222,7 @@ The Renovate version to use.
If omitted the action will use the [`default version`](./action.yml#L28) Docker tag.
Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags).
This sample will use `ghcr.io/renovatebot/renovate:43.0.9` image.
This sample will use `ghcr.io/renovatebot/renovate:43.2.4` image.
```yml
....
@ -233,9 +233,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.0
uses: renovatebot/github-action@v46.0.1
with:
renovate-version: 43.0.9
renovate-version: 43.2.4
token: ${{ secrets.RENOVATE_TOKEN }}
```
@ -250,7 +250,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.0
uses: renovatebot/github-action@v46.0.1
with:
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}
@ -285,7 +285,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.0
uses: renovatebot/github-action@v46.0.1
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
@ -298,7 +298,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have
```yml
....
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.0
uses: renovatebot/github-action@v46.0.1
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
@ -345,7 +345,7 @@ jobs:
uses: actions/checkout@v6.0.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.0
uses: renovatebot/github-action@v46.0.1
with:
configurationFile: example/renovate-config.js
token: '${{ steps.get_token.outputs.token }}'
@ -360,7 +360,7 @@ For example:
```yaml
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.0
uses: renovatebot/github-action@v46.0.1
with:
token: '${{ steps.get_token.outputs.token }}'
env:
@ -384,7 +384,7 @@ For example if you wish to pass through some credentials for a [host rule](https
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.0
uses: renovatebot/github-action@v46.0.1
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
@ -421,7 +421,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.0
uses: renovatebot/github-action@v46.0.1
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
@ -512,11 +512,11 @@ jobs:
sudo chown -R 12021:0 /tmp/renovate/
ls -R $cache_dir
- uses: renovatebot/github-action@v46.0.0
- uses: renovatebot/github-action@v46.0.1
with:
configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
renovate-version: 43.0.9
renovate-version: 43.2.4
env:
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}
@ -550,7 +550,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
```yml
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.0
uses: renovatebot/github-action@v46.0.1
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}

View file

@ -43,7 +43,7 @@
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "12.0.2",
"@semantic-release/npm": "13.1.3",
"@tsconfig/node22": "22.0.5",
"@tsconfig/node24": "24.0.4",
"@tsconfig/strictest": "2.0.8",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "24.10.9",
@ -52,7 +52,7 @@
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-json": "4.0.1",
"globals": "17.1.0",
"globals": "17.2.0",
"husky": "9.1.7",
"lint-staged": "16.2.7",
"npm-run-all2": "8.0.4",
@ -61,9 +61,9 @@
"rimraf": "6.1.2",
"semantic-release": "25.0.2",
"typescript": "5.9.3",
"typescript-eslint": "8.53.1"
"typescript-eslint": "8.54.0"
},
"packageManager": "pnpm@10.28.1",
"packageManager": "pnpm@10.28.2",
"engines": {
"node": ">=24.11.0",
"pnpm": "^10.0.0"

150
pnpm-lock.yaml generated
View file

@ -33,9 +33,9 @@ importers:
'@semantic-release/npm':
specifier: 13.1.3
version: 13.1.3(semantic-release@25.0.2(typescript@5.9.3))
'@tsconfig/node22':
specifier: 22.0.5
version: 22.0.5
'@tsconfig/node24':
specifier: 24.0.4
version: 24.0.4
'@tsconfig/strictest':
specifier: 2.0.8
version: 2.0.8
@ -61,8 +61,8 @@ importers:
specifier: 4.0.1
version: 4.0.1
globals:
specifier: 17.1.0
version: 17.1.0
specifier: 17.2.0
version: 17.2.0
husky:
specifier: 9.1.7
version: 9.1.7
@ -88,8 +88,8 @@ importers:
specifier: 5.9.3
version: 5.9.3
typescript-eslint:
specifier: 8.53.1
version: 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
specifier: 8.54.0
version: 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
packages:
@ -525,8 +525,8 @@ packages:
resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
engines: {node: '>=18'}
'@tsconfig/node22@22.0.5':
resolution: {integrity: sha512-hLf2ld+sYN/BtOJjHUWOk568dvjFQkHnLNa6zce25GIH+vxKfvTgm3qpaH6ToF5tu/NN0IH66s+Bb5wElHrLcw==}
'@tsconfig/node24@24.0.4':
resolution: {integrity: sha512-2A933l5P5oCbv6qSxHs7ckKwobs8BDAe9SJ/Xr2Hy+nDlwmLE1GhFh/g/vXGRZWgxBg9nX/5piDtHR9Dkw/XuA==}
'@tsconfig/strictest@2.0.8':
resolution: {integrity: sha512-XnQ7vNz5HRN0r88GYf1J9JJjqtZPiHt2woGJOo2dYqyHGGcd6OLGqSlBB6p1j9mpzja6Oe5BoPqWmeDx6X9rLw==}
@ -546,63 +546,63 @@ packages:
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
'@typescript-eslint/eslint-plugin@8.53.1':
resolution: {integrity: sha512-cFYYFZ+oQFi6hUnBTbLRXfTJiaQtYE3t4O692agbBl+2Zy+eqSKWtPjhPXJu1G7j4RLjKgeJPDdq3EqOwmX5Ag==}
'@typescript-eslint/eslint-plugin@8.54.0':
resolution: {integrity: sha512-hAAP5io/7csFStuOmR782YmTthKBJ9ND3WVL60hcOjvtGFb+HJxH4O5huAcmcZ9v9G8P+JETiZ/G1B8MALnWZQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.53.1
'@typescript-eslint/parser': ^8.54.0
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
'@typescript-eslint/parser@8.53.1':
resolution: {integrity: sha512-nm3cvFN9SqZGXjmw5bZ6cGmvJSyJPn0wU9gHAZZHDnZl2wF9PhHv78Xf06E0MaNk4zLVHL8hb2/c32XvyJOLQg==}
'@typescript-eslint/parser@8.54.0':
resolution: {integrity: sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
'@typescript-eslint/project-service@8.53.1':
resolution: {integrity: sha512-WYC4FB5Ra0xidsmlPb+1SsnaSKPmS3gsjIARwbEkHkoWloQmuzcfypljaJcR78uyLA1h8sHdWWPHSLDI+MtNog==}
'@typescript-eslint/project-service@8.54.0':
resolution: {integrity: sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
'@typescript-eslint/scope-manager@8.53.1':
resolution: {integrity: sha512-Lu23yw1uJMFY8cUeq7JlrizAgeQvWugNQzJp8C3x8Eo5Jw5Q2ykMdiiTB9vBVOOUBysMzmRRmUfwFrZuI2C4SQ==}
'@typescript-eslint/scope-manager@8.54.0':
resolution: {integrity: sha512-27rYVQku26j/PbHYcVfRPonmOlVI6gihHtXFbTdB5sb6qA0wdAQAbyXFVarQ5t4HRojIz64IV90YtsjQSSGlQg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript-eslint/tsconfig-utils@8.53.1':
resolution: {integrity: sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==}
'@typescript-eslint/tsconfig-utils@8.54.0':
resolution: {integrity: sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
'@typescript-eslint/type-utils@8.53.1':
resolution: {integrity: sha512-MOrdtNvyhy0rHyv0ENzub1d4wQYKb2NmIqG7qEqPWFW7Mpy2jzFC3pQ2yKDvirZB7jypm5uGjF2Qqs6OIqu47w==}
'@typescript-eslint/type-utils@8.54.0':
resolution: {integrity: sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
'@typescript-eslint/types@8.53.1':
resolution: {integrity: sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==}
'@typescript-eslint/types@8.54.0':
resolution: {integrity: sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript-eslint/typescript-estree@8.53.1':
resolution: {integrity: sha512-RGlVipGhQAG4GxV1s34O91cxQ/vWiHJTDHbXRr0li2q/BGg3RR/7NM8QDWgkEgrwQYCvmJV9ichIwyoKCQ+DTg==}
'@typescript-eslint/typescript-estree@8.54.0':
resolution: {integrity: sha512-BUwcskRaPvTk6fzVWgDPdUndLjB87KYDrN5EYGetnktoeAvPtO4ONHlAZDnj5VFnUANg0Sjm7j4usBlnoVMHwA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
'@typescript-eslint/utils@8.53.1':
resolution: {integrity: sha512-c4bMvGVWW4hv6JmDUEG7fSYlWOl3II2I4ylt0NM+seinYQlZMQIaKaXIIVJWt9Ofh6whrpM+EdDQXKXjNovvrg==}
'@typescript-eslint/utils@8.54.0':
resolution: {integrity: sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
'@typescript-eslint/visitor-keys@8.53.1':
resolution: {integrity: sha512-oy+wV7xDKFPRyNggmXuZQSBzvoLnpmJs+GhzRhPjrxl2b/jIlyjVokzm47CZCDUdXKr2zd7ZLodPfOBpOPyPlg==}
'@typescript-eslint/visitor-keys@8.54.0':
resolution: {integrity: sha512-VFlhGSl4opC0bprJiItPQ1RfUhGDIBokcPwaFH4yiBCaNPeld/9VeXbiPO1cLyorQi1G1vL+ecBk1x8o1axORA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
acorn-jsx@5.3.2:
@ -1107,8 +1107,8 @@ packages:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'}
globals@17.1.0:
resolution: {integrity: sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==}
globals@17.2.0:
resolution: {integrity: sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==}
engines: {node: '>=18'}
graceful-fs@4.2.10:
@ -2063,8 +2063,8 @@ packages:
resolution: {integrity: sha512-AXSAQJu79WGc79/3e9/CR77I/KQgeY1AhNvcShIH4PTcGYyC4xv6H4R4AUOwkPS5799KlVDAu8zExeCrkGquiA==}
engines: {node: '>=20'}
typescript-eslint@8.53.1:
resolution: {integrity: sha512-gB+EVQfP5RDElh9ittfXlhZJdjSU4jUSTyE2+ia8CYyNvet4ElfaLlAIqDvQV9JPknKx0jQH1racTYe/4LaLSg==}
typescript-eslint@8.54.0:
resolution: {integrity: sha512-CKsJ+g53QpsNPqbzUsfKVgd3Lny4yKZ1pP4qN3jdMOg/sisIDLGyDMezycquXLE5JsEU0wp3dGNdzig0/fmSVQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@ -2673,7 +2673,7 @@ snapshots:
'@sindresorhus/merge-streams@4.0.0': {}
'@tsconfig/node22@22.0.5': {}
'@tsconfig/node24@24.0.4': {}
'@tsconfig/strictest@2.0.8': {}
@ -2689,14 +2689,14 @@ snapshots:
'@types/normalize-package-data@2.4.4': {}
'@typescript-eslint/eslint-plugin@8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
'@typescript-eslint/eslint-plugin@8.54.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
dependencies:
'@eslint-community/regexpp': 4.12.2
'@typescript-eslint/parser': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
'@typescript-eslint/scope-manager': 8.53.1
'@typescript-eslint/type-utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
'@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
'@typescript-eslint/visitor-keys': 8.53.1
'@typescript-eslint/parser': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
'@typescript-eslint/scope-manager': 8.54.0
'@typescript-eslint/type-utils': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
'@typescript-eslint/utils': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
'@typescript-eslint/visitor-keys': 8.54.0
eslint: 9.39.2(jiti@2.6.1)
ignore: 7.0.5
natural-compare: 1.4.0
@ -2705,41 +2705,41 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
'@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
dependencies:
'@typescript-eslint/scope-manager': 8.53.1
'@typescript-eslint/types': 8.53.1
'@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
'@typescript-eslint/visitor-keys': 8.53.1
'@typescript-eslint/scope-manager': 8.54.0
'@typescript-eslint/types': 8.54.0
'@typescript-eslint/typescript-estree': 8.54.0(typescript@5.9.3)
'@typescript-eslint/visitor-keys': 8.54.0
debug: 4.4.3
eslint: 9.39.2(jiti@2.6.1)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
'@typescript-eslint/project-service@8.53.1(typescript@5.9.3)':
'@typescript-eslint/project-service@8.54.0(typescript@5.9.3)':
dependencies:
'@typescript-eslint/tsconfig-utils': 8.53.1(typescript@5.9.3)
'@typescript-eslint/types': 8.53.1
'@typescript-eslint/tsconfig-utils': 8.54.0(typescript@5.9.3)
'@typescript-eslint/types': 8.54.0
debug: 4.4.3
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
'@typescript-eslint/scope-manager@8.53.1':
'@typescript-eslint/scope-manager@8.54.0':
dependencies:
'@typescript-eslint/types': 8.53.1
'@typescript-eslint/visitor-keys': 8.53.1
'@typescript-eslint/types': 8.54.0
'@typescript-eslint/visitor-keys': 8.54.0
'@typescript-eslint/tsconfig-utils@8.53.1(typescript@5.9.3)':
'@typescript-eslint/tsconfig-utils@8.54.0(typescript@5.9.3)':
dependencies:
typescript: 5.9.3
'@typescript-eslint/type-utils@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
'@typescript-eslint/type-utils@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
dependencies:
'@typescript-eslint/types': 8.53.1
'@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
'@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
'@typescript-eslint/types': 8.54.0
'@typescript-eslint/typescript-estree': 8.54.0(typescript@5.9.3)
'@typescript-eslint/utils': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
debug: 4.4.3
eslint: 9.39.2(jiti@2.6.1)
ts-api-utils: 2.4.0(typescript@5.9.3)
@ -2747,14 +2747,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@typescript-eslint/types@8.53.1': {}
'@typescript-eslint/types@8.54.0': {}
'@typescript-eslint/typescript-estree@8.53.1(typescript@5.9.3)':
'@typescript-eslint/typescript-estree@8.54.0(typescript@5.9.3)':
dependencies:
'@typescript-eslint/project-service': 8.53.1(typescript@5.9.3)
'@typescript-eslint/tsconfig-utils': 8.53.1(typescript@5.9.3)
'@typescript-eslint/types': 8.53.1
'@typescript-eslint/visitor-keys': 8.53.1
'@typescript-eslint/project-service': 8.54.0(typescript@5.9.3)
'@typescript-eslint/tsconfig-utils': 8.54.0(typescript@5.9.3)
'@typescript-eslint/types': 8.54.0
'@typescript-eslint/visitor-keys': 8.54.0
debug: 4.4.3
minimatch: 9.0.5
semver: 7.7.3
@ -2764,20 +2764,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@typescript-eslint/utils@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
'@typescript-eslint/utils@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
dependencies:
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
'@typescript-eslint/scope-manager': 8.53.1
'@typescript-eslint/types': 8.53.1
'@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
'@typescript-eslint/scope-manager': 8.54.0
'@typescript-eslint/types': 8.54.0
'@typescript-eslint/typescript-estree': 8.54.0(typescript@5.9.3)
eslint: 9.39.2(jiti@2.6.1)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
'@typescript-eslint/visitor-keys@8.53.1':
'@typescript-eslint/visitor-keys@8.54.0':
dependencies:
'@typescript-eslint/types': 8.53.1
'@typescript-eslint/types': 8.54.0
eslint-visitor-keys: 4.2.1
acorn-jsx@5.3.2(acorn@8.15.0):
@ -3319,7 +3319,7 @@ snapshots:
globals@14.0.0: {}
globals@17.1.0: {}
globals@17.2.0: {}
graceful-fs@4.2.10: {}
@ -4137,12 +4137,12 @@ snapshots:
dependencies:
tagged-tag: 1.0.0
typescript-eslint@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
typescript-eslint@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
dependencies:
'@typescript-eslint/eslint-plugin': 8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
'@typescript-eslint/parser': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
'@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
'@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
'@typescript-eslint/eslint-plugin': 8.54.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
'@typescript-eslint/parser': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
'@typescript-eslint/typescript-estree': 8.54.0(typescript@5.9.3)
'@typescript-eslint/utils': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
eslint: 9.39.2(jiti@2.6.1)
typescript: 5.9.3
transitivePeerDependencies:

View file

@ -1,7 +1,7 @@
{
"extends": [
"@tsconfig/strictest/tsconfig.json",
"@tsconfig/node22/tsconfig.json"
"@tsconfig/node24/tsconfig.json"
],
"compilerOptions": {
"allowSyntheticDefaultImports": true,

View file

@ -1,7 +1,7 @@
{
"extends": [
"@tsconfig/strictest/tsconfig.json",
"@tsconfig/node22/tsconfig.json"
"@tsconfig/node24/tsconfig.json"
],
"compilerOptions": {
"allowJs": true,