New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-ember

Package Overview
Dependencies
Maintainers
5
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-ember - npm Package Versions

1
19

7.9.0

Diff

Changelog

Source

v7.9.0 (2020-03-01)

:rocket: Enhancement
  • #595 Add new rule no-component-lifecycle-hooks (included in octane config) (@jbandura)
  • #681 Add new rule no-legacy-test-waiters (@scalvert)
:memo: Documentation
  • #688 Lint code samples with eslint-plugin-markdown (@bmish)
Committers: 3
bmishkin
published 7.8.1 •

Changelog

Source

v7.8.1 (2020-02-14)

:bug: Bug Fix
  • #674 Update require-computed-property-dependencies rule to handle basic string concatenation in dependent keys (@bmish)
:memo: Documentation
  • #669 Add "Help Wanted" section to documentation for rules that are missing native JavaScript class support (@bmish)
Committers: 1
bmishkin
published 7.8.0 •

Changelog

Source

v7.8.0 (2020-02-12)

:rocket: Enhancement
  • #661 Add new rule no-controllers (@bmish)
  • #665 Update order-in-* rules to support custom ordering of properties (@cdtinney)
  • #639 Update no-observers rule to catch addObserver and observer imports (@kategengler)
:bug: Bug Fix
  • #670 Update order-in-* rules to consider template literals as properties (@cdtinney)
  • #664 Update no-classic-components rule to only disallow the specific component import (@bmish)
  • #640 Update no-computed-properties-in-native-classes rule to catch aliasing of computed import (@kategengler)
:memo: Documentation
  • #663 Update rule docs to use consistent headers and fix markdownlint violations (@bmish)
  • #655 Update no-new-mixins rule documentation (@efx)
  • #648 Fix various spelling mistakes (@bmish)
  • #647 Fix typo in no-classic-components rule documentation (@rwwagner90)
  • #626 Simplify and clarify rules and configuration sections in README (@bmish)
:house: Internal
  • #643 Add missing test case output assertions (@bmish)
Committers: 5
bmishkin
published 7.7.2 •

Changelog

Source

v7.7.2 (2019-12-12)

:bug: Bug Fix
  • #621 Fix false positive with ignoreNonThisExpressions option in use-ember-get-and-set rule (@Exelord)
:memo: Documentation
  • #620 Use consistent prefixes for rule descriptions (@bmish)
:house: Internal
  • #625 Add eslint-plugin-jest internally and enable rules (@bmish)
  • #624 Add eslint-plugin-unicorn internally and enable recommended rules (@bmish)
Committers: 2
bmishkin
published 7.7.1 •

Changelog

Source

v7.7.1 (2019-11-29)

:bug: Bug Fix
  • #615 Fix issue causing assert to fire in getSourceModuleName util function (@patocallaghan)
Committers: 1
bmishkin
published 7.7.0 •

Changelog

Source

v7.7.0 (2019-11-29)

:rocket: Enhancement
  • #592 Update no-classic-classes rule to catch classic Ember Data model classes (@patocallaghan)
:bug: Bug Fix
  • #610 Fix invalid no-get rule autofix caused by invalid JS variable name (@bmish)
  • #607 Fix spread property bug in require-super-in-init rule (@bmish)
  • #600 Add missing schema validation for options on many rules (@bmish)
:house: Internal
  • #611 Add many missing tests for lines without test coverage (@bmish)
Committers: 2
bmishkin
published 7.6.0 •

Changelog

Source

v7.6.0 (2019-11-19)

:rocket: Enhancement
Committers: 1
bmishkin
published 7.5.0 •

Changelog

Source

v7.5.0 (2019-11-11)

:rocket: Enhancement
  • #583 Update no-observers rule to handle decorators (@bmish)
  • #577 Add autofixer to no-get rule (@bmish)
:bug: Bug Fix
  • #586 Update use-brace-expansion rule to only report the string arguments of a computed property as the violation (and not the entire function body) (@bmish)
  • #581 Update no-get rule to ignore get() usages inside objects implementing unknownProperty() (@bmish)
  • #580 Update no-get rule to ignore get() usages inside proxy objects (@bmish)
  • #579 Fix handling of multi-line property keys by require-computed-property-dependencies rule (@bmish)
:memo: Documentation
:house: Internal
  • #582 Add CI check to ensure yarn update is run to update docs/autogenerated files (@bmish)
  • #574 Update reportUnorderedProperties util function to also work with native classes (@laurmurclar)
Committers: 2
bmishkin
published 7.4.1 •

Changelog

Source

v7.4.1 (2019-11-07)

:bug: Bug Fix
  • #575 Update avoid-leaking-state-in-ember-objects rule to handle logical expressions (@alexlafroscia)
  • #571 Update avoid-leaking-state-in-ember-objects rule to handle ternary expressions (@alexlafroscia)
  • #573 Update require-computed-macros rule to handle this.get('property') (in addition to this.property) (@bmish)
Committers: 2
bmishkin
published 7.4.0 •

Changelog

Source

v7.4.0 (2019-11-06)

:rocket: Enhancement
:house: Internal
  • #570 Simplify some tests by setting parserOptions globally instead of in each individual test case (@bmish)
  • #568 Add tests to ensure plugin exports correct configurations (@bmish)
  • #563 Lint against unnecessary template literals internally (@bmish)
Committers: 3
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc