-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Comparing changes
Open a pull request
base repository: typescript-eslint/typescript-eslint
base: v5.18.0
head repository: typescript-eslint/typescript-eslint
compare: v5.19.0
- 13 commits
- 61 files changed
- 6 contributors
Commits on Apr 5, 2022
-
chore: Bump eslint-plugin-react-hooks from 4.3.0 to 4.4.0 (#4785)
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks 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>
Configuration menu - View commit details
-
Copy full SHA for 3e1e279 - Browse repository at this point
Copy the full SHA 3e1e279View commit details -
chore: Bump @swc/core from 1.2.160 to 1.2.163 (#4786)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.160 to 1.2.163. - [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.2.160...v1.2.163) --- updated-dependencies: - dependency-name: "@swc/core" 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>
Configuration menu - View commit details
-
Copy full SHA for 6a1ea9b - Browse repository at this point
Copy the full SHA 6a1ea9bView commit details -
chore: Bump @microsoft/api-extractor from 7.19.5 to 7.20.0 (#4787)
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.19.5 to 7.20.0. - [Release notes](https://github.com/microsoft/rushstack/releases) - [Changelog](https://github.com/microsoft/rushstack/blob/master/apps/api-extractor/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.20.0/apps/api-extractor) --- updated-dependencies: - dependency-name: "@microsoft/api-extractor" 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>
Configuration menu - View commit details
-
Copy full SHA for 1fce48d - Browse repository at this point
Copy the full SHA 1fce48dView commit details -
chore: Bump webpack from 5.70.0 to 5.71.0 (#4784)
Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.71.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.70.0...v5.71.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>
Configuration menu - View commit details
-
Copy full SHA for 86fa2c7 - Browse repository at this point
Copy the full SHA 86fa2c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for de68e5e - Browse repository at this point
Copy the full SHA de68e5eView commit details
Commits on Apr 8, 2022
-
chore: Bump react from 17.0.2 to 18.0.0 (#4783)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 17.0.2 to 18.0.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.0.0/packages/react) --- updated-dependencies: - dependency-name: react 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 61cdd79 - Browse repository at this point
Copy the full SHA 61cdd79View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e9fc4 - Browse repository at this point
Copy the full SHA a1e9fc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbcd9e0 - Browse repository at this point
Copy the full SHA dbcd9e0View commit details -
feat(eslint-plugin): add support for valid number and bigint intersec…
…tions in restrict-plus-operands rule (#4795) * feat: support number and bigint intersections in restrict-plus-operands rule * fix: tests * style: formatting
Leon Si authoredApr 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 19c600a - Browse repository at this point
Copy the full SHA 19c600aView commit details -
feat(eslint-plugin): [unified-signatures] add `ignoreDifferentlyNamed…
…Parameters` option (#4659)
Configuration menu - View commit details
-
Copy full SHA for fdf95e0 - Browse repository at this point
Copy the full SHA fdf95e0View commit details
Commits on Apr 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4c428c5 - Browse repository at this point
Copy the full SHA 4c428c5View commit details
Commits on Apr 11, 2022
-
docs(eslint-plugin):improve docs [consistent-type-exports] (#4792)
* feat: update repository * remove duplicate examples * feat:add about re-exporting --isolatedModules in When Not To Use It * feat: add exmaples * fix: remove duplicate examples in correct * fix:correct words * fix: fix space-between * fix: fix code * fix: fix code space * fix: check error * fix:missed examples * feat: read review and fix them fix examples and --Isolatedmodules explain * feat: add two taps one is correct, another is incorrect * fix: add <!--tabs--> * feat: fix explaination about `isolatedmodules` * fix: fix explain about `isolatedModules` * fis: modify When no to use it * fix: revert change log * fix: add lint * fix: add lint * add: fix code * fix:fix docs splits * feat: add lint * Update packages/eslint-plugin/docs/rules/consistent-type-exports.md Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
Configuration menu - View commit details
-
Copy full SHA for 255eea8 - Browse repository at this point
Copy the full SHA 255eea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f64a788 - Browse repository at this point
Copy the full SHA f64a788View 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 v5.18.0...v5.19.0