-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Comparing changes
Open a pull request
base repository: eslint/eslint
base: v9.10.0
head repository: eslint/eslint
compare: v9.11.0
Commits on Sep 7, 2024
-
GitHub Actions Bot committed
Sep 7, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 4edac1a - Browse repository at this point
Copy the full SHA 4edac1aView commit details
Commits on Sep 8, 2024
-
GitHub Actions Bot committed
Sep 8, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for adcc50d - Browse repository at this point
Copy the full SHA adcc50dView commit details
Commits on Sep 10, 2024
-
chore: enable
$ExpectType
comments in .ts files (#18869)* chore: enable `$ExpectType` comments in .ts files * Update eslint.config.js Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com> * ignore .ts files in lib/types --------- Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
Configuration menu - View commit details
-
Copy full SHA for a416f0a - Browse repository at this point
Copy the full SHA a416f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b2421 - Browse repository at this point
Copy the full SHA 78b2421View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59cfc0f - Browse repository at this point
Copy the full SHA 59cfc0fView commit details -
chore: update dependency @eslint/core to ^0.6.0 (#18863)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d594ddd - Browse repository at this point
Copy the full SHA d594dddView commit details -
feat: add type
FormatterFunction
, updateLoadedFormatter
(#18872)* feat: add type `FormatterFunction`, update `LoadedFormatter` * add TypeDoc for `FormatterFunction` * mark second argument of `FormatterFunction` as required, update TypeDoc
Configuration menu - View commit details
-
Copy full SHA for a48f8c2 - Browse repository at this point
Copy the full SHA a48f8c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b852ce - Browse repository at this point
Copy the full SHA 7b852ceView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c2805f - Browse repository at this point
Copy the full SHA 2c2805fView commit details
Commits on Sep 13, 2024
-
refactor: use optional chaining when validating config rules (#18893)
* refactor: use optional chaining when validating config rules This change reduces the number of "&&" while still keeping the same behavior * refactor: use optional chaining when validating config rules * refactor: use optional chaining when validating config rules
Configuration menu - View commit details
-
Copy full SHA for 71f37c5 - Browse repository at this point
Copy the full SHA 71f37c5View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0deed1 - Browse repository at this point
Copy the full SHA a0deed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa11b2e - Browse repository at this point
Copy the full SHA fa11b2eView commit details -
feat: Add
no-useless-constructor
suggestion (#18799)* feat: add fixer for `no-useless-constructor` & tests * docs: updated docs * changed to suggestion * added suggestion messageId * support automatic semi insertion * added deleted test * add failing test * altered logic * using `unIndent`
Configuration menu - View commit details
-
Copy full SHA for 19c6856 - Browse repository at this point
Copy the full SHA 19c6856View commit details -
Configuration menu - View commit details
-
Copy full SHA for c153084 - Browse repository at this point
Copy the full SHA c153084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de5742 - Browse repository at this point
Copy the full SHA 2de5742View commit details -
feat: limit the name given to
ImportSpecifier
inid-length
(#18861)* feat: report name given to ImportSpecifier * update code * no error on same local name * add more tests
Configuration menu - View commit details
-
Copy full SHA for 492eb8f - Browse repository at this point
Copy the full SHA 492eb8fView commit details -
chore: updates for v8.57.1 release
Jenkins committedSep 16, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 6d4484d - Browse repository at this point
Copy the full SHA 6d4484dView commit details -
build: Support updates to previous major versions (#18871)
* build: Support updates to previous major versions * fix options name * add docs about release parameters * upgrade eslint-release * update tables * Fix typo Co-authored-by: Nitin Kumar <snitin315@gmail.com> --------- Co-authored-by: Nitin Kumar <snitin315@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 959d360 - Browse repository at this point
Copy the full SHA 959d360View commit details
Commits on Sep 17, 2024
-
docs: add unicode abbreviations in no-irregular-whitespace rule (#18894)
* docs: add unicode abbreviations in no-irregular-whitespace rule * docs: add more abbreviations 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 91cbd18 - Browse repository at this point
Copy the full SHA 91cbd18View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c591da6 - Browse repository at this point
Copy the full SHA c591da6View commit details -
feat: add "eslint/universal" to export
Linter
(#18883)* feat: add "eslint/universal" to export `Linter` fixes #18715 * fix: add lib/universal.js * feat: add typings * chore: add tests for "eslint/universal" types * Update lib/types/universal.d.ts Co-authored-by: Francesco Trotta <github@fasttime.org> * chore: update types tests --------- Co-authored-by: Francesco Trotta <github@fasttime.org>
Configuration menu - View commit details
-
Copy full SHA for ec30c73 - Browse repository at this point
Copy the full SHA ec30c73View commit details
Commits on Sep 19, 2024
-
refactor: Extract processor logic into ProcessorService (#18818)
* refactor: Extract processor logic into ProcessorService * Remove .only * Fix failing tests * Remove extra file * Add test for BOM * Update lib/linter/vfile.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Apply feedback and add tests --------- Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e4e02cc - Browse repository at this point
Copy the full SHA e4e02ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for d715781 - Browse repository at this point
Copy the full SHA d715781View commit details -
fix: add missing types for
no-param-reassign
options (#18906)* fix: add missing types for `no-param-reassign` options * refactor: improve types for `no-param-reassign`
Configuration menu - View commit details
-
Copy full SHA for 8f630eb - Browse repository at this point
Copy the full SHA 8f630ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e5709 - Browse repository at this point
Copy the full SHA e4e5709View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e5f39b - Browse repository at this point
Copy the full SHA 5e5f39bView commit details -
chore: package.json update for @eslint/js release
Jenkins committedSep 20, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for a10f90a - Browse repository at this point
Copy the full SHA a10f90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca21a64 - Browse repository at this point
Copy the full SHA ca21a64View commit details -
Build: changelog update for 9.11.0
Jenkins committedSep 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 4cc6637 - Browse repository at this point
Copy the full SHA 4cc6637View commit details -
Jenkins committed
Sep 20, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 26baf40 - Browse repository at this point
Copy the full SHA 26baf40View commit details
There are no files selected for viewing
Large diffs are not rendered by default.