apollo-errors
apollo-errors copied to clipboard
Update dependency eslint-plugin-babel to v5
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| eslint-plugin-babel | 3.3.0 -> 5.3.1 |
Release Notes
babel/eslint-plugin-babel (eslint-plugin-babel)
v5.3.1
v5.3.0
- Camelcase - support for optional chaining [#163] (thanks @villesau)
v5.2.1
v5.2.0
- Test against modern node versions #157, thanks @amilajack!
- Support optional calls in no-unused-expressions #158, thanks @lehni!
- Add valid-typeof rule with support for BigInt #161
v5.1.0
- Fixed a bug in the semi rule when the
omitLastInOneLineBlockoption is used with class properties (#144) - Sync'd
new-captests with latest from ESLint to make sure there are no regressions - Updated
eslint-plugin-composerto v0.3.0 - Added support for do expressions to the
no-unused-expressionsrule, thanks @lyleunderwood (#131)
v5.0.0
v5.0.0
Thanks to @existentialism
- Use
eslint-rule-composer#138 - New
peerDependencyon ESLint 4 - Handle
JSXFragmentforquotes
v4.1.2
Bug Fix
babel/semi: doesn't fail when usingfor await (let something of {}). Includes class properties
v4.1.1
💀 Deprecate
- Deprecate rule
no-await-in-loop#123
Thanks to @daltones!
v4.1.0
New
babel/semi: Includes class properties (🛠 ) #121
Thanks to @aaronjensen
v4.0.1
v4.0.0
Breaking Change
- Drop node < 4 #113
New Feature
babel/no-invalid-this: doesn't fail when inside class properties #101
class A {
a = this.b;
}
Deprecated Rules #115
Many rules are built-in now since ESLint supports es2017, etc
babel/generator-star-spacing: Usegenerator-star-spacing.babel/object-shorthand: Useobject-shorthand.babel/arrow-parens: Usearrow-parens.babel/func-params-comma-dangle: Usecomma-dangle.babel/array-bracket-spacing: Usearray-bracket-spacing.babel/flow-object-type: Useflowtype/object-type-delimiter.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.