[PR #1232] [MERGED] Bump @microsoft/api-extractor from 7.44.1 to 7.45.0 in /micromark #1309

Closed
opened 2026-03-03 02:02:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1232
Author: @dependabot[bot]
Created: 5/28/2024
Status: Merged
Merged: 5/28/2024
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/micromark/next/microsoft/api-extractor-7.45.0


📝 Commits (1)

  • 03fc5ad Bump @microsoft/api-extractor from 7.44.1 to 7.45.0 in /micromark

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 micromark/package.json (+1 -1)

📄 Description

Bumps @microsoft/api-extractor from 7.44.1 to 7.45.0.

Changelog

Sourced from @​microsoft/api-extractor's changelog.

7.45.0

Tue, 28 May 2024 00:09:47 GMT

Minor changes

  • Improve support for resolving the tsdoc-metadata.json to include the folder referenced by a types field in an "exports" field and an "typesVersions" field in addition to "types", "typings", and "tsdocMetadata" fields.
Commits
  • b878b90 Bump versions [skip ci]
  • b9448be Update changelogs [skip ci]
  • 068ba0f Add a test for tsdoc-metadata.json resolution order.
  • f50c3cc Refactor _resolveTsdocMetadataPathFromPackageJson for readability
  • 93bca77 Update the algorithm that looks for 'tsdoc-metadata.json' to more correctly r...
  • 3a1d7ea Include typings for the package.json 'exports' field support for resolving th...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/1232 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/28/2024 **Status:** ✅ Merged **Merged:** 5/28/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/micromark/next/microsoft/api-extractor-7.45.0` --- ### 📝 Commits (1) - [`03fc5ad`](https://github.com/DavidAnson/markdownlint/commit/03fc5ade31be17f7aed5f20797890962ff445e6e) Bump @microsoft/api-extractor from 7.44.1 to 7.45.0 in /micromark ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `micromark/package.json` (+1 -1) </details> ### 📄 Description Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.44.1 to 7.45.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md"><code>@​microsoft/api-extractor</code>'s changelog</a>.</em></p> <blockquote> <h2>7.45.0</h2> <p>Tue, 28 May 2024 00:09:47 GMT</p> <h3>Minor changes</h3> <ul> <li>Improve support for resolving the <code>tsdoc-metadata.json</code> to include the folder referenced by a <code>types</code> field in an <code>&quot;exports&quot;</code> field and an <code>&quot;typesVersions&quot;</code> field in addition to <code>&quot;types&quot;</code>, <code>&quot;typings&quot;</code>, and <code>&quot;tsdocMetadata&quot;</code> fields.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/rushstack/commit/b878b90f1c2ebc057d474cd8f7cf7b25137ac0fa"><code>b878b90</code></a> Bump versions [skip ci]</li> <li><a href="https://github.com/microsoft/rushstack/commit/b9448bede2e7a6805e803f9e3ce9de025467bea5"><code>b9448be</code></a> Update changelogs [skip ci]</li> <li><a href="https://github.com/microsoft/rushstack/commit/068ba0fce58da4ffe9e27bbced069f77e5d8ea48"><code>068ba0f</code></a> Add a test for tsdoc-metadata.json resolution order.</li> <li><a href="https://github.com/microsoft/rushstack/commit/f50c3cc4ee665e56de9e191073a876ab93d217cd"><code>f50c3cc</code></a> Refactor _resolveTsdocMetadataPathFromPackageJson for readability</li> <li><a href="https://github.com/microsoft/rushstack/commit/93bca77d848fce31e41e15316234eecd8871d4ba"><code>93bca77</code></a> Update the algorithm that looks for 'tsdoc-metadata.json' to more correctly r...</li> <li><a href="https://github.com/microsoft/rushstack/commit/3a1d7eacd204b1468f1d2e83233a66499a27a9bf"><code>3a1d7ea</code></a> Include typings for the package.json 'exports' field support for resolving th...</li> <li>See full diff in <a href="https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.45.0/apps/api-extractor">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@microsoft/api-extractor&package-manager=npm_and_yarn&previous-version=7.44.1&new-version=7.45.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 02:02:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#1309
No description provided.