-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Comparing changes
Open a pull request
base repository: eslint/eslint
base: v5.8.0
head repository: eslint/eslint
compare: v5.9.0
- 17 commits
- 310 files changed
- 11 contributors
Commits on Oct 30, 2018
-
Update: Warn for deprecation in Node output (fixes #7443) (#10953)
* Fix: Warn for deprecation in Node output (fixes #7443) * Reduce complexity of createRuleWarnings() * Specify the usedDeprecatedRules object properties in the docs * Add safety checks for createRuleWarnings() * Document replacedBy in working-with-rules * Move meta.docs.replacedBy to meta.replacedBy
Configuration menu - View commit details
-
Copy full SHA for 802e926 - Browse repository at this point
Copy the full SHA 802e926View commit details
Commits on Nov 1, 2018
-
Docs: Update steps for adding new TSC member (#11038)
Mention adding new TSC members to the ESLint TSC mailing list.
Configuration menu - View commit details
-
Copy full SHA for 44d37ca - Browse repository at this point
Copy the full SHA 44d37caView commit details
Commits on Nov 3, 2018
-
Fix: rule deprecation warnings did not consider all rules (#11044)
This fixes a bug where rule deprecation warnings would only be generated for rules passed via the `--rule` flag on the command line, rather for all rules configured in a config file. It also addresses an issue where passing a nonexistent rule on the command line would cause CLIEngine to crash, which broke the eslint-canary build.
Configuration menu - View commit details
-
Copy full SHA for 5525eb6 - Browse repository at this point
Copy the full SHA 5525eb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fe3287 - Browse repository at this point
Copy the full SHA 4fe3287View commit details
Commits on Nov 6, 2018
-
Chore: fix invalid super() calls in tests (#11054)
Acorn now reports parsing errors for invalid uses of the `super` keyword, and some tests are failing on master as a result. This commit updates the affected tests as necessary (or removes them if they're no longer applicable).
Configuration menu - View commit details
-
Copy full SHA for 0800b20 - Browse repository at this point
Copy the full SHA 0800b20View commit details -
New: Add --fix-type option to CLI (fixes #10855) (#10912)
* New: Add --fix-type option to CLI (fixes #10855) * Chore: Update rule types * Docs: Update Nodejs API docs with new CLIEngine option * Chore: Fix lint errors * Chore: Update options message for --fix-type * CLIEngine validates fixType values * Check for rule.meta when filtering fixes * Call getRules() just once when filtering fixes * Set no-multiline-str to suggestion * Add check for missing rule info in rule-types.json * Account for late definition of rules in CLIEngine * Add ruleType data to doc page for rules * Remove duplicate test * Update spacing rules to be of type style * Fix lint issues in update-rule-types.js * Change ruleType to rule_type in doc page front matter * Update rule type mappings based on feedback * Update rules to use 'layout' instead of 'style' * Fix update-rule-types script and prefer-arrow-callback * Fix lint error * Update rule types based on latest feedback * Fix bug CLIEngine * Update new rule issue template with category info * Final update of rule types * Refactor CLIEngine piece based on feedback
Configuration menu - View commit details
-
Copy full SHA for 7ad86de - Browse repository at this point
Copy the full SHA 7ad86deView commit details
Commits on Nov 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for dcc6233 - Browse repository at this point
Copy the full SHA dcc6233View commit details
Commits on Nov 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 607635d - Browse repository at this point
Copy the full SHA 607635dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd7493 - Browse repository at this point
Copy the full SHA 3dd7493View commit details -
Update: no-restricted-imports to check re-export (fixes #9678) (#11064)
* Fix: no-restricted-imports to check re-export (fixes #9678) * Add export as use case
Configuration menu - View commit details
-
Copy full SHA for 79a2797 - Browse repository at this point
Copy the full SHA 79a2797View commit details -
Docs: Update require-await docs with exception (fixes #9540) (#11063)
* Fix: Update require-await docs with exception (fixes #9540) * Fix typos * Fix more typos
Configuration menu - View commit details
-
Copy full SHA for 57f357e - Browse repository at this point
Copy the full SHA 57f357eView commit details -
Update: "off" options for "space-before-blocks" (refs #10906) (#10907)
* Update: "off" options for "space-before-blocks" (refs #10906) See #10906 Where "always" enforces space and "never" enforces no-space, "off" does not enforce any space preference. It may be useful to add a similar "off" option to other enums only allowing "always" and "never", too, but that is outside the scope of this PR.
Configuration menu - View commit details
-
Copy full SHA for ae2b61d - Browse repository at this point
Copy the full SHA ae2b61dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54687a8 - Browse repository at this point
Copy the full SHA 54687a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c832cd5 - Browse repository at this point
Copy the full SHA c832cd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9436712 - Browse repository at this point
Copy the full SHA 9436712View commit details -
Build: changelog update for 5.9.0
ESLint Jenkins committedNov 9, 2018 Configuration menu - View commit details
-
Copy full SHA for e652d2b - Browse repository at this point
Copy the full SHA e652d2bView commit details -
ESLint Jenkins committed
Nov 9, 2018 Configuration menu - View commit details
-
Copy full SHA for f7633b7 - Browse repository at this point
Copy the full SHA f7633b7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.8.0...v5.9.0