-
-
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.15.0
head repository: typescript-eslint/typescript-eslint
compare: v5.16.0
- 8 commits
- 49 files changed
- 9 contributors
Commits on Mar 17, 2022
-
chore: replace deprecated String.prototype.substr() (#4693)
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated. Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f3a97ff - Browse repository at this point
Copy the full SHA f3a97ffView commit details
Commits on Mar 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dd49280 - Browse repository at this point
Copy the full SHA dd49280View commit details -
fix(utils): RuleTester: Only call afterAll if defined (#4656)
* fix(utils): RuleTester: Only call afterAll if defined * Prettier
Configuration menu - View commit details
-
Copy full SHA for 0fe0683 - Browse repository at this point
Copy the full SHA 0fe0683View commit details -
fix(eslint-plugin): [consistent-type-assertions] enforce assertionSty…
…le for `const` assertions (#4685)
Configuration menu - View commit details
-
Copy full SHA for 8ec05be - Browse repository at this point
Copy the full SHA 8ec05beView commit details -
Configuration menu - View commit details
-
Copy full SHA for d21cfe0 - Browse repository at this point
Copy the full SHA d21cfe0View commit details
Commits on Mar 20, 2022
-
chore: Bump @swc/core from 1.2.154 to 1.2.155 (#4683)
* chore: Bump @swc/core from 1.2.154 to 1.2.155 Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.154 to 1.2.155. - [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.154...v1.2.155) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: updated swc/core and swc/jest to latest, explicitly Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
Configuration menu - View commit details
-
Copy full SHA for 9672905 - Browse repository at this point
Copy the full SHA 9672905View commit details
Commits on Mar 21, 2022
-
chore: update sponsors (#4699)
Co-authored-by: JoshuaKGoldberg <JoshuaKGoldberg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ae19718 - Browse repository at this point
Copy the full SHA ae19718View commit details -
Configuration menu - View commit details
-
Copy full SHA for aff9654 - Browse repository at this point
Copy the full SHA aff9654View 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.15.0...v5.16.0