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.38.0
head repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v5.38.1
- 10commits
- 43files changed
- 6contributors
Commits on Sep 20, 2022
chore: Bump @swc/core from 1.3.1 to 1.3.2 (#5675)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.1 to 1.3.2.- [Release notes](https://github.com/swc-project/swc/releases)- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)- [Commits](swc-project/swc@v1.3.1...v1.3.2)---updated-dependencies:- dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredSep 20, 2022
Commits on Sep 23, 2022
chore(website): update outdated custom rule example (#5674)
JoshuaKGoldberg authoredSep 23, 2022
Commits on Sep 24, 2022
chore(website): make playground code editor horizontally resizable (#…
…5667)* Make editor horizontally resizable* Fix panels width split* Switch to react-split-pane* Fix bugs and refactor* Switch to ResizeObserver for handling editor resize
yimothysu authoredSep 24, 2022 chore: Bump lerna from 5.5.1 to 5.5.2 (#5683)
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 5.5.1 to 5.5.2.- [Release notes](https://github.com/lerna/lerna/releases)- [Changelog](https://github.com/lerna/lerna/blob/main/core/lerna/CHANGELOG.md)- [Commits](https://github.com/lerna/lerna/commits/v5.5.2/core/lerna)---updated-dependencies:- dependency-name: lerna dependency-type: direct:development update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredSep 24, 2022 chore: Bump @microsoft/api-extractor from 7.31.1 to 7.31.2 (#5684)
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.31.1 to 7.31.2.- [Release notes](https://github.com/microsoft/rushstack/releases)- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.31.2/apps/api-extractor)---updated-dependencies:- dependency-name: "@microsoft/api-extractor" dependency-type: direct:development update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredSep 24, 2022 chore: Bump @types/prettier from 2.7.0 to 2.7.1 (#5685)
Bumps [@types/prettier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prettier) from 2.7.0 to 2.7.1.- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prettier)---updated-dependencies:- dependency-name: "@types/prettier" dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredSep 24, 2022 chore: Bump rollup from 2.79.0 to 2.79.1 (#5686)
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.0 to 2.79.1.- [Release notes](https://github.com/rollup/rollup/releases)- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)- [Commits](rollup/rollup@v2.79.0...v2.79.1)---updated-dependencies:- dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredSep 24, 2022 chore: Bump @swc/core from 1.3.2 to 1.3.3 (#5687)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.2 to 1.3.3.- [Release notes](https://github.com/swc-project/swc/releases)- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)- [Commits](swc-project/swc@v1.3.2...v1.3.3)---updated-dependencies:- dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredSep 24, 2022
Commits on Sep 26, 2022
docs: add description of resolution order of parserOptions.project (#…
…5682)* docs: add resolution order of parserOptions.project* Update docs/linting/typed-linting/MONOREPOS.mdCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
- typescript-eslint[bot] committed
Sep 26, 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.38.0...v5.38.1
Uh oh!
There was an error while loading.Please reload this page.