Skip to content

[soundcloud-scraper] Create soundcloud-scraper definitions.#55278

Closed
isitreallyalive wants to merge 5 commits intoDefinitelyTyped:masterfrom
isitreallyalive:soundcloud-scraper
Closed

[soundcloud-scraper] Create soundcloud-scraper definitions.#55278
isitreallyalive wants to merge 5 commits intoDefinitelyTyped:masterfrom
isitreallyalive:soundcloud-scraper

Conversation

@isitreallyalive
Copy link
Copy Markdown

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": "dtslint/dt.json" }, and no additional rules.
  • tsconfig.json should have noImplicitAny, noImplicitThis, strictNullChecks, and strictFunctionTypes set to true.

@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Aug 20, 2021

@newtykins Thank you for submitting this PR!

This is a live comment which I will keep updated.

2 packages 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 failed
  • 🕐 Only a DT maintainer can approve changes when there are new packages added

Once every item on this list is checked, I'll ask you for permission to merge and publish the changes.


Diagnostic Information: What the bot saw about this PR
{
  "type": "info",
  "now": "-",
  "pr_number": 55278,
  "author": "newtykins",
  "headCommitOid": "c170c60892fcd81233fd47d3bf3accec30f8375b",
  "lastPushDate": "2021-08-21T14:05:35.000Z",
  "lastActivityDate": "2021-08-21T14:05:35.000Z",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "parse-reminder",
      "kind": "add",
      "files": [
        {
          "path": "types/parse-reminder/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/parse-reminder/parse-reminder-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/parse-reminder/tsconfig.json",
          "kind": "package-meta",
          "suspect": "not [the expected form](https://github.com/DefinitelyTyped/DefinitelyTyped#user-content-tsconfigjson) (check: `compilerOptions.esModuleInterop`)"
        },
        {
          "path": "types/parse-reminder/tslint.json",
          "kind": "package-meta-ok"
        }
      ],
      "owners": [],
      "addedOwners": [
        "definitelytyped"
      ],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "soundcloud-scraper",
      "kind": "add",
      "files": [
        {
          "path": "types/soundcloud-scraper/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/soundcloud-scraper/package.json",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/soundcloud-scraper/soundcloud-scraper-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/soundcloud-scraper/tsconfig.json",
          "kind": "package-meta",
          "suspect": "not [the expected form](https://github.com/DefinitelyTyped/DefinitelyTyped#user-content-tsconfigjson) (check: `compilerOptions.esModuleInterop`)"
        },
        {
          "path": "types/soundcloud-scraper/tslint.json",
          "kind": "package-meta-ok"
        }
      ],
      "owners": [],
      "addedOwners": [
        "newtykins"
      ],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [],
  "mainBotCommentID": 902988924,
  "ciResult": "fail",
  "ciUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped/commit/c170c60892fcd81233fd47d3bf3accec30f8375b/checks?check_suite_id=3559051540"
}

@typescript-bot typescript-bot added New Definition This PR creates a new definition package. Edits multiple packages Check Config Changes a module config files labels Aug 20, 2021
@typescript-bot
Copy link
Copy Markdown
Contributor

🔔 @newtykins — 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 the The CI failed When GH Actions fails label Aug 20, 2021
@typescript-bot
Copy link
Copy Markdown
Contributor

@newtykins 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 CI failed When GH Actions fails and removed The CI failed When GH Actions fails labels Aug 21, 2021
@typescript-bot
Copy link
Copy Markdown
Contributor

@newtykins 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Check Config Changes a module config files Edits multiple packages New Definition This PR creates a new definition package. The CI failed When GH Actions fails

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants