Compare commits

..

8 commits

Author SHA1 Message Date
github-actions[bot]
48ee11a226 skip: merge (92e7f7b274) [skip release]
Some checks are pending
Build / prepare (push) Waiting to run
Build / commitlint (push) Waiting to run
Build / lint (push) Blocked by required conditions
Build / e2e (example/renovate-config.js) (push) Blocked by required conditions
Build / e2e (example/renovate-config.json) (push) Blocked by required conditions
Build / release (push) Blocked by required conditions
2025-12-12 21:29:15 +00:00
renovate[bot]
92e7f7b274
ci(deps): update renovate docker tag to v42.52.0
Some checks are pending
Build / e2e (example/renovate-config.js) (push) Blocked by required conditions
Build / prepare (push) Waiting to run
Build / commitlint (push) Waiting to run
Build / lint (push) Blocked by required conditions
Build / e2e (example/renovate-config.json) (push) Blocked by required conditions
Build / release (push) Blocked by required conditions
| datasource | package                      | from    | to      |
| ---------- | ---------------------------- | ------- | ------- |
| docker     | ghcr.io/renovatebot/renovate | 42.50.0 | 42.52.0 |
2025-12-12 20:27:54 +00:00
github-actions[bot]
6c244e14fc skip: merge (9c94e7fd2b) [skip release] 2025-12-12 16:59:33 +00:00
renovate[bot]
9c94e7fd2b
chore(deps): update commitlint monorepo to v20 (major) (#975)
chore(deps): update commitlint monorepo to v20

| datasource | package                         | from   | to     |
| ---------- | ------------------------------- | ------ | ------ |
| npm        | @commitlint/cli                 | 19.8.1 | 20.2.0 |
| npm        | @commitlint/config-conventional | 19.8.1 | 20.2.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 16:56:07 +00:00
github-actions[bot]
f691d6b735 skip: merge (f90da8d8bc) [skip release] 2025-12-12 16:53:25 +00:00
renovate[bot]
f90da8d8bc
chore(deps): update semantic-release monorepo (major) (#978)
chore(deps): update semantic-release monorepo

| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| npm        | @semantic-release/github | 11.0.6 | 12.0.2 |
| npm        | @semantic-release/npm    | 12.0.2 | 13.1.2 |
| npm        | semantic-release         | 24.2.9 | 25.0.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 17:50:28 +01:00
github-actions[bot]
69ccf37755 skip: merge (1adf39f4f8) [skip release] 2025-12-12 16:44:31 +00:00
renovate[bot]
1adf39f4f8
chore(deps): update node.js to v24 (#977)
* chore(deps): update node.js to v24

| datasource   | package | from     | to       |
| ------------ | ------- | -------- | -------- |
| node-version | node    | v22.21.1 | v24.12.0 |
| node-version | node    | v20.19.6 | v24.12.0 |

* Update package.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2025-12-12 16:41:35 +00:00
4 changed files with 225 additions and 155 deletions

View file

@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true
env:
RENOVATE_VERSION: 42.50.0 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate
RENOVATE_VERSION: 42.52.0 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate
jobs:
prepare:

View file

@ -1 +1 @@
20.19.6
24.12.0

View file

@ -37,12 +37,12 @@
"@actions/exec": "1.1.1"
},
"devDependencies": {
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@commitlint/cli": "20.2.0",
"@commitlint/config-conventional": "20.2.0",
"@eslint/js": "9.39.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.6",
"@semantic-release/npm": "12.0.2",
"@semantic-release/github": "12.0.2",
"@semantic-release/npm": "13.1.2",
"@tsconfig/node20": "20.1.8",
"@tsconfig/strictest": "2.0.6",
"@types/eslint-config-prettier": "6.11.3",
@ -59,13 +59,13 @@
"prettier": "3.7.4",
"prettier-plugin-packagejson": "2.5.20",
"rimraf": "6.1.2",
"semantic-release": "24.2.9",
"semantic-release": "25.0.2",
"typescript": "5.9.3",
"typescript-eslint": "8.48.1"
},
"packageManager": "pnpm@10.24.0",
"engines": {
"node": "^20.9.0 || ^22.11.0",
"node": "^20.9.0 || ^22.11.0 || ^24.11.0",
"pnpm": "^10.0.0"
},
"pnpm": {

364
pnpm-lock.yaml generated
View file

@ -16,23 +16,23 @@ importers:
version: 1.1.1
devDependencies:
'@commitlint/cli':
specifier: 19.8.1
version: 19.8.1(@types/node@20.19.25)(typescript@5.9.3)
specifier: 20.2.0
version: 20.2.0(@types/node@20.19.25)(typescript@5.9.3)
'@commitlint/config-conventional':
specifier: 19.8.1
version: 19.8.1
specifier: 20.2.0
version: 20.2.0
'@eslint/js':
specifier: 9.39.1
version: 9.39.1
'@semantic-release/git':
specifier: 10.0.1
version: 10.0.1(semantic-release@24.2.9(typescript@5.9.3))
version: 10.0.1(semantic-release@25.0.2(typescript@5.9.3))
'@semantic-release/github':
specifier: 11.0.6
version: 11.0.6(semantic-release@24.2.9(typescript@5.9.3))
'@semantic-release/npm':
specifier: 12.0.2
version: 12.0.2(semantic-release@24.2.9(typescript@5.9.3))
version: 12.0.2(semantic-release@25.0.2(typescript@5.9.3))
'@semantic-release/npm':
specifier: 13.1.2
version: 13.1.2(semantic-release@25.0.2(typescript@5.9.3))
'@tsconfig/node20':
specifier: 20.1.8
version: 20.1.8
@ -82,8 +82,8 @@ importers:
specifier: 6.1.2
version: 6.1.2
semantic-release:
specifier: 24.2.9
version: 24.2.9(typescript@5.9.3)
specifier: 25.0.2
version: 25.0.2(typescript@5.9.3)
typescript:
specifier: 5.9.3
version: 5.9.3
@ -117,73 +117,73 @@ packages:
resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==}
engines: {node: '>=0.1.90'}
'@commitlint/cli@19.8.1':
resolution: {integrity: sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==}
'@commitlint/cli@20.2.0':
resolution: {integrity: sha512-l37HkrPZ2DZy26rKiTUvdq/LZtlMcxz+PeLv9dzK9NzoFGuJdOQyYU7IEkEQj0pO++uYue89wzOpZ0hcTtoqUA==}
engines: {node: '>=v18'}
hasBin: true
'@commitlint/config-conventional@19.8.1':
resolution: {integrity: sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==}
'@commitlint/config-conventional@20.2.0':
resolution: {integrity: sha512-MsRac+yNIbTB4Q/psstKK4/ciVzACHicSwz+04Sxve+4DW+PiJeTjU0JnS4m/oOnulrXYN+yBPlKaBSGemRfgQ==}
engines: {node: '>=v18'}
'@commitlint/config-validator@19.8.1':
resolution: {integrity: sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ==}
'@commitlint/config-validator@20.2.0':
resolution: {integrity: sha512-SQCBGsL9MFk8utWNSthdxd9iOD1pIVZSHxGBwYIGfd67RTjxqzFOSAYeQVXOu3IxRC3YrTOH37ThnTLjUlyF2w==}
engines: {node: '>=v18'}
'@commitlint/ensure@19.8.1':
resolution: {integrity: sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw==}
'@commitlint/ensure@20.2.0':
resolution: {integrity: sha512-+8TgIGv89rOWyt3eC6lcR1H7hqChAKkpawytlq9P1i/HYugFRVqgoKJ8dhd89fMnlrQTLjA5E97/4sF09QwdoA==}
engines: {node: '>=v18'}
'@commitlint/execute-rule@19.8.1':
resolution: {integrity: sha512-YfJyIqIKWI64Mgvn/sE7FXvVMQER/Cd+s3hZke6cI1xgNT/f6ZAz5heND0QtffH+KbcqAwXDEE1/5niYayYaQA==}
'@commitlint/execute-rule@20.0.0':
resolution: {integrity: sha512-xyCoOShoPuPL44gVa+5EdZsBVao/pNzpQhkzq3RdtlFdKZtjWcLlUFQHSWBuhk5utKYykeJPSz2i8ABHQA+ZZw==}
engines: {node: '>=v18'}
'@commitlint/format@19.8.1':
resolution: {integrity: sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw==}
'@commitlint/format@20.2.0':
resolution: {integrity: sha512-PhNoLNhxpfIBlW/i90uZ3yG3hwSSYx7n4d9Yc+2FAorAHS0D9btYRK4ZZXX+Gm3W5tDtu911ow/eWRfcRVgNWg==}
engines: {node: '>=v18'}
'@commitlint/is-ignored@19.8.1':
resolution: {integrity: sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg==}
'@commitlint/is-ignored@20.2.0':
resolution: {integrity: sha512-Lz0OGeZCo/QHUDLx5LmZc0EocwanneYJUM8z0bfWexArk62HKMLfLIodwXuKTO5y0s6ddXaTexrYHs7v96EOmw==}
engines: {node: '>=v18'}
'@commitlint/lint@19.8.1':
resolution: {integrity: sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw==}
'@commitlint/lint@20.2.0':
resolution: {integrity: sha512-cQEEB+jlmyQbyiji/kmh8pUJSDeUmPiWq23kFV0EtW3eM+uAaMLMuoTMajbrtWYWQpPzOMDjYltQ8jxHeHgITg==}
engines: {node: '>=v18'}
'@commitlint/load@19.8.1':
resolution: {integrity: sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==}
'@commitlint/load@20.2.0':
resolution: {integrity: sha512-iAK2GaBM8sPFTSwtagI67HrLKHIUxQc2BgpgNc/UMNme6LfmtHpIxQoN1TbP+X1iz58jq32HL1GbrFTCzcMi6g==}
engines: {node: '>=v18'}
'@commitlint/message@19.8.1':
resolution: {integrity: sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==}
'@commitlint/message@20.0.0':
resolution: {integrity: sha512-gLX4YmKnZqSwkmSB9OckQUrI5VyXEYiv3J5JKZRxIp8jOQsWjZgHSG/OgEfMQBK9ibdclEdAyIPYggwXoFGXjQ==}
engines: {node: '>=v18'}
'@commitlint/parse@19.8.1':
resolution: {integrity: sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw==}
'@commitlint/parse@20.2.0':
resolution: {integrity: sha512-LXStagGU1ivh07X7sM+hnEr4BvzFYn1iBJ6DRg2QsIN8lBfSzyvkUcVCDwok9Ia4PWiEgei5HQjju6xfJ1YaSQ==}
engines: {node: '>=v18'}
'@commitlint/read@19.8.1':
resolution: {integrity: sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ==}
'@commitlint/read@20.2.0':
resolution: {integrity: sha512-+SjF9mxm5JCbe+8grOpXCXMMRzAnE0WWijhhtasdrpJoAFJYd5UgRTj/oCq5W3HJTwbvTOsijEJ0SUGImECD7Q==}
engines: {node: '>=v18'}
'@commitlint/resolve-extends@19.8.1':
resolution: {integrity: sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg==}
'@commitlint/resolve-extends@20.2.0':
resolution: {integrity: sha512-KVoLDi9BEuqeq+G0wRABn4azLRiCC22/YHR2aCquwx6bzCHAIN8hMt3Nuf1VFxq/c8ai6s8qBxE8+ZD4HeFTlQ==}
engines: {node: '>=v18'}
'@commitlint/rules@19.8.1':
resolution: {integrity: sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw==}
'@commitlint/rules@20.2.0':
resolution: {integrity: sha512-27rHGpeAjnYl/A+qUUiYDa7Yn1WIjof/dFJjYW4gA1Ug+LUGa1P0AexzGZ5NBxTbAlmDgaxSZkLLxtLVqtg8PQ==}
engines: {node: '>=v18'}
'@commitlint/to-lines@19.8.1':
resolution: {integrity: sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg==}
'@commitlint/to-lines@20.0.0':
resolution: {integrity: sha512-2l9gmwiCRqZNWgV+pX1X7z4yP0b3ex/86UmUFgoRt672Ez6cAM2lOQeHFRUTuE6sPpi8XBCGnd8Kh3bMoyHwJw==}
engines: {node: '>=v18'}
'@commitlint/top-level@19.8.1':
resolution: {integrity: sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw==}
'@commitlint/top-level@20.0.0':
resolution: {integrity: sha512-drXaPSP2EcopukrUXvUXmsQMu3Ey/FuJDc/5oiW4heoCfoE5BdLQyuc7veGeE3aoQaTVqZnh4D5WTWe2vefYKg==}
engines: {node: '>=v18'}
'@commitlint/types@19.8.1':
resolution: {integrity: sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==}
'@commitlint/types@20.2.0':
resolution: {integrity: sha512-KTy0OqRDLR5y/zZMnizyx09z/rPlPC/zKhYgH8o/q6PuAjoQAKlRfY4zzv0M64yybQ//6//4H1n14pxaLZfUnA==}
engines: {node: '>=v18'}
'@esbuild/aix-ppc64@0.27.1':
@ -424,14 +424,11 @@ packages:
resolution: {integrity: sha512-grAEuupr/C1rALFnXTv6ZQhFuL1D8G5y8CN04RgrO4FIPMrtm+mcZzFG7dcBm+nq+1ppNixu+Jd78aeJOYxlGA==}
engines: {node: '>= 20'}
'@octokit/openapi-types@26.0.0':
resolution: {integrity: sha512-7AtcfKtpo77j7Ts73b4OWhOZHTKo/gGY8bB3bNBQz4H+GRSWqx2yvj8TXRsbdTE0eRmYmXOEY66jM7mJ7LzfsA==}
'@octokit/openapi-types@27.0.0':
resolution: {integrity: sha512-whrdktVs1h6gtR+09+QsNk2+FO+49j6ga1c55YZudfEG+oKJVvJLQi3zkOm5JjiUXAagWK2tI2kTGKJ2Ys7MGA==}
'@octokit/plugin-paginate-rest@13.2.1':
resolution: {integrity: sha512-Tj4PkZyIL6eBMYcG/76QGsedF0+dWVeLhYprTmuFVVxzDW7PQh23tM0TP0z+1MvSkxB29YFZwnUX+cXfTiSdyw==}
'@octokit/plugin-paginate-rest@14.0.0':
resolution: {integrity: sha512-fNVRE7ufJiAA3XUrha2omTA39M6IXIc6GIZLvlbsm8QOQCYvpq/LkMNGyFlB1d8hTDzsAXa3OKtybdMAYsV/fw==}
engines: {node: '>= 20'}
peerDependencies:
'@octokit/core': '>=6'
@ -456,9 +453,6 @@ packages:
resolution: {integrity: sha512-v93h0i1yu4idj8qFPZwjehoJx4j3Ntn+JhXsdJrG9pYaX6j/XRz2RmasMUHtNgQD39nrv/VwTWSqK0RNXR8upA==}
engines: {node: '>= 20'}
'@octokit/types@15.0.2':
resolution: {integrity: sha512-rR+5VRjhYSer7sC51krfCctQhVTmjyUMAaShfPB8mscVa8tSoLyon3coxQmXu0ahJoLVWl8dSGD/3OGZlFV44Q==}
'@octokit/types@16.0.0':
resolution: {integrity: sha512-sKq+9r1Mm4efXW1FCk7hFSeJo4QKreL/tTbR0rz/qx/r1Oa2VV83LTA/H/MuCOX7uCIJmQVRKBcbmWoySjAnSg==}
@ -501,15 +495,15 @@ packages:
peerDependencies:
semantic-release: '>=18.0.0'
'@semantic-release/github@11.0.6':
resolution: {integrity: sha512-ctDzdSMrT3H+pwKBPdyCPty6Y47X8dSrjd3aPZ5KKIKKWTwZBE9De8GtsH3TyAlw3Uyo2stegMx6rJMXKpJwJA==}
engines: {node: '>=20.8.1'}
'@semantic-release/github@12.0.2':
resolution: {integrity: sha512-qyqLS+aSGH1SfXIooBKjs7mvrv0deg8v+jemegfJg1kq6ji+GJV8CO08VJDEsvjp3O8XJmTTIAjjZbMzagzsdw==}
engines: {node: ^22.14.0 || >= 24.10.0}
peerDependencies:
semantic-release: '>=24.1.0'
'@semantic-release/npm@12.0.2':
resolution: {integrity: sha512-+M9/Lb35IgnlUO6OSJ40Ie+hUsZLuph2fqXC/qrKn0fMvUU/jiCjpoL6zEm69vzcmaZJ8yNKtMBEKHWN49WBbQ==}
engines: {node: '>=20.8.1'}
'@semantic-release/npm@13.1.2':
resolution: {integrity: sha512-9rtshDTNlzYrC7uSBtB1vHqFzFZaNHigqkkCH5Ls4N/BSlVOenN5vtwHYxjAR4jf1hNvWSVwL4eIFTHONYckkw==}
engines: {node: ^22.14.0 || >= 24.10.0}
peerDependencies:
semantic-release: '>=20.1.0'
@ -749,6 +743,10 @@ packages:
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
engines: {node: '>=12'}
cliui@9.0.1:
resolution: {integrity: sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==}
engines: {node: '>=20'}
color-convert@1.9.3:
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
@ -1162,9 +1160,9 @@ packages:
resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==}
engines: {node: ^16.14.0 || >=18.0.0}
hosted-git-info@8.1.0:
resolution: {integrity: sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==}
engines: {node: ^18.17.0 || >=20.5.0}
hosted-git-info@9.0.2:
resolution: {integrity: sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==}
engines: {node: ^20.17.0 || >=22.9.0}
http-proxy-agent@7.0.2:
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
@ -1539,6 +1537,10 @@ packages:
resolution: {integrity: sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==}
engines: {node: ^16.14.0 || >=18.0.0}
normalize-package-data@8.0.0:
resolution: {integrity: sha512-RWk+PI433eESQ7ounYxIp67CYuVsS1uYSonX3kA6ps/3LWfjVQa/ptEg6Y3T6uAMq1mWpX9PQ+qx+QaHpsc7gQ==}
engines: {node: ^20.17.0 || >=22.9.0}
normalize-url@8.1.0:
resolution: {integrity: sha512-X06Mfd/5aKsRHc0O0J5CUedwnPmnDtLF2+nq+KN9KSDlJHkPuh0JUviWjEWMe0SW/9TDdSLVPuk7L5gGTIA1/w==}
engines: {node: '>=14.16'}
@ -1564,9 +1566,9 @@ packages:
resolution: {integrity: sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==}
engines: {node: '>=18'}
npm@10.9.4:
resolution: {integrity: sha512-OnUG836FwboQIbqtefDNlyR0gTHzIfwRfE3DuiNewBvnMnWEpB0VEXwBlFVgqpNzIgYo/MHh3d2Hel/pszapAA==}
engines: {node: ^18.17.0 || >=20.5.0}
npm@11.7.0:
resolution: {integrity: sha512-wiCZpv/41bIobCoJ31NStIWKfAxxYyD1iYnWCtiyns8s5v3+l8y0HCP/sScuH6B5+GhIfda4HQKiqeGZwJWhFw==}
engines: {node: ^20.17.0 || >=22.9.0}
hasBin: true
bundledDependencies:
- '@isaacs/string-locale-compare'
@ -1574,6 +1576,7 @@ packages:
- '@npmcli/config'
- '@npmcli/fs'
- '@npmcli/map-workspaces'
- '@npmcli/metavuln-calculator'
- '@npmcli/package-json'
- '@npmcli/promise-spawn'
- '@npmcli/redact'
@ -1598,7 +1601,6 @@ packages:
- libnpmdiff
- libnpmexec
- libnpmfund
- libnpmhook
- libnpmorg
- libnpmpack
- libnpmpublish
@ -1612,7 +1614,6 @@ packages:
- ms
- node-gyp
- nopt
- normalize-package-data
- npm-audit-report
- npm-install-checks
- npm-package-arg
@ -1636,7 +1637,6 @@ packages:
- treeverse
- validate-npm-package-name
- which
- write-file-atomic
object-assign@4.1.1:
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
@ -1845,6 +1845,14 @@ packages:
resolution: {integrity: sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==}
engines: {node: '>=18'}
read-package-up@12.0.0:
resolution: {integrity: sha512-Q5hMVBYur/eQNWDdbF4/Wqqr9Bjvtrw2kjGxxBbKLbx8bVCL8gcArjTy8zDUuLGQicftpMuU0riQNcAsbtOVsw==}
engines: {node: '>=20'}
read-pkg@10.0.0:
resolution: {integrity: sha512-A70UlgfNdKI5NSvTTfHzLQj7NJRpJ4mT5tGafkllJ4wh71oYuGm/pzphHcmW4s35iox56KSK721AihodoXSc/A==}
engines: {node: '>=20'}
read-pkg@9.0.1:
resolution: {integrity: sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==}
engines: {node: '>=18'}
@ -1887,9 +1895,9 @@ packages:
safe-buffer@5.1.2:
resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
semantic-release@24.2.9:
resolution: {integrity: sha512-phCkJ6pjDi9ANdhuF5ElS10GGdAKY6R1Pvt9lT3SFhOwM4T7QZE7MLpBDbNruUx/Q3gFD92/UOFringGipRqZA==}
engines: {node: '>=20.8.1'}
semantic-release@25.0.2:
resolution: {integrity: sha512-6qGjWccl5yoyugHt3jTgztJ9Y0JVzyH8/Voc/D8PlLat9pwxQYXz7W1Dpnq5h0/G5GCYGUaDSlYcyk3AMh5A6g==}
engines: {node: ^22.14.0 || >= 24.10.0}
hasBin: true
semver-diff@5.0.0:
@ -2045,6 +2053,10 @@ packages:
resolution: {integrity: sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==}
engines: {node: ^14.18.0 || >=16.0.0}
tagged-tag@1.0.0:
resolution: {integrity: sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==}
engines: {node: '>=20'}
temp-dir@3.0.0:
resolution: {integrity: sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==}
engines: {node: '>=14.16'}
@ -2116,6 +2128,10 @@ packages:
resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==}
engines: {node: '>=16'}
type-fest@5.3.1:
resolution: {integrity: sha512-VCn+LMHbd4t6sF3wfU/+HKT63C9OoyrSIf4b+vtWHpt2U7/4InZG467YDNMFMR70DdHjAdpPWmw2lzRdg0Xqqg==}
engines: {node: '>=20'}
typescript-eslint@8.48.1:
resolution: {integrity: sha512-FbOKN1fqNoXp1hIl5KYpObVrp0mCn+CLgn479nmu2IsRMrx2vyv74MmsBLVlhg8qVwNFGbXSp8fh1zp8pEoC2A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@ -2140,6 +2156,10 @@ packages:
resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==}
engines: {node: '>=14.0'}
undici@7.16.0:
resolution: {integrity: sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==}
engines: {node: '>=20.18.1'}
unicode-emoji-modifier-base@1.0.0:
resolution: {integrity: sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==}
engines: {node: '>=4'}
@ -2240,6 +2260,10 @@ packages:
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
engines: {node: '>=12'}
yargs-parser@22.0.0:
resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==}
engines: {node: ^20.19.0 || ^22.12.0 || >=23}
yargs@16.2.0:
resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==}
engines: {node: '>=10'}
@ -2248,6 +2272,10 @@ packages:
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
engines: {node: '>=12'}
yargs@18.0.0:
resolution: {integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==}
engines: {node: ^20.19.0 || ^22.12.0 || >=23}
yocto-queue@0.1.0:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
@ -2289,63 +2317,63 @@ snapshots:
'@colors/colors@1.5.0':
optional: true
'@commitlint/cli@19.8.1(@types/node@20.19.25)(typescript@5.9.3)':
'@commitlint/cli@20.2.0(@types/node@20.19.25)(typescript@5.9.3)':
dependencies:
'@commitlint/format': 19.8.1
'@commitlint/lint': 19.8.1
'@commitlint/load': 19.8.1(@types/node@20.19.25)(typescript@5.9.3)
'@commitlint/read': 19.8.1
'@commitlint/types': 19.8.1
'@commitlint/format': 20.2.0
'@commitlint/lint': 20.2.0
'@commitlint/load': 20.2.0(@types/node@20.19.25)(typescript@5.9.3)
'@commitlint/read': 20.2.0
'@commitlint/types': 20.2.0
tinyexec: 1.0.2
yargs: 17.7.2
transitivePeerDependencies:
- '@types/node'
- typescript
'@commitlint/config-conventional@19.8.1':
'@commitlint/config-conventional@20.2.0':
dependencies:
'@commitlint/types': 19.8.1
'@commitlint/types': 20.2.0
conventional-changelog-conventionalcommits: 7.0.2
'@commitlint/config-validator@19.8.1':
'@commitlint/config-validator@20.2.0':
dependencies:
'@commitlint/types': 19.8.1
'@commitlint/types': 20.2.0
ajv: 8.17.1
'@commitlint/ensure@19.8.1':
'@commitlint/ensure@20.2.0':
dependencies:
'@commitlint/types': 19.8.1
'@commitlint/types': 20.2.0
lodash.camelcase: 4.3.0
lodash.kebabcase: 4.1.1
lodash.snakecase: 4.1.1
lodash.startcase: 4.4.0
lodash.upperfirst: 4.3.1
'@commitlint/execute-rule@19.8.1': {}
'@commitlint/execute-rule@20.0.0': {}
'@commitlint/format@19.8.1':
'@commitlint/format@20.2.0':
dependencies:
'@commitlint/types': 19.8.1
'@commitlint/types': 20.2.0
chalk: 5.6.2
'@commitlint/is-ignored@19.8.1':
'@commitlint/is-ignored@20.2.0':
dependencies:
'@commitlint/types': 19.8.1
'@commitlint/types': 20.2.0
semver: 7.7.3
'@commitlint/lint@19.8.1':
'@commitlint/lint@20.2.0':
dependencies:
'@commitlint/is-ignored': 19.8.1
'@commitlint/parse': 19.8.1
'@commitlint/rules': 19.8.1
'@commitlint/types': 19.8.1
'@commitlint/is-ignored': 20.2.0
'@commitlint/parse': 20.2.0
'@commitlint/rules': 20.2.0
'@commitlint/types': 20.2.0
'@commitlint/load@19.8.1(@types/node@20.19.25)(typescript@5.9.3)':
'@commitlint/load@20.2.0(@types/node@20.19.25)(typescript@5.9.3)':
dependencies:
'@commitlint/config-validator': 19.8.1
'@commitlint/execute-rule': 19.8.1
'@commitlint/resolve-extends': 19.8.1
'@commitlint/types': 19.8.1
'@commitlint/config-validator': 20.2.0
'@commitlint/execute-rule': 20.0.0
'@commitlint/resolve-extends': 20.2.0
'@commitlint/types': 20.2.0
chalk: 5.6.2
cosmiconfig: 9.0.0(typescript@5.9.3)
cosmiconfig-typescript-loader: 6.2.0(@types/node@20.19.25)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3)
@ -2356,45 +2384,45 @@ snapshots:
- '@types/node'
- typescript
'@commitlint/message@19.8.1': {}
'@commitlint/message@20.0.0': {}
'@commitlint/parse@19.8.1':
'@commitlint/parse@20.2.0':
dependencies:
'@commitlint/types': 19.8.1
'@commitlint/types': 20.2.0
conventional-changelog-angular: 7.0.0
conventional-commits-parser: 5.0.0
'@commitlint/read@19.8.1':
'@commitlint/read@20.2.0':
dependencies:
'@commitlint/top-level': 19.8.1
'@commitlint/types': 19.8.1
'@commitlint/top-level': 20.0.0
'@commitlint/types': 20.2.0
git-raw-commits: 4.0.0
minimist: 1.2.8
tinyexec: 1.0.2
'@commitlint/resolve-extends@19.8.1':
'@commitlint/resolve-extends@20.2.0':
dependencies:
'@commitlint/config-validator': 19.8.1
'@commitlint/types': 19.8.1
'@commitlint/config-validator': 20.2.0
'@commitlint/types': 20.2.0
global-directory: 4.0.1
import-meta-resolve: 4.2.0
lodash.mergewith: 4.6.2
resolve-from: 5.0.0
'@commitlint/rules@19.8.1':
'@commitlint/rules@20.2.0':
dependencies:
'@commitlint/ensure': 19.8.1
'@commitlint/message': 19.8.1
'@commitlint/to-lines': 19.8.1
'@commitlint/types': 19.8.1
'@commitlint/ensure': 20.2.0
'@commitlint/message': 20.0.0
'@commitlint/to-lines': 20.0.0
'@commitlint/types': 20.2.0
'@commitlint/to-lines@19.8.1': {}
'@commitlint/to-lines@20.0.0': {}
'@commitlint/top-level@19.8.1':
'@commitlint/top-level@20.0.0':
dependencies:
find-up: 7.0.0
'@commitlint/types@19.8.1':
'@commitlint/types@20.2.0':
dependencies:
'@types/conventional-commits-parser': 5.0.2
chalk: 5.6.2
@ -2565,14 +2593,12 @@ snapshots:
'@octokit/types': 16.0.0
universal-user-agent: 7.0.3
'@octokit/openapi-types@26.0.0': {}
'@octokit/openapi-types@27.0.0': {}
'@octokit/plugin-paginate-rest@13.2.1(@octokit/core@7.0.6)':
'@octokit/plugin-paginate-rest@14.0.0(@octokit/core@7.0.6)':
dependencies:
'@octokit/core': 7.0.6
'@octokit/types': 15.0.2
'@octokit/types': 16.0.0
'@octokit/plugin-retry@8.0.3(@octokit/core@7.0.6)':
dependencies:
@ -2599,10 +2625,6 @@ snapshots:
fast-content-type-parse: 3.0.0
universal-user-agent: 7.0.3
'@octokit/types@15.0.2':
dependencies:
'@octokit/openapi-types': 26.0.0
'@octokit/types@16.0.0':
dependencies:
'@octokit/openapi-types': 27.0.0
@ -2623,7 +2645,7 @@ snapshots:
'@sec-ant/readable-stream@0.4.1': {}
'@semantic-release/commit-analyzer@13.0.1(semantic-release@24.2.9(typescript@5.9.3))':
'@semantic-release/commit-analyzer@13.0.1(semantic-release@25.0.2(typescript@5.9.3))':
dependencies:
conventional-changelog-angular: 8.1.0
conventional-changelog-writer: 8.2.0
@ -2633,7 +2655,7 @@ snapshots:
import-from-esm: 2.0.0
lodash-es: 4.17.21
micromatch: 4.0.8
semantic-release: 24.2.9(typescript@5.9.3)
semantic-release: 25.0.2(typescript@5.9.3)
transitivePeerDependencies:
- supports-color
@ -2641,7 +2663,7 @@ snapshots:
'@semantic-release/error@4.0.0': {}
'@semantic-release/git@10.0.1(semantic-release@24.2.9(typescript@5.9.3))':
'@semantic-release/git@10.0.1(semantic-release@25.0.2(typescript@5.9.3))':
dependencies:
'@semantic-release/error': 3.0.0
aggregate-error: 3.1.0
@ -2651,14 +2673,14 @@ snapshots:
lodash: 4.17.21
micromatch: 4.0.8
p-reduce: 2.1.0
semantic-release: 24.2.9(typescript@5.9.3)
semantic-release: 25.0.2(typescript@5.9.3)
transitivePeerDependencies:
- supports-color
'@semantic-release/github@11.0.6(semantic-release@24.2.9(typescript@5.9.3))':
'@semantic-release/github@12.0.2(semantic-release@25.0.2(typescript@5.9.3))':
dependencies:
'@octokit/core': 7.0.6
'@octokit/plugin-paginate-rest': 13.2.1(@octokit/core@7.0.6)
'@octokit/plugin-paginate-rest': 14.0.0(@octokit/core@7.0.6)
'@octokit/plugin-retry': 8.0.3(@octokit/core@7.0.6)
'@octokit/plugin-throttling': 11.0.3(@octokit/core@7.0.6)
'@semantic-release/error': 4.0.0
@ -2671,30 +2693,33 @@ snapshots:
lodash-es: 4.17.21
mime: 4.1.0
p-filter: 4.1.0
semantic-release: 24.2.9(typescript@5.9.3)
semantic-release: 25.0.2(typescript@5.9.3)
tinyglobby: 0.2.15
undici: 7.16.0
url-join: 5.0.0
transitivePeerDependencies:
- supports-color
'@semantic-release/npm@12.0.2(semantic-release@24.2.9(typescript@5.9.3))':
'@semantic-release/npm@13.1.2(semantic-release@25.0.2(typescript@5.9.3))':
dependencies:
'@actions/core': 1.11.1
'@semantic-release/error': 4.0.0
aggregate-error: 5.0.0
env-ci: 11.2.0
execa: 9.6.1
fs-extra: 11.3.2
lodash-es: 4.17.21
nerf-dart: 1.0.0
normalize-url: 8.1.0
npm: 10.9.4
npm: 11.7.0
rc: 1.2.8
read-pkg: 9.0.1
read-pkg: 10.0.0
registry-auth-token: 5.1.0
semantic-release: 24.2.9(typescript@5.9.3)
semantic-release: 25.0.2(typescript@5.9.3)
semver: 7.7.3
tempy: 3.1.0
'@semantic-release/release-notes-generator@14.1.0(semantic-release@24.2.9(typescript@5.9.3))':
'@semantic-release/release-notes-generator@14.1.0(semantic-release@25.0.2(typescript@5.9.3))':
dependencies:
conventional-changelog-angular: 8.1.0
conventional-changelog-writer: 8.2.0
@ -2706,7 +2731,7 @@ snapshots:
into-stream: 7.0.0
lodash-es: 4.17.21
read-package-up: 11.0.0
semantic-release: 24.2.9(typescript@5.9.3)
semantic-release: 25.0.2(typescript@5.9.3)
transitivePeerDependencies:
- supports-color
@ -2967,6 +2992,12 @@ snapshots:
strip-ansi: 6.0.1
wrap-ansi: 7.0.0
cliui@9.0.1:
dependencies:
string-width: 7.2.0
strip-ansi: 7.1.2
wrap-ansi: 9.0.2
color-convert@1.9.3:
dependencies:
color-name: 1.1.3
@ -3410,9 +3441,9 @@ snapshots:
dependencies:
lru-cache: 10.4.3
hosted-git-info@8.1.0:
hosted-git-info@9.0.2:
dependencies:
lru-cache: 10.4.3
lru-cache: 11.2.4
http-proxy-agent@7.0.2:
dependencies:
@ -3730,6 +3761,12 @@ snapshots:
semver: 7.7.3
validate-npm-package-license: 3.0.4
normalize-package-data@8.0.0:
dependencies:
hosted-git-info: 9.0.2
semver: 7.7.3
validate-npm-package-license: 3.0.4
normalize-url@8.1.0: {}
npm-normalize-package-bin@4.0.0: {}
@ -3758,7 +3795,7 @@ snapshots:
path-key: 4.0.0
unicorn-magic: 0.3.0
npm@10.9.4: {}
npm@11.7.0: {}
object-assign@4.1.1: {}
@ -3934,6 +3971,20 @@ snapshots:
read-pkg: 9.0.1
type-fest: 4.41.0
read-package-up@12.0.0:
dependencies:
find-up-simple: 1.0.1
read-pkg: 10.0.0
type-fest: 5.3.1
read-pkg@10.0.0:
dependencies:
'@types/normalize-package-data': 2.4.4
normalize-package-data: 8.0.0
parse-json: 8.3.0
type-fest: 5.3.1
unicorn-magic: 0.3.0
read-pkg@9.0.1:
dependencies:
'@types/normalize-package-data': 2.4.4
@ -3978,13 +4029,13 @@ snapshots:
safe-buffer@5.1.2: {}
semantic-release@24.2.9(typescript@5.9.3):
semantic-release@25.0.2(typescript@5.9.3):
dependencies:
'@semantic-release/commit-analyzer': 13.0.1(semantic-release@24.2.9(typescript@5.9.3))
'@semantic-release/commit-analyzer': 13.0.1(semantic-release@25.0.2(typescript@5.9.3))
'@semantic-release/error': 4.0.0
'@semantic-release/github': 11.0.6(semantic-release@24.2.9(typescript@5.9.3))
'@semantic-release/npm': 12.0.2(semantic-release@24.2.9(typescript@5.9.3))
'@semantic-release/release-notes-generator': 14.1.0(semantic-release@24.2.9(typescript@5.9.3))
'@semantic-release/github': 12.0.2(semantic-release@25.0.2(typescript@5.9.3))
'@semantic-release/npm': 13.1.2(semantic-release@25.0.2(typescript@5.9.3))
'@semantic-release/release-notes-generator': 14.1.0(semantic-release@25.0.2(typescript@5.9.3))
aggregate-error: 5.0.0
cosmiconfig: 9.0.0(typescript@5.9.3)
debug: 4.4.3
@ -3995,7 +4046,7 @@ snapshots:
get-stream: 6.0.1
git-log-parser: 1.2.1
hook-std: 4.0.0
hosted-git-info: 8.1.0
hosted-git-info: 9.0.2
import-from-esm: 2.0.0
lodash-es: 4.17.21
marked: 15.0.12
@ -4003,12 +4054,12 @@ snapshots:
micromatch: 4.0.8
p-each-series: 3.0.0
p-reduce: 3.0.0
read-package-up: 11.0.0
read-package-up: 12.0.0
resolve-from: 5.0.0
semver: 7.7.3
semver-diff: 5.0.0
signale: 1.4.0
yargs: 17.7.2
yargs: 18.0.0
transitivePeerDependencies:
- supports-color
- typescript
@ -4155,6 +4206,8 @@ snapshots:
dependencies:
'@pkgr/core': 0.2.9
tagged-tag@1.0.0: {}
temp-dir@3.0.0: {}
tempy@3.1.0:
@ -4214,6 +4267,10 @@ snapshots:
type-fest@4.41.0: {}
type-fest@5.3.1:
dependencies:
tagged-tag: 1.0.0
typescript-eslint@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3):
dependencies:
'@typescript-eslint/eslint-plugin': 8.48.1(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)
@ -4236,6 +4293,8 @@ snapshots:
dependencies:
'@fastify/busboy': 2.1.1
undici@7.16.0: {}
unicode-emoji-modifier-base@1.0.0: {}
unicorn-magic@0.1.0: {}
@ -4315,6 +4374,8 @@ snapshots:
yargs-parser@21.1.1: {}
yargs-parser@22.0.0: {}
yargs@16.2.0:
dependencies:
cliui: 7.0.4
@ -4335,6 +4396,15 @@ snapshots:
y18n: 5.0.8
yargs-parser: 21.1.1
yargs@18.0.0:
dependencies:
cliui: 9.0.1
escalade: 3.2.0
get-caller-file: 2.0.5
string-width: 7.2.0
y18n: 5.0.8
yargs-parser: 22.0.0
yocto-queue@0.1.0: {}
yocto-queue@1.2.2: {}