ember-simple-auth
ember-simple-auth copied to clipboard
chore(deps): update dependency eslint-plugin-ember to v12
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-ember | 11.12.0 -> 12.2.0 |
Release Notes
ember-cli/eslint-plugin-ember (eslint-plugin-ember)
v12.2.0
:rocket: Enhancement
- #2155 Add new ember-data rule:
require-async-inverse-relationship(@wozny1989) - #2157 Consider
_test.{js|ts|gjs|gts}as test file. (@HEYGUL)
:bug: Bug Fix
- #2159 Fix deprecation blocking eslint v9 (@LucasHill)
- #2151 Fix false positive error for
no-runloop(@mkszepp)
:house: Internal
- #2153 Fix API deprecations blocking eslint v9 compatibility (@LucasHill)
Committers: 4
- Adam Woźny (@wozny1989)
- GUL (@HEYGUL)
- Lucas Hill (@LucasHill)
- Markus Sanin (@mkszepp)
v12.1.1
:bug: Bug Fix
- #2149 Bump parser version (@NullVoxPopuli)
- #2148 fix test after parser update, resolves #2118 (@patricklx)
- #2147 fix isTestFile - test-aware lints were not correctly identifying gjs and gts tests and test files (@NullVoxPopuli)
Committers: 1
v12.1.0
:rocket: Enhancement
- #2117 update ember eslint parser (@patricklx)
:bug: Bug Fix
- #2107 include recommended ts-eslint rules for gts (@patricklx)
:memo: Documentation
Committers: 2
- Markus Sanin (@mkszepp)
- Patrick Pircher (@patricklx)
v12.0.2
:bug: Bug Fix
- #2092 Fix flat config for gts/gjs and
noopparser name (@bmish) - #2091 Upgrade ember-eslint-parser to 0.3.6 (@NullVoxPopuli)
:house: Internal
Committers: 2
- Bryan Mishkin (@bmish)
- @NullVoxPopuli
v12.0.1
:bug: Bug Fix
:memo: Documentation
- #2088 add doc about gts imports in ts files (@patricklx)
- #2068 add
plugin:@​typescript-eslint/recommendedto readme for GTS (@evoactivity)
:house: Internal
Committers: 4
- Bryan Mishkin (@bmish)
- Jarek Radosz (@CvX)
- Liam Potter (@evoactivity)
- Patrick Pircher (@patricklx)
v12.0.0
:boom: Breaking Change
- #1962 Drop support for Node 14, 16, 19 (@patricklx)
- #1963 Add new
recommendedrules:no-at-ember-render-modifiers,no-deprecated-router-transition-methods,no-implicit-injections,no-runloop,no-tracked-properties-from-args, (@patricklx) - #1977 Add new
recommendedrule:template-no-let-reference(@bmish) - #1981 Add
template-no-let-referencerule torecommended-gjsandrecommended-gtsconfigs (@patricklx) - #1967 Drop support for ESLint 7 (@bmish)
- #1978 Set config
ecmaVersionto2022(@bmish) - #1965 Change
useAtoption default totrueat inno-getrule (@patricklx) - #2028 Move gjs/gts parser to
ember-eslint-parserlibrary (@NullVoxPopuli)
:rocket: Enhancement
- #1939 Add new rule
template-no-let-reference(@patricklx) - #1943 Add new rule
template-indent(@patricklx) - #1971 Add template block comment eslint directives (@patricklx)
- #1944 Add gts/gjs configs (@patricklx)
- #1942 Use custom parser for gts/gjs (@patricklx)
- #1975 Update almost all dependencies (@bmish)
- #1984 Update
@typescript-eslint/dependencies to v6 (@patricklx) - #2020 Support ESLint flat config (@bmish)
:bug: Bug Fix
- #1994 [gjs/gts parser] fix locations for ast after templates (@patricklx)
- #1992 [gjs/gts parser] fix references for tags with a dot & non standard html tags (@patricklx)
- #1996 [gjs/gts parser] fix type aware linting when using ts+gts files (@patricklx)
- #2005 [gjs/gts parser] fix parsing when there are multiple default
<template>blocks (not allowed) (@patricklx) - #2055 Bump ember-eslint-parser to
0.2.5- Includes fix for SVG scope parsing (@NullVoxPopuli) - #2048 Bump ember-eslint-parser to
0.2.4(@NullVoxPopuli) - #2046 Fix issue with
no-deprecated-router-transition-methodsthrowing errors outside of class usage (@NullVoxPopuli) - #2027 Allow ember-data type registry imports in
use-ember-data-rfc-395-importsrule (@wagenet)
:memo: Documentation
- #1969 Add automatic rule option lists with eslint-doc-generator (@bmish)
- #1966 Automatically generate README configs list with eslint-doc-generator (@bmish)
- #1980 Improve gts gjs configuration example (@patricklx)
- #1990 Fix names for
recommended-gts/recommended-gjsconfigs in readme (@c0rydoras)
:house: Internal
- #1974 Update eslint-plugin-unicorn to v49 (@bmish)
- #2018 Switch to ESLint flat config internally (@bmish)
- #2036 Add
lint:fixscript (@NullVoxPopuli) - #2037 Add volta in package.json (@NullVoxPopuli)
Committers: 4
- Arthur Deierlein (@c0rydoras)
- Bryan Mishkin (@bmish)
- Patrick Pircher (@patricklx)
- @NullVoxPopuli
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Some tests with 'continue-on-error: true' have failed:
-
test-app test:one ember-beta
-
classic-test-app test:one ember-beta
-
test-esa test:one ember-beta
-
test-esa test:one ember-canary
-
test-app test:one ember-canary
Created by continue-on-error-comment