From dfe9b0c039bef45d7ab2d8b06fdc2351ee0e8dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:05:50 +0000 Subject: [PATCH] Bump type-coverage from 2.27.2 to 2.28.1 Bumps [type-coverage](https://github.com/plantain-00/type-coverage) from 2.27.2 to 2.28.1. - [Changelog](https://github.com/plantain-00/type-coverage/blob/master/CHANGELOG.md) - [Commits](https://github.com/plantain-00/type-coverage/compare/v2.27.2...v2.28.1) --- updated-dependencies: - dependency-name: type-coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 23 ++++++++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ff0e6e1..1acb996 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "^8.56.0", "prettier": "3.2.5", "ts-plugin-type-coverage": "^2.26.4", - "type-coverage": "^2.27.0", + "type-coverage": "^2.28.1", "typescript": "^5.3.3" }, "typeCoverage": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5e0777b..8c5597a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,8 +38,8 @@ devDependencies: specifier: ^2.26.4 version: 2.27.2(typescript@5.4.3) type-coverage: - specifier: ^2.27.0 - version: 2.27.2(typescript@5.4.3) + specifier: ^2.28.1 + version: 2.28.1(typescript@5.4.3) typescript: specifier: ^5.3.3 version: 5.4.3 @@ -2332,12 +2332,25 @@ packages: typescript: 5.4.3 dev: true - /type-coverage@2.27.2(typescript@5.4.3): - resolution: {integrity: sha512-PxtgwMd5eXetrxemwd4Jiufj33erMc9UZLaN4jsCO4a1Xb6bLHJBeS+4XM6lSdY1Qe50BpNda4Lk1pZqVFJ20A==} + /type-coverage-core@2.28.1(typescript@5.4.3): + resolution: {integrity: sha512-NniLJtLiDg0+dhrf/9ACGwi3OAhIfvd20f1CB0yxIUBMECwmJp7e7me3lM8djkrDBJtqSY+uXA6PRs+yv3HTnA==} + peerDependencies: + typescript: 2 || 3 || 4 || 5 + dependencies: + fast-glob: 3.3.2 + minimatch: 9.0.4 + normalize-path: 3.0.0 + tslib: 2.6.2 + tsutils: 3.21.0(typescript@5.4.3) + typescript: 5.4.3 + dev: true + + /type-coverage@2.28.1(typescript@5.4.3): + resolution: {integrity: sha512-nFpCkjyDPA+QeA0aRp3mVJ/XccounJ0Ls5IXVlCKI3XCQPzO3QFUl5zjFnmulw8hWe+r9u9EFjDsAxp8PnLMvQ==} hasBin: true dependencies: minimist: 1.2.8 - type-coverage-core: 2.27.2(typescript@5.4.3) + type-coverage-core: 2.28.1(typescript@5.4.3) transitivePeerDependencies: - typescript dev: true