-
Notifications
You must be signed in to change notification settings - Fork 3
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
An in-range update of eslint is breaking the build 🚨 #37
Comments
Version 3.16.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv3.16.0
CommitsThe new version differs by 31 commits .
There are 31 commits in total. See the full diff. |
Version 3.16.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv3.16.1
CommitsThe new version differs by 39 commits .
There are 39 commits in total. See the full diff. |
Version 3.17.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv3.17.0
CommitsThe new version differs by 68 commits .
There are 68 commits in total. See the full diff. |
Version 3.18.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv3.18.0
CommitsThe new version differs by 101 commits .
There are 101 commits in total. See the full diff. |
Version 3.15.0 of eslint just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As eslint is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
Release Notes
v3.15.0no-extra-parens
incorrect precedence (fixes #7978) (#7999) (alberto)template-tag-spacing
rule (fixes #7631) (#7913) (Jonathan Wilsson)Commits
The new version differs by 17 commits .
8ea98f9
3.15.0
77b5cb7
Build: package.json and changelog update for 3.15.0
f2a3580
Fix:
no-extra-parens
incorrect precedence (fixes #7978) (#7999)d6b6ba1
Fix: no-var should fix ForStatement.init (#7993)
99d386d
Upgrade: Espree v3.4.0 (#8019)
42390fd
Docs: update README.md for team (#8016)
d7ffd88
Chore: enable template-tag-spacing on ESLint codebase (#8005)
f2be7e3
Docs: Fix typo in object-curly-newline.md (#8002)
df2351a
Docs: Fix misleading section in brace-style documentation (#7996)
5ae6e00
Chore: avoid unnecessary feature detection for Symbol (#7992)
5d57c57
Chore: fix no-else-return lint error (refs #7986) (#7994)
62fb054
Chore: enable no-else-return on ESLint codebase (#7986)
c59a0ba
Update: add ignoreRestSiblings option to no-unused-vars (#7968)
5cdfa99
Chore: enable no-unneeded-ternary on ESLint codebase (#7987)
fbd7c13
Update: ensure operator-assignment handles exponentiation operators (#7970)
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 and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: