Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency eslint-plugin-ember to v10 - autoclosed #798

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-ember 8.14.0 -> 10.5.8 age adoption passing confidence

Release Notes

ember-cli/eslint-plugin-ember

v10.5.8

Compare Source

🐛 Bug Fix
  • #​1374 Allow empty-but-decorated classes in no-empty-glimmer-component-classes rule (@​adrigzr)
📝 Documentation
Committers: 4

v10.5.7

Compare Source

🐛 Bug Fix
  • #​1336 Avoid crash when estraverse does not recognize node type during traversal (@​bmish)
Committers: 1

v10.5.6

Compare Source

🐛 Bug Fix
  • #​1333 Support ESLint v8 by switching from ESLint's internal traverser to estraverse (@​bmish)
Committers: 1

v10.5.5

Compare Source

🐛 Bug Fix
  • #​1297 Support if/else route definitions in no-shadow-route-definition rule (@​raido)
📝 Documentation
🏠 Internal
Committers: 4

v10.5.4

Compare Source

🐛 Bug Fix
  • #​1286 Avoid unnecessary optional chaining in autofix for no-get rule when using useOptionalChaining option (@​raycohen)
Committers: 1

v10.5.3

Compare Source

🐛 Bug Fix
Committers: 1

v10.5.2

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 4

v10.5.1

Compare Source

🐛 Bug Fix
📝 Documentation
  • #​1241 Indicate which rules provide automated suggestions in README rules table (@​bmish)
🏠 Internal
Committers: 1

v10.5.0

Compare Source

🚀 Enhancement
🐛 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-components rule (@​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)
📝 Documentation
Committers: 2

v10.4.2

Compare Source

🐛 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-eslint and @babel/eslint-parser parsers in order-in-* rules (@​bmish)
🏠 Internal
Committers: 2

v10.4.1

Compare Source

🐛 Bug Fix
  • #​1160 Account for observer dependent keys in no-unused-services rule (@​lin-ll)
  • #​1164 Account for observes decorator in no-unused-services rule (@​lin-ll)
  • #​1162 Update several rules to check imports when checking for Ember service injections (@​lin-ll)
  • #​1167 Update route rules to handle route path option passed as object variable (@​bmish)
  • #​1165 Improve robustness of classic class body detection in several rules using getModuleProperties util (@​bmish)
  • #​1159 Improve robustness of classic class component body detection in require-tagless-components rule (@​bmish)
  • #​1158 Improve robustness of classic class controller body detection in no-controllers rule (@​bmish)
  • #​1168 Avoid some false positives with jQuery usage when recognizing extended objects (@​bmish)
📝 Documentation
  • #​1161 Tweak messaging around false positives in no-unused-services rule (@​bmish)
Committers: 2

v10.4.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​1150 no-get rule should ignore proxy classes that look like ObjectProxy.extend(SomeMixin) (@​bmish)
  • #​1149 Detect classic classes which have object variables passed to them in no-classic-classes rule (@​bmish)
  • #​1135 Fix false positive in same level routes but nested paths in no-shadow-route-definition rule (@​raido)
  • #​1132 Fix crash with dynamic/variable route name in no-shadow-route-definition rule (again) (@​raido)
Committers: 3

v10.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​1115 Fix crash with dynamic/variable route name in no-shadow-route-definition rule (@​bmish)
  • #​1102 Fix crash with this.extend() in no-classic-classes rule (@​bmish)
  • #​1114 Ensure rules validate arrays in options to have at least one item and unique items (@​bmish)
  • #​1103 Only calculate source module name once in import util function for slight optimization (@​bmish)
  • #​1081 Update avoid-leaking-state-in-ember-objects rule to apply to mixins (@​jaydgruber)
Committers: 3

v10.2.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v10.1.2

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 2

v10.1.1

Compare Source

🐛 Bug Fix
  • #​1059 Do not warn about Glimmer lifecycle hooks on classic components in no-component-lifecycle-hooks rule (@​Turbo87)
🏠 Internal
Committers: 2

v10.1.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
🏠 Internal
Committers: 4

v10.0.2

Compare Source

🐛 Bug Fix
📝 Documentation
  • #​1028 Mention Ember 3.13 minimum version to use tracked properties and Glimmer components in some rule docs (@​bmish)
Committers: 1

v10.0.1

Compare Source

🐛 Bug Fix
Committers: 1

v10.0.0

Compare Source

💥 Breaking Change
📝 Documentation
Committers: 3

v9.6.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 1

v9.5.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​998 Fix autofix for array element access at beginning of path string in no-get rule (@​bmish)
Committers: 2

v9.4.0

Compare Source

🚀 Enhancement
🏠 Internal
  • #​991 Add test to ensure rule test files have correct test suite name (@​bmish)
Committers: 4

v9.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v9.2.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v9.1.1

Compare Source

🐛 Bug Fix
Committers: 1

v9.1.0

Compare Source

🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 1

v9.0.0

Compare Source

💥 Breaking Change
Committers: 1

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@SergeAstapov
Copy link
Contributor

tests fixes can be found in #745

@renovate renovate bot force-pushed the renovate/eslint-plugin-ember-10.x branch 9 times, most recently from 725932c to 58bd02f Compare December 12, 2021 15:12
@renovate renovate bot force-pushed the renovate/eslint-plugin-ember-10.x branch from 58bd02f to c2f8a49 Compare December 13, 2021 04:13
@renovate renovate bot changed the title Update dependency eslint-plugin-ember to v10 Update dependency eslint-plugin-ember to v10 - autoclosed Dec 15, 2021
@renovate renovate bot closed this Dec 15, 2021
@renovate renovate bot deleted the renovate/eslint-plugin-ember-10.x branch December 15, 2021 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants