From 31ef4353d18fc43f9a55979688f4f73c0b063262 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:20:28 +0000 Subject: [PATCH] build(deps): update dependency ts-api-utils to v2 --- package.json | 2 +- pnpm-lock.yaml | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cedac0b2d..c2447f7d1 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "deepmerge-ts": "^7.1.3", "escape-string-regexp": "^5.0.0", "is-immutable-type": "^5.0.0", - "ts-api-utils": "^1.3.0", + "ts-api-utils": "^2.0.0", "ts-declaration-location": "^1.0.4" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9233aa58c..6dd15c08d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: ^5.0.0 version: 5.0.0(eslint@9.17.0(jiti@2.4.1))(typescript@5.7.2) ts-api-utils: - specifier: ^1.3.0 - version: 1.4.3(typescript@5.7.2) + specifier: ^2.0.0 + version: 2.0.0(typescript@5.7.2) ts-declaration-location: specifier: ^1.0.4 version: 1.0.5(typescript@5.7.2) @@ -4923,6 +4923,12 @@ packages: peerDependencies: typescript: '>=4.2.0' + ts-api-utils@2.0.0: + resolution: {integrity: sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==} + engines: {node: '>=18.12'} + peerDependencies: + typescript: '>=4.8.4' + ts-declaration-location@1.0.5: resolution: {integrity: sha512-WqmlO9IoeYwCqJ2E9kHMcY9GZhhfLYItC3VnHDlPOrg6nNdUWS4wn4hhDZUPt60m1EvtjPIZyprTjpI992Bgzw==} peerDependencies: @@ -10390,6 +10396,10 @@ snapshots: dependencies: typescript: 5.7.2 + ts-api-utils@2.0.0(typescript@5.7.2): + dependencies: + typescript: 5.7.2 + ts-declaration-location@1.0.5(typescript@5.7.2): dependencies: minimatch: 10.0.1