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

docs(typescript): update sdk version in typescript definition header #10822

Merged
merged 3 commits into from
Jun 6, 2019

Conversation

ewanharris
Copy link
Collaborator

Not sure whether this is what you had in mind but it looks like the docgen script only reads in the version for generating changes, figured it made sense to just require in the package.json in the write header func.

@build build added this to the 8.1.0 milestone Apr 3, 2019
@build build requested a review from a team April 3, 2019 21:14
@build
Copy link
Contributor

build commented Apr 3, 2019

Warnings
⚠️ There is no linked JIRA ticket in the PR body. Please include the URL of the relevant JIRA ticket. If you need to, you may file a ticket on JIRA
Messages
📖

💾 Here's the generated SDK zipfile.

📖

✅ All tests are passing
Nice one! All 3647 tests are passing.

Generated by 🚫 dangerJS against 26963a2

@ewanharris
Copy link
Collaborator Author

Validating locally using the linting in DefinitelyTyped throws some errors, will fix those in this PR

@janvennemann
Copy link
Contributor

@ewanharris Are the changes to the .yml files requires to pass linting or why are they in this PR?

@ewanharris
Copy link
Collaborator Author

@janvennemann, yes they are required to pass the linting step in DefinitelyTyped.

It was throwing the following errors

  • propertyList didn't have typed array
  • description/pin/title didn't have a jsdoc description when generated, the docgen typescript template pulls from summary which per the tdoc spec is required and description is optional so I switched description to summary for those
  • Double new line at the end of the file which is the change on line 384

@build
Copy link
Contributor

build commented Apr 23, 2019

Warnings
⚠️ There is no linked JIRA ticket in the PR body. Please include the URL of the relevant JIRA ticket. If you need to, you may file a ticket on JIRA
Messages
📖

✅ All tests are passing
Nice one! All 1864 tests are passing.
(There are 225 tests skipped)

Generated by 🚫 dangerJS against cf6dadc

@sgtcoolguy sgtcoolguy modified the milestones: 8.1.0, 8.2.0 Jun 3, 2019
@sgtcoolguy sgtcoolguy merged commit 35f281f into tidev:master Jun 6, 2019
sgtcoolguy pushed a commit that referenced this pull request Jun 6, 2019
…10822)

* docs(typescript): update sdk version in typescript definition header
* ensure generated typescript def file passing linting
* docs(typescript): mark as non-npm package
Done by DefinitelyTyped maintainer in DefinitelyTyped/DefinitelyTyped@608c146#diff-948841420dd57be7be5d9d21fe002f4c so we should keep this
hansemannn pushed a commit to hansemannn/titanium_mobile that referenced this pull request Jul 8, 2019
…idev#10822)

* docs(typescript): update sdk version in typescript definition header
* ensure generated typescript def file passing linting
* docs(typescript): mark as non-npm package
Done by DefinitelyTyped maintainer in DefinitelyTyped/DefinitelyTyped@608c146#diff-948841420dd57be7be5d9d21fe002f4c so we should keep this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants