Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: replace jest's MatcherUtils and MatcherState with upstream types from expect #61717

Merged
merged 2 commits into from Aug 15, 2022

Conversation

SimenB
Copy link
Contributor

@SimenB SimenB commented Aug 13, 2022

Please fill in this template.

If changing an existing definition:

Chipping away at #44365 🙂

@typescript-bot
Copy link
Contributor

typescript-bot commented Aug 13, 2022

@SimenB Thank you for submitting this PR!

This is a live comment which I will keep updated.

1 package in this PR

Code Reviews

Because this is a widely-used package, a DT maintainer will need to review it before it can be merged.

You can test the changes of this PR in the Playground.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ Most recent commit is approved by a DT maintainer

All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes.


Diagnostic Information: What the bot saw about this PR
{
  "type": "info",
  "now": "-",
  "pr_number": 61717,
  "author": "SimenB",
  "headCommitOid": "fed4a8d883c6e0115b9f56e3804370fa83713e71",
  "mergeBaseOid": "4a1d22eaa04fff534451afabaaec6b8112679688",
  "lastPushDate": "2022-08-13T09:29:05.000Z",
  "lastActivityDate": "2022-08-15T17:05:30.000Z",
  "mergeOfferDate": "2022-08-15T16:44:23.000Z",
  "mergeRequestDate": "2022-08-15T17:05:30.000Z",
  "mergeRequestUser": "SimenB",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Critical",
  "pkgInfo": [
    {
      "name": "jest",
      "kind": "edit",
      "files": [
        {
          "path": "types/jest/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/jest/jest-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/jest/package.json",
          "kind": "package-meta-ok"
        }
      ],
      "owners": [
        "NoHomey",
        "jwbay",
        "asvetliakov",
        "alexjoverm",
        "epicallan",
        "ikatyang",
        "wsmd",
        "JamieMason",
        "douglasduteil",
        "ahnpnl",
        "UselessPickles",
        "r3nya",
        "hotell",
        "sebald",
        "andys8",
        "antoinebrault",
        "gstamac",
        "ExE-Boss",
        "quassnoi",
        "Belco90",
        "tonyhallett",
        "ycmjason",
        "pawfa",
        "regevbr",
        "gerkindev",
        "domdomegg"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "jakebailey",
      "date": "2022-08-15T16:43:39.000Z",
      "isMaintainer": true
    },
    {
      "type": "approved",
      "reviewer": "domdomegg",
      "date": "2022-08-13T19:51:16.000Z",
      "isMaintainer": false
    },
    {
      "type": "approved",
      "reviewer": "r3nya",
      "date": "2022-08-13T11:17:32.000Z",
      "isMaintainer": false
    },
    {
      "type": "approved",
      "reviewer": "Belco90",
      "date": "2022-08-13T10:04:04.000Z",
      "isMaintainer": false
    }
  ],
  "mainBotCommentID": 1214088444,
  "ciResult": "pass"
}

@typescript-bot
Copy link
Contributor

🔔 @NoHomey @jwbay @asvetliakov @alexjoverm @epicallan @ikatyang @wsmd @JamieMason @douglasduteil @ahnpnl @UselessPickles @r3nya @Hotell @sebald @andys8 @antoinebrault @gstamac @ExE-Boss @quassnoi @Belco90 @tonyhallett @ycmjason @pawfa @regevbr @GerkinDev @domdomegg — please review this PR in the next few days. Be sure to explicitly select Approve or Request Changes in the GitHub UI so I know what's going on.

@typescript-bot typescript-bot added this to Waiting for Code Reviews in New Pull Request Status Board Aug 13, 2022
@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Review in New Pull Request Status Board Aug 13, 2022
@typescript-bot typescript-bot added the Owner Approved A listed owner of this package signed off on the pull request. label Aug 13, 2022
@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels Aug 15, 2022
@typescript-bot
Copy link
Contributor

@SimenB: Everything looks good here. I am ready to merge this PR (at fed4a8d) on your behalf whenever you think it's ready.

If you'd like that to happen, please post a comment saying:

Ready to merge

and I'll merge this PR almost instantly. Thanks for helping out! ❤️

(@NoHomey, @jwbay, @asvetliakov, @alexjoverm, @epicallan, @ikatyang, @wsmd, @JamieMason, @douglasduteil, @ahnpnl, @UselessPickles, @r3nya, @Hotell, @sebald, @andys8, @antoinebrault, @gstamac, @ExE-Boss, @quassnoi, @Belco90, @tonyhallett, @ycmjason, @pawfa, @regevbr, @GerkinDev, @domdomegg: you can do this too.)

@typescript-bot typescript-bot moved this from Needs Maintainer Review to Waiting for Author to Merge in New Pull Request Status Board Aug 15, 2022
@SimenB
Copy link
Contributor Author

SimenB commented Aug 15, 2022

Ready to merge

@typescript-bot typescript-bot moved this from Waiting for Author to Merge to Recently Merged in New Pull Request Status Board Aug 15, 2022
@typescript-bot typescript-bot merged commit 17879c6 into DefinitelyTyped:master Aug 15, 2022
@SimenB SimenB deleted the expect branch August 15, 2022 17:08
shlyren pushed a commit to shlyren/DefinitelyTyped that referenced this pull request Aug 17, 2022
…nd MatcherState with upstream types from expect by @SimenB

* chore: replace jest's MatcherUtils and MatcherState with upstream types from expect

* update dependency
@typescript-bot typescript-bot removed this from Recently Merged in New Pull Request Status Board Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Critical package Maintainer Approved Owner Approved A listed owner of this package signed off on the pull request. Self Merge This PR can now be self-merged by the PR author or an owner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants