Open greenkeeper[bot] opened 5 years ago
After pinning to 6.4.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
eslint-plugin-ember was updated from 6.5.0
to 6.5.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 5 commits.
236b083
v6.5.1
680456d
Update CHANGELOG
eac699b
Merge pull request #427 from bmish/no-get-error-message-tweak
8bfd378
fix: fix typo in error message for no-get
rule
27c30ef
build(deps-dev): bump eslint-plugin-import from 2.17.2 to 2.17.3 (#426)
See the full diff
devDependency
eslint-plugin-ember was updated from 6.6.0
to 6.7.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
no-volatile-computed-properties
rule (@bmish)require-computed-macros
rule to suggest the reads
macro instead of readOnly
for computed properties with return this.x
(@bmish)The new version differs by 24 commits.
861ebe0
Release 6.7.0
524c83e
Add 6.7.0 to CHANGELOG.md.
97dcd89
[FEATURE] Adds classic decorator rules (#436)
4b493af
[FEATURE] Adds classic decorator rules
c6f6741
Add new no-volatile-computed-properties
rule (#434)
6483e93
feat: add new no-volatile-computed-properties
rule
4e21896
Merge pull request #435 from Turbo87/eslint
4d80acc
Update ESLint config incl. Prettier
105e3bb
build(deps-dev): bump babel-eslint from 10.0.1 to 10.0.2 (#433)
6af8578
Merge pull request #432 from bmish/require-computed-macros-fix-reads
58e4ed9
fix: update require-computed-macros
rule to suggest the reads
macro instead of readOnly
for computed properties with return this.x
688419e
v6.6.0
4cc2f8e
Update CHANGELOG
59c368f
Merge pull request #431 from bmish/docs-closure-actions-deprecated
fec0f5d
docs: add link to sendAction
deprecation RFC for closure-actions
rule
There are 24 commits in total.
See the full diff
devDependency
eslint-plugin-ember was updated from 6.7.0
to 6.7.1
.Your tests are still failing with this version. Compare changes
classic-decorator-hooks
and classic-decorator-no-classic-methods
to index.js (@bmish)The new version differs by 32 commits.
4d48fdd
v6.7.1
9ee539b
Update CHANGELOG
a6f1e97
Merge pull request #444 from ember-cli/dependabot/npm_and_yarn/eslint-config-prettier-6.0.0
cae5861
Merge pull request #440 from bmish/missing-classic-decorator-rules
35b567c
build(deps-dev): bump eslint-config-prettier from 5.1.0 to 6.0.0
e5f9e68
build(deps-dev): bump eslint-config-prettier from 5.0.0 to 5.1.0 (#442)
0221e1e
build(deps-dev): bump eslint-plugin-import from 2.17.3 to 2.18.0 (#441)
01bb69a
fix: add missing rules classic-decorator-hooks
and classic-decorator-no-classic-methods
to index.js
861ebe0
Release 6.7.0
524c83e
Add 6.7.0 to CHANGELOG.md.
97dcd89
[FEATURE] Adds classic decorator rules (#436)
4b493af
[FEATURE] Adds classic decorator rules
c6f6741
Add new no-volatile-computed-properties
rule (#434)
6483e93
feat: add new no-volatile-computed-properties
rule
4e21896
Merge pull request #435 from Turbo87/eslint
There are 32 commits in total.
See the full diff
devDependency
eslint-plugin-ember was updated from 6.8.1
to 6.8.2
.Your tests are still failing with this version. Compare changes
The new version differs by 39 commits.
fa498dd
v6.8.2
267523b
Update CHANGELOG
ee5a34c
Merge pull request #461 from bmish/new-module-imports-fix-loop
6ff65ba
Add null check in new-module-imports
rule (again)
42c375c
v6.8.1
9fc6f45
Update CHANGELOG
8403de5
Merge pull request #460 from dcyriller/fix-new-module-util
6a7d769
utils: Guard against empty body
a6e3293
Add a failing test
139b452
v6.8.0
806214b
Update CHANGELOG
8d22073
Merge pull request #450 from dcyriller/data-rfc395
215cf90
Split utils functions is smaller ones
07a04a9
Remove useless run
045e9c0
Rename rule to use-ember-data-rfc-395-imports
There are 39 commits in total.
See the full diff
devDependency
eslint-plugin-ember was updated from 6.8.2
to 6.9.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
use-ember-data-rfc-395-imports
rule (@fusion2004)The new version differs by 11 commits.
344ef33
v6.9.0
85a0c5f
Update CHANGELOG
ef7d2e0
Merge pull request #458 from bmish/require-computed-property-dependencies
2b7521d
build(deps): [security] bump stringstream from 0.0.5 to 0.0.6 (#467)
6b2b668
Merge pull request #465 from bmish/test-rule-setup
69e7a4a
Merge pull request #466 from bmish/eslint-6-parser-test-error
d0bacc0
feat: add new rule require-computed-property-dependencies
5ca8fc3
test: fix eslint 6 rule test parser error
0a6963c
test: add tests that rules are setup correctly (not missing tests, docs, exports, etc)
1da0fb4
Merge pull request #463 from fusion2004/fix-ember-data-rfc395-rule
41de083
Change use-ember-data-rfc-395-imports to not match against imports from libraries whose names start with 'ember-data'
See the full diff
devDependency
eslint-plugin-ember was updated from 6.9.0
to 6.9.1
.Your tests are still failing with this version. Compare changes
require-computed-property-dependencies
rule (@bmish)require-computed-property-dependencies
rule (@bmish)The new version differs by 18 commits.
db22a42
v6.9.1
007527f
Update CHANGELOG
2170ff2
Merge pull request #472 from bmish/require-computed-property-dependencies-nested-braces
2502840
fix: improve handling of nested keys inside braces for require-computed-property-dependencies
rule
5844540
Merge pull request #471 from bmish/require-computed-property-dependencies-tweaks
7912aff
fix: improve detection of missing dependencies in require-computed-property-dependencies
rule
2b6ce75
build(deps): bump ember-rfc176-data from 0.3.9 to 0.3.10 (#469)
344ef33
v6.9.0
85a0c5f
Update CHANGELOG
ef7d2e0
Merge pull request #458 from bmish/require-computed-property-dependencies
2b7521d
build(deps): [security] bump stringstream from 0.0.5 to 0.0.6 (#467)
6b2b668
Merge pull request #465 from bmish/test-rule-setup
69e7a4a
Merge pull request #466 from bmish/eslint-6-parser-test-error
d0bacc0
feat: add new rule require-computed-property-dependencies
5ca8fc3
test: fix eslint 6 rule test parser error
There are 18 commits in total.
See the full diff
devDependency
eslint-plugin-ember was updated from 6.9.1
to 6.10.0
.Your tests are still failing with this version. Compare changes
allowDynamicKeys
option (default true) to require-computed-property-dependencies
rule (@bmish)The new version differs by 7 commits.
590cf98
v6.10.0
46502cf
Update CHANGELOG
2e0469e
Merge pull request #473 from raycohen/no-inline-anonymous-functions-to-schedule-once
434b44d
Merge pull request #476 from bmish/require-computed-property-dependencies-allowDynamicKeys-option
5a9a0fe
Add new no-incorrect-calls-with-inline-anonymous-functions
rule
55537f6
build(deps): bump ember-rfc176-data from 0.3.10 to 0.3.11 (#478)
2733279
fix: add allowDynamicKeys
option (default true) to require-computed-property-dependencies
rule
See the full diff
devDependency
eslint-plugin-ember was updated from 6.10.0
to 6.10.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 15 commits.
362b42b
v6.10.1
60e1dce
Update CHANGELOG
84b2469
Merge pull request #489 from bmish/eslint-4-minimum-version
a2bf4bd
Revert "chore(dev-deps): upgrade to eslint 5.16.0"
c8e6d0d
docs: Document eslint 4 as the minimum supported version
8eb61cf
Merge pull request #488 from bmish/require-computed-property-dependencies-eslint4-fix
f317d94
fix: update require-computed-property-dependencies
rule to work in eslint 3 and eslint 4
f2b96cb
Merge pull request #483 from bmish/script-lint-js
6a87c5e
Merge pull request #482 from bmish/test-node-12
bcef6ea
Add yarn lint:js
script which is called by yarn lint
.
29c84ff
test: start testing plugin under Node 12
2a5f4d3
Merge pull request #480 from bmish/bmishkin/readme-remove-node-6
40a5bed
build(deps-dev): bump jest from 24.8.0 to 24.9.0 (#474)
498b704
build(deps-dev): bump eslint-config-prettier from 6.0.0 to 6.1.0 (#481)
2bc6ca9
docs: update supported Node versions mentioned in README
See the full diff
The devDependency eslint-plugin-ember was updated from
6.4.1
to6.5.0
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
eslint-plugin-ember is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **percy/package-hint-historic-resolver:** Visual changes processing ([Details](https://percy.io/kellyselden/package-hint-historic-resolver/builds/1933625?utm_campaign=kellyselden&utm_content=package-hint-historic-resolver&utm_source=github_status_private)). - β **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/kellyselden/package-hint-historic-resolver/builds/537576213?utm_source=github_status&utm_medium=notification)).Release Notes for v6.5.0
no-get
rule to also handle thegetProperties
function, and mark theno-get-properties
rule as deprecated (@bmish)computed-property-getters
rule (@jrjohnson)Committers: 2
Commits
The new version differs by 13 commits.
5c01682
v6.5.0
8f85d09
Add v6.5.0 to CHANGELOG.
85bac54
Merge pull request #421 from bmish/no-get-properties-combine
bbc29dd
feat: update the
no-get
rule to also handlegetProperties
and mark theno-get-properties
rule as deprecated54c5f9c
Merge pull request #420 from bmish/computed-property-getters-run-update
cbad930
Update metadata for
computed-property-getters
rule and runyarn update
cce30db
Merge pull request #397 from jrjohnson/344-computed-style
1a77d94
Prevent Lonely Setters
3e47908
build(deps-dev): bump jest from 24.7.1 to 24.8.0 (#416)
1dac868
Change default for computed-property-getters
7040575
Merge pull request #412 from bmish/docs-release
bfdc444
docs: update release instructions
468661f
Add rule to enforce consistent computed property style
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: