Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Comparing changes
Open a pull request
base repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
base:v5.27.1
head repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v5.28.0
- 18commits
- 89files changed
- 7contributors
Commits on Jun 6, 2022
chore: Bump webpack from 5.72.1 to 5.73.0 (#5151)
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.73.0.- [Release notes](https://github.com/webpack/webpack/releases)- [Commits](webpack/webpack@v5.72.1...v5.73.0)---updated-dependencies:- dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredJun 6, 2022 chore: Bump @types/react from 18.0.9 to 18.0.12 (#5149)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.9 to 18.0.12.- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)---updated-dependencies:- dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredJun 6, 2022 chore: Bump rollup from 2.75.4 to 2.75.5 (#5150)
Bumps [rollup](https://github.com/rollup/rollup) from 2.75.4 to 2.75.5.- [Release notes](https://github.com/rollup/rollup/releases)- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)- [Commits](rollup/rollup@v2.75.4...v2.75.5)---updated-dependencies:- dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredJun 6, 2022 chore: Bump lint-staged from 12.4.3 to 13.0.0 (#5148)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.4.3 to 13.0.0.- [Release notes](https://github.com/okonet/lint-staged/releases)- [Commits](lint-staged/lint-staged@v12.4.3...v13.0.0)---updated-dependencies:- dependency-name: lint-staged dependency-type: direct:development 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] authoredJun 6, 2022
Commits on Jun 8, 2022
chore: Bump eslint-plugin-jest from 26.4.5 to 26.5.3 (#5157)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.4.5 to 26.5.3.- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)- [Commits](jest-community/eslint-plugin-jest@v26.4.5...v26.5.3)---updated-dependencies:- dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredJun 8, 2022 chore: Bump @types/jest from 27.5.1 to 28.1.1 (#5156)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.5.1 to 28.1.1.- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)---updated-dependencies:- dependency-name: "@types/jest" dependency-type: direct:development 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] authoredJun 8, 2022 fix(eslint-plugin): [space-infix-ops] support for optional property w…
…ithout type (#5155)
armano2 authoredJun 8, 2022
Commits on Jun 10, 2022
feat(eslint-plugin): [consistent-generic-constructors] add rule (#4924)
Josh-Cena authoredJun 10, 2022 chore(website): [playground] parse eslint module config on parse and …
…improve visual editor (#5112)
armano2 authoredJun 10, 2022 docs: remove unexpected 'as const' in incorrect example (#5161)
mutoe authoredJun 10, 2022 chore(website): [playground] support enum values and remove compilerO…
…ptions filter (#5125)
armano2 authoredJun 10, 2022 docs: use custom diff code blocks (#5099)
Josh-Cena authoredJun 10, 2022 fix: [TS4.7] allow visiting of typeParameters in TSTypeQuery (#5166)
* fix: allow visiting of typeParameters in TSTypeQuery* fix: update eslint disable to noFormat
armano2 authoredJun 10, 2022
Commits on Jun 12, 2022
docs(website): [playground] add links to documentation and improve fi…
…xers (#5169)
armano2 authoredJun 12, 2022 chore(eslint-plugin): [prefer-optional-chain] fix incorrect syntax in…
… documentation (#5172)Fix incorrect syntax
PythonCoderAS authoredJun 12, 2022
Commits on Jun 13, 2022
chore(website): [playground] correct issues with libs (#5162)
armano2 authoredJun 13, 2022 feat(ast-spec): extract
AssignmentOperatorToText
(#3570)MichaelDeBoey authoredJun 13, 2022 - JamesHenry committed
Jun 13, 2022
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 v5.27.1...v5.28.0
Uh oh!
There was an error while loading.Please reload this page.