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.10.2
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.11.0
Choose a head ref
Loading
  • 10commits
  • 43files changed
  • 7contributors

Commits on Jan 31, 2022

  1. chore: bump json-schema from 0.2.3 to 0.4.0 (#4496)

    Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0.- [Release notes](https://github.com/kriszyp/json-schema/releases)- [Commits](kriszyp/json-schema@v0.2.3...v0.4.0)---updated-dependencies:- dependency-name: json-schema  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>
    @dependabot
    dependabot[bot] authoredJan 31, 2022
    Configuration menu
    Copy the full SHA
    63c5affView commit details
    Browse the repository at this point in the history
  2. chore: bump rollup from 2.66.0 to 2.66.1 (#4499)

    Bumps [rollup](https://github.com/rollup/rollup) from 2.66.0 to 2.66.1.- [Release notes](https://github.com/rollup/rollup/releases)- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)- [Commits](rollup/rollup@v2.66.0...v2.66.1)---updated-dependencies:- dependency-name: rollup  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>
    @dependabot
    dependabot[bot] authoredJan 31, 2022
    Configuration menu
    Copy the full SHA
    b40bc6bView commit details
    Browse the repository at this point in the history
  3. chore: bump eslint-plugin-jest from 25.7.0 to 26.0.0 (#4498)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.7.0 to 26.0.0.- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)- [Commits](jest-community/eslint-plugin-jest@v25.7.0...v26.0.0)---updated-dependencies:- dependency-name: eslint-plugin-jest  dependency-type: direct:development  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>
    @dependabot
    dependabot[bot] authoredJan 31, 2022
    Configuration menu
    Copy the full SHA
    4ef6941View commit details
    Browse the repository at this point in the history
  4. chore: bump lint-staged from 12.3.1 to 12.3.2 (#4497)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.1 to 12.3.2.- [Release notes](https://github.com/okonet/lint-staged/releases)- [Commits](lint-staged/lint-staged@v12.3.1...v12.3.2)---updated-dependencies:- dependency-name: lint-staged  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>
    @dependabot
    dependabot[bot] authoredJan 31, 2022
    Configuration menu
    Copy the full SHA
    a2bd048View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. feat(eslint-plugin): [explicit-function-return-type] add allowedNames (

    …#4440)* feat(eslint-plugin): [explicit-function-return-type] add allowedNames option* feat(eslint-plugin): [explicit-function-return-type] afix typecheck* Update packages/eslint-plugin/src/rules/explicit-function-return-type.tsCo-authored-by: Josh Goldberg <me@joshuakgoldberg.com>* feat(eslint-plugin): [explicit-function-return-type] Change to allowedNames to work for object properties and class methods* feat(eslint-plugin): [explicit-function-return-type] Change to allowedNames to work for object properties and class methods* fix(eslint-plugin): [explicit-function-return-type] fix for codecov* fix(eslint-plugin): [explicit-function-return-type] add test* fix(eslint-plugin): [explicit-function-return-type] add test* fix(eslint-plugin): [explicit-function-return-type] fix for codecov* fix(eslint-plugin): [explicit-function-return-type] Change allowedName to not ignore computed propertyCo-authored-by: Josh Goldberg <me@joshuakgoldberg.com>Co-authored-by: Josh Goldberg <joshuakgoldberg@outlook.com>
    @islandryu@JoshuaKGoldberg
    3 people authoredFeb 2, 2022
    Configuration menu
    Copy the full SHA
    936e252View commit details
    Browse the repository at this point in the history
  2. chore: docusaurus@2.0.0-beta.15 (#4488)

    * chore: docusaurus@2.0.0-beta.15* chore: add missing website package dependency
    Josh Goldberg authoredFeb 2, 2022
    Configuration menu
    Copy the full SHA
    63fbbaaView commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

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

Commits on Feb 5, 2022

  1. fix(eslint-plugin): [non-nullable-type-assertion-style] fix false pos…

    …itive when asserting to a generic type that might be nullish (#4509)
    @djcsdy
    djcsdy authoredFeb 5, 2022
    Configuration menu
    Copy the full SHA
    4209362View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    b95f796View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb91d76View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp