Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v5.49.0
Choose a base ref
Loading
...
head repository:typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v5.50.0
Choose a head ref
Loading
  • 19commits
  • 76files changed
  • 12contributors

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    47074b0View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): [ban-ts-comment] counts graphemes instead of `Str…

    …ing.prototype.length` (#5704)* fix: counts graphemes instead of String length* Update packages/eslint-plugin/src/rules/ban-ts-comment.tsCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>* chore: add valid tests* Add grapheme-splitter to peerDependencies* Move to standard dependency* No more peerDependencyCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    @sosukesuzuki@JoshuaKGoldberg
    3 people authoredJan 24, 2023
    Configuration menu
    Copy the full SHA
    09d57ceView commit details
    Browse the repository at this point in the history
  3. feat(eslint-plugin): addkey-spacing rule extension for interface &…

    … type declarations (#6211)* 🚧 key-spacing for interface on default settings* 🚧 Support type literals as welll* 🚧 Add full typing for the options* 🚧 Add 'mode' param* 🐛 Fix index signatures* ✨ Support classes* 🩹 fixes* ✅ Add tests on mode, multiLine, singleLine* 🏷️ Allow options.multiline.align to be an object* 🎨 Use ast utils to locate last character before token* ✨ Support comments in-between properties* ✅ Add test cases for nested type declarations & multiline type annotations* ✨ Autofix for non-aligned values* ✨ Autofix for aligned values* ✏️* 🚨* 🐛 Support optional ? token* ✅ Add tests with class property assignments* 📝 Add documentation on key-spacing* 🎨 Use .at() to access last element of array* ✅ Fix tests* fixup! ✅ Fix tests* ✅ Add some coverage* 🐛 Fix edge case in determining aligned groupsIn case there is three statements in one line, and one statement in the line after* ⚡️ Use Array.concat instead of .push(...).push could error if 60k + arguments* 🎨 Improve readability* 🎨 Use tempate literals in tests* ✅ Add test with anonymous types* ✅ Add test with quoted keys* ➕ Add grapheme-splitter to deal with emojis* ✅ Add test case for multiline comments* 🚨 Remove 'in' statements, reduce amount of null-assertions* ✅ Add test case for properties without type annotation or assignments* ✅ Add wacky test cases* ✅ Add coverage* ✅ Add coverage, again* ✅ Add coverage, again* ✅ Add coverage when align is an object, but align.on is missingIt defaults to 'colon' in this case* KeyTypeNodeWithTypeAnnotation* Extract to shared helperCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @coyotte508@JoshuaKGoldberg
    coyotte508 andJoshuaKGoldberg authoredJan 24, 2023
    Configuration menu
    Copy the full SHA
    67706e7View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    033e87cView commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. fix(eslint-plugin): [prefer-optional-chain] fixer produces wrong logic (

    #5919)* fix(eslint-plugin): [prefer-optional-chain] fixer produces wrong logic (#1438)* Update packages/eslint-plugin/src/rules/prefer-optional-chain.ts* fix(eslint-plugin): [prefer-optional-chain] fix tests* fix(eslint-plugin): [prefer-optional-chain] fix testsCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>Co-authored-by: Святослав Зайцев <sz@agentapp.ru>
    @sviat9440@JoshuaKGoldberg
    3 people authoredJan 26, 2023
    Configuration menu
    Copy the full SHA
    b0f6c8eView commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    f17d34bView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1623350View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    403f2afView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8d2af3View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2545b68View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f53bcbcView commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3171124View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b27777View commit details
    Browse the repository at this point in the history
  9. docs: describe update steps for ESLint, Node, and TypeScript (#6251)

    * docs: describe update steps for ESLint, Node, and TypeScript* lil typo fix, and a heart* Finalize VERSIONING/Versioning.md rename
    @JoshuaKGoldberg
    JoshuaKGoldberg authoredJan 30, 2023
    Configuration menu
    Copy the full SHA
    587bd4eView commit details
    Browse the repository at this point in the history
  10. chore(website): reorganized sidebar and header nav a bit (#6311)

    * chore(website): reorganized sidebar and header nav a bit* Fix Formatting.md link case
    @JoshuaKGoldberg
    JoshuaKGoldberg authoredJan 30, 2023
    Configuration menu
    Copy the full SHA
    ca190deView commit details
    Browse the repository at this point in the history
  11. chore(deps): update dependency eslint-plugin-simple-import-sort to v10 (

    #6391)Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    @renovate
    renovate[bot] authoredJan 30, 2023
    Configuration menu
    Copy the full SHA
    202d9fbView commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. fix(eslint-plugin): [prefer-optional-chain] fixThisExpression and …

    …`PrivateIdentifier` errors (#6028)
    Omri Luzon authoredJan 31, 2023
    Configuration menu
    Copy the full SHA
    85e783cView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3ba163View commit details
    Browse the repository at this point in the history
  3. 1Configuration menu
    Copy the full SHA
    99c091eView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp