-
-
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.44.0
head repository: typescript-eslint/typescript-eslint
compare: v5.45.0
- 18 commits
- 261 files changed
- 12 contributors
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b1f4dad - Browse repository at this point
Copy the full SHA b1f4dadView commit details -
fix(scope-manager): add support for TS4.9 satisfies expression (#6059)
feat(scope-manager): add support for TS4.9 satisfies expression
Configuration menu - View commit details
-
Copy full SHA for 44027db - Browse repository at this point
Copy the full SHA 44027dbView commit details
Commits on Nov 23, 2022
-
chore: update prettier to 2.8 (#6067)
* chore: update prettier to 2.8 * prettier * trigger ci
Configuration menu - View commit details
-
Copy full SHA for 90d2ce0 - Browse repository at this point
Copy the full SHA 90d2ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4ba387 - Browse repository at this point
Copy the full SHA c4ba387View commit details -
chore: add automation for @nrwl + nx package updates (#5797)
* chore: add automation for @nrwl + nx package updates * chore: fix formatting
Configuration menu - View commit details
-
Copy full SHA for 6de4a9a - Browse repository at this point
Copy the full SHA 6de4a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b33af - Browse repository at this point
Copy the full SHA 42b33afView commit details
Commits on Nov 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1f19998 - Browse repository at this point
Copy the full SHA 1f19998View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53671d3 - Browse repository at this point
Copy the full SHA 53671d3View commit details -
fix(typescript-estree): stub out
ts.SatisfiesExpression
on old TS v……ersions (#6076) <!-- 👋 Hi, thanks for sending a PR to typescript-eslint! 💖 Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Steps in [CONTRIBUTING.md](https://github.com/typescript-eslint/typescript-eslint/blob/main/CONTRIBUTING.md) were taken ## Overview <!-- Description of what is changed and how the code change does that. --> Another thing we need to add to the "new syntax" contributor guide. This union is part of the API surface for the package, so we need to ensure we don't break the build on old TS versions by "stubbing" out the new AST node types. Also added version comments so it's easy to tell when we can remove them as we bump the minimum TS version Co-authored-by: bjz@Brads-MacBook-Pro.local <>
Configuration menu - View commit details
-
Copy full SHA for 1302b30 - Browse repository at this point
Copy the full SHA 1302b30View commit details -
chore: use no-restricted-syntax to enforce created options in rules (#…
…6074) * fix(eslint-plugin): [keyword-spacing] prevent crash on no options * chore: add internal lint rule to always prefer created options * All right base rules, you do you
Configuration menu - View commit details
-
Copy full SHA for ee62b0b - Browse repository at this point
Copy the full SHA ee62b0bView commit details
Commits on Nov 25, 2022
-
fix(eslint-plugin): [member-ordering] support private fields (#5859)
Co-authored-by: Святослав Зайцев <sz@agentapp.ru>
Configuration menu - View commit details
-
Copy full SHA for f02761a - Browse repository at this point
Copy the full SHA f02761aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87a2736 - Browse repository at this point
Copy the full SHA 87a2736View commit details -
Configuration menu - View commit details
-
Copy full SHA for d69fdf4 - Browse repository at this point
Copy the full SHA d69fdf4View commit details
Commits on Nov 26, 2022
-
fix(eslint-plugin): [prefer-readonly] report if a member's property i…
…s reassigned (#6043) * fix(eslint-plugin): [prefer-readonly] report if a member's property is reassigned * format * Add test case * fix test case * fix test case Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
Configuration menu - View commit details
-
Copy full SHA for 6e079eb - Browse repository at this point
Copy the full SHA 6e079ebView commit details -
chore(deps): update dependency jest-specific-snapshot to v7 (#6097)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe67b1e - Browse repository at this point
Copy the full SHA fe67b1eView commit details
Commits on Nov 28, 2022
-
feat: support Auto Accessor syntax (#5926)
Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for becd1f8 - Browse repository at this point
Copy the full SHA becd1f8View commit details -
feat(eslint-plugin): [member-ordering] add a required option for requ…
…ired vs. optional member ordering (#5965) * fix(eslint-plugin): [member-ordering] add requiredFirst as an option which ensures that all required members appear before all optional members. * fix(eslint-plugin): [member-ordering] adding types so build passes. * fix(eslint-plugin): [member-ordering] fixing types so build passes. * fix(eslint-plugin): [member-ordering] refactoring getIndexOfLastRequiredMember to be slightly faster and adding jsdoc comments for it and isMemberOptional. * fix(eslint-plugin): [member-ordering] additional test cases and handling for them. * fix(eslint-plugin): [member-ordering] linting fix. * fix(eslint-plugin): [member-ordering] change requiredFirst to required which takes first or last as a value and adding functionality to check order based on both of these along with additional tests. * fix(eslint-plugin): [member-ordering] refactoring according to PR comments. * fix(eslint-plugin): [member-ordering] refactoring for PR and adding another test case. * fix(eslint-plugin): [member-ordering] refactoring for PR. * fix(eslint-plugin): [member-ordering] adding test cases for coverage and removing unused code. * fix(eslint-plugin): [member-ordering] increasing coverage to pass check. * feat(eslint-plugin): [member-ordering] adding more tests to increase coverage for isMemberOptional function. * Updated name to optionalityOrder Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
Configuration menu - View commit details
-
Copy full SHA for 2abadc6 - Browse repository at this point
Copy the full SHA 2abadc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 267da4e - Browse repository at this point
Copy the full SHA 267da4eView 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.44.0...v5.45.0