Open greenkeeper[bot] opened 7 years ago
Update to this version instead 🚀
The new version differs by 6 commits .
3cda62e
7.2.1
5626de1
Remove left over eslint 2 estraverse code (#452)
b5fb53b
Fix type param and interface declaration scoping (#449)
f1cee0f
Remove lodash dependency (#450)
eb05812
Format non-regression errors for legibility (#451)
7972a05
Update README.md with codeFrame option (#448)
See the full diff.
Update to this version instead 🚀
The new version differs by 14 commits .
f59d200
7.2.2
8622009
Fix: use eslint-scope instead of escope if present (#461)
0f611b8
Separate finding peer deps from monkeypatching (#460)
1201e12
Remove unused .gitmodules (#457)
a750684
Use dedent for unpadding (#456)
cdb92fe
Merge pull request #455 from babel/babylon-to-espree-tidy
ec14787
Enable strict mode in all of babylon-to-espree
6c5beec
Move ast convert steps to babylon-to-espree
d2ce789
Use for-loop for template literal conversion
539af05
Only iterate over tokens once
06c3a31
Inline fixDirectives and use for-loop
5d32ad0
Consolidate versions of "convertComments"
2541fc9
toAst pass "source" in state instead of keeping in scope
21dac73
Add type parameter scope tests (#454)
See the full diff.
Update to this version instead 🚀
No major changes, just updating babel deps to v7
The new version differs by 22 commits.
905887c
8.0.0
49493e4
update to beta.0
42d0c5b
Remove already fixed workaround (#508)
25bd208
8.0.0-alpha.17
1468905
alpha.17
57c133e
8.0.0-alpha.15
1e41162
update (#504)
c31b577
Readme update usage section (#501) [skip ci]
c2626f9
Update eslint to the latest version 🚀 (#500)
3c6b2de
chore(package): update husky to version 0.14.0 (#498)
e052d5a
Update install instructions to use latest stable release (#497) [skip ci]
8e3e088
8.0.0-alpha.13
f757e22
Merge pull request #493 from danez/regression-test
5736be6
Update babylon
37f9242
Add Prettier (#491)
There are 22 commits in total.
See the full diff
Update to this version instead 🚀
The new version differs by 8 commits ahead by 8, behind by 1.
a0fbd50
8.0.2
2004b91
require correct deps
fa56d21
Always use unpad (#535)
295091d
Allow ^ version for babel dependencies (#534)
d3b8519
fix(package): update babylon to version 7.0.0-beta.31 (#533)
54ab4ac
8.0.1
c1a7882
Update README.md support (#531) [skip ci]
51100c9
chore(package): update mocha to version 4.0.0 (#524)
See the full diff
Update to this version instead 🚀
Use ESLint's API to customize scope analysis and avoid monkeypatching: #542
Version 7.2.0 of babel-eslint just got published.
The version 7.2.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of babel-eslint. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
v7.2.0New Feature
Main change is just an option to disable the codeframe (added in v7.1.1) for html output and more (thanks to @Couto).
Bug Fix
Internal/Docs
lodash
instead oflodash.pickby
. (#435) (wtgtybhertgeghgtwtg)*
" (#426) (Henry Zhu)*
(#421) (Henry Zhu)Commits
The new version differs by 17 commits .
4db4db5
7.2.0
4499412
Use
lodash
instead oflodash.pickby
. (#435)a2c3b30
[flow] Process polymorphic type bounds on functions (#444)
515adef
Add option to disable code frame. (#446)
ce66e73
Merge pull request #447 from kaicataldo/clean-up-eslint
b49ab20
Updates ESLint version/remove unnecessary config
702d6b8
Remove broken ESLint tests
6b4c4ca
Upgrade outdated dependencies
bdeb86f
remove deprecated rule examples [skip ci]
52b4a13
update readme [skip ci]
0e5aca3
chore(package): update eslint-config-babel to version 6.0.0 (#433)
781dc77
Update to use Node 4 features (#425)
265d219
chore(package): update eslint-config-babel to version 4.0.0 (#430)
e6af5c5
add badges [skip ci]
a91a9d0
Revert "use
*
" (#426)There are 17 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: