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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip netlify]: Bump eslint-plugin-ember from 11.4.9 to 11.7.2 #822

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2023

Bumps eslint-plugin-ember from 11.4.9 to 11.7.2.

Release notes

Sourced from eslint-plugin-ember's releases.

Release 11.7.2

馃悰 Bug Fix

  • #1876 Allow generic type in TypeScript class in no-empty-glimmer-component-classes rule (@鈥媍hrisrng)

Committers: 1

Release 11.7.1

馃悰 Bug Fix

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

Committers: 1

Release 11.7.0

馃殌 Enhancement

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

馃悰 Bug Fix

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

Committers: 2

Release 11.6.0

馃殌 Enhancement

馃悰 Bug Fix

Committers: 1

Release 11.5.2

馃悰 Bug Fix

  • #1841 Fix a bug in autofixer and autofix additional cases with firstObject and lastObject in no-get rule (@鈥婣rtixZ)

Committers: 1

Release 11.5.1

... (truncated)

Changelog

Sourced from eslint-plugin-ember's changelog.

v11.7.2 (2023-05-23)

馃悰 Bug Fix

  • #1876 Allow generic type in TypeScript class in no-empty-glimmer-component-classes rule (@鈥媍hrisrng)

Committers: 7

v11.7.1 (2023-05-21)

馃悰 Bug Fix

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

Committers: 1

v11.7.0 (2023-05-19)

馃殌 Enhancement

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

馃悰 Bug Fix

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

Committers: 2

v11.6.0 (2023-05-16)

馃殌 Enhancement

馃悰 Bug Fix

Committers: 1

v11.5.2 (2023-04-22)

馃悰 Bug Fix

  • #1841 Fix a bug in autofixer and autofix additional cases with firstObject and lastObjectinno-get` rule (@鈥婣rtixZ)

... (truncated)

Commits
  • f97d491 Release 11.7.2
  • 5c554c9 build(deps-dev): Bump eslint from 8.38.0 to 8.41.0 (#1874)
  • 9e2f2ae Bugfix: no-empty-glimmer-component-classes to allow generic type subclass (#1...
  • d779c62 build(deps-dev): Bump eslint-plugin-eslint-plugin from 5.0.8 to 5.1.0 (#1875)
  • 276b15a Release 11.7.1
  • 6230ac6 Fix setup for eslint-remote-tester for testing our rules against other repos ...
  • 9233899 Avoid further decorator detection crashes in `no-restricted-service-injection...
  • 3f9a95f Fix crash with default computed property import in no-unused-services rule ...
  • 71be77f Avoid crash with inject decorator in no-restricted-service-injections rul...
  • de2dfa5 [Docs] Use js syntax highlighting for no-empty-glimmer-component-classes (#1868)
  • 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 will merge this PR once CI passes on it, as requested by @elwayman02.


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)

Bumps [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) from 11.4.9 to 11.7.2.
- [Release notes](https://github.com/ember-cli/eslint-plugin-ember/releases)
- [Changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md)
- [Commits](ember-cli/eslint-plugin-ember@v11.4.9...v11.7.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-ember
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 29, 2023
Copy link
Owner

@elwayman02 elwayman02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 29, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 5, 2023

Superseded by #827.

@dependabot dependabot bot closed this Jun 5, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-plugin-ember-11.7.2 branch June 5, 2023 13:59
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.

None yet

1 participant