Skip to content

Commit dbfa25d

Browse files
Update dependency eslint-plugin-ember to v11 (#4999)
* Update dependency eslint-plugin-ember to v11 * ESLint: Disable `no-array-prototype-extensions` rule from `ember` plugin Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tobias Bieniek <tobias@bieniek.cloud>
1 parent 1c7c959 commit dbfa25d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ module.exports = {
3131

3232
// disabled because we still use `this.set()` in a few places and it works just fine
3333
'ember/classic-decorator-no-classic-methods': 'off',
34+
// disabled because the alternatives are currently not worth the additional complexity
35+
'ember/no-array-prototype-extensions': 'off',
3436

3537
'ember-concurrency/no-perform-without-catch': 'warn',
3638
'ember-concurrency/require-task-name-suffix': 'error',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"ember-window-mock": "0.8.1",
113113
"eslint": "8.20.0",
114114
"eslint-config-prettier": "8.5.0",
115-
"eslint-plugin-ember": "10.6.1",
115+
"eslint-plugin-ember": "11.0.3",
116116
"eslint-plugin-ember-concurrency": "0.5.1",
117117
"eslint-plugin-import-helpers": "1.2.1",
118118
"eslint-plugin-prettier": "4.2.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7218,10 +7218,10 @@ eslint-plugin-ember-concurrency@0.5.1:
72187218
resolved "https://registry.yarnpkg.com/eslint-plugin-ember-concurrency/-/eslint-plugin-ember-concurrency-0.5.1.tgz#48c283e296cea0b591677da9359469537b16369d"
72197219
integrity sha512-sQjDs/pZt2+882M15hnEdmcxh7LIObP9d8kt5yw5nKNR6tGF5SIBPx00Jji61KYISakFHzSgcZfgquK3dfY8xA==
72207220

7221-
eslint-plugin-ember@10.6.1:
7222-
version "10.6.1"
7223-
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.6.1.tgz#04ea84cc82307f64a2faa4f2855b30e5ebf9f722"
7224-
integrity sha512-R+TN3jwhYQ2ytZCA1VkfJDZSGgHFOHjsHU1DrBlRXYRepThe56PpuGxywAyDvQ7inhoAz3e6G6M60PzpvjzmNg==
7221+
eslint-plugin-ember@11.0.3:
7222+
version "11.0.3"
7223+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-11.0.3.tgz#66db6c78c35553356b96666dff3c4dc17c0edb30"
7224+
integrity sha512-nXfVSHwmrYF9cix/wAr0nWSm3Y181JLrWFPyOGubXRZUyJVWdLexOfI4mDMY0jC0W6ndk3qSFVxyYEUwG+687w==
72257225
dependencies:
72267226
"@ember-data/rfc395-data" "^0.0.4"
72277227
css-tree "^2.0.4"

0 commit comments

Comments
 (0)