Skip to content

Add comments to @ckeditor/ckeditor5-ui binding methods#59643

Merged
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
fedemp:ckeditor-ui-bindings
Apr 2, 2022
Merged

Add comments to @ckeditor/ckeditor5-ui binding methods#59643
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
fedemp:ckeditor-ui-bindings

Conversation

@fedemp
Copy link
Copy Markdown
Contributor

@fedemp fedemp commented Apr 1, 2022

Please fill in this template.

Select one of these and delete the others:

If changing an existing definition:

@fedemp fedemp force-pushed the ckeditor-ui-bindings branch from bad9801 to e7de865 Compare April 1, 2022 14:56
@fedemp fedemp force-pushed the ckeditor-ui-bindings branch from e7de865 to 0c533bd Compare April 1, 2022 15:08

enableCssTransitions?(): void;
disableCssTransitions?(): void;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be great if I could do

declare module "../view" {
  class View {
    enableCssTransitions(): void;
    disableCssTransitions(): void;
  }
}

from injectcsstransitiondisabler.d.ts since these methods are only added if this latter is imported.

@fedemp fedemp marked this pull request as ready for review April 1, 2022 15:14
@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Apr 1, 2022

@fedemp Thank you for submitting this PR!

This is a live comment which I will keep updated.

1 package in this PR

Code Reviews

Because you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it.

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 type definition owners, DT maintainers or others

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": 59643,
  "author": "fedemp",
  "headCommitOid": "0c533bd61f26ddcd91056796a098465766d84950",
  "mergeBaseOid": "85c07a9c3a998368ad51fc460bff628c90b49806",
  "lastPushDate": "2022-04-01T15:08:11.000Z",
  "lastActivityDate": "2022-04-02T23:28:05.000Z",
  "mergeOfferDate": "2022-04-02T21:48:54.000Z",
  "mergeRequestDate": "2022-04-02T23:28:05.000Z",
  "mergeRequestUser": "fedemp",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "ckeditor__ckeditor5-ui",
      "kind": "edit",
      "files": [
        {
          "path": "types/ckeditor__ckeditor5-ui/ckeditor__ckeditor5-ui-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/ckeditor__ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/ckeditor__ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/ckeditor__ckeditor5-ui/src/bindings/preventdefault.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/ckeditor__ckeditor5-ui/src/bindings/submithandler.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/ckeditor__ckeditor5-ui/src/view.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "fedemp"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "peterblazejewicz",
      "date": "2022-04-02T21:48:15.000Z",
      "isMaintainer": true
    }
  ],
  "mainBotCommentID": 1086025033,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added Author is Owner The author of this PR is a listed owner of the package. No Other Owners This DT module only has one owner, so we can't have someone verify the change. labels Apr 1, 2022
@typescript-bot
Copy link
Copy Markdown
Contributor

🔔 @fedemp — you're the only owner, but it would still be good if you find someone to review this PR in the next few days, otherwise a maintainer will look at it. (And if you do find someone, maybe even recruit them to be a second owner to make future changes easier...)

Copy link
Copy Markdown
Member

@peterblazejewicz peterblazejewicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels Apr 2, 2022
@typescript-bot
Copy link
Copy Markdown
Contributor

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

@fedemp
Copy link
Copy Markdown
Contributor Author

fedemp commented Apr 2, 2022

Ready to merge

@typescript-bot typescript-bot merged commit 7de5a32 into DefinitelyTyped:master Apr 2, 2022
@fedemp fedemp deleted the ckeditor-ui-bindings branch April 3, 2022 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Author is Owner The author of this PR is a listed owner of the package. Maintainer Approved No Other Owners This DT module only has one owner, so we can't have someone verify the change. 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.

3 participants