mainmatter / ember-hotspots

Create interactive prototypes from scratch and design mockups using little code but the full power of the Ember.js ecosystem.
https://simplabs.github.io/ember-hotspots/
MIT License
5 stars 0 forks source link

Update dependency eslint-plugin-ember to v11.1.0 #142

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-ember 11.0.6 -> 11.1.0 age adoption passing confidence

Release Notes

ember-cli/eslint-plugin-ember ### [`v11.1.0`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1110-2022-10-18) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v11.0.6...v11.1.0) ##### :rocket: Enhancement - [#​1632](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1632) Add `getEach` to `map` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1633](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1633) Add `setEach` to `forEach` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1631](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1631) Add `invoke` to `map` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1629](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1629) Add `reject` to `filter` autofixer for no-array-prototype-extensions rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1628](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1628) Add `objectsAt` to `map` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1630](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1630) Add `isAny` and `isEvery` autofixers for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1627](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1627) Add `rejectBy` to `filter` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1626](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1626) Add `uniqBy` to `reduce` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1621](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1621) Add `sortBy` to `sort` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1620](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1620) Add `uniq` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1619](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1619) Add `mapBy` to `map` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1617](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1617) Add `without` to `filter` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1616](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1616) Add `toArray` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1615](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1615) Add `objectAt` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1614](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1614) Add `findBy` to `find` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1611](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1611) Add `compact` to `filter` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1610](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1610) Add `filterBy` to `filter` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1609](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1609) Add `any` to `some` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) ##### :bug: Bug Fix - [#​1635](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1635) Simpler autofix for `sortBy` with single arg for `no-array-prototype-extension` rule ([@​bmish](https://togithub.com/bmish)) ##### :memo: Documentation - [#​1639](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1639) Explain what the autofixer covers in `no-array-prototype-extensions` rule doc ([@​bmish](https://togithub.com/bmish)) - [#​1618](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1618) Add codemod links for jQuery-related rules ([@​bmish](https://togithub.com/bmish)) - [#​1601](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1601) Switch to dash for markdown lists ([@​bmish](https://togithub.com/bmish)) - [#​1582](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1582) Add link to deprecation RFC in `no-array-prototype-extensions` rule doc ([@​bmish](https://togithub.com/bmish)) ##### Committers: 2 - Bryan Mishkin ([@​bmish](https://togithub.com/bmish)) - Santhosh Venkata Rama Siva Thanakala Gani ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.