Skip to content

[markdown-it]: specify dependency versions on markdown-it v13#69492

Merged
typescript-bot merged 2 commits intoDefinitelyTyped:masterfrom
brc-dd:markdown-it-v13
May 1, 2024
Merged

[markdown-it]: specify dependency versions on markdown-it v13#69492
typescript-bot merged 2 commits intoDefinitelyTyped:masterfrom
brc-dd:markdown-it-v13

Conversation

@brc-dd
Copy link
Copy Markdown
Contributor

@brc-dd brc-dd commented May 1, 2024

Please fill in this template.

refer #69355

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
  • tsconfig.json should have noImplicitAny, noImplicitThis, strictNullChecks, and strictFunctionTypes set to true.

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 package.json.

If removing a declaration:

  • If a package was never on Definitely Typed, you don't need to do anything. (If you wrote a package and provided types, you don't need to register it with us.)
  • Delete the package's directory.
  • Add it to notNeededPackages.json.

@brc-dd brc-dd requested a review from peterblazejewicz as a code owner May 1, 2024 20:11
@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented May 1, 2024

@brc-dd Thank you for submitting this PR!

This is a live comment which I will keep updated.

2 packages in this PR

Code Reviews

Because this is a widely-used package, a DT maintainer will need to review it 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
  • ✅ A DT maintainer needs to approve changes which affect more than one package

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": 69492,
  "author": "brc-dd",
  "headCommitOid": "d7e4659c979b1305402c990c52b841eba3aeeece",
  "mergeBaseOid": "fd02d699d8f81052a5c9bf95555b86ac8e7ddc8b",
  "lastPushDate": "2024-05-01T20:11:53.000Z",
  "lastActivityDate": "2024-05-01T20:21:54.000Z",
  "mergeOfferDate": "2024-05-01T20:20:33.000Z",
  "mergeRequestDate": "2024-05-01T20:21:54.000Z",
  "mergeRequestUser": "brc-dd",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Critical",
  "pkgInfo": [
    {
      "name": "markdown-it-emoji",
      "kind": "edit",
      "files": [
        {
          "path": "types/markdown-it-emoji/package.json",
          "kind": "package-meta-ok"
        }
      ],
      "owners": [
        "Shinigami92",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "markdown-it",
      "kind": "edit",
      "files": [
        {
          "path": "types/markdown-it/.npmignore",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/markdown-it/package.json",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/markdown-it/v13/.npmignore",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/markdown-it/v13/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/common/entities.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/common/html_blocks.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/common/html_re.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/common/utils.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/helpers/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/helpers/parse_link_destination.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/helpers/parse_link_label.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/helpers/parse_link_title.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/parser_block.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/parser_core.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/parser_inline.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/renderer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/ruler.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/rules_block/state_block.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/rules_core/state_core.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/rules_inline/state_inline.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/lib/token.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/markdown-it/v13/markdown-it-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/markdown-it/v13/package.json",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/markdown-it/v13/test/common/utils.ts",
          "kind": "test"
        },
        {
          "path": "types/markdown-it/v13/test/helpers/index.ts",
          "kind": "test"
        },
        {
          "path": "types/markdown-it/v13/test/index.ts",
          "kind": "test"
        },
        {
          "path": "types/markdown-it/v13/test/parser_block.ts",
          "kind": "test"
        },
        {
          "path": "types/markdown-it/v13/test/parser_core.ts",
          "kind": "test"
        },
        {
          "path": "types/markdown-it/v13/test/parser_inline.ts",
          "kind": "test"
        },
        {
          "path": "types/markdown-it/v13/test/renderer.ts",
          "kind": "test"
        },
        {
          "path": "types/markdown-it/v13/test/ruler.ts",
          "kind": "test"
        },
        {
          "path": "types/markdown-it/v13/test/rules_block/state_block.ts",
          "kind": "test"
        },
        {
          "path": "types/markdown-it/v13/test/rules_core/state_core.ts",
          "kind": "test"
        },
        {
          "path": "types/markdown-it/v13/test/rules_inline/state_inline.ts",
          "kind": "test"
        },
        {
          "path": "types/markdown-it/v13/test/token.ts",
          "kind": "test"
        },
        {
          "path": "types/markdown-it/v13/tsconfig.json",
          "kind": "package-meta-ok"
        }
      ],
      "owners": [
        "plantain-00",
        "rapropos",
        "duduluu",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "jakebailey",
      "date": "2024-05-01T20:20:00.000Z",
      "isMaintainer": true
    }
  ],
  "mainBotCommentID": 2089061317,
  "ciResult": "pass"
}

@typescript-bot
Copy link
Copy Markdown
Contributor

🔔 @Shinigami92 @peterblazejewicz @plantain-00 @rapropos @duduluu — 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.

@typescript-bot typescript-bot added the The CI failed When GH Actions fails label May 1, 2024
@typescript-bot
Copy link
Copy Markdown
Contributor

@brc-dd 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.

Comment on lines +19 to +20
"@types/linkify-it": "^5",
"@types/mdurl": "^2"
Copy link
Copy Markdown
Member

@jakebailey jakebailey May 1, 2024

Choose a reason for hiding this comment

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

@typescript-bot typescript-bot removed the The CI failed When GH Actions fails label May 1, 2024
"https://github.com/markdown-it/markdown-it"
],
"dependencies": {
"@types/linkify-it": "^3",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Bleh, okay. I guess the other PR jumped right to 5.

Copy link
Copy Markdown
Contributor Author

@brc-dd brc-dd May 1, 2024

Choose a reason for hiding this comment

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

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

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

1 similar comment
@typescript-bot
Copy link
Copy Markdown
Contributor

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

@brc-dd
Copy link
Copy Markdown
Contributor Author

brc-dd commented May 1, 2024

Ready to merge

@typescript-bot typescript-bot merged commit 89bf996 into DefinitelyTyped:master May 1, 2024
@brc-dd brc-dd deleted the markdown-it-v13 branch May 1, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Critical package Edits multiple packages Maintainer Approved 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