From f69fb3214b51b6fc23640df15ed4eb0217dd71de Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 May 2022 08:53:30 +0000 Subject: [PATCH] Update dependency eslint-plugin-ghost to v2.14.0 --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 6312269c24..affda0fda7 100644 --- a/package.json +++ b/package.json @@ -197,7 +197,7 @@ "coffeescript": "2.7.0", "cssnano": "5.1.7", "eslint": "8.15.0", - "eslint-plugin-ghost": "2.13.0", + "eslint-plugin-ghost": "2.14.0", "grunt": "1.5.3", "grunt-bg-shell": "2.3.3", "grunt-contrib-clean": "2.0.1", diff --git a/yarn.lock b/yarn.lock index ad7a61fa74..6669d077bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5150,10 +5150,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-plugin-ember@10.5.9: - version "10.5.9" - resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.5.9.tgz#4071ac135c7207c7d4942e9fa75b710214885469" - integrity sha512-kJsdAaKNcfRvZBZ+YZ67pxxUgl+aPLFAnoFJNwTo+BsaptiOCsHUEc4xUKXiInH2BJOC6mg0FQcZKn1a6gwKrA== +eslint-plugin-ember@10.6.1: + version "10.6.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.6.1.tgz#04ea84cc82307f64a2faa4f2855b30e5ebf9f722" + integrity sha512-R+TN3jwhYQ2ytZCA1VkfJDZSGgHFOHjsHU1DrBlRXYRepThe56PpuGxywAyDvQ7inhoAz3e6G6M60PzpvjzmNg== dependencies: "@ember-data/rfc395-data" "^0.0.4" css-tree "^2.0.4" @@ -5182,18 +5182,18 @@ eslint-plugin-filenames@1.3.2: lodash.snakecase "4.1.1" lodash.upperfirst "4.3.1" -eslint-plugin-ghost@2.13.0: - version "2.13.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-ghost/-/eslint-plugin-ghost-2.13.0.tgz#1ab0ec7d508b38e33c39e8d4d22ef21632b488cb" - integrity sha512-l0r9NGeGOrjXQtgLdDZjdXuJjyNMOTES4DqzEob5FrQM80bnLjbbRBrBXDt637ZZW9+nPcsCv8x6bDHAf1Ds5w== +eslint-plugin-ghost@2.14.0: + version "2.14.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-ghost/-/eslint-plugin-ghost-2.14.0.tgz#cabfa6910f5f2053954dbad5f6ea3a8828035c36" + integrity sha512-vccwznFPJvZdPZmgq9GyBkPtf6hrharOYf8jny4s6H28mTv65TB02lxY5GTLBqA5FvgSsXPYTPXxIFp+V5n/nw== dependencies: "@kapouer/eslint-plugin-no-return-in-loop" "1.0.0" - eslint-plugin-ember "10.5.9" + eslint-plugin-ember "10.6.1" eslint-plugin-filenames "1.3.2" eslint-plugin-mocha "7.0.1" eslint-plugin-node "11.1.0" eslint-plugin-sort-imports-es6-autofix "0.6.0" - eslint-plugin-unicorn "41.0.0" + eslint-plugin-unicorn "42.0.0" eslint-plugin-mocha@7.0.1: version "7.0.1" @@ -5220,10 +5220,10 @@ eslint-plugin-sort-imports-es6-autofix@0.6.0: resolved "https://registry.yarnpkg.com/eslint-plugin-sort-imports-es6-autofix/-/eslint-plugin-sort-imports-es6-autofix-0.6.0.tgz#b8cd8639d7a54cefce6b17898b102fd5ec31e52b" integrity sha512-2NVaBGF9NN+727Fyq+jJYihdIeegjXeUUrZED9Q8FVB8MsV3YQEyXG96GVnXqWt0pmn7xfCZOZf3uKnIhBrfeQ== -eslint-plugin-unicorn@41.0.0: - version "41.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz#bf0974f8551ab4dd4aaae7d9cf53894040defbbd" - integrity sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA== +eslint-plugin-unicorn@42.0.0: + version "42.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz#47d60c00c263ad743403b052db689e39acbacff1" + integrity sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg== dependencies: "@babel/helper-validator-identifier" "^7.15.7" ci-info "^3.3.0"