From f5359e5f100723991fa35afed6f69ee90625907e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 14:55:44 +0000 Subject: [PATCH] fix: update dependency cosmiconfig to v10 --- @commitlint/load/package.json | 2 +- pnpm-lock.yaml | 32 +++++++++++++++++++++++++++++--- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index 5c4a32850f..81e7521444 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -38,7 +38,7 @@ "@commitlint/execute-rule": "workspace:^", "@commitlint/resolve-extends": "workspace:^", "@commitlint/types": "workspace:^", - "cosmiconfig": "^9.0.1", + "cosmiconfig": "^10.0.0", "cosmiconfig-typescript-loader": "^6.1.0", "es-toolkit": "^1.46.0", "is-plain-obj": "^4.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 332339be27..adf8d7077c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -610,11 +610,11 @@ importers: specifier: workspace:^ version: link:../types cosmiconfig: - specifier: ^9.0.1 - version: 9.0.2(typescript@7.0.2) + specifier: ^10.0.0 + version: 10.0.1 cosmiconfig-typescript-loader: specifier: ^6.1.0 - version: 6.3.0(@types/node@22.20.3)(cosmiconfig@9.0.2(typescript@7.0.2))(typescript@7.0.2) + version: 6.3.0(@types/node@22.20.3)(cosmiconfig@10.0.1)(typescript@7.0.2) es-toolkit: specifier: ^1.46.0 version: 1.52.0 @@ -3066,6 +3066,10 @@ packages: cosmiconfig: '>=9' typescript: '>=5' + cosmiconfig@10.0.1: + resolution: {integrity: sha512-/zvGoYn0y27QTBmK+0B+oPdEPC4fKGUmJsMTQbDjqph00TrkqfVFW/M+C6ya54sYCgHC6QCwK/mI6djt8cEGHQ==} + engines: {node: ^22.18 || >= 24} + cosmiconfig@9.0.0: resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} engines: {node: '>=14'} @@ -3733,6 +3737,10 @@ packages: resolution: {integrity: sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==} hasBin: true + js-yaml@5.4.2: + resolution: {integrity: sha512-m+aqu+LwO1O6sIopafj8HUVl5aawITwZQe/yHpMCKjaWBaA/d07B/QdMb3529REftiU+RMMHL3Vlsw3hON7vWg==} + hasBin: true + jsesc@3.1.0: resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} engines: {node: '>=6'} @@ -7101,12 +7109,25 @@ snapshots: copy-anything@4.1.0: {} + cosmiconfig-typescript-loader@6.3.0(@types/node@22.20.3)(cosmiconfig@10.0.1)(typescript@7.0.2): + dependencies: + '@types/node': 22.20.3 + cosmiconfig: 10.0.1 + jiti: 2.6.1 + typescript: 7.0.2 + cosmiconfig-typescript-loader@6.3.0(@types/node@22.20.3)(cosmiconfig@9.0.2(typescript@7.0.2))(typescript@7.0.2): dependencies: '@types/node': 22.20.3 cosmiconfig: 9.0.2(typescript@7.0.2) jiti: 2.6.1 typescript: 7.0.2 + optional: true + + cosmiconfig@10.0.1: + dependencies: + env-paths: 2.2.1 + js-yaml: 5.4.2 cosmiconfig@9.0.0(typescript@7.0.2): dependencies: @@ -7125,6 +7146,7 @@ snapshots: parse-json: 5.2.0 optionalDependencies: typescript: 7.0.2 + optional: true cross-spawn@7.0.6: dependencies: @@ -7779,6 +7801,10 @@ snapshots: dependencies: argparse: 2.0.1 + js-yaml@5.4.2: + dependencies: + argparse: 2.0.1 + jsesc@3.1.0: {} json-parse-better-errors@1.0.2: {}