adopted-ember-addons / ember-keyboard

An Ember.js addon for the painless support of keyboard events
http://adopted-ember-addons.github.io/ember-keyboard/
Other
177 stars 58 forks source link

Bump eslint-plugin-ember from 10.6.0 to 11.10.0 #748

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps eslint-plugin-ember from 10.6.0 to 11.10.0.

Release notes

Sourced from eslint-plugin-ember's releases.

Release 11.10.0

:rocket: Enhancement

Committers: 1

Release 11.9.0

:rocket: Enhancement

  • #1899 Check template tags for service usages in no-unused-services (@​lin-ll)

:house: Internal

  • #1898 [no-empty-glimmer-component-classes] Import the template tag value instead of hardcode (@​chrisrng)

Committers: 2

Release 11.8.0

:rocket: Enhancement

  • #1847 Add useAt option to autofix .lastObject to .at(-1) in no-get rule (@​ArtixZ)

Committers: 1

Release 11.7.2

:bug: Bug Fix

  • #1876 Allow generic type in TypeScript class in no-empty-glimmer-component-classes rule (@​chrisrng)

Committers: 1

Release 11.7.1

:bug: Bug Fix

  • #1870 Fix crash with default computed property import in no-unused-services rule (@​bmish)
  • #1869 Avoid crash with inject decorator in no-restricted-service-injections rule (@​bmish)
  • #1871 Avoid further decorator detection crashes in no-restricted-service-injections rule (@​bmish)

Committers: 1

Release 11.7.0

:rocket: Enhancement

  • #1865 Support autofix of numerical property access and ternary expressions in no-get rule (@​evanjehl)

:bug: Bug Fix

  • #1866 Account for class only having template tag in no-empty-glimmer-component-classes rule (@​chrisrng)

... (truncated)

Changelog

Sourced from eslint-plugin-ember's changelog.

v11.10.0 (2023-07-07)

:rocket: Enhancement

Committers: 1

v11.9.0 (2023-06-26)

:rocket: Enhancement

  • #1899 Check template tags for service usages in no-unused-services (@​lin-ll)

:house: Internal

  • #1898 [no-empty-glimmer-component-classes] Import the template tag value instead of hardcode (@​chrisrng)

Committers: 2

v11.8.0 (2023-05-31)

:rocket: Enhancement

  • #1847 Add useAt option to autofix .lastObject to .at(-1) in no-get rule (@​ArtixZ)

Committers: 1

v11.7.2 (2023-05-23)

:bug: Bug Fix

  • #1876 Allow generic type in TypeScript class in no-empty-glimmer-component-classes rule (@​chrisrng)

Committers: 7

v11.7.1 (2023-05-21)

:bug: Bug Fix

  • #1870 Fix crash with default computed property import in no-unused-services rule (@​bmish)
  • #1869 Avoid crash with inject decorator in no-restricted-service-injections rule (@​bmish)
  • #1871 Avoid further decorator detection crashes in no-restricted-service-injections rule (@​bmish)

Committers: 1

... (truncated)

Commits
  • 900e002 Release 11.10.0
  • 03afb9b Add new rule no-at-ember-render-modifiers (#1902)
  • 8d70560 build(deps-dev): Bump eslint from 8.43.0 to 8.44.0 (#1903)
  • 275cf26 build(deps-dev): Bump typescript from 5.1.3 to 5.1.6 (#1904)
  • 300357e build(deps-dev): Bump sort-package-json from 2.4.1 to 2.5.0 (#1905)
  • 27f19f1 build(deps-dev): Bump @​typescript-eslint/parser from 5.60.0 to 5.60.1 (#1906)
  • 1688e1f Release 11.9.0
  • 835e5da build(deps-dev): Bump @​babel/plugin-proposal-decorators (#1887)
  • 676f80e build(deps-dev): Bump @​typescript-eslint/parser from 5.59.11 to 5.60.0 (#1900)
  • 684410c Check template tags for service usages in no-unused-services (#1899)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lin-ll, a new releaser for eslint-plugin-ember since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 1 year ago

Superseded by #754.