Closed renovate[bot] closed 1 year ago
This PR contains the following updates:
8.0.3
9.0.0
10.6.1
11.2.1
📅 Schedule: Branch creation - "after 3am,before 9am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
8.0.3
->9.0.0
10.6.1
->11.2.1
Release Notes
ember-cli/ember-resolver
### [`v9.0.0`](https://togithub.com/ember-cli/ember-resolver/blob/HEAD/CHANGELOG.md#v900-2022-12-19) [Compare Source](https://togithub.com/ember-cli/ember-resolver/compare/v8.0.3...v9.0.0) TL;DR: drop some old versions, and ship TypeScript type definitions. ##### :boom: Breaking Change - [#835](https://togithub.com/ember-cli/ember-resolver/pull/835) Drop support for Ember 3.x, add 4.8 to CI ([@chriskrycho](https://togithub.com/chriskrycho)) - [#774](https://togithub.com/ember-cli/ember-resolver/pull/774) Remove CI scenarios for Ember < 3.24 ([@rwjblue](https://togithub.com/rwjblue)) - [#758](https://togithub.com/ember-cli/ember-resolver/pull/758) Remove support for ember-cli < 2.0.0 ([@rwjblue](https://togithub.com/rwjblue)) - [#757](https://togithub.com/ember-cli/ember-resolver/pull/757) Drop support for Node 10, 11, 12, 13, 15, and 17. ([@rwjblue](https://togithub.com/rwjblue)) ##### :rocket: Enhancement - [#823](https://togithub.com/ember-cli/ember-resolver/pull/823) Feature: Introduce ambient type definitions ([@chriskrycho](https://togithub.com/chriskrycho)) ##### :bug: Bug Fix - [#831](https://togithub.com/ember-cli/ember-resolver/pull/831) Bugfix/types: `Resolver extends EmberObject` ([@chriskrycho](https://togithub.com/chriskrycho)) ##### :memo: Documentation - [#778](https://togithub.com/ember-cli/ember-resolver/pull/778) Refactor the README ([@rwjblue](https://togithub.com/rwjblue)) ##### :house: Internal - [#834](https://togithub.com/ember-cli/ember-resolver/pull/834) Fix release-it config ([@chriskrycho](https://togithub.com/chriskrycho)) - [#782](https://togithub.com/ember-cli/ember-resolver/pull/782) V2 Addon Part 1: Separate test-app from addon ([@rwjblue](https://togithub.com/rwjblue)) - [#781](https://togithub.com/ember-cli/ember-resolver/pull/781) Remove unused dependencies ([@rwjblue](https://togithub.com/rwjblue)) - [#780](https://togithub.com/ember-cli/ember-resolver/pull/780) Add concurrency setup to CI ([@rwjblue](https://togithub.com/rwjblue)) - [#779](https://togithub.com/ember-cli/ember-resolver/pull/779) Migrate to `npm` ([@rwjblue](https://togithub.com/rwjblue)) - [#777](https://togithub.com/ember-cli/ember-resolver/pull/777) Update minimum ember-cli-babel version to 7.26.11 ([@rwjblue](https://togithub.com/rwjblue)) - [#714](https://togithub.com/ember-cli/ember-resolver/pull/714) Update npmignore file ([@SergeAstapov](https://togithub.com/SergeAstapov)) - [#776](https://togithub.com/ember-cli/ember-resolver/pull/776) Add Ember 3.28 and 4.4 CI scenarios ([@rwjblue](https://togithub.com/rwjblue)) - [#775](https://togithub.com/ember-cli/ember-resolver/pull/775) Update Embroider CI scenarios to ^1.8.0 ([@rwjblue](https://togithub.com/rwjblue)) - [#772](https://togithub.com/ember-cli/ember-resolver/pull/772) Update devDependencies to latest. ([@rwjblue](https://togithub.com/rwjblue)) - [#773](https://togithub.com/ember-cli/ember-resolver/pull/773) Remove "classic" edition CI scenarios ([@rwjblue](https://togithub.com/rwjblue)) - [#771](https://togithub.com/ember-cli/ember-resolver/pull/771) Fix CI when using Ember 4+ ([@rwjblue](https://togithub.com/rwjblue)) - [#756](https://togithub.com/ember-cli/ember-resolver/pull/756) Update ember-auto-import to >= 2.4.2 ([@rwjblue](https://togithub.com/rwjblue)) ##### Committers: 3 - Chris Krycho ([@chriskrycho](https://togithub.com/chriskrycho)) - Robert Jackson ([@rwjblue](https://togithub.com/rwjblue)) - Sergey Astapov ([@SergeAstapov](https://togithub.com/SergeAstapov))ember-cli/eslint-plugin-ember
### [`v11.2.1`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1121-2022-11-30) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v11.2.0...v11.2.1) ##### :bug: Bug Fix - [#1687](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1687) Don't lose optional chaining with `objectAt` in autofix for `no-array-prototype-extensions` rule ([@52052100](https://togithub.com/52052100)) ##### :house: Internal - [#1686](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1686) Temporarily skip failing test scenario for gjs/gts processor ([@nlfurniss](https://togithub.com/nlfurniss)) ##### Committers: 2 - Lan Yang ([@52052100](https://togithub.com/52052100)) - Nathaniel Furniss ([@nlfurniss](https://togithub.com/nlfurniss)) ### [`v11.2.0`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1120-2022-10-27) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v11.1.0...v11.2.0) ##### :rocket: Enhancement - [#1395](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1395) Support `` (no-undef, etc) ([@NullVoxPopuli](https://togithub.com/NullVoxPopuli)) ##### :bug: Bug Fix - [#1640](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1640) Avoid in-place sorting in `sortBy` autofixer in `no-array-prototype-extensions` rule ([@tgvrssanthosh](https://togithub.com/tgvrssanthosh)) ##### :memo: Documentation - [#1646](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1646) Automate docs with eslint-doc-generator ([@bmish](https://togithub.com/bmish)) ##### Committers: 3 - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) - Santhosh Venkata Rama Siva Thanakala Gani ([@tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [@NullVoxPopuli](https://togithub.com/NullVoxPopuli) ### [`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)) ### [`v11.0.6`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1106-2022-08-18) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v11.0.5...v11.0.6) ##### :bug: Bug Fix - [#1562](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1562) Remove `no-array-prototype-extensions` rule from `recommended` config ([@ef4](https://togithub.com/ef4)) - [#1555](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1555) Ignore `super` in `no-array-prototype-extensions` rule ([@bmish](https://togithub.com/bmish)) ##### :memo: Documentation - [#1569](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1569) Add link to Ember function prototype extension deprecation RFC ([@bmish](https://togithub.com/bmish)) - [#1554](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1554) Mention `no-array-prototype-extensions` ember-template-lint rule ([@bmish](https://togithub.com/bmish)) ##### Committers: 2 - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) - Edward Faulkner ([@ef4](https://togithub.com/ef4)) ### [`v11.0.5`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1105-2022-08-02) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v11.0.4...v11.0.5) ##### :bug: Bug Fix - [#1552](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1552) Fix false positive with `reject()` on instance of `RSVP.defer()` in `no-array-prototype-extensions` rule ([@bmish](https://togithub.com/bmish)) - [#1547](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1547) Improve false positive detection, especially for variable names containing Set/Map, in `no-array-prototype-extensions` rule ([@bmish](https://togithub.com/bmish)) ##### Committers: 1 - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) ### [`v11.0.4`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1104-2022-07-29) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v11.0.3...v11.0.4) ##### :bug: Bug Fix - [#1546](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1546) Fix false positives with `RSVP.Promise.reject()` in `no-array-prototype-extensions` rule ([@bmish](https://togithub.com/bmish)) ##### :memo: Documentation - [#1545](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1545) Improve documentation for `no-*-prototype-extensions` rules ([@bmish](https://togithub.com/bmish)) ##### Committers: 1 - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) ### [`v11.0.3`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1103-2022-07-26) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v11.0.2...v11.0.3) ##### :bug: Bug Fix - [#1544](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1544) Fix false positive with Set/Map-initialized *private* class properties in `no-array-prototype-extensions` rule ([@bmish](https://togithub.com/bmish)) - [#1543](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1543) Fix false positive with Set/Map-initialized *public* class properties in `no-array-prototype-extensions` rule ([@bmish](https://togithub.com/bmish)) ##### Committers: 1 - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) ### [`v11.0.2`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1102-2022-07-23) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v11.0.1...v11.0.2) ##### :bug: Bug Fix - [#1538](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1538) Fix false positive with simple Set/Map-initialized objects in `no-array-prototype-extensions` rule ([@bmish](https://togithub.com/bmish)) - [#1539](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1539) Fix false positive with `RSVP.reject()` in `no-array-prototype-extensions` ([@gilest](https://togithub.com/gilest)) ##### Committers: 2 - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) - Giles Thompson ([@gilest](https://togithub.com/gilest)) ### [`v11.0.1`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1101-2022-07-21) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v11.0.0...v11.0.1) ##### :bug: Bug Fix - [#1536](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1536) Ignore some commonly-known non-array functions/objects to reduce false positives in `no-array-prototype-extensions` rule ([@bmish](https://togithub.com/bmish)) ##### Committers: 1 - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) ### [`v11.0.0`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1100-2022-07-20) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v10.6.1...v11.0.0) ##### :boom: Breaking Change - [#1517](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1517) Add `no-array-prototype-extensions` as `recommended` rule (NOTE: removed as `recommended` in v11.0.6) ([@bmish](https://togithub.com/bmish)) - [#1515](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1515) Drop support for ESLint v6 ([@bmish](https://togithub.com/bmish)) - [#1318](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1318) Drop support for Node 10, 12, 15, 17 ([@aggmoulik](https://togithub.com/aggmoulik)) - [#1519](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1519) Enable `useOptionalChaining` option by default for `no-get` rule ([@bmish](https://togithub.com/bmish)) - [#1518](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1518) Remove `base` config ([@bmish](https://togithub.com/bmish)) - [#1516](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1516) Set config `ecmaVersion` to `2020` ([@bmish](https://togithub.com/bmish)) - [#1513](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1513) Stop exporting non-Ember utils ([@bmish](https://togithub.com/bmish)) - [#1514](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1514) Strictly define Node API ([@bmish](https://togithub.com/bmish)) - [#1512](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1512) Update `avoid-leaking-state-in-ember-objects` rule to augment instead of replace default config ([@bmish](https://togithub.com/bmish)) ##### :rocket: Enhancement - [#1529](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1529) Better support native class property definitions (and update to ESLint v8 internally) ([@bmish](https://togithub.com/bmish)) ##### :memo: Documentation - [#1484](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1484) Improve links in `no-array-prototype-extensions` rule doc ([@bmish](https://togithub.com/bmish)) - [#1480](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1480) Update optional rule example to use actual optional rule ([@bmish](https://togithub.com/bmish)) ##### :house: Internal - [#1481](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1481) Add Node 18 to CI ([@ddzz](https://togithub.com/ddzz)) - [#1352](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1352) Upgrade ESLint dependencies and fix new linting issues ([@ddzz](https://togithub.com/ddzz)) ##### Committers: 3 - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) - Darius Dzien ([@ddzz](https://togithub.com/ddzz)) - Moulik Aggarwal ([@aggmoulik](https://togithub.com/aggmoulik))Configuration
📅 Schedule: Branch creation - "after 3am,before 9am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.