Bump eslint-plugin-ember from 9.6.0 to 10.5.1
Bumps eslint-plugin-ember from 9.6.0 to 10.5.1.
Release notes
Sourced from eslint-plugin-ember's releases.
Release 10.5.1
:bug: Bug Fix
- #1237 Stop using deprecated ESLint
reportAPI (@bmish)- #1230 Use
meta.hasSuggestionsfor suggestable rules to prepare for ESLint 8 (@bmish):memo: Documentation
:house: Internal
Committers: 1
- Bryan Mishkin (
@bmish)Release 10.5.0
:rocket: Enhancement
- #1188 Add new rule no-implicit-service-injection-argument (
@bmish)- #1194 Add new rule no-restricted-property-modifications (
@bmish)- #1199 build(deps): bump eslint-utils from 2.1.0 to 3.0.0 (
@dependabot[bot]):bug: Bug Fix
- #1212 Improve detection of property names (check string literals in addition to identifiers) in several rules (
@bmish)- #1211 Fix false positive with non-components in
require-tagless-componentsrule (@bmish)- #1210 Avoid some false positives with lodash usage when recognizing extended Ember objects (
@bmish)- #1197 Check import when detecting controller usage in
order-in-*rules (@lin-ll)- #1196 Check import when detecting observer usage in
order-in-*rules (@lin-ll):memo: Documentation
- #1213 Explain why some rules are not in the
recommendedconfig (@bmish)- #1204 Improve columns in README rules table (
@bmish)Committers: 2
Release 10.4.2
:bug: Bug Fix
- #1195 Fix false positives with service/controller/observer detection in some rules (
@lin-ll)- #1187 Fix optional chaining support to handle newer ChainExpression implementation (
@bmish)- #1179 Handle spread syntax with both
babel-eslintand@babel/eslint-parserparsers inorder-in-*rules (@bmish):house: Internal
- #1191 Use
requireindexto export rules and configs (@bmish)- #1180 Switch from
babel-eslintto@babel/eslint-parser(@bmish)Committers: 2
Release 10.4.1
... (truncated)
Changelog
Sourced from eslint-plugin-ember's changelog.
v10.5.1 (2021-06-20)
:bug: Bug Fix
- #1237 Stop using deprecated ESLint
reportAPI (@bmish)- #1230 Use
meta.hasSuggestionsfor suggestable rules to prepare for ESLint 8 (@bmish):memo: Documentation
:house: Internal
Committers: 1
- Bryan Mishkin (
@bmish)v10.5.0 (2021-05-30)
:rocket: Enhancement
- #1188 Add new rule no-implicit-service-injection-argument (
@bmish)- #1194 Add new rule no-restricted-property-modifications (
@bmish)- #1199 build(deps): bump eslint-utils from 2.1.0 to 3.0.0 (
@dependabot[bot]):bug: Bug Fix
- #1212 Improve detection of property names (check string literals in addition to identifiers) in several rules (
@bmish)- #1211 Fix false positive with non-components in
require-tagless-componentsrule (@bmish)- #1210 Avoid some false positives with lodash usage when recognizing extended Ember objects (
@bmish)- #1197 Check import when detecting controller usage in
order-in-*rules (@lin-ll)- #1196 Check import when detecting observer usage in
order-in-*rules (@lin-ll):memo: Documentation
- #1213 Explain why some rules are not in the
recommendedconfig (@bmish)- #1204 Improve columns in README rules table (
@bmish)Committers: 2
v10.4.2 (2021-05-13)
:bug: Bug Fix
- #1195 Fix false positives with service/controller/observer detection in some rules (
@lin-ll)- #1187 Fix optional chaining support to handle newer ChainExpression implementation (
@bmish)- #1179 Handle spread syntax with both
babel-eslintand@babel/eslint-parserparsers inorder-in-*rules (@bmish):house: Internal
... (truncated)
Commits
2954fcaRelease 10.5.1aa8bd61Merge pull request #1241 from bmish/docs-suggestions-readme-rulese779c8bdocs: Mention rules that provide automated suggestions in README rules tablec339ddfMerge pull request #1239 from ember-cli/dependabot/npm_and_yarn/eslint-7.29.04bac832Merge pull request #1240 from ember-cli/dependabot/npm_and_yarn/eslint-plugin...4c1a42ebuild(deps-dev): bump eslint-plugin-eslint-plugin from 3.0.3 to 3.1.030f7c44build(deps-dev): bump eslint from 7.28.0 to 7.29.048a5d33Merge pull request #1237 from bmish/deprecated-report-api473a816fix: stop using deprecated report API6559ca5Merge pull request #1235 from ember-cli/dependabot/npm_and_yarn/babel/plugin-...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.