From 0cf3ec89f005df0d663576c628cfc136d42bf5e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 16:59:18 -0700 Subject: [PATCH] fix(deps): update dependency type-fest to v4 (#147) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 78 ++++++++++++------- package.json | 2 +- packages/endpoint/package.json | 2 +- packages/request/package.json | 2 +- packages/types-rest-api-ghec/package.json | 2 +- packages/types-rest-api-ghes-3.2/package.json | 2 +- packages/types-rest-api-ghes-3.3/package.json | 2 +- packages/types-rest-api-ghes-3.4/package.json | 2 +- packages/types-rest-api-ghes-3.5/package.json | 2 +- packages/types-rest-api-ghes-3.6/package.json | 2 +- .../types-rest-api-github.ae/package.json | 2 +- packages/types-rest-api/package.json | 2 +- packages/types/package.json | 2 +- 13 files changed, 60 insertions(+), 42 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a104ed..2cc76c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "sinon": "^15.0.0", "sort-keys": "^5.0.0", "tsd": "^0.28.0", - "type-fest": "^3.0.0", + "type-fest": "^4.0.0", "typescript": "^5.0.0" }, "engines": { @@ -3470,6 +3470,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/meow/node_modules/type-fest": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz", + "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==", + "dev": true, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/meow/node_modules/yargs-parser": { "version": "21.1.1", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", @@ -5660,11 +5672,11 @@ } }, "node_modules/type-fest": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.12.0.tgz", - "integrity": "sha512-qj9wWsnFvVEMUDbESiilKeXeHL7FwwiFcogfhfyjmvT968RXSvnl23f1JOClTHYItsi7o501C/7qVllscUP3oA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.0.0.tgz", + "integrity": "sha512-d/oYtUnPM9zar2fqqGLYPzgcY0qUlYK0evgNVti93xpzfjGkMgZHu9Lvgrkn0rqGXTgsFRxFamzjGoD9Uo+dgw==", "engines": { - "node": ">=14.16" + "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -6127,7 +6139,7 @@ "dependencies": { "@octokit-next/types": "0.0.0-development", "is-plain-obj": "^4.0.0", - "type-fest": "^3.0.0", + "type-fest": "^4.0.0", "universal-user-agent": "^7.0.0" } }, @@ -6176,7 +6188,7 @@ "@octokit-next/endpoint": "0.0.0-development", "@octokit-next/types": "0.0.0-development", "is-plain-object": "^5.0.0", - "type-fest": "^3.0.0", + "type-fest": "^4.0.0", "universal-user-agent": "^7.0.1" }, "devDependencies": { @@ -6198,7 +6210,7 @@ "dependencies": { "@octokit-next/request-error": "^0.0.0-development", "before-after-hook": "^3.0.2", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "packages/types-openapi": { @@ -6282,7 +6294,7 @@ "license": "MIT", "dependencies": { "@octokit-next/types-openapi": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "packages/types-rest-api-ghec": { @@ -6294,7 +6306,7 @@ "@octokit-next/types-openapi-ghec": "0.0.0-development", "@octokit-next/types-openapi-ghec-diff-to-api.github.com": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "packages/types-rest-api-ghec-compatible": { @@ -6316,7 +6328,7 @@ "@octokit-next/types-openapi-ghes-3.2-diff-to-ghes-3.3": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", "@octokit-next/types-rest-api-ghes-3.3": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "packages/types-rest-api-ghes-3.2-compatible": { @@ -6338,7 +6350,7 @@ "@octokit-next/types-openapi-ghes-3.3-diff-to-ghes-3.4": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", "@octokit-next/types-rest-api-ghes-3.4": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "packages/types-rest-api-ghes-3.3-compatible": { @@ -6360,7 +6372,7 @@ "@octokit-next/types-openapi-ghes-3.4-diff-to-ghes-3.5": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", "@octokit-next/types-rest-api-ghes-3.5": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "packages/types-rest-api-ghes-3.4-compatible": { @@ -6382,7 +6394,7 @@ "@octokit-next/types-openapi-ghes-3.5-diff-to-ghes-3.6": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", "@octokit-next/types-rest-api-ghes-3.6": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "packages/types-rest-api-ghes-3.5-compatible": { @@ -6403,7 +6415,7 @@ "@octokit-next/types-openapi-ghes-3.6": "0.0.0-development", "@octokit-next/types-openapi-ghes-3.6-diff-to-api.github.com": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "packages/types-rest-api-ghes-3.6-compatible": { @@ -6424,7 +6436,7 @@ "@octokit-next/types-openapi-github.ae": "0.0.0-development", "@octokit-next/types-openapi-github.ae-diff-to-api.github.com": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "packages/types-rest-api-github.ae-compatible": { @@ -6890,7 +6902,7 @@ "requires": { "@octokit-next/types": "0.0.0-development", "is-plain-obj": "^4.0.0", - "type-fest": "^3.0.0", + "type-fest": "^4.0.0", "universal-user-agent": "^7.0.0" }, "dependencies": { @@ -6928,7 +6940,7 @@ "@octokit-next/types": "0.0.0-development", "is-plain-object": "^5.0.0", "string-to-arraybuffer": "^1.0.2", - "type-fest": "^3.0.0", + "type-fest": "^4.0.0", "universal-user-agent": "^7.0.1" } }, @@ -6943,7 +6955,7 @@ "requires": { "@octokit-next/request-error": "^0.0.0-development", "before-after-hook": "^3.0.2", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "@octokit-next/types-openapi": { @@ -6995,7 +7007,7 @@ "version": "file:packages/types-rest-api", "requires": { "@octokit-next/types-openapi": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "@octokit-next/types-rest-api-ghec": { @@ -7005,7 +7017,7 @@ "@octokit-next/types-openapi-ghec": "0.0.0-development", "@octokit-next/types-openapi-ghec-diff-to-api.github.com": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "@octokit-next/types-rest-api-ghec-compatible": { @@ -7023,7 +7035,7 @@ "@octokit-next/types-openapi-ghes-3.2-diff-to-ghes-3.3": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", "@octokit-next/types-rest-api-ghes-3.3": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "@octokit-next/types-rest-api-ghes-3.2-compatible": { @@ -7041,7 +7053,7 @@ "@octokit-next/types-openapi-ghes-3.3-diff-to-ghes-3.4": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", "@octokit-next/types-rest-api-ghes-3.4": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "@octokit-next/types-rest-api-ghes-3.3-compatible": { @@ -7059,7 +7071,7 @@ "@octokit-next/types-openapi-ghes-3.4-diff-to-ghes-3.5": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", "@octokit-next/types-rest-api-ghes-3.5": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "@octokit-next/types-rest-api-ghes-3.4-compatible": { @@ -7077,7 +7089,7 @@ "@octokit-next/types-openapi-ghes-3.5-diff-to-ghes-3.6": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", "@octokit-next/types-rest-api-ghes-3.6": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "@octokit-next/types-rest-api-ghes-3.5-compatible": { @@ -7094,7 +7106,7 @@ "@octokit-next/types-openapi-ghes-3.6": "0.0.0-development", "@octokit-next/types-openapi-ghes-3.6-diff-to-api.github.com": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "@octokit-next/types-rest-api-ghes-3.6-compatible": { @@ -7111,7 +7123,7 @@ "@octokit-next/types-openapi-github.ae": "0.0.0-development", "@octokit-next/types-openapi-github.ae-diff-to-api.github.com": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }, "@octokit-next/types-rest-api-github.ae-compatible": { @@ -9079,6 +9091,12 @@ "yargs-parser": "^21.1.1" }, "dependencies": { + "type-fest": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz", + "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==", + "dev": true + }, "yargs-parser": { "version": "21.1.1", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", @@ -10595,9 +10613,9 @@ "dev": true }, "type-fest": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.12.0.tgz", - "integrity": "sha512-qj9wWsnFvVEMUDbESiilKeXeHL7FwwiFcogfhfyjmvT968RXSvnl23f1JOClTHYItsi7o501C/7qVllscUP3oA==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.0.0.tgz", + "integrity": "sha512-d/oYtUnPM9zar2fqqGLYPzgcY0qUlYK0evgNVti93xpzfjGkMgZHu9Lvgrkn0rqGXTgsFRxFamzjGoD9Uo+dgw==" }, "typescript": { "version": "5.1.3", diff --git a/package.json b/package.json index cfebc03..8b00abb 100644 --- a/package.json +++ b/package.json @@ -280,7 +280,7 @@ "sinon": "^15.0.0", "sort-keys": "^5.0.0", "tsd": "^0.28.0", - "type-fest": "^3.0.0", + "type-fest": "^4.0.0", "typescript": "^5.0.0" }, "workspaces": [ diff --git a/packages/endpoint/package.json b/packages/endpoint/package.json index 48a544f..8ea76e5 100644 --- a/packages/endpoint/package.json +++ b/packages/endpoint/package.json @@ -29,7 +29,7 @@ "dependencies": { "@octokit-next/types": "0.0.0-development", "is-plain-obj": "^4.0.0", - "type-fest": "^3.0.0", + "type-fest": "^4.0.0", "universal-user-agent": "^7.0.0" } } diff --git a/packages/request/package.json b/packages/request/package.json index 3de7e20..adb72ba 100644 --- a/packages/request/package.json +++ b/packages/request/package.json @@ -30,7 +30,7 @@ "@octokit-next/endpoint": "0.0.0-development", "@octokit-next/types": "0.0.0-development", "is-plain-object": "^5.0.0", - "type-fest": "^3.0.0", + "type-fest": "^4.0.0", "universal-user-agent": "^7.0.1" }, "devDependencies": { diff --git a/packages/types-rest-api-ghec/package.json b/packages/types-rest-api-ghec/package.json index 1a25ca7..abb70a5 100644 --- a/packages/types-rest-api-ghec/package.json +++ b/packages/types-rest-api-ghec/package.json @@ -5,7 +5,7 @@ "@octokit-next/types-openapi-ghec": "0.0.0-development", "@octokit-next/types-openapi-ghec-diff-to-api.github.com": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" }, "description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for GHEC", "exports": "./index.js", diff --git a/packages/types-rest-api-ghes-3.2/package.json b/packages/types-rest-api-ghes-3.2/package.json index e60bf21..33ccc41 100644 --- a/packages/types-rest-api-ghes-3.2/package.json +++ b/packages/types-rest-api-ghes-3.2/package.json @@ -6,7 +6,7 @@ "@octokit-next/types-openapi-ghes-3.2-diff-to-ghes-3.3": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", "@octokit-next/types-rest-api-ghes-3.3": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" }, "description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for GHES 3.2", "exports": "./index.js", diff --git a/packages/types-rest-api-ghes-3.3/package.json b/packages/types-rest-api-ghes-3.3/package.json index 5df2eaf..71ff9f6 100644 --- a/packages/types-rest-api-ghes-3.3/package.json +++ b/packages/types-rest-api-ghes-3.3/package.json @@ -6,7 +6,7 @@ "@octokit-next/types-openapi-ghes-3.3-diff-to-ghes-3.4": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", "@octokit-next/types-rest-api-ghes-3.4": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" }, "description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for GHES 3.3", "exports": "./index.js", diff --git a/packages/types-rest-api-ghes-3.4/package.json b/packages/types-rest-api-ghes-3.4/package.json index ca4b7ec..5fdd742 100644 --- a/packages/types-rest-api-ghes-3.4/package.json +++ b/packages/types-rest-api-ghes-3.4/package.json @@ -6,7 +6,7 @@ "@octokit-next/types-openapi-ghes-3.4-diff-to-ghes-3.5": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", "@octokit-next/types-rest-api-ghes-3.5": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" }, "description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for GHES 3.4", "exports": "./index.js", diff --git a/packages/types-rest-api-ghes-3.5/package.json b/packages/types-rest-api-ghes-3.5/package.json index 5e2d334..42c7663 100644 --- a/packages/types-rest-api-ghes-3.5/package.json +++ b/packages/types-rest-api-ghes-3.5/package.json @@ -6,7 +6,7 @@ "@octokit-next/types-openapi-ghes-3.5-diff-to-ghes-3.6": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", "@octokit-next/types-rest-api-ghes-3.6": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" }, "description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for GHES 3.5", "exports": "./index.js", diff --git a/packages/types-rest-api-ghes-3.6/package.json b/packages/types-rest-api-ghes-3.6/package.json index 43aaf7d..64d168a 100644 --- a/packages/types-rest-api-ghes-3.6/package.json +++ b/packages/types-rest-api-ghes-3.6/package.json @@ -5,7 +5,7 @@ "@octokit-next/types-openapi-ghes-3.6": "0.0.0-development", "@octokit-next/types-openapi-ghes-3.6-diff-to-api.github.com": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" }, "description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for GHES 3.6", "exports": "./index.js", diff --git a/packages/types-rest-api-github.ae/package.json b/packages/types-rest-api-github.ae/package.json index 32bd746..b93f6cc 100644 --- a/packages/types-rest-api-github.ae/package.json +++ b/packages/types-rest-api-github.ae/package.json @@ -5,7 +5,7 @@ "@octokit-next/types-openapi-github.ae": "0.0.0-development", "@octokit-next/types-openapi-github.ae-diff-to-api.github.com": "0.0.0-development", "@octokit-next/types-rest-api": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" }, "description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for GITHUB.AE", "exports": "./index.js", diff --git a/packages/types-rest-api/package.json b/packages/types-rest-api/package.json index 1172420..06c2f7a 100644 --- a/packages/types-rest-api/package.json +++ b/packages/types-rest-api/package.json @@ -18,6 +18,6 @@ "license": "MIT", "dependencies": { "@octokit-next/types-openapi": "0.0.0-development", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } } diff --git a/packages/types/package.json b/packages/types/package.json index 6e405a0..2ebb396 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -17,6 +17,6 @@ "dependencies": { "@octokit-next/request-error": "^0.0.0-development", "before-after-hook": "^3.0.2", - "type-fest": "^3.0.0" + "type-fest": "^4.0.0" } }