Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Azure Data Studio 1.31.0 Extension API #54688

Merged
merged 4 commits into from
Jul 27, 2021

Conversation

Charles-Gagnon
Copy link
Contributor

@Charles-Gagnon Charles-Gagnon commented Jul 22, 2021

Please fill in this template.

If changing an existing definition:

  • Provide a URL to documentation or source code which provides context for the suggested changes: <>
  • If this PR brings the type definitions up to date with a new version of the JS library, update the version number in the header.

@typescript-bot
Copy link
Contributor

typescript-bot commented Jul 22, 2021

@Charles-Gagnon Thank you for submitting this PR!

This is a live comment which I will keep updated.

1 package in this PR

Code Reviews

Because this PR edits the configuration file, it 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
  • 🕐 A DT maintainer needs to approve changes which affect module config files

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": 54688,
  "author": "Charles-Gagnon",
  "headCommitOid": "e7455bdc35b68b2b12e35646c2929d49074962af",
  "lastPushDate": "2021-07-22T22:27:01.000Z",
  "lastActivityDate": "2021-07-23T17:18:44.000Z",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "azdata",
      "kind": "edit",
      "files": [
        {
          "path": "types/azdata/azdata-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/azdata/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/azdata/tslint.json",
          "kind": "package-meta",
          "suspect": "not [the expected form](https://github.com/DefinitelyTyped/DefinitelyTyped#user-content-linter-tslintjson) and not moving towards it (check: `rules`)"
        }
      ],
      "owners": [
        "Charles-Gagnon",
        "alanrenmsft",
        "kburtram",
        "kenvanhyning"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "alanrenmsft",
      "date": "2021-07-23T17:18:44.000Z",
      "isMaintainer": false
    },
    {
      "type": "stale",
      "reviewer": "kburtram",
      "date": "2021-07-22T21:42:09.000Z",
      "abbrOid": "ec35c78"
    }
  ],
  "mainBotCommentID": 885252501,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added the Author is Owner The author of this PR is a listed owner of the package. label Jul 22, 2021
@typescript-bot
Copy link
Contributor

🔔 @alanrenmsft @kburtram @kenvanhyning — 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.

Copy link

@kburtram kburtram 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 The CI failed When GH Actions fails Owner Approved A listed owner of this package signed off on the pull request. labels Jul 22, 2021
@typescript-bot
Copy link
Contributor

@Charles-Gagnon 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 Owner Approved A listed owner of this package signed off on the pull request. The CI failed When GH Actions fails labels Jul 22, 2021
@typescript-bot typescript-bot added the The CI failed When GH Actions fails label Jul 22, 2021
@typescript-bot
Copy link
Contributor

@Charles-Gagnon 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 Check Config Changes a module config files and removed The CI failed When GH Actions fails labels Jul 22, 2021
@typescript-bot
Copy link
Contributor

@kburtram 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?

@Charles-Gagnon
Copy link
Contributor Author

@kburtram @alanrenmsft @kenvanhyning Could one of you please sign off on this?

@typescript-bot typescript-bot added the Owner Approved A listed owner of this package signed off on the pull request. label Jul 23, 2021
@@ -10,6 +10,7 @@
"no-single-declare-module": false,
"no-unnecessary-generics": false,
"npm-naming": false,
"strict-export-declare-modifiers": false
"strict-export-declare-modifiers": false,
"unified-signatures": false
Copy link
Contributor

@sandersn sandersn Jul 27, 2021

Choose a reason for hiding this comment

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

Seems like unified-signatures should add an exception when any of the signatures is deprecated.

Edit: microsoft/dtslint#337

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, thank you for submitting that!

@sandersn sandersn merged commit 639ea1f into DefinitelyTyped:master Jul 27, 2021
@Charles-Gagnon Charles-Gagnon deleted the azdata-types-1.31.0 branch July 27, 2021 22:45
@typescript-bot
Copy link
Contributor

I just published @types/azdata@1.31.0 to npm.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Author is Owner The author of this PR is a listed owner of the package. Check Config Changes a module config files Owner Approved A listed owner of this package signed off on the pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants