Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4.8k
Comparing changes
Open a pull request
base repository:eslint/eslint
Uh oh!
There was an error while loading.Please reload this page.
base:v8.52.0
head repository:eslint/eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v8.53.0
- 17commits
- 165files changed
- 9contributors
Commits on Oct 22, 2023
Commits on Oct 24, 2023
fix: add
;after JSX nodes inno-object-constructorautofix (#17672)Fix `no-object-constructor` autofix after JSX nodes
fasttime authoredOct 24, 2023 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>
dependabot[bot] authoredOct 24, 2023 docs: explained rule fixers and suggestions (#17657)
* docs: explained report fixers and suggestions* Apply suggestions from code reviewCo-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>
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`
fasttime authoredOct 26, 2023
Commits on Oct 27, 2023
- GitHub Actions Bot committed
Oct 27, 2023 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
mdjermanovic authoredOct 27, 2023 docs: update twitter icon to new X icon (#17687)
Tanujkanti4441 authoredOct 27, 2023
Commits on Oct 29, 2023
feat: Add suggestions for no-prototype-builtins (#17677)
* feat: Add suggestion for no-prototype-builtinsSuggest 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
yonran authoredOct 29, 2023
Commits on Nov 3, 2023
feat: Deprecate formatting rules (#17696)
* feat: Deprecate formatting rulesFixes#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
nzakas authoredNov 3, 2023 docs: change position of return to top button (#17688)
Tanujkanti4441 authoredNov 3, 2023 chore: package.json update for @eslint/js release
ESLint Jenkins committedNov 3, 2023 chore: Update dependencies (#17706)
mdjermanovic authoredNov 3, 2023 chore: remove metascraper (#17707)
mdjermanovic authoredNov 3, 2023 Build: changelog update for 8.53.0
ESLint Jenkins committedNov 3, 2023 - ESLint Jenkins committed
Nov 3, 2023
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
Uh oh!
There was an error while loading.Please reload this page.