-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Comparing changes
Open a pull request
base repository: eslint/eslint
base: v8.29.0
head repository: eslint/eslint
compare: v8.30.0
- 20 commits
- 79 files changed
- 15 contributors
Commits on Dec 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e6cb05a - Browse repository at this point
Copy the full SHA e6cb05aView commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8ba124c - Browse repository at this point
Copy the full SHA 8ba124cView commit details
Commits on Dec 6, 2022
-
docs: Formatters page updates (#16566)
* docs: Formatters page updates add more information about the built-in formatters Fixes #16476 * add formatter text generation * fix issue and rename manifest * fix manifest formatting issues * restore generated page to state of eslint/eslint:main * rename and refactor as json * fix template spacing * Apply suggestions from code review Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dfc7ec1 - Browse repository at this point
Copy the full SHA dfc7ec1View commit details
Commits on Dec 7, 2022
-
docs: don't apply layouts to html formatter example (#16591)
* fix: font, color and table flow of formatters-example page * fix: add html-formatter-example.json file * fix: table color on theme change * fix: remove additional changes in html-formatter-example.html
Configuration menu - View commit details
-
Copy full SHA for 6bef135 - Browse repository at this point
Copy the full SHA 6bef135View commit details -
docs: Fix anchor in URL (#16628)
* docs: Fix anchor in URL * Update docs/src/user-guide/configuring/configuration-files.md Co-authored-by: Amaresh S M <amareshsm13@gmail.com> Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> Co-authored-by: Amaresh S M <amareshsm13@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7276fe5 - Browse repository at this point
Copy the full SHA 7276fe5View commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 75276c9 - Browse repository at this point
Copy the full SHA 75276c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2c64b - Browse repository at this point
Copy the full SHA fa2c64bView commit details -
docs: fix broken line numbers (#16606)
* docs: fix broken line numbers * docs: fix scss styles * docs: fix lint errors * Update docs/src/assets/scss/syntax-highlighter.scss Co-authored-by: Strek <ssharishkumar@gmail.com> * docs: fix scss * docs: move file and add license * add aria-hidden * add license to file header Co-authored-by: Strek <ssharishkumar@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 293573e - Browse repository at this point
Copy the full SHA 293573eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b8bb72 - Browse repository at this point
Copy the full SHA 9b8bb72View commit details -
refactor: migrate off deprecated function-style rules in all tests (#…
…16618) * refactor: migrate off deprecated function-style rules in all tests Preparing for RFC-85. * chore: enable object-shorthand rule always avoidExplicitReturnArrows
Configuration menu - View commit details
-
Copy full SHA for 90c9219 - Browse repository at this point
Copy the full SHA 90c9219View commit details
Commits on Dec 9, 2022
-
docs: CLI documentation standardization (#16563)
* docs: CLI intro + copy tweaks * docs: CLI docs standardization Fixes #16475 * continue on standardization * finish first pass of formatting * finish adding examples * fixes * copy edits * Apply suggestions from code review Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> Co-authored-by: Amaresh S M <amareshsm13@gmail.com> * put aliases in the headers * fix --ext description * update --rulesdir docs per feedback * Apply suggestions from code review Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com> Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * update help text * readd cli help output * clarify --ext description * clarify using --rule w --no-eslintrc * implement MD and NZ feedback * Apply suggestions from code review Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com> * clarify formatter example comments * Apply suggestions from code review Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com> * standardize all headings to Title Case * Apply suggestions from code review Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com> Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> Co-authored-by: Amaresh S M <amareshsm13@gmail.com> Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
Configuration menu - View commit details
-
Copy full SHA for ad44344 - Browse repository at this point
Copy the full SHA ad44344View commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7190d98 - Browse repository at this point
Copy the full SHA 7190d98View commit details
Commits on Dec 14, 2022
-
ci: fix npm v9 problem with
file:
(#16664)* ci: fix npm v9 problem with `file:` * pin config-array
Configuration menu - View commit details
-
Copy full SHA for 0d9af4c - Browse repository at this point
Copy the full SHA 0d9af4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8cd94 - Browse repository at this point
Copy the full SHA 6a8cd94View commit details -
chore: standardize npm script names per #14827 (#16315)
* chore: standardize npm script names per #14827 * put lint:fix right after lint * chore: fix ordering of :fix Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * chore: change release scripts to have "release:" prefix Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * docs: update package.json naming to include 'release' * docs: add css so abnf code formats okay * chore: exclude linting from npm test * docs: remove counter-reset. I guess that was a merge error Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ba74253 - Browse repository at this point
Copy the full SHA ba74253View commit details
Commits on Dec 16, 2022
-
feat: add suggestion for no-return-await (#16637)
* refactor: extract error list into a function Suggestions will be different for different errors, so a constant object won't work anymore * feat: suggest removing await in no-return-await * Fix suggestion message Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * refactor: remove unused data * fix: only trim after await if there is a space * refactor: allow expecting no suggestion * refactor: move code for fixing into fix function * fix: do not suggest a fix if await and awaited expression are not on th same line * Simplify suggestion message Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Simplify single-character access Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Simplify removing a range Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * feat: suggest removing await when expression starts with ( * refactor: use awaitToken to determine await range * fix: use more performant way to identify tokens Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 075ef2c - Browse repository at this point
Copy the full SHA 075ef2cView commit details -
fix: Ensure flat config unignores work consistently like eslintrc (#1…
…6579) * chore: Finish FlatESLint tests We have several tests that were ignored back when we were waiting for fast-glob fixes. Because we no longer use fast-glob, the tests now work. * Update default config and tests
Configuration menu - View commit details
-
Copy full SHA for 1a327aa - Browse repository at this point
Copy the full SHA 1a327aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c4737 - Browse repository at this point
Copy the full SHA f2c4737View commit details -
Build: changelog update for 8.30.0
ESLint Jenkins committedDec 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 12a2972 - Browse repository at this point
Copy the full SHA 12a2972View commit details -
ESLint Jenkins committed
Dec 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 6151d9e - Browse repository at this point
Copy the full SHA 6151d9eView 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.29.0...v8.30.0