Skip to content

Bump eslint-plugin-ember from 9.3.0 to 10.4.0#415

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/eslint-plugin-ember-10.4.0
Closed

Bump eslint-plugin-ember from 9.3.0 to 10.4.0#415
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/eslint-plugin-ember-10.4.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps eslint-plugin-ember from 9.3.0 to 10.4.0.

Release notes

Sourced from eslint-plugin-ember's releases.

Release 10.4.0

🚀 Enhancement

  • #1143 Add new rule no-unused-services (@​lin-ll)
  • #1127 Add automated suggestion to route-path-style rule for converting route path to kebab case (@​bmish)

🐛 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

Release 10.3.0

🚀 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

Release 10.2.0

🚀 Enhancement

🐛 Bug Fix

Committers: 2

Release 10.1.2

🐛 Bug Fix

  • #1063 Improve detection of globals and catch additional jQuery function calls in no-jquery rule (@​BarryThePenguin)
  • #1066 Improve detection of globals in no-global-jquery rule (@​bmish)

🏠 Internal

... (truncated)

Changelog

Sourced from eslint-plugin-ember's changelog.

v10.4.0 (2021-04-20)

🚀 Enhancement

  • #1143 Add new rule no-unused-services (@​lin-ll)
  • #1127 Add automated suggestion to route-path-style rule for converting route path to kebab case (@​bmish)

🐛 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 (2021-03-22)

🚀 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 (2021-01-31)

🚀 Enhancement

🐛 Bug Fix

Committers: 2

v10.1.2 (2021-01-11)

... (truncated)

Commits
  • 3bffbad Release 10.4.0
  • 36ec8d3 Merge pull request #1143 from lin-ll/no-unused-services
  • c72debd Merge pull request #1153 from ember-cli/dependabot/npm_and_yarn/eslint-plugin...
  • 2854689 Add support for computed props + macros
  • d675d2f build(deps-dev): bump eslint-plugin-eslint-plugin from 3.0.1 to 3.0.2
  • d545c93 Merge pull request #1150 from bmish/no-get-proxy-extend
  • 75483c6 Merge pull request #1149 from bmish/no-classic-classes-object-variable
  • 6f7cdb1 Merge pull request #1152 from bmish/js-code-sample-fencing
  • 141b2d9 docs: switch javascript code fences in doc code samples to js
  • 2cb019b Merge pull request #1131 from ember-cli/dependabot/npm_and_yarn/eslint-plugin...
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 22, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #428.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-ember-10.4.0 branch May 13, 2021 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants