react-native-fullstack-graphql
react-native-fullstack-graphql copied to clipboard
chore(deps): update dependency eslint to v5
This PR contains the following updates:
Package | Type | Update | Change | References |
---|---|---|---|---|
eslint | devDependencies | major | 4.18.1 -> 5.7.0 |
homepage, source |
Release Notes
eslint/eslint
v5.7.0
-
6cb63fd
Update: Add iife to padding-line-between-statements (fixes #โ10853) (#โ10916) (Kevin Partington) -
5fd1bda
Update: no-tabs allowIndentationTabs option (fixes #โ10256) (#โ10925) (Kevin Partington) -
d12be69
Fix: no-extra-bind No autofix if arg may have side effect (fixes #โ10846) (#โ10918) (Kevin Partington) -
847372f
Fix: no-unused-vars false pos. with markVariableAsUsed (fixes #โ10952) (#โ10954) (Roy Sutton) -
4132de7
Chore: Simplify space-infix-ops (#โ10935) (Bence Dรกnyi) -
543edfa
Fix: Fix error with one-var (fixes #โ10937) (#โ10938) (Justin Krup) -
95c4cb1
Docs: Fix typo for no-unsafe-finally (#โ10945) (Sergio Santoro) -
5fe0e1a
Fix: no-invalid-regexp disallows \ at end of pattern (fixes #โ10861) (#โ10920) (Toru Nagashima) -
f85547a
Docs: Add 'When Not To Use' section to space-infix-ops (#โ10931) (Bence Dรกnyi) -
3dccac4
Docs: Update working-with-parsers link (#โ10929) (Azeem Bande-Ali) -
557a8bb
Docs: Remove old note about caching, add a new one (fixes #โ10739) (#โ10913) (Zac) -
fe8111a
Chore: Add more test cases to space-infix-ops (#โ10936) (Bence Dรกnyi) -
066f7e0
Update: camelcase rule ignoreList added (#โ10783) (Julien Martin) -
70bde69
Upgrade: table to version 5 (#โ10903) (Rouven Weรling) -
2e52bca
Chore: Update issue templates (#โ10900) (Nicholas C. Zakas)
v5.6.1
-
9b26bdb
Fix: avoid exponential require-atomic-updates traversal (fixes #โ10893) (#โ10894) (Teddy Katz) -
9432b10
Fix: make separateRequires work in consecutive mode (fixes #โ10784) (#โ10886) (Pig Fang) -
e51868d
Upgrade: debug@4 (fixes #โ10854) (#โ10887) (่ๅฎ่ฐ็็ซ) -
d3f3994
Docs: add information about reporting security issues (#โ10889) (Teddy Katz) -
cc458f4
Build: fix failing tests on master (#โ10890) (Teddy Katz) -
a6ebfd3
Docs: clarify defaultAssignment option, fix no-unneeded-ternary examples (#โ10874) (CoffeeTableEspresso) -
9d52541
Fix: Remove duplicate error message on crash (fixes #โ8964) (#โ10865) (Nicholas C. Zakas) -
4eb9a49
Docs: Update quotes.md (#โ10862) (The Jared Wilcurt) -
9159e9b
Docs: Update complexity.md (#โ10867) (Szymon Przybylski) -
14f4e46
Docs: Use Linter instead of linter in Nodejs API page (#โ10864) (Nicholas C. Zakas) -
b3e3cb1
Chore: Update debug log name to match filename (#โ10863) (Nicholas C. Zakas)
v5.6.0
-
c5b688e
Update: Added generators option to func-names (fixes #โ9511) (#โ10697) (Oscar Barrett) -
7da36d5
Fix: respect generator function expressions in no-constant-condition (#โ10827) (Julian Rosse) -
0a65844
Chore: quote enable avoidEscape option in eslint-config-eslint (#โ10626) (่ๅฎ่ฐ็็ซ) -
32f41bd
Chore: Add configuration wrapper markdown for the bug report template (#โ10669) (Iulian Onofrei)
v5.5.0
-
6e110e6
Fix: camelcase duplicate warning bug (fixes #โ10801) (#โ10802) (Julian Rosse) -
5103ee7
Docs: Add Brackets integration (#โ10813) (Jan Pilzer) -
b61d2cd
Update: max-params to only highlight function header (#โ10815) (Ian Obermiller) -
2b2f11d
Upgrade: babel-code-frame to version 7 (#โ10808) (Rouven Weรling) -
2824d43
Docs: fix comment placement in a code example (#โ10799) (Vse Mozhet Byt) -
10690b7
Upgrade: devdeps and deps to latest (#โ10622) (่ๅฎ่ฐ็็ซ) -
80c8598
Docs: gitignore syntax updates (fixes #โ8139) (#โ10776) (Gustavo Santana) -
cb946af
Chore: use meta.messages in some rules (1/4) (#โ10764) (่ๅฎ่ฐ็็ซ)
v5.4.0
-
a70909f
Docs: Add jscs-dev.github.io links (#โ10771) (Gustavo Santana) -
034690f
Fix: no-invalid-meta crashes for non Object values (fixes #โ10750) (#โ10753) (Sandeep Kumar Ranka) -
11a462d
Docs: Broken jscs.info URLs (fixes #โ10732) (#โ10770) (Gustavo Santana) -
985567d
Chore: rm unused dep string.prototype.matchall (#โ10756) (่ๅฎ่ฐ็็ซ) -
f3d8454
Update: Improve no-extra-parens error message (#โ10748) (Timo Tijhof) -
562a03f
Fix: consistent-docs-url crashes if meta.docs is empty (fixes #โ10722) (#โ10749) (Sandeep Kumar Ranka) -
6492233
Chore: enable no-prototype-builtins in codebase (fixes #โ10660) (#โ10664) (่ๅฎ่ฐ็็ซ) -
137140f
Chore: use eslintrc overrides (#โ10677) (่ๅฎ่ฐ็็ซ)
v5.3.0
-
dd6cb19
Docs: Updated no-return-await Rule Documentation (fixes #โ9695) (#โ10699) (Marla Foreman) -
6009239
Chore: rename utils for consistency (#โ10727) (่ๅฎ่ฐ็็ซ) -
6eb972c
New: require-unicode-regexp rule (fixes #โ9961) (#โ10698) (Toru Nagashima) -
5c5d64d
Fix: ignored-paths for Windows path (fixes #โ10687) (#โ10691) (Toru Nagashima) -
5f6a765
Build: ensure URL fragments remain in documentation links (fixes #โ10717) (#โ10720) (Teddy Katz) -
863aa78
Docs: add another example for when not to use no-await-in-loop (#โ10714) (Valeri Karpov) -
6e78b7d
Docs: remove links to terminated jscs.info domain (#โ10706) (Piotr Kuczynski) -
d56c39d
Fix: ESLint cache no longer stops autofix (fixes #โ10679) (#โ10694) (Kevin Partington) -
2cc3240
New: add no-misleading-character-class (fixes #โ10049) (#โ10511) (Toru Nagashima) -
877f4b8
Fix: The "../.." folder is always ignored (fixes #โ10675) (#โ10682) (Sridhar) -
5984820
Chore: Move lib/file-finder.js to lib/util/ (refs #โ10559) (#โ10695) (Kevin Partington) -
e37a593
Update: Fix incorrect default value for position (#โ10670) (Iulian Onofrei) -
8084bfc
Docs: change when not to use object spread (#โ10621) (Benny Powers) -
7f496e2
Chore: Update require path for ast-utils (#โ10693) (Kevin Partington) -
648a33a
Chore: reorganize code structure of utilities (refs #โ10599) (#โ10680) (่ๅฎ่ฐ็็ซ) -
f026fe1
Update: Fix 'function' in padding-line-between-statements (fixes #โ10487) (#โ10676) (Kevin Partington) -
c2bb8bb
Docs: Remove superfluous object option sample code (#โ10652) (Iulian Onofrei) -
d34a13b
Docs: add subheader in configuring/configuring-rules (#โ10686) (่ๅฎ่ฐ็็ซ) -
d8aea28
Chore: rm unnecessary plugin in eslint-config-eslint (#โ10685) (่ๅฎ่ฐ็็ซ) -
9e76be7
Update: indent comments w/ nearby code if no blank lines (fixes #โ9733) (#โ10640) (Kevin Partington) -
9e93d46
New: add no-async-promise-executor rule (fixes #โ10217) (#โ10661) (Teddy Katz) -
5a2538c
New: require-atomic-updates rule (fixes #โ10405) (#โ10655) (Teddy Katz) -
8b83d2b
Fix: always resolve default ignore patterns from CWD (fixes #โ9227) (#โ10638) (Teddy Katz) -
acb6658
Fix: ESLint crash with prefer-object-spread (fixes #โ10646) (#โ10649) (่ๅฎ่ฐ็็ซ) -
99fb7d3
Docs: fix misleading no-prototype-builtins description (#โ10666) (่ๅฎ่ฐ็็ซ) -
005b849
Docs: fix outdated description ofbaseConfig
option (#โ10657) (Teddy Katz) -
15a77c4
Docs: fix broken links (fixes eslint/eslint-jp#โ6) (#โ10658) (Toru Nagashima) -
87cd344
Docs: Make marking a default option consistent with other rules (#โ10650) (Iulian Onofrei) -
0cb5e3e
Chore: Replace some function application with spread operators (#โ10645) (Kevin Partington) -
b6daf0e
Docs: Remove superfluous section from no-unsafe-negation (#โ10648) (Iulian Onofrei) -
e1a3cac
Chore: rm deprecated experimentalObjectRestSpread option in tests (#โ10647) (่ๅฎ่ฐ็็ซ)
v5.2.0
-
81283d0
Update: Cache files that failed linting (fixes #โ9948) (#โ10571) (Kevin Partington) -
13cc63e
Upgrade: [email protected] (#โ10619) (Rouven Weรling) -
ac77a80
Chore: Fixing a call to Object.assign.apply in Linter (#โ10629) (Kevin Partington) -
761f802
Upgrade: eslint-plugin-node to 7.0.1 (#โ10612) (Toru Nagashima) -
c517b2a
Build: fix npm run perf failing(fixes #โ10577) (#โ10607) (่ๅฎ่ฐ็็ซ) -
e596939
Chore: fix redundant equality check (#โ10617) (Toru Nagashima) -
9f93d5f
Docs: Updated Working with Custom Formatters (fixes #โ9950) (#โ10592) (Marla Foreman) -
9aaf195
Chore: Extract lint result cache logic (refs #โ9948) (#โ10562) (Kevin Partington) -
80b296e
Build: package.json update for eslint-config-eslint release (ESLint Jenkins) -
e4e7ff2
Chore: fix error message in eslint-config-eslint (#โ10588) (่ๅฎ่ฐ็็ซ) -
1e88170
Chore: Move lib/logging and lib/timing to lib/util/ (refs #โ10559) (#โ10579) (Kevin Partington) -
64dfa21
Build: Fix prerelease logic in blog post generation (fixes #โ10578) (#โ10581) (Kevin Partington) -
0faf633
Chore: Simplify helper method in Linter tests (#โ10580) (Kevin Partington)
v5.1.0
-
7328f99
Build: package.json update for eslint-config-eslint release (ESLint Jenkins) -
b161f6b
Build: Include prerelease install info in release blog post (#โ10463) (Kevin Partington) -
b2df738
Fix: prefer-object-spread duplicated comma (fixes #โ10512, fixes #โ10532) (#โ10524) (Toru Nagashima) -
d8c3a25
Fix: wrap-regex doesn't work in some expression(fixes #โ10573) (#โ10576) (่ๅฎ่ฐ็็ซ) -
114f42e
Docs: Clarify option defaults in max-lines-per-function docs (#โ10569) (Chris Harwood) -
63f36f7
Fix: sort-keys in an object that contains spread (fixes #โ10261) (#โ10495) (katerberg) -
601a5c4
Fix: Prefer-const rule crashing on array destructuring (fixes #โ10520) (#โ10527) (Michael Mason) -
143890a
Update: Adjust grammar of error/warnings fixable (#โ10546) (Matt Mischuk) -
8ee39c5
Chore: small refactor config-validator (#โ10565) (่ๅฎ่ฐ็็ซ) -
100f1be
Docs: add note about release issues to readme (#โ10572) (Teddy Katz) -
02efeac
Fix: do not fail on nested unknown operators (#โ10561) (Rubรฉn Norte) -
92b19ca
Chore: use eslintrc overrides(dogfooding) (#โ10566) (่ๅฎ่ฐ็็ซ) -
076a6b6
Docs: add actionable fix to no-irregular-whitespace (#โ10558) (Matteo Collina) -
de663ec
Docs: Only successfully linted files are cached (fixes #โ9802) (#โ10557) (Kevin Partington) -
f0e22fc
Upgrade: [email protected] (#โ10497) (่ๅฎ่ฐ็็ซ) -
8a2ff2c
Docs: adding a section about disable rules for some files (#โ10536) (Wellington Soares) -
f22a3f8
Docs: fix a word in no-implied-eval (#โ10539) (Dan Homola) -
20d8bbd
Docs: add missing paragraph about "custom parsers" (#โ10547) (Pig Fang) -
b7addf6
Update: deprecate no-catch-shadow (fixes #โ10466) (#โ10526) (Toru Nagashima) -
e862dc3
Fix: Remove autofixer for no-debugger (fixes #โ10242) (#โ10509) (Teddy Katz)
v5.0.1
-
196c102
Fix: valid-jsdoc should allow optional returns for async (fixes #โ10386) (#โ10480) (Mark Banner) -
4c823bd
Docs: Fix max-lines-per-function correct code's max value (#โ10513) (Rhys Bower)
v5.0.0
-
0feedfd
New: Added max-lines-per-function rule (fixes #โ9842) (#โ10188) (peteward44) -
daefbdb
Upgrade: eslint-scope and espree to 4.0.0 (refs #โ10458) (#โ10500) (Brandon Mills) -
077358b
Docs: no-process-exit: recommend process.exitCode (#โ10478) (Andres Kalle) -
f93d6ff
Fix: do not fail on unknown operators from custom parsers (fixes #โ10475) (#โ10476) (Rubรฉn Norte) -
05343fd
Fix: add parens for yield statement (fixes #โ10432) (#โ10468) (Pig Fang) -
d477c5e
Fix: check destructuring for "no-shadow-restricted-names" (fixes #โ10467) (#โ10470) (Pig Fang) -
7a7580b
Update: Add considerPropertyDescriptor option to func-name-matching (#โ9078) (Dieter Luypaert) -
e0a0418
Fix: crash on optional catch binding (#โ10429) (Toru Nagashima) -
de4dba9
Docs: styling team members (#โ10460) (่ๅฎ่ฐ็็ซ) -
5e453a3
Docs: display team members in tables. (#โ10433) (่ๅฎ่ฐ็็ซ) -
b1895eb
Docs: Restore intentional spelling mistake (#โ10459) (Wilfred Hughes)
v4.19.1
-
3ff5d11
Fix: no-invalid-regexp not understand variable for flags (fixes #โ10112) (#โ10113) (่ๅฎ่ฐ็็ซ) -
abc765c
Fix: object-curly-newline minProperties w/default export (fixes #โ10101) (#โ10103) (Kevin Partington) -
6f9e155
Docs: Update ambiguous for...in example for guard-for-in (#โ10114) (CJ R) -
0360cc2
Chore: Adding debug logs on successful plugin loads (#โ10100) (Kevin Partington) -
a717c5d
Chore: Adding log at beginning of unit tests in Makefile.js (#โ10102) (Kevin Partington)
v4.19.0
-
55a1593
Update: consecutive option for one-var (fixes #โ4680) (#โ9994) (่ๅฎ่ฐ็็ซ) -
8d3814e
Fix: false positive about ES2018 RegExp enhancements (fixes #โ9893) (#โ10062) (Toru Nagashima) -
935f4e4
Docs: Clarify default ignoring of node_modules (#โ10092) (Matijs Brinkhuis) -
72ed3db
Docs: WrapBuffer()
in backticks inno-buffer-constructor
rule description (#โ10084) (Stephen Edgar) -
3aded2f
Docs: Fix lodash typos, make spacing consistent (#โ10073) (Josh Smith) -
e33bb64
Chore: enable no-param-reassign on ESLint codebase (#โ10065) (Teddy Katz) -
66a1e9a
Docs: fix possible typo (#โ10060) (Vse Mozhet Byt) -
2e68be6
Update: give a node at least the indentation of its parent (fixes #โ9995) (#โ10054) (Teddy Katz) -
72ca5b3
Update: Correctly indent JSXText with trailing linebreaks (fixes #โ9878) (#โ10055) (Teddy Katz) -
2a4c838
Docs: Update ECMAScript versions in FAQ (#โ10047) (alberto)
v4.18.2
-
6b71fd0
Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" (#โ10022) (Mathieu Seiler) -
3c697de
Chore: fix incorrect comment about linter.verify return value (#โ10030) (Teddy Katz) -
9df8653
Chore: refactor parser-loading out of linter.verify (#โ10028) (Teddy Katz) -
f6901d0
Fix: remove catastrophic backtracking vulnerability (fixes #โ10002) (#โ10019) (Jamie Davis) -
e4f52ce
Chore: Simplify dataflow in linter.verify (#โ10020) (Teddy Katz) -
33177cd
Chore: make library files non-executable (#โ10021) (Teddy Katz) -
558ccba
Chore: refactor directive comment processing (#โ10007) (Teddy Katz) -
18e15d9
Chore: avoid useless catch clauses that just rethrow errors (#โ10010) (Teddy Katz) -
a1c3759
Chore: refactor populating configs with defaults in linter (#โ10006) (Teddy Katz) -
aea07dc
Fix: Make max-len ignoreStrings ignore JSXText (fixes #โ9954) (#โ9985) (Rachael Sim)
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!
".
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.