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.48.0
head repository:eslint/eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v8.49.0
- 16commits
- 59files changed
- 8contributors
Commits on Aug 30, 2023
test: replace Karma with Webdriver.IO (#17126)
* test: replace Karma with Webdriver.IOThe current test framework for browser testing (Karma) is not maintained anymore and WebdriverIO provides a more modern stack that allows to test in different browser.This patch replaces these test frameworks.fixes:#17009* update webdriverio deps* PR feedback* adjust tests* build eslint before running tests* make test file an esm file* revert more esm changes* make it work* remove return value* custom log dir for wdio tests* auto detect chromedriver* bump timeout, store logs* bump timeout again* update wdio deps* update wdio deps* set log level to trace* update wdio deps and unskip tests* no need to have this be an async test* update deps* make path spec file explicit* remove Chromedriver deps* removed wdio command
christian-bromann authoredAug 30, 2023
Commits on Sep 1, 2023
chore: use eslint-plugin-jsdoc's flat config (#17516)
mdjermanovic authoredSep 1, 2023 - GitHub Actions Bot committed
Sep 1, 2023 docs: add typescript template (#17500)
* docs: add typescript template* fix: formatting* chore: update docs with AndreaPontrandolfo's findings* Update no-import-assign.md* chore: update no-redeclare* fix: update TS code numbers* feat: cleanup typescript error codes* Update docs/src/_includes/layouts/doc.htmlCo-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>* Update docs/src/rules/no-redeclare.mdCo-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>* Update docs/src/rules/no-import-assign.mdCo-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>* Update docs/src/rules/no-invalid-this.mdCo-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>* fix: formatting error---------Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
Commits on Sep 2, 2023
feat: add new
enforceoption tolines-between-class-members(#17462)* feat: add new \`enforce\` option (`lines-between-class-members`)* test: add cases for enforce with exceptAfterSingleLine option* docs: add `enforce` option* docs: fix example* fix: update schema to make enforce option required* refactor: remove redundant if condition* refactor: remove redundant if condition* docs: add suggestionsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* test: add cases where multiple config objects match a pair---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
feat: Emit deprecation warnings in RuleTester (#17527)
* feat: Emit deprecation warnings in RuleTesterEmits deprecation warnings when using methods on `context` that aredeprecated.Refs#17520* Revert flat-rule-tester* Fix linting error
nzakas authoredSep 2, 2023
Commits on Sep 4, 2023
ci: bump actions/checkout from 3 to 4 (#17530)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v3...v4)---updated-dependencies:- dependency-name: actions/checkout 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] authoredSep 4, 2023
Commits on Sep 6, 2023
docs: update
no-promise-executor-returnexamples (#17529)* docs: update `no-promise-executor-return` examples* docs: update example
snitin315 authoredSep 6, 2023
Commits on Sep 7, 2023
feat: Implement onUnreachableCodePathStart/End (#17511)
* feat: Implement onUnreachableCodePathStart/Endrefs # 17457* Finish up onUnreachable* work* Refactor to account for out-of-order events* Update lib/rules/no-unreachable.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/rules/no-unreachable.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update tests/lib/linter/code-path-analysis/code-path-analyzer.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Incorporate feedback* Clean up rules and docs* Update docs* Fix code example* Update docs/src/extend/code-path-analysis.mdCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update docs/src/extend/code-path-analysis.mdCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update docs/src/extend/code-path-analysis.mdCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/rules/consistent-return.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/rules/no-this-before-super.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Fix examples* Add deprecation notices to RuleTester/FlatRuleTester* Update config* Add deprecation notices to RuleTester/FlatRuleTester* Fix lint warning* Update docs/src/extend/code-path-analysis.mdCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update docs/src/extend/code-path-analysis.mdCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update docs/src/extend/code-path-analysis.mdCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Fix test---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
Commits on Sep 8, 2023
- GitHub Actions Bot committed
Sep 8, 2023 chore: package.json update for @eslint/js release
ESLint Jenkins committedSep 8, 2023 chore: upgrade @eslint/js@8.49.0 (#17549)
mdjermanovic authoredSep 8, 2023 chore: remove browser test from
npm test(#17550)mdjermanovic authoredSep 8, 2023 Build: changelog update for 8.49.0
ESLint Jenkins committedSep 8, 2023 - ESLint Jenkins committed
Sep 8, 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.48.0...v8.49.0
Uh oh!
There was an error while loading.Please reload this page.