From aaa6384909f233c10d1835b2ae21990e2f878c81 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 2 Jul 2023 15:24:11 +0100 Subject: [PATCH] Upgrade @ehmicky/dev-tasks 2.0.84 -> 2.0.85 --- package-lock.json | 81 +++++++++++++++++++---------------------------- package.json | 2 +- 2 files changed, 34 insertions(+), 49 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a09297..5844a95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "eslint-plugin-prefer-arrow-functions": "^3.1.4" }, "devDependencies": { - "@ehmicky/dev-tasks": "^2.0.84", + "@ehmicky/dev-tasks": "^2.0.85", "execa": "^7.1.1", "sinon": "^15.2.0" }, @@ -1837,15 +1837,15 @@ } }, "node_modules/@ehmicky/dev-tasks": { - "version": "2.0.84", - "resolved": "https://registry.npmjs.org/@ehmicky/dev-tasks/-/dev-tasks-2.0.84.tgz", - "integrity": "sha512-QnFHWv3S1D/VOaeJx2roz9rvGJsgy6HJUxsDpY+VoCaBhX9CqaBjuzl0rr7UQZRgVo+tUr4bPfku4nOThWfUcg==", + "version": "2.0.85", + "resolved": "https://registry.npmjs.org/@ehmicky/dev-tasks/-/dev-tasks-2.0.85.tgz", + "integrity": "sha512-eoeK1nJYzVH1PZjVTlWcZvT9ayZjLb8IzPIii+hq0QHyOPXl3m62FkNbiwFRFd8ZYCrkDvFLKlMGtjC5G+V0ug==", "dev": true, "dependencies": { "@babel/preset-env": "^7.22.7", "@babel/preset-typescript": "^7.22.5", "@babel/register": "^7.22.5", - "@ehmicky/eslint-config": "^18.0.34", + "@ehmicky/eslint-config": "^18.0.35", "c8": "^8.0.0", "del": "^7.0.0", "execa": "^7.1.1", @@ -1879,40 +1879,6 @@ "gulp": "^4.0.2" } }, - "node_modules/@ehmicky/dev-tasks/node_modules/@ehmicky/eslint-config": { - "version": "18.0.34", - "resolved": "https://registry.npmjs.org/@ehmicky/eslint-config/-/eslint-config-18.0.34.tgz", - "integrity": "sha512-WPY41V2VCLgC3McTRNXaO3qztY6GCgAOrT0oIK0gtX51+LJPlz9Zd58Ls4/tu8dBN4PbNeISaahkjHJVc2DgNA==", - "dev": true, - "dependencies": { - "eslint-plugin-prefer-arrow-functions": "^3.1.4" - }, - "engines": { - "node": ">=16.17.0" - }, - "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.59.5", - "@typescript-eslint/parser": "^5.59.5", - "eslint": "^8.40.0", - "eslint-config-prettier": "^8.8.0", - "eslint-config-standard": "^17.1.0", - "eslint-formatter-codeframe": "^7.32.1", - "eslint-import-resolver-node": "^0.3.6", - "eslint-import-resolver-typescript": "^3.5.5", - "eslint-plugin-ava": "^14.0.0", - "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-filenames": "^1.3.2", - "eslint-plugin-fp": "^2.3.0", - "eslint-plugin-html": "^7.1.0", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-markdown": "^3.0.0", - "eslint-plugin-n": "^16.0.0", - "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-unicorn": "^47.0.0", - "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0", - "prettier": "^2.8.8" - } - }, "node_modules/@ehmicky/dev-tasks/node_modules/got": { "version": "13.0.0", "resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz", @@ -1938,19 +1904,38 @@ "url": "https://github.com/sindresorhus/got?sponsor=1" } }, - "node_modules/@ehmicky/dev-tasks/node_modules/prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "node_modules/@ehmicky/eslint-config": { + "version": "18.0.35", + "resolved": "https://registry.npmjs.org/@ehmicky/eslint-config/-/eslint-config-18.0.35.tgz", + "integrity": "sha512-onSmtD+CIyKbf+rskt3Tf/iCWtoLOjjvNW4lpshGgPf2bGKCeywY+12nGomarglVftNEMIEp2tm69ZygSfeiAQ==", "dev": true, - "bin": { - "prettier": "bin-prettier.js" + "dependencies": { + "eslint-plugin-prefer-arrow-functions": "^3.1.4" }, "engines": { - "node": ">=10.13.0" + "node": ">=16.17.0" }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" + "peerDependencies": { + "@typescript-eslint/eslint-plugin": "^5.61.0", + "@typescript-eslint/parser": "^5.61.0", + "eslint": "^8.44.0", + "eslint-config-prettier": "^8.8.0", + "eslint-config-standard": "^17.1.0", + "eslint-formatter-codeframe": "^7.32.1", + "eslint-import-resolver-node": "^0.3.6", + "eslint-import-resolver-typescript": "^3.5.5", + "eslint-plugin-ava": "^14.0.0", + "eslint-plugin-eslint-comments": "^3.2.0", + "eslint-plugin-filenames": "^1.3.2", + "eslint-plugin-fp": "^2.3.0", + "eslint-plugin-html": "^7.1.0", + "eslint-plugin-import": "^2.27.5", + "eslint-plugin-markdown": "^3.0.0", + "eslint-plugin-n": "^16.0.1", + "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0", + "prettier": "^3.0.0" } }, "node_modules/@eslint-community/eslint-utils": { diff --git a/package.json b/package.json index 3ad7b22..df26d10 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "lib": "src" }, "devDependencies": { - "@ehmicky/dev-tasks": "^2.0.84", + "@ehmicky/dev-tasks": "^2.0.85", "execa": "^7.1.1", "sinon": "^15.2.0" },