From 26790d962e335e5d4e85d6550278d62cb0f383c9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Jan 2022 08:38:52 +0000 Subject: [PATCH 1/2] chore(deps): update dependency type-fest to v2.10.0 --- package-lock.json | 99 ++++++++++++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 60 insertions(+), 41 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5dd3913..26dc132 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "mocha": "9.1.3", "nyc": "15.1.0", "prettier": "2.5.1", - "type-fest": "2.8.0", + "type-fest": "2.10.0", "typescript": "4.5.4" }, "peerDependencies": { @@ -2380,24 +2380,14 @@ "dev": true, "license": "MIT" }, - "node_modules/cli-truncate/node_modules/is-fullwidth-code-point": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/cli-truncate/node_modules/string-width": { - "version": "5.0.1", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.0.tgz", + "integrity": "sha512-7x54QnN21P+XL/v8SuNKvfgsUre6PXpN7mc77N3HlZv+f1SBRGmjxtOud2Z6FZ8DmdkD/IdjCaf9XXbnqmTZGQ==", "dev": true, - "license": "MIT", "dependencies": { + "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", - "is-fullwidth-code-point": "^4.0.0", "strip-ansi": "^7.0.1" }, "engines": { @@ -2792,6 +2782,12 @@ "node": ">=10" } }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, "node_modules/electron-to-chromium": { "version": "1.3.886", "dev": true, @@ -3270,8 +3266,9 @@ } }, "node_modules/eslint-visitor-keys": { - "version": "3.1.0", - "license": "Apache-2.0", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz", + "integrity": "sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } @@ -4871,9 +4868,10 @@ } }, "node_modules/meow/node_modules/hosted-git-info": { - "version": "4.0.2", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", + "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, - "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -6591,9 +6589,10 @@ } }, "node_modules/type-fest": { - "version": "2.8.0", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.10.0.tgz", + "integrity": "sha512-u2yreDMllFI3VCpWt0rKrGs/E2LO0YHBwiiOIj+ilQh9+ALMaa4lNBSdoDvuHN3cbKcYk9L1BXP49x9RT+o/SA==", "dev": true, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=12.20" }, @@ -8587,16 +8586,14 @@ "version": "9.2.2", "dev": true }, - "is-fullwidth-code-point": { - "version": "4.0.0", - "dev": true - }, "string-width": { - "version": "5.0.1", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.0.tgz", + "integrity": "sha512-7x54QnN21P+XL/v8SuNKvfgsUre6PXpN7mc77N3HlZv+f1SBRGmjxtOud2Z6FZ8DmdkD/IdjCaf9XXbnqmTZGQ==", "dev": true, "requires": { + "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", - "is-fullwidth-code-point": "^4.0.0", "strip-ansi": "^7.0.1" } }, @@ -8867,6 +8864,12 @@ "version": "8.6.0", "dev": true }, + "eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, "electron-to-chromium": { "version": "1.3.886", "dev": true @@ -9206,7 +9209,7 @@ "prettier": "2.5.1", "resolve": "1.20.0", "semver": "7.3.5", - "type-fest": "2.8.0", + "type-fest": "2.10.0", "typescript": "4.5.4" }, "dependencies": { @@ -10825,16 +10828,14 @@ "version": "9.2.2", "dev": true }, - "is-fullwidth-code-point": { - "version": "4.0.0", - "dev": true - }, "string-width": { - "version": "5.0.1", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.0.tgz", + "integrity": "sha512-7x54QnN21P+XL/v8SuNKvfgsUre6PXpN7mc77N3HlZv+f1SBRGmjxtOud2Z6FZ8DmdkD/IdjCaf9XXbnqmTZGQ==", "dev": true, "requires": { + "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", - "is-fullwidth-code-point": "^4.0.0", "strip-ansi": "^7.0.1" } }, @@ -11105,6 +11106,12 @@ "version": "8.6.0", "dev": true }, + "eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, "electron-to-chromium": { "version": "1.3.886", "dev": true @@ -11474,7 +11481,9 @@ } }, "eslint-visitor-keys": { - "version": "3.1.0" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz", + "integrity": "sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==" }, "espree": { "version": "9.2.0", @@ -12391,7 +12400,9 @@ }, "dependencies": { "hosted-git-info": { - "version": "4.0.2", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", + "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -13452,7 +13463,9 @@ } }, "type-fest": { - "version": "2.8.0", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.10.0.tgz", + "integrity": "sha512-u2yreDMllFI3VCpWt0rKrGs/E2LO0YHBwiiOIj+ilQh9+ALMaa4lNBSdoDvuHN3cbKcYk9L1BXP49x9RT+o/SA==", "dev": true }, "typedarray-to-buffer": { @@ -13775,7 +13788,9 @@ } }, "eslint-visitor-keys": { - "version": "3.1.0" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz", + "integrity": "sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==" }, "espree": { "version": "9.2.0", @@ -14692,7 +14707,9 @@ }, "dependencies": { "hosted-git-info": { - "version": "4.0.2", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", + "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -15753,7 +15770,9 @@ } }, "type-fest": { - "version": "2.8.0", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.10.0.tgz", + "integrity": "sha512-u2yreDMllFI3VCpWt0rKrGs/E2LO0YHBwiiOIj+ilQh9+ALMaa4lNBSdoDvuHN3cbKcYk9L1BXP49x9RT+o/SA==", "dev": true }, "typedarray-to-buffer": { diff --git a/package.json b/package.json index e1aabfc..0ce095b 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "mocha": "9.1.3", "nyc": "15.1.0", "prettier": "2.5.1", - "type-fest": "2.8.0", + "type-fest": "2.10.0", "typescript": "4.5.4" }, "lint-staged": { From b2c4305d769bd05dc23a767491e20f0bbb9e6306 Mon Sep 17 00:00:00 2001 From: roikoren755 <26850796+roikoren755@users.noreply.github.com> Date: Sat, 22 Jan 2022 21:09:06 +0200 Subject: [PATCH 2/2] Create curvy-kids-argue.md --- .changeset/curvy-kids-argue.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/curvy-kids-argue.md diff --git a/.changeset/curvy-kids-argue.md b/.changeset/curvy-kids-argue.md new file mode 100644 index 0000000..c7748b0 --- /dev/null +++ b/.changeset/curvy-kids-argue.md @@ -0,0 +1,5 @@ +--- +"eslint-plugin-node-roikoren": patch +--- + +chore(deps): update dependency type-fest to v2.10.0