Skip to content

chore(deps): update dependency @microsoft/api-extractor to v7.57.6#2371

Merged
gabemontero merged 1 commit intomainfrom
renovate/rhdh-mcp-integrations-dependencies-(minor)
Mar 2, 2026
Merged

chore(deps): update dependency @microsoft/api-extractor to v7.57.6#2371
gabemontero merged 1 commit intomainfrom
renovate/rhdh-mcp-integrations-dependencies-(minor)

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2026

This PR contains the following updates:

Package Change Age Confidence
@microsoft/api-extractor (source) 7.56.27.57.6 age confidence

Release Notes

microsoft/rushstack (@​microsoft/api-extractor)

v7.57.6

Compare Source

Wed, 25 Feb 2026 21:39:42 GMT

Patches

v7.57.5

Compare Source

Wed, 25 Feb 2026 00:34:29 GMT

Version update only

v7.57.4

Compare Source

Tue, 24 Feb 2026 01:13:27 GMT

Version update only

v7.57.3

Compare Source

Mon, 23 Feb 2026 00:42:21 GMT

Patches
  • Add missing "./extends/*.json" to the package.json "exports" field so that "@​microsoft/api-extractor/extends/tsdoc-base.json" is importable.

v7.57.2

Compare Source

Fri, 20 Feb 2026 16:14:49 GMT

Patches
  • Bump minimatch from 10.1.2 to 10.2.1

v7.57.1

Compare Source

Fri, 20 Feb 2026 00:15:03 GMT

Patches
  • Add "node" condition before "import" in the "exports" map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via "import". Fixes #​5644.

v7.57.0

Compare Source

Thu, 19 Feb 2026 00:04:52 GMT

Minor changes
  • Normalize package layout. CommonJS is now under lib-commonjs, DTS is now under lib-dts, and ESM is now under lib-esm. Imports to lib still work as before, handled by the "exports" field in package.json.

v7.56.3

Compare Source

Sat, 07 Feb 2026 01:13:26 GMT

Patches
  • Upgrade lodash dependency from ~4.17.15 to ~4.17.23.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file mcp-integrations team/rhdh labels Feb 22, 2026
@renovate renovate bot added dependencies Pull requests that update a dependency file team/rhdh mcp-integrations labels Feb 22, 2026
@renovate renovate bot force-pushed the renovate/rhdh-mcp-integrations-dependencies-(minor) branch from 99f1167 to b0a81ae Compare February 23, 2026 01:54
@renovate renovate bot changed the title chore(deps): update dependency @microsoft/api-extractor to v7.57.0 chore(deps): update dependency @microsoft/api-extractor to v7.57.1 Feb 23, 2026
@renovate renovate bot force-pushed the renovate/rhdh-mcp-integrations-dependencies-(minor) branch from b0a81ae to 366caca Compare February 23, 2026 06:53
@gabemontero
Copy link
Contributor

I think this is cause a build error @johnmcollier @thepetk

so I think this microsoft api-extractor is a dependency of the microsoft tsdoc dependency we have, and the build fails with a tsdoc related error:

yarn build:api-reports:only --ci
  shell: /usr/bin/bash -e {0}
  env:
    CI: true
    NODE_OPTIONS: --max-old-space-size=8192
    NPM_CONFIG_USERCONFIG: /home/runner/work/_temp/.npmrc
    NODE_AUTH_TOKEN: XXXXX-XXXXX-XXXXX-XXXXX
# Generating package API reports
## Processing plugins/techdocs-mcp-extras

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './extends/tsdoc-base.json' is not defined by "exports" in /home/runner/work/rhdh-plugins/rhdh-plugins/workspaces/mcp-integrations/node_modules/@microsoft/api-extractor/package.json

My guess is a tsdoc bump is what's needed to pull in the api-extractor bump. If correct, do we care about investigating that further

WDYT?

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/rhdh-mcp-integrations-dependencies-(minor) branch from 366caca to 804b4e8 Compare March 1, 2026 14:15
@renovate renovate bot requested a review from a team as a code owner March 1, 2026 14:15
@renovate renovate bot changed the title chore(deps): update dependency @microsoft/api-extractor to v7.57.1 chore(deps): update dependency @microsoft/api-extractor to v7.57.6 Mar 1, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 1, 2026

@gabemontero
Copy link
Contributor

I think this is cause a build error @johnmcollier @thepetk

so I think this microsoft api-extractor is a dependency of the microsoft tsdoc dependency we have, and the build fails with a tsdoc related error:

yarn build:api-reports:only --ci
  shell: /usr/bin/bash -e {0}
  env:
    CI: true
    NODE_OPTIONS: --max-old-space-size=8192
    NPM_CONFIG_USERCONFIG: /home/runner/work/_temp/.npmrc
    NODE_AUTH_TOKEN: XXXXX-XXXXX-XXXXX-XXXXX
# Generating package API reports
## Processing plugins/techdocs-mcp-extras

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './extends/tsdoc-base.json' is not defined by "exports" in /home/runner/work/rhdh-plugins/rhdh-plugins/workspaces/mcp-integrations/node_modules/@microsoft/api-extractor/package.json

My guess is a tsdoc bump is what's needed to pull in the api-extractor bump. If correct, do we care about investigating that further

WDYT?

renovate pushed some updates since my comment last week, and the code is compiling again

approving / merging

@gabemontero gabemontero merged commit e4c5271 into main Mar 2, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file mcp-integrations team/rhdh

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant