-
-
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.52.0
head repository: eslint/eslint
compare: v8.53.0
- 17 commits
- 165 files changed
- 9 contributors
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 994596b - Browse repository at this point
Copy the full SHA 994596bView commit details
Commits on Oct 24, 2023
-
fix: add
;
after JSX nodes inno-object-constructor
autofix (#17672)Fix `no-object-constructor` autofix after JSX nodes
Configuration menu - View commit details
-
Copy full SHA for b329ea7 - Browse repository at this point
Copy the full SHA b329ea7View commit details -
ci: bump actions/setup-node from 3 to 4 (#17676)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... 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 db06a7f - Browse repository at this point
Copy the full SHA db06a7fView commit details -
docs: explained rule fixers and suggestions (#17657)
* docs: explained report fixers and suggestions * Apply suggestions from code review Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com> * Post-suggestion fix: rule-categories.macro.html link --------- Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
Configuration menu - View commit details
-
Copy full SHA for 3aec1c5 - Browse repository at this point
Copy the full SHA 3aec1c5View commit details
Commits on Oct 26, 2023
-
docs: Fix tabs in rule examples (#17653)
* Different ways to handle tabs * Option to remove Playground links * use tabs with `markdownlint-disable` comments * add missing `eslint` comments * Apply review suggestions * Remove comments from `no-mixed-spaces-and-tabs`
Configuration menu - View commit details
-
Copy full SHA for 8651895 - Browse repository at this point
Copy the full SHA 8651895View commit details
Commits on Oct 27, 2023
-
GitHub Actions Bot committed
Oct 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 4164b2c - Browse repository at this point
Copy the full SHA 4164b2cView commit details -
fix: ensure that exit code for fatal errors is not overwritten (#17683)
* fix: ensure that exit code for fatal errors is not overwritten * Add comments * update test
Configuration menu - View commit details
-
Copy full SHA for 1ad6257 - Browse repository at this point
Copy the full SHA 1ad6257View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fc44c0 - Browse repository at this point
Copy the full SHA 4fc44c0View commit details
Commits on Oct 29, 2023
-
feat: Add suggestions for no-prototype-builtins (#17677)
* feat: Add suggestion for no-prototype-builtins Suggest a fix e.g. a.hasOwnProperty(b) -> Object.prototype.hasOwnProperty.call(a, b). However, if the method call follows an optional chain, then make no suggestions. * Don't provide suggestion if Object is shadowed or not in globals * Add parentheses back for SequenceExpression * Give no suggestion if no-unsafe-optional-chaining
Configuration menu - View commit details
-
Copy full SHA for c0b11dd - Browse repository at this point
Copy the full SHA c0b11ddView commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 485ec7d - Browse repository at this point
Copy the full SHA 485ec7dView commit details
Commits on Nov 3, 2023
-
feat: Deprecate formatting rules (#17696)
* feat: Deprecate formatting rules Fixes #17522 * Add deprecation notice to rule files * Fix tests * Update eslint:all test * Add deprecation notice to docs * Clarify error message for rule check * Update eslint:all test
Configuration menu - View commit details
-
Copy full SHA for 528e1c0 - Browse repository at this point
Copy the full SHA 528e1c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab8c60d - Browse repository at this point
Copy the full SHA ab8c60dView commit details -
chore: package.json update for @eslint/js release
ESLint Jenkins committedNov 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 93256a3 - Browse repository at this point
Copy the full SHA 93256a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d07338 - Browse repository at this point
Copy the full SHA 0d07338View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba4d4d5 - Browse repository at this point
Copy the full SHA ba4d4d5View commit details -
Build: changelog update for 8.53.0
ESLint Jenkins committedNov 3, 2023 Configuration menu - View commit details
-
Copy full SHA for ec361d1 - Browse repository at this point
Copy the full SHA ec361d1View commit details -
ESLint Jenkins committed
Nov 3, 2023 Configuration menu - View commit details
-
Copy full SHA for cb9393d - Browse repository at this point
Copy the full SHA cb9393dView 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.52.0...v8.53.0