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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eslint-plugin-ember requirement from ^11.6.0 to ^11.9.0 in /ember-amount-input #504

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Updates the requirements on eslint-plugin-ember to permit the latest version.

Release notes

Sourced from eslint-plugin-ember's releases.

Release 11.9.0

🚀 Enhancement

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

🏠 Internal

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

Committers: 2

Changelog

Sourced from eslint-plugin-ember's changelog.

v11.9.0 (2023-06-26)

🚀 Enhancement

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

🏠 Internal

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

Committers: 2

v11.8.0 (2023-05-31)

🚀 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 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 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

v11.7.0 (2023-05-19)

🚀 Enhancement

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

🐛 Bug Fix

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

... (truncated)

Commits
  • 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)
  • 5e7ddfc build(deps-dev): Bump typescript from 5.0.4 to 5.1.3 (#1884)
  • b8edfc9 build(deps-dev): Bump release-it from 15.10.3 to 15.11.0 (#1883)
  • 845d2ee build(deps-dev): Bump @​babel/eslint-parser from 7.21.8 to 7.22.5 (#1888)
  • 4d68940 build(deps-dev): Bump eslint from 8.41.0 to 8.43.0 (#1890)
  • d0b28c4 build(deps-dev): Bump eslint-plugin-jest from 27.2.1 to 27.2.2 (#1892)
  • 018c0a2 build(deps-dev): Bump @​typescript-eslint/parser from 5.59.7 to 5.59.11 (#1893)
  • Additional commits viewable in compare view

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)

Updates the requirements on [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) to permit the latest version.
- [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.6.0...v11.9.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-ember
  dependency-type: direct:development
...

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

vscav commented Sep 22, 2023

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2023

The dependabot.yml entry that created this PR has been deleted so this PR can't be recreated. Please close the PR so Dependabot can create a new one with the current dependabot.yml.

@vscav
Copy link
Member

vscav commented Sep 22, 2023

Closing the PR so Dependabot can create a new one with the current dependabot.yml.

@vscav vscav closed this Sep 22, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ember-amount-input/eslint-plugin-ember-tw-11.9.0 branch September 22, 2023 15:46
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.

1 participant