From e9238700abcabafad75c25b968207e014982ac1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 16:05:24 +0900 Subject: [PATCH] fix(deps): update dependency eslint-plugin-unicorn to v48 (#1399) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(deps): update dependency eslint-plugin-unicorn to v48 * Add change log --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: たふみ --- .changeset/breezy-beers-float.md | 5 +++ package-lock.json | 66 ++++++++++++----------------- packages/eslint-config/package.json | 2 +- 3 files changed, 33 insertions(+), 40 deletions(-) create mode 100644 .changeset/breezy-beers-float.md diff --git a/.changeset/breezy-beers-float.md b/.changeset/breezy-beers-float.md new file mode 100644 index 00000000..0f419556 --- /dev/null +++ b/.changeset/breezy-beers-float.md @@ -0,0 +1,5 @@ +--- +"@4design/eslint-config": patch +--- + +fix(deps): update dependency eslint-plugin-unicorn to v48 diff --git a/package-lock.json b/package-lock.json index b843bd2a..71821d0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -427,8 +427,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.19.1", - "license": "MIT", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", + "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", "engines": { "node": ">=6.9.0" } @@ -14726,11 +14727,11 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "47.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-47.0.0.tgz", - "integrity": "sha512-ivB3bKk7fDIeWOUmmMm9o3Ax9zbMz1Bsza/R2qm46ufw4T6VBFBaJIR1uN3pCKSmSXm8/9Nri8V+iUut1NhQGA==", + "version": "48.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-48.0.0.tgz", + "integrity": "sha512-8fk/v3p1ro34JSVDBEmtOq6EEQRpMR0iTir79q69KnXFZ6DJyPkT3RAi+ZoTqhQMdDSpGh8BGR68ne1sP5cnAA==", "dependencies": { - "@babel/helper-validator-identifier": "^7.19.1", + "@babel/helper-validator-identifier": "^7.22.5", "@eslint-community/eslint-utils": "^4.4.0", "ci-info": "^3.8.0", "clean-regexp": "^1.0.0", @@ -14741,10 +14742,9 @@ "lodash": "^4.17.21", "pluralize": "^8.0.0", "read-pkg-up": "^7.0.1", - "regexp-tree": "^0.1.24", + "regexp-tree": "^0.1.27", "regjsparser": "^0.10.0", - "safe-regex": "^2.1.1", - "semver": "^7.3.8", + "semver": "^7.5.4", "strip-indent": "^3.0.0" }, "engines": { @@ -14754,7 +14754,7 @@ "url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1" }, "peerDependencies": { - "eslint": ">=8.38.0" + "eslint": ">=8.44.0" } }, "node_modules/eslint-plugin-unicorn/node_modules/jsesc": { @@ -14787,14 +14787,6 @@ "jsesc": "bin/jsesc" } }, - "node_modules/eslint-plugin-unicorn/node_modules/safe-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz", - "integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==", - "dependencies": { - "regexp-tree": "~0.1.1" - } - }, "node_modules/eslint-plugin-unicorn/node_modules/semver": { "version": "7.5.4", "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", @@ -22734,8 +22726,9 @@ } }, "node_modules/regexp-tree": { - "version": "0.1.24", - "license": "MIT", + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz", + "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==", "bin": { "regexp-tree": "bin/regexp-tree" } @@ -27438,7 +27431,7 @@ "eslint-plugin-promise": "^6.0.0", "eslint-plugin-sonarjs": "^0.19.0", "eslint-plugin-tailwindcss": "3.13.0", - "eslint-plugin-unicorn": "^47.0.0" + "eslint-plugin-unicorn": "^48.0.0" }, "optionalDependencies": { "eslint-plugin-jsx-a11y": "^6.5.1", @@ -29863,7 +29856,7 @@ "eslint-plugin-react-hooks": "^4.5.0", "eslint-plugin-sonarjs": "^0.19.0", "eslint-plugin-tailwindcss": "3.13.0", - "eslint-plugin-unicorn": "^47.0.0" + "eslint-plugin-unicorn": "^48.0.0" }, "dependencies": { "debug": { @@ -31739,7 +31732,9 @@ "version": "7.19.4" }, "@babel/helper-validator-identifier": { - "version": "7.19.1" + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", + "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==" }, "@babel/helper-validator-option": { "version": "7.18.6", @@ -41757,11 +41752,11 @@ } }, "eslint-plugin-unicorn": { - "version": "47.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-47.0.0.tgz", - "integrity": "sha512-ivB3bKk7fDIeWOUmmMm9o3Ax9zbMz1Bsza/R2qm46ufw4T6VBFBaJIR1uN3pCKSmSXm8/9Nri8V+iUut1NhQGA==", + "version": "48.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-48.0.0.tgz", + "integrity": "sha512-8fk/v3p1ro34JSVDBEmtOq6EEQRpMR0iTir79q69KnXFZ6DJyPkT3RAi+ZoTqhQMdDSpGh8BGR68ne1sP5cnAA==", "requires": { - "@babel/helper-validator-identifier": "^7.19.1", + "@babel/helper-validator-identifier": "^7.22.5", "@eslint-community/eslint-utils": "^4.4.0", "ci-info": "^3.8.0", "clean-regexp": "^1.0.0", @@ -41772,10 +41767,9 @@ "lodash": "^4.17.21", "pluralize": "^8.0.0", "read-pkg-up": "^7.0.1", - "regexp-tree": "^0.1.24", + "regexp-tree": "^0.1.27", "regjsparser": "^0.10.0", - "safe-regex": "^2.1.1", - "semver": "^7.3.8", + "semver": "^7.5.4", "strip-indent": "^3.0.0" }, "dependencies": { @@ -41799,14 +41793,6 @@ } } }, - "safe-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz", - "integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==", - "requires": { - "regexp-tree": "~0.1.1" - } - }, "semver": { "version": "7.5.4", "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", @@ -46891,7 +46877,9 @@ } }, "regexp-tree": { - "version": "0.1.24" + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz", + "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==" }, "regexp.prototype.flags": { "version": "1.4.3", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 6e86bbb3..4e2ae40e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -28,7 +28,7 @@ "eslint-plugin-promise": "^6.0.0", "eslint-plugin-sonarjs": "^0.19.0", "eslint-plugin-tailwindcss": "3.13.0", - "eslint-plugin-unicorn": "^47.0.0" + "eslint-plugin-unicorn": "^48.0.0" }, "optionalDependencies": { "eslint-plugin-jsx-a11y": "^6.5.1",