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

Added Types for chartjs-plugin-trendline #59357

Merged
merged 4 commits into from
Mar 21, 2022
Merged

Added Types for chartjs-plugin-trendline #59357

merged 4 commits into from
Mar 21, 2022

Conversation

Ferotiq
Copy link
Contributor

@Ferotiq Ferotiq commented Mar 19, 2022

Please fill in this template.

Select one of these and delete the others:

If adding a new definition:

  • The package does not already provide its own types, or cannot have its .d.ts files generated via --declaration
  • If this is for an npm package, match the name. If not, do not conflict with the name of an npm package.
  • Create it with dts-gen --dt, not by basing it on an existing project.
  • Represents shape of module/library correctly
  • tslint.json should contain { "extends": "@definitelytyped/dtslint/dt.json" }, and no additional rules.
  • tsconfig.json should have noImplicitAny, noImplicitThis, strictNullChecks, and strictFunctionTypes set to true.

@typescript-bot
Copy link
Contributor

typescript-bot commented Mar 19, 2022

@Ferotiq 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 adds a new definition, so it needs to be reviewed by a DT maintainer 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
  • ✅ Only a DT maintainer can approve changes when there are new packages added

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": 59357,
  "author": "Ferotiq",
  "headCommitOid": "efdd85f98324dbbc1fc7afcc7b11027cfaa0b64a",
  "mergeBaseOid": "c361f296f6f59521c255158b0810816372b76098",
  "lastPushDate": "2022-03-21T19:57:59.000Z",
  "lastActivityDate": "2022-03-21T20:15:06.000Z",
  "mergeOfferDate": "2022-03-21T20:14:09.000Z",
  "mergeRequestDate": "2022-03-21T20:15:06.000Z",
  "mergeRequestUser": "Ferotiq",
  "hasMergeConflict": false,
  "isFirstContribution": true,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "chartjs-plugin-trendline",
      "kind": "add",
      "files": [
        {
          "path": "types/chartjs-plugin-trendline/chartjs-plugin-trendline-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chartjs-plugin-trendline/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chartjs-plugin-trendline/tsconfig.json",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/chartjs-plugin-trendline/tslint.json",
          "kind": "package-meta-ok"
        }
      ],
      "owners": [],
      "addedOwners": [
        "Ferotiq"
      ],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "amcasey",
      "date": "2022-03-21T20:13:30.000Z",
      "isMaintainer": true
    },
    {
      "type": "stale",
      "reviewer": "Miodec",
      "date": "2022-03-19T22:33:00.000Z",
      "abbrOid": "a819436"
    }
  ],
  "mainBotCommentID": 1073119209,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added the New Definition This PR creates a new definition package. label Mar 19, 2022
@typescript-bot typescript-bot added this to Waiting for Code Reviews in Old Pull Request Status Board Mar 19, 2022
@typescript-bot
Copy link
Contributor

🔔 @Ferotiq — 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...)

@typescript-bot typescript-bot added Other Approved This PR was reviewed and signed-off by a community member. The CI failed When GH Actions fails labels Mar 19, 2022
@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Author Action in Old Pull Request Status Board Mar 19, 2022
@typescript-bot
Copy link
Contributor

@Ferotiq 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 removed Other Approved This PR was reviewed and signed-off by a community member. The CI failed When GH Actions fails labels Mar 19, 2022
@typescript-bot typescript-bot moved this from Needs Author Action to Waiting for Code Reviews in Old Pull Request Status Board Mar 19, 2022
@typescript-bot
Copy link
Contributor

@Miodec Thank you for reviewing this PR! The author has pushed new commits since your last review. Could you take another look and submit a fresh review?

@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Action in Old Pull Request Status Board Mar 19, 2022
@typescript-bot typescript-bot added the Other Approved This PR was reviewed and signed-off by a community member. label Mar 19, 2022
types/chartjs-plugin-trendline/index.d.ts Outdated Show resolved Hide resolved
@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 21, 2022
@typescript-bot typescript-bot moved this from Needs Maintainer Action to Waiting for Author to Merge in Old Pull Request Status Board Mar 21, 2022
@typescript-bot typescript-bot removed Other Approved This PR was reviewed and signed-off by a community member. Self Merge This PR can now be self-merged by the PR author or an owner Maintainer Approved labels Mar 21, 2022
@Ferotiq Ferotiq requested a review from amcasey March 21, 2022 19:59
@typescript-bot typescript-bot moved this from Waiting for Author to Merge to Waiting for Code Reviews in Old Pull Request Status Board Mar 21, 2022
@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Action in Old Pull Request Status Board Mar 21, 2022
@typescript-bot
Copy link
Contributor

@amcasey, @Miodec Thank you for reviewing this PR! The author has pushed new commits since your last review. Could you take another look and submit a fresh review?

@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 21, 2022
@typescript-bot typescript-bot moved this from Needs Maintainer Action to Waiting for Author to Merge in Old Pull Request Status Board Mar 21, 2022
@typescript-bot
Copy link
Contributor

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

@typescript-bot
Copy link
Contributor

@Miodec Thank you for reviewing this PR! The author has pushed new commits since your last review. Could you take another look and submit a fresh review?

@Ferotiq
Copy link
Contributor Author

Ferotiq commented Mar 21, 2022

Ready to merge

@typescript-bot typescript-bot moved this from Waiting for Author to Merge to Recently Merged in Old Pull Request Status Board Mar 21, 2022
@typescript-bot typescript-bot merged commit d6d8515 into DefinitelyTyped:master Mar 21, 2022
@typescript-bot typescript-bot removed this from Recently Merged in Old Pull Request Status Board Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintainer Approved New Definition This PR creates a new definition package. 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

4 participants