alexlafroscia / ember-steps

Declaratively create wizards, tabbed UIs, and more
https://alexlafroscia.github.io/ember-steps
MIT License
90 stars 23 forks source link

chore(deps-dev): bump eslint-plugin-ember from 10.5.7 to 11.1.0 #767

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps eslint-plugin-ember from 10.5.7 to 11.1.0.

Release notes

Sourced from eslint-plugin-ember's releases.

Release 11.1.0

:rocket: Enhancement

:bug: Bug Fix

  • #1635 Simpler autofix for sortBy with single arg for no-array-prototype-extension rule (@​bmish)

:memo: Documentation

  • #1639 Explain what the autofixer covers in no-array-prototype-extensions rule doc (@​bmish)
  • #1618 Add codemod links for jQuery-related rules (@​bmish)
  • #1601 Switch to dash for markdown lists (@​bmish)
  • #1582 Add link to deprecation RFC in no-array-prototype-extensions rule doc (@​bmish)

Committers: 2

Release 11.0.6

:bug: Bug Fix

  • #1562 Remove no-array-prototype-extensions rule from recommended config (@​ef4)
  • #1555 Ignore super in no-array-prototype-extensions rule (@​bmish)

:memo: Documentation

  • #1569 Add link to Ember function prototype extension deprecation RFC (@​bmish)
  • #1554 Mention no-array-prototype-extensions ember-template-lint rule (@​bmish)

Committers: 2

Release 11.0.5

... (truncated)

Changelog

Sourced from eslint-plugin-ember's changelog.

v11.1.0 (2022-10-18)

:rocket: Enhancement

:bug: Bug Fix

  • #1635 Simpler autofix for sortBy with single arg for no-array-prototype-extension rule (@​bmish)

:memo: Documentation

  • #1639 Explain what the autofixer covers in no-array-prototype-extensions rule doc (@​bmish)
  • #1618 Add codemod links for jQuery-related rules (@​bmish)
  • #1601 Switch to dash for markdown lists (@​bmish)
  • #1582 Add link to deprecation RFC in no-array-prototype-extensions rule doc (@​bmish)

Committers: 2

v11.0.6 (2022-08-18)

:bug: Bug Fix

  • #1562 Remove no-array-prototype-extensions rule from recommended config (@​ef4)
  • #1555 Ignore super in no-array-prototype-extensions rule (@​bmish)

:memo: Documentation

  • #1569 Add link to Ember function prototype extension deprecation RFC (@​bmish)
  • #1554 Mention no-array-prototype-extensions ember-template-lint rule (@​bmish)

Committers: 2

... (truncated)

Commits
  • 48ae86d Release 11.1.0
  • f15f4f9 Explain what the autofixer covers in no-array-prototype-extensions rule doc...
  • 23728d8 build(deps-dev): Bump eslint-plugin-jest from 27.1.1 to 27.1.2 (#1636)
  • bab4e91 build(deps-dev): Bump jest from 29.1.2 to 29.2.0 (#1637)
  • 76d9aba build(deps-dev): Bump @​typescript-eslint/parser from 5.39.0 to 5.40.0 (#1638)
  • 321dec3 Add getEach to map autofixer for no-array-prototype-extensions rule (#1...
  • 7f3f45c fix: sortBy autofix tweak when single arg for no-array-prototype-extension ru...
  • f394d8b Add setEach to forEach autofixer for no-array-prototype-extensions rule...
  • 931e05b Add invoke to map autofixer for no-array-prototype-extensions rule (#1631)
  • cbac56f Add reject to filter autofixer for no-array-prototype-extensions rule (#1...
  • 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[bot] commented 1 year ago

Superseded by #770.