-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Comparing changes
Open a pull request
base repository: eslint/eslint
base: v8.0.1
head repository: eslint/eslint
compare: v8.1.0
- 18 commits
- 33 files changed
- 10 contributors
Commits on Oct 14, 2021
-
Docs: Update README team and sponsors
ESLint Jenkins committedOct 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 2cfbd4b - Browse repository at this point
Copy the full SHA 2cfbd4bView commit details
Commits on Oct 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ec0f8e0 - Browse repository at this point
Copy the full SHA ec0f8e0View commit details -
Chore: migrate master to main (#15062)
* Chore: migrate master to main * fix: keep the branch name to master for website repo Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Fix: replace main branch in URL with HEAD * Fix: add both master and main branch in Github workflow Co-authored-by: Jordan Harband <ljharb@gmail.com> * Fix: make the branch name to main for edit url Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> Co-authored-by: Jordan Harband <ljharb@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dd58cd4 - Browse repository at this point
Copy the full SHA dd58cd4View commit details
Commits on Oct 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2b32f50 - Browse repository at this point
Copy the full SHA 2b32f50View commit details -
Chore: Update stale bot settings (#15173)
Exempt issues and PRs with the accepted label
Configuration menu - View commit details
-
Copy full SHA for b5049c8 - Browse repository at this point
Copy the full SHA b5049c8View commit details
Commits on Oct 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 35f3254 - Browse repository at this point
Copy the full SHA 35f3254View commit details
Commits on Oct 19, 2021
-
Upgrade:
eslint-plugin-eslint-plugin
to v4 (#15169)Some rules have been added to the `recommended` config so we no longer have to manually enable them. https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/releases/tag/v4.0.0
Configuration menu - View commit details
-
Copy full SHA for 249a040 - Browse repository at this point
Copy the full SHA 249a040View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb3bb2 - Browse repository at this point
Copy the full SHA 0fb3bb2View commit details
Commits on Oct 21, 2021
-
* Build: add node v17 * fix: npm install --force when node v17
Configuration menu - View commit details
-
Copy full SHA for 1b87fa8 - Browse repository at this point
Copy the full SHA 1b87fa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31af1c8 - Browse repository at this point
Copy the full SHA 31af1c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a5b6b - Browse repository at this point
Copy the full SHA 90a5b6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e926b17 - Browse repository at this point
Copy the full SHA e926b17View commit details
Commits on Oct 22, 2021
-
New: Add no-unused-private-class-members rule (fixes #14859) (#14895)
* New: Report unused private class members (fixes #14859) For any private class property or method, report those that are unused. Since private class members can only be accessed in the same class body, we can safely assume that all usages are processed when we leave the ClassBody scope. * Handle all edge cases per feedback Also remove the rule from recommended for now, as that is a breaking change. * Remove duplication in assignment checking * Optimize check for property deletion This also removes the usage of optional chaining, which isn't supported yet on Node environments that ESLint supports. * Use more descriptive names * Handle more edge cases * Apply suggestions from code review Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/rules/no-unused-private-class-members.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update no-unused-private-class-members.js * Fix accessor handling Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3d370fb - Browse repository at this point
Copy the full SHA 3d370fbView commit details -
Fix: allow
baseConfig
to extend preloaded plugin config (fixes #15079…Configuration menu - View commit details
-
Copy full SHA for a1f7ad7 - Browse repository at this point
Copy the full SHA a1f7ad7View commit details -
Fix: keyword-spacing conflict with space-infix-ops on
>
(fixes #14712……) (#15172) * Add regression tests * Add passing tests * Add more passing tests * Add failing tests * Fix the issue
Configuration menu - View commit details
-
Copy full SHA for d9d84a0 - Browse repository at this point
Copy the full SHA d9d84a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 446b4b3 - Browse repository at this point
Copy the full SHA 446b4b3View commit details -
Build: changelog update for 8.1.0
ESLint Jenkins committedOct 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 14b5ad8 - Browse repository at this point
Copy the full SHA 14b5ad8View commit details -
ESLint Jenkins committed
Oct 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 2774043 - Browse repository at this point
Copy the full SHA 2774043View 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 v8.0.1...v8.1.0