Closed renovate[bot] closed 10 months ago
This PR contains the following updates:
11.11.1
12.0.0
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).
🚦 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.
This PR contains the following updates:
11.11.1
->12.0.0
Release Notes
ember-cli/eslint-plugin-ember (eslint-plugin-ember)
### [`v12.0.0`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1200-2024-01-13) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v11.12.0...v12.0.0) ##### :boom: Breaking Change - [#1962](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1962) Drop support for Node 14, 16, 19 ([@patricklx](https://togithub.com/patricklx)) - [#1963](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1963) Add new `recommended` rules: `no-at-ember-render-modifiers`, `no-deprecated-router-transition-methods`, `no-implicit-injections`, `no-runloop`, `no-tracked-properties-from-args`, ([@patricklx](https://togithub.com/patricklx)) - [#1977](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1977) Add new `recommended` rule: `template-no-let-reference` ([@bmish](https://togithub.com/bmish)) - [#1981](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1981) Add `template-no-let-reference` rule to `recommended-gjs` and `recommended-gts` configs ([@patricklx](https://togithub.com/patricklx)) - [#1967](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1967) Drop support for ESLint 7 ([@bmish](https://togithub.com/bmish)) - [#1978](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1978) Set config `ecmaVersion` to `2022` ([@bmish](https://togithub.com/bmish)) - [#1965](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1965) Change `useAt` option default to `true` at in `no-get` rule ([@patricklx](https://togithub.com/patricklx)) - [#2028](https://togithub.com/ember-cli/eslint-plugin-ember/pull/2028) Move gjs/gts parser to `ember-eslint-parser` library ([@NullVoxPopuli](https://togithub.com/NullVoxPopuli)) ##### :rocket: Enhancement - [#1939](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1939) Add new rule `template-no-let-reference` ([@patricklx](https://togithub.com/patricklx)) - [#1943](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1943) Add new rule `template-indent` ([@patricklx](https://togithub.com/patricklx)) - [#1971](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1971) Add template block comment eslint directives ([@patricklx](https://togithub.com/patricklx)) - [#1944](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1944) Add gts/gjs configs ([@patricklx](https://togithub.com/patricklx)) - [#1942](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1942) Use custom parser for gts/gjs ([@patricklx](https://togithub.com/patricklx)) - [#1975](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1975) Update almost all dependencies ([@bmish](https://togithub.com/bmish)) - [#1984](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1984) Update `@typescript-eslint/` dependencies to v6 ([@patricklx](https://togithub.com/patricklx)) - [#2020](https://togithub.com/ember-cli/eslint-plugin-ember/pull/2020) Support ESLint flat config ([@bmish](https://togithub.com/bmish)) ##### :bug: Bug Fix - [#1994](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1994) \[gjs/gts parser] fix locations for ast after templates ([@patricklx](https://togithub.com/patricklx)) - [#1992](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1992) \[gjs/gts parser] fix references for tags with a dot & non standard html tags ([@patricklx](https://togithub.com/patricklx)) - [#1996](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1996) \[gjs/gts parser] fix type aware linting when using ts+gts files ([@patricklx](https://togithub.com/patricklx)) - [#2005](https://togithub.com/ember-cli/eslint-plugin-ember/pull/2005) \[gjs/gts parser] fix parsing when there are multiple default `` blocks (not allowed) ([@patricklx](https://togithub.com/patricklx)) - [#2055](https://togithub.com/ember-cli/eslint-plugin-ember/pull/2055) Bump ember-eslint-parser to `0.2.5` - Includes fix for SVG scope parsing ([@NullVoxPopuli](https://togithub.com/NullVoxPopuli)) - [#2048](https://togithub.com/ember-cli/eslint-plugin-ember/pull/2048) Bump ember-eslint-parser to `0.2.4` ([@NullVoxPopuli](https://togithub.com/NullVoxPopuli)) - [#2046](https://togithub.com/ember-cli/eslint-plugin-ember/pull/2046) Fix issue with `no-deprecated-router-transition-methods` throwing errors outside of class usage ([@NullVoxPopuli](https://togithub.com/NullVoxPopuli)) - [#2027](https://togithub.com/ember-cli/eslint-plugin-ember/pull/2027) Allow ember-data type registry imports in `use-ember-data-rfc-395-imports` rule ([@wagenet](https://togithub.com/wagenet)) ##### :memo: Documentation - [#1969](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1969) Add automatic rule option lists with eslint-doc-generator ([@bmish](https://togithub.com/bmish)) - [#1966](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1966) Automatically generate README configs list with eslint-doc-generator ([@bmish](https://togithub.com/bmish)) - [#1980](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1980) Improve gts gjs configuration example ([@patricklx](https://togithub.com/patricklx)) - [#1990](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1990) Fix names for `recommended-gts` / `recommended-gjs` configs in readme ([@c0rydoras](https://togithub.com/c0rydoras)) ##### :house: Internal - [#1974](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1974) Update eslint-plugin-unicorn to v49 ([@bmish](https://togithub.com/bmish)) - [#2018](https://togithub.com/ember-cli/eslint-plugin-ember/pull/2018) Switch to ESLint flat config internally ([@bmish](https://togithub.com/bmish)) - [#2036](https://togithub.com/ember-cli/eslint-plugin-ember/pull/2036) Add `lint:fix` script ([@NullVoxPopuli](https://togithub.com/NullVoxPopuli)) - [#2037](https://togithub.com/ember-cli/eslint-plugin-ember/pull/2037) Add volta in package.json ([@NullVoxPopuli](https://togithub.com/NullVoxPopuli)) ##### Committers: 4 - Arthur Deierlein ([@c0rydoras](https://togithub.com/c0rydoras)) - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) - Patrick Pircher ([@patricklx](https://togithub.com/patricklx)) - [@NullVoxPopuli](https://togithub.com/NullVoxPopuli) ### [`v11.12.0`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v11120-2023-12-12) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v11.11.1...v11.12.0) ##### :rocket: Enhancement - [#2020](https://togithub.com/ember-cli/eslint-plugin-ember/pull/2020) Support ESLint flat config ([@bmish](https://togithub.com/bmish)) ##### :bug: Bug Fix - [#2027](https://togithub.com/ember-cli/eslint-plugin-ember/pull/2027) Allow ember-data type registry imports in `use-ember-data-rfc-395-imports` rule ([@wagenet](https://togithub.com/wagenet)) ##### Committers: 2 - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) - Peter Wagenet ([@wagenet](https://togithub.com/wagenet))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).
🚦 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.