Skip to content

update(prosemirror-transform): add StepMap.empty type#58816

Merged
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
whawker:master
Mar 17, 2022
Merged

update(prosemirror-transform): add StepMap.empty type#58816
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
whawker:master

Conversation

@whawker
Copy link
Copy Markdown
Contributor

@whawker whawker commented Feb 16, 2022

Add type StepMap.empty exposed in prosemirror-transform 1.3.4

I attempted to run the tests, but I get the error. Searching for this error message reveals lots of PRs with the same problem. Does anyone know of a fix?

Error: ENOENT: no such file or directory, open '../notNeededPackages.json'

If changing an existing definition:

@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Feb 16, 2022

@whawker Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped 👋 — I'm the local bot who will help you through the process of getting things through.

This is a live comment which I will keep updated.

1 package in this PR

Code Reviews

This PR can be merged once it's reviewed by a DT maintainer.

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

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ Only a DT maintainer can approve changes without tests

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": 58816,
  "author": "whawker",
  "headCommitOid": "4a2f4f35ac3821ed57549d6ed0abe2b37e54a192",
  "mergeBaseOid": "d7d9c1d76dead09380e702d858b40432a29d8a48",
  "lastPushDate": "2022-03-15T11:01:46.000Z",
  "lastActivityDate": "2022-03-17T21:11:15.000Z",
  "mergeOfferDate": "2022-03-17T21:06:58.000Z",
  "mergeRequestDate": "2022-03-17T21:11:15.000Z",
  "mergeRequestUser": "whawker",
  "hasMergeConflict": false,
  "isFirstContribution": true,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Popular",
  "pkgInfo": [
    {
      "name": "prosemirror-transform",
      "kind": "edit",
      "files": [
        {
          "path": "types/prosemirror-transform/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "bradleyayers",
        "davidka",
        "timjb",
        "patsimm"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "gabritto",
      "date": "2022-03-17T21:06:20.000Z",
      "isMaintainer": true
    }
  ],
  "mainBotCommentID": 1041361733,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added Popular package This PR affects a popular package (as counted by NPM download counts). Untested Change This PR does not touch tests labels Feb 16, 2022
@typescript-bot
Copy link
Copy Markdown
Contributor

Hey @whawker,

😒 Your PR doesn't modify any tests, so it's hard to know what's being fixed, and your changes might regress in the future. Please consider adding tests to cover the change you're making. Including tests allows this PR to be merged by yourself and the owners of this module.

This can potentially save days of time for you!

@typescript-bot
Copy link
Copy Markdown
Contributor

🔔 @bradleyayers @davidka @timjb @patsimm — 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 the The CI failed When GH Actions fails label Feb 16, 2022
@typescript-bot
Copy link
Copy Markdown
Contributor

@whawker The CI build failed! Please review the logs for more information.

Once you've pushed the fixes, the build will automatically re-run. Thanks!

Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review.

@typescript-bot typescript-bot added the Abandoned This PR had no activity for a long time, and is considered abandoned label Mar 11, 2022
@typescript-bot
Copy link
Copy Markdown
Contributor

@whawker I haven't seen any activity on this PR in more than three weeks, and it still has problems that prevent it from being merged. The PR will be closed on Mar 18th (in a week) if the issues aren't addressed.

Add type `StepMap.empty` exposed in `prosemirror-transform` 1.3.4

@see ProseMirror/prosemirror-transform#20
@typescript-bot typescript-bot added Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. and removed Abandoned This PR had no activity for a long time, and is considered abandoned The CI failed When GH Actions fails labels Mar 15, 2022
@typescript-bot
Copy link
Copy Markdown
Contributor

It has been more than two weeks and this PR still has no reviews.

I'll bump it to the DT maintainer queue. Thank you for your patience, @whawker.

(Ping @bradleyayers, @davidka, @timjb, @patsimm.)

@DangerBotOSS
Copy link
Copy Markdown

Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files.
The check for missing properties isn't always right, so take this list as advice, not a requirement.

prosemirror-transform (unpkg)

was missing the following properties:

  1. TransformError

Generated by 🚫 dangerJS against 4a2f4f3

@typescript-bot typescript-bot removed the Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. label Mar 15, 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 Mar 17, 2022
@typescript-bot
Copy link
Copy Markdown
Contributor

@whawker: Everything looks good here. I am ready to merge this PR (at 4a2f4f3) 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! ❤️

(@bradleyayers, @davidka, @timjb, @patsimm: you can do this too.)

@whawker
Copy link
Copy Markdown
Contributor Author

whawker commented Mar 17, 2022

Ready to merge

@typescript-bot typescript-bot merged commit 3072a2b into DefinitelyTyped:master Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Maintainer Approved Popular package This PR affects a popular package (as counted by NPM download counts). Self Merge This PR can now be self-merged by the PR author or an owner Untested Change This PR does not touch tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants