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.44.0
head repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v5.45.0
- 18commits
- 261files changed
- 12contributors
Commits on Nov 22, 2022
fix(scope-manager): add support for TS4.9 satisfies expression (#6059)
feat(scope-manager): add support for TS4.9 satisfies expression
bradzacher authoredNov 22, 2022
Commits on Nov 23, 2022
chore: update prettier to 2.8 (#6067)
* chore: update prettier to 2.8* prettier* trigger ci
SimenB authoredNov 23, 2022 chore(website): add details to Configurations page (#5719)
JoshuaKGoldberg authoredNov 23, 2022 chore: add automation for@nrwl+ nx package updates (#5797)
* chore: add automation for@nrwl + nx package updates* chore: fix formatting
JamesHenry authoredNov 23, 2022
Commits on Nov 24, 2022
chore: add action to enforce semantic-pr titles (#6075)
bradzacher authoredNov 24, 2022 fix(typescript-estree): stub out
ts.SatisfiesExpressionon 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 versionCo-authored-by: bjz@Brads-MacBook-Pro.local <>
bradzacher authoredNov 24, 2022 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
JoshuaKGoldberg authoredNov 24, 2022
Commits on Nov 25, 2022
fix(eslint-plugin): [member-ordering] support private fields (#5859)
Co-authored-by: Святослав Зайцев <sz@agentapp.ru>
test(website): add Playwright test for Playground linting (#6080)
JoshuaKGoldberg authoredNov 25, 2022
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 caseCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
chore(deps): update dependency jest-specific-snapshot to v7 (#6097)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authoredNov 26, 2022
Commits on Nov 28, 2022
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 optionalityOrderCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
- typescript-eslint[bot] committed
Nov 28, 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.44.0...v5.45.0
Uh oh!
There was an error while loading.Please reload this page.