-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Comparing changes
Open a pull request
base repository: eslint/eslint
base: v8.24.0
head repository: eslint/eslint
compare: v8.25.0
- 18 commits
- 42 files changed
- 11 contributors
Commits on Sep 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7214347 - Browse repository at this point
Copy the full SHA 7214347View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5e9e27 - Browse repository at this point
Copy the full SHA e5e9e27View commit details
Commits on Sep 27, 2022
-
docs: Update docs README (#16352)
Add more detailed setup information to the docs README.
Configuration menu - View commit details
-
Copy full SHA for f6d57fb - Browse repository at this point
Copy the full SHA f6d57fbView commit details -
feat:
id-lengthcounts graphemes instead of code units (#16321)* fix: counts graphemes instead of code units * test: add more tests * test: add more valid tests * docs: mention about grapehemes * fix: first check if string is ASCII * fix: use regex * Update docs/src/rules/id-length.md Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * fix: add `max: 1` to valid tests * fix: add tests for Variation Selectors * Update tests/lib/rules/id-length.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update tests/lib/rules/id-length.js 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 1cc4b3a - Browse repository at this point
Copy the full SHA 1cc4b3aView commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a682562 - Browse repository at this point
Copy the full SHA a682562View commit details
Commits on Oct 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b3a0837 - Browse repository at this point
Copy the full SHA b3a0837View commit details -
docs: typo cleanups for docs (#16374)
* docs: typos in comments/JSDocs * fix: bad CSS position value rekative * fix: UK spelling of behavior for ScrollOption
Configuration menu - View commit details
-
Copy full SHA for 3bd380d - Browse repository at this point
Copy the full SHA 3bd380dView commit details -
chore: bump actions/stale from 5 to 6 (#16350)
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v5...v6) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 42f5479 - Browse repository at this point
Copy the full SHA 42f5479View commit details
Commits on Oct 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 49bd1e5 - Browse repository at this point
Copy the full SHA 49bd1e5View commit details -
feat: remove support for ignore files in FlatESLint (#16355)
* do not use `gitignoreToMinimatch` on `--ignore-pattern` * remove .eslintignore lookup * remove flat-eslint tests that assume .eslintignore lookup * remove --ignore-path CLI option * remove ignorePath contructor option * update docs and jsdoc * do not use gitIgnoreToMinimatch on ignorePatterns constructor option
Configuration menu - View commit details
-
Copy full SHA for 6964cb1 - Browse repository at this point
Copy the full SHA 6964cb1View commit details
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5a3fe70 - Browse repository at this point
Copy the full SHA 5a3fe70View commit details -
docs: Conflicting fixes (#16366)
* docs: Conflicting fixes Provide additional documentation on conflicting fixes. Fixes #13721 * Update docs/src/developer-guide/working-with-rules.md Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com> Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
Configuration menu - View commit details
-
Copy full SHA for 90c6028 - Browse repository at this point
Copy the full SHA 90c6028View commit details -
Configuration menu - View commit details
-
Copy full SHA for 720ff75 - Browse repository at this point
Copy the full SHA 720ff75View commit details
Commits on Oct 5, 2022
-
chore: Remove CODEOWNERS (#16375)
* chore: Rename CODEOWNERS * chore: delete CODEWONERS
Configuration menu - View commit details
-
Copy full SHA for 8476a9b - Browse repository at this point
Copy the full SHA 8476a9bView commit details
Commits on Oct 7, 2022
-
feat: Pass --max-warnings value to formatters (#16348)
* feat: Pass --max-warnings value to formatters Fixes #14881 * Make formatter docs wording consistent Originally suggested by @fasttime in #16348 (comment). * Update LoadedFormatter and FormatterFunction typedefs Originally suggested by @fasttime in #16348 (comment). Internally, I define two types, `MaxWarningsExceeded` and `ResultsMeta`, that the updated `LoadedFormatter` and `FormatterFunction` types can use. I'm then able to reuse the `ResultsMeta` type instead of the generic `Object` type in `ESLint` and `FlatESLint`'s `format` wrapper functions. Externally in the Node.js API docs, I describe the new second argument to `LoadedFormatter`'s `format` method inline rather than separately documenting the new types. While working on this, I noticed that `FlatESLint` is using the pre-PR #15727 `Formatter` type rather than `LoadedFormatter` and `FormatterFunction`. I'll fix that in a follow-up PR to keep this PR scoped to passing `maxWarningsExceeded` info.
Configuration menu - View commit details
-
Copy full SHA for 173e820 - Browse repository at this point
Copy the full SHA 173e820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f78594 - Browse repository at this point
Copy the full SHA 1f78594View commit details -
Build: changelog update for 8.25.0
ESLint Jenkins committedOct 7, 2022 Configuration menu - View commit details
-
Copy full SHA for c705f22 - Browse repository at this point
Copy the full SHA c705f22View commit details -
ESLint Jenkins committed
Oct 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 94ba68d - Browse repository at this point
Copy the full SHA 94ba68dView 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.24.0...v8.25.0