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

build(deps-dev): Bump eslint-plugin-ember from 6.8.2 to 7.0.0 #137

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 26, 2019

Bumps eslint-plugin-ember from 6.8.2 to 7.0.0.

Release notes

Sourced from eslint-plugin-ember's releases.

v7.0.0

馃挜 Breaking Change

  • #491 Drop eslint 4 support (@鈥媌mish)
  • #486 Enable additional recommended rules (no-arrow-function-computed-properties, no-deeply-nested-dependent-keys-with-each, no-ember-super-in-es-classes, no-incorrect-calls-with-inline-anonymous-functions, no-invalid-debug-function-arguments, no-new-mixins, no-unnecessary-route-path-option, no-volatile-computed-properties, require-return-from-computed) (@鈥媌mish)
  • #487 Remove deprecated rules (avoid-leaking-state-in-components, local-modules, no-get-properties) (@鈥媌mish)
  • #485 Drop Node 6 support (@鈥媌mish)

Committers: 1

v6.10.1

馃悰 Bug Fix

  • #488 Update require-computed-property-dependencies rule to support eslint 3 and 4 (@鈥媌mish)

馃摑 Documentation

馃彔 Internal

Committers: 1

v6.10.0

馃殌 Enhancement

馃悰 Bug Fix

  • #476 Add allowDynamicKeys option (default true) to require-computed-property-dependencies rule (@鈥媌mish)

Committers: 2

v6.9.1

馃悰 Bug Fix

  • #472 Improve handling of nested keys inside braces for require-computed-property-dependencies rule (@鈥媌mish)
  • #471 Improve detection of missing dependencies in require-computed-property-dependencies rule (@鈥媌mish)

Committers: 1

v6.9.0

馃殌 Enhancement

馃悰 Bug Fix

  • #463 Fix false positives for import statements with use-ember-data-rfc-395-imports rule (@鈥媐usion2004)

馃彔 Internal

... (truncated)
Changelog

Sourced from eslint-plugin-ember's changelog.

v7.0.0 (2019-08-23)

馃挜 Breaking Change

  • #491 Drop eslint 4 support (@鈥媌mish)
  • #486 Enable additional recommended rules (no-arrow-function-computed-properties, no-deeply-nested-dependent-keys-with-each, no-ember-super-in-es-classes, no-incorrect-calls-with-inline-anonymous-functions, no-invalid-debug-function-arguments, no-new-mixins, no-unnecessary-route-path-option, no-volatile-computed-properties, require-return-from-computed) (@鈥媌mish)
  • #487 Remove deprecated rules (avoid-leaking-state-in-components, local-modules, no-get-properties) (@鈥媌mish)
  • #485 Drop Node 6 support (@鈥媌mish)

Committers: 1

v6.10.1 (2019-08-23)

馃悰 Bug Fix

  • #488 Update require-computed-property-dependencies rule to support eslint 3 and 4 (@鈥媌mish)

馃摑 Documentation

馃彔 Internal

Committers: 1

v6.10.0 (2019-08-19)

馃殌 Enhancement

馃悰 Bug Fix

  • #476 Add allowDynamicKeys option (default true) to require-computed-property-dependencies rule (@鈥媌mish)

Committers: 2

v6.9.1 (2019-08-14)

馃悰 Bug Fix

  • #472 Improve handling of nested keys inside braces for require-computed-property-dependencies rule (@鈥媌mish)
  • #471 Improve detection of missing dependencies in require-computed-property-dependencies rule (@鈥媌mish)

Committers: 1

v6.9.0 (2019-08-12)

馃殌 Enhancement

... (truncated)
Commits
  • 855d0f4 v7.0.0
  • aec330c Update CHANGELOG
  • dd2bc22 Merge pull request #491 from bmish/eslint-5-bump-support
  • c738e41 Document eslint 5 as the minimum supported version
  • 29dae3e Revert "Revert "chore(dev-deps): upgrade to eslint 5.16.0""
  • 81e1a50 Merge pull request #486 from bmish/v7-recommended-rules
  • 9dcd7b0 Enable additional recommended rules.
  • 8487f82 Merge pull request #487 from bmish/remove-deprecated-rules-for-v7
  • 0b62395 Remove deprecated rules avoid-leaking-state-in-components, local-modules,...
  • ab00a52 Merge pull request #485 from bmish/drop-node-6-support
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the 猬嗭笍猬囷笍 dependencies Pull requests that update a dependency file label Aug 26, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-ember-7.0.0 branch from 316a5f1 to 1d1422f Compare August 26, 2019 19:10
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-ember-7.0.0 branch from 1d1422f to d65048a Compare August 26, 2019 19:26
@dependabot-preview dependabot-preview bot merged commit 726bb28 into master Aug 26, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-ember-7.0.0 branch August 26, 2019 19:44
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

0 participants