Skip to content

Commit 4889498

Browse files
Bump eslint-plugin-ember from 6.10.1 to 8.14.0
Bumps [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) from 6.10.1 to 8.14.0. - [Release notes](https://github.com/ember-cli/eslint-plugin-ember/releases) - [Changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md) - [Commits](ember-cli/eslint-plugin-ember@v6.10.1...v8.14.0) --- updated-dependencies: - dependency-name: eslint-plugin-ember dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3600bd commit 4889498

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"ember-source": "~3.14.1",
8484
"ember-source-channel-url": "^3.0.0",
8585
"ember-try": "^2.0.0",
86-
"eslint-plugin-ember": "^7.1.0",
86+
"eslint-plugin-ember": "^8.14.0",
8787
"eslint-plugin-node": "^11.1.0",
8888
"keyevent": "^1.1.0",
8989
"loader.js": "^4.7.0",

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5900,7 +5900,7 @@ ember-resolver@^8.0.3:
59005900
ember-cli-version-checker "^5.1.2"
59015901
resolve "^1.20.0"
59025902

5903-
ember-rfc176-data@^0.3.12, ember-rfc176-data@^0.3.13, ember-rfc176-data@^0.3.17:
5903+
ember-rfc176-data@^0.3.13, ember-rfc176-data@^0.3.15, ember-rfc176-data@^0.3.17:
59045904
version "0.3.17"
59055905
resolved "https://registry.yarnpkg.com/ember-rfc176-data/-/ember-rfc176-data-0.3.17.tgz#d4fc6c33abd6ef7b3440c107a28e04417b49860a"
59065906
integrity sha512-EVzTTKqxv9FZbEh6Ktw56YyWRAA0MijKvl7H8C06wVF+8f/cRRz3dXxa4nkwjzyVwx4rzKGuIGq77hxJAQhWWw==
@@ -6223,13 +6223,14 @@ escodegen@^1.8.1:
62236223
optionalDependencies:
62246224
source-map "~0.6.1"
62256225

6226-
eslint-plugin-ember@^7.1.0:
6227-
version "7.13.0"
6228-
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-7.13.0.tgz#a1df7794f06cdc6e1b8acfe6c59db5cf861f53dc"
6229-
integrity sha512-qIbw4uP0qUJoiWF4+7MTJWqwEN86RGmBNId0cwSoHoVNWtcw50R1ajYgxM1Q5FVUdoisVeSl9lKVRh5zkDFl+g==
6226+
eslint-plugin-ember@^8.14.0:
6227+
version "8.14.0"
6228+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-8.14.0.tgz#fc4c5119b5a1c87604a7bf920ca397783b96b7be"
6229+
integrity sha512-PQhR58omMAZzcJOB8GLWzL6l/vjRZ2Uo1eohxOmgPUyeBkHfZAMlvK+OSeneMLIr4azLQ4GISkklwv6lxb8qnw==
62306230
dependencies:
62316231
"@ember-data/rfc395-data" "^0.0.4"
6232-
ember-rfc176-data "^0.3.12"
6232+
ember-rfc176-data "^0.3.15"
6233+
lodash.kebabcase "^4.1.1"
62336234
snake-case "^3.0.3"
62346235

62356236
eslint-plugin-es@^3.0.0:
@@ -9143,6 +9144,11 @@ lodash.isarray@^3.0.0:
91439144
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
91449145
integrity sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=
91459146

9147+
lodash.kebabcase@^4.1.1:
9148+
version "4.1.1"
9149+
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
9150+
integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY=
9151+
91469152
lodash.keys@^3.0.0:
91479153
version "3.1.2"
91489154
resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"

0 commit comments

Comments
 (0)