Changelog
9.1.2
Fixes an issue with --color
/ --no-color
not working correctly.
17ae7bd
Use level property instead of enabled for chalk (#139) (Ibuki)c72869f
Update eslint version compatibilty note646772c
npm audit6d606db
Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v5.16.x (dependabot[bot])de3a6b9
Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v4.19.x (dependabot[bot])7380d79
Bump lodash from 4.17.15 to 4.17.19 (dependabot[bot])04d37b1
Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v6.0.x (dependabot[bot])2816459
Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v7.0.x (dependabot[bot])f838505
Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v6.8.x (dependabot[bot])5a53f65
Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v4.0.x (dependabot[bot])195b19b
Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v5.0.x (dependabot[bot])Released by Maximilian Antoni on 2020-09-08.
Changelog
9.1.1
Fixes an issue with pnpm being unable to resolve chalk
.
6f2f88d
Fix issue #101 (Alexander Koltun)Released by Maximilian Antoni on 2020-06-23.
Changelog
9.0.0
Now ships with eslint 7, drops Node 8 support, adds Node 14. Note that
eslint_d
continues to support older eslint versions down to v4.
5f14916
Support eslint 7e8fa144
Remove node 8 from travis config7e518b8
Add node 12 to travis config71e140c
Update optionator to v0.9.1
0b830e6
Update compatibility notes for v9.0.0
c9512fc
Upgrade Studio Changes to v26825f70
Upgrade to referee-sinon 717e164f
Upgrade to Mocha 7875e004
Update eslint configReleased by Maximilian Antoni on 2020-06-09.
Changelog
8.1.1
Security patches.
2f0c21e
npm audit v6.8.x
fixture912818c
npm audit v6.0.x
fixture72ad6f5
npm audit v5.16.x
fixture706250e
npm audit v5.0.x
fixturec609c3a
npm audit v4.19.x
fixture4983414
npm audit v4.0.x
fixtureffb150a
npm audit6e0434e
Bump acorn from 7.1.0 to 7.1.1 in /test/fixture/v6.8.x (dependabot[bot])30f87d3
Bump acorn from 6.1.1 to 6.4.1 in /test/fixture/v6.0.x (dependabot[bot])414a697
Bump acorn from 6.4.0 to 6.4.1 in /test/fixture/v5.16.x (dependabot[bot])6e2fc82
Bump acorn from 6.1.1 to 6.4.1 in /test/fixture/v5.0.x (dependabot[bot])06a6144
Bump acorn from 6.1.1 to 6.4.1 (dependabot[bot])Released by Maximilian Antoni on 2020-03-21.
Changelog
8.1.0
501333a
Reviewed existing CLI options. Added new ESLint CLI options. (MarS)
Added next CLI options:
--parser-options
- Specify parser options--resolve-plugins-relative-to
- A folder where plugins should be resolved from, CWD by default--fix-dry-run
- Automatically fix problems without saving the changes to the file system--fix-type
- Specify the types of fixes to apply (problem, suggestion, layout)--report-unused-disable-directives
- Adds reported errors for unused eslint-disable directives--init
- Run config initialization wizard'--env-info
- Output execution environment information--error-on-unmatched-pattern
- Prevent errors when pattern is unmatched
8abbf0d
Add v6 to eslint version compatibility statementa8ca530
Bump eslint-utils from 1.3.1 to 1.4.2 (dependabot[bot])
Bumps eslint-utils from 1.3.1 to 1.4.2.
Signed-off-by: dependabot[bot] support@github.com
ac8378b
Upgrade mocha to v6b922130
Bump lodash from 4.17.11 to 4.17.14 (dependabot[bot])
Bumps lodash from 4.17.11 to 4.17.14.
Signed-off-by: dependabot[bot] support@github.com
Released by Maximilian Antoni on 2020-02-19.
Changelog
8.0.0
This release retains compatibility with projects depending on eslint v4 and v5.
34a1012
Upgrade default eslint to v6dca7236
Drop Node 6 support, add Node 12 to test config44e7bb1
v8 compatibilityf72bea2
Bump js-yaml from 3.12.0 to 3.13.1 in /test/fixture/v5.0.x (dependabot[bot])
Bumps js-yaml from 3.12.0 to 3.13.1.
Signed-off-by: dependabot[bot] support@github.com
d1370e2
Bump js-yaml from 3.12.0 to 3.13.1 in /test/fixture/v4.0.x (dependabot[bot])
Bumps js-yaml from 3.12.0 to 3.13.1.
Signed-off-by: dependabot[bot] support@github.com
2e8b375
Bump js-yaml from 3.12.1 to 3.13.1 (dependabot[bot])
Bumps js-yaml from 3.12.1 to 3.13.1.
72de52e
Move supports-color
dependency to core_d
Released by Maximilian Antoni on 2019-06-24.
Changelog
7.3.0
With this release, most of the code from this project was moved to
core_d. This allows you to build your
own projects using the same technique as eslint_d
for Standard, Prettier and
other tools.
786d439
Extract core_d
a1501ec
Link to core_d
in the docs48a95f5
Reinstall dependencies1bf34a7
Remove superfluous sinon.restore()
calls8f64205
Use mocha-referee-sinon to verify all tests have assertionsec24293
Use @sinonjs/referee-sinon v5Released by Maximilian Antoni on 2019-02-26.
Changelog
7.2.0
Now you can have multiple projects with a mix of eslint
4.0+ and 5.0+
dependencies. The test suite of eslint_d
has been enhanced to run tests
against all supported major versions.
f00a097
Change eslint dependency version to ^4 || ^5
25dddb0
Run tests against eslint v4.0 and v5.091aa059
Update npm in Travis Node 6 build3491f4f
Add a note about eslint version compatibilityReleased by Maximilian Antoni on 2018-12-04.
Changelog
7.1.1
If the daemon process was killed or crashed and an orphaned ~/.eslint_d
file
was present, the eslint_d
command would repeatedly fail to connect. With this
patch, the ~/.eslint_d
file is removed on ECONNREFUSED
errors and a new
instance is created transparently.
ec25134
Transparent relaunch on connection failure4abea7c
Do not retry on connection failure6eaf262
Fix list formatting in changelog2fb112b
Fix changelog formatting436b45f
Update Studio Changes for --footer
supportReleased by Maximilian Antoni on 2018-09-18.