Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) 7.39.0 -> 7.52.7 age adoption passing confidence

Release Notes

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

v7.52.7

Compare Source

Thu, 01 May 2025 15:11:33 GMT

Patches
  • Fix an issue where default exports were sometimes trimmed incorrectly in .api.md files when using reportVariants (GitHub #​4775)

v7.52.6

Compare Source

Thu, 01 May 2025 00:11:12 GMT

Version update only

v7.52.5

Compare Source

Mon, 21 Apr 2025 22:24:25 GMT

Version update only

v7.52.4

Compare Source

Thu, 17 Apr 2025 00:11:21 GMT

Patches
  • Update documentation for extends

v7.52.3

Compare Source

Fri, 04 Apr 2025 18:34:35 GMT

Patches
  • Add support for customizing which TSDoc tags appear in API reports

v7.52.2

Compare Source

Tue, 25 Mar 2025 15:11:15 GMT

Version update only

v7.52.1

Compare Source

Tue, 11 Mar 2025 02:12:34 GMT

Version update only

v7.52.0

Compare Source

Tue, 11 Mar 2025 00:11:25 GMT

Minor changes
  • Upgrade the bundled compiler engine to TypeScript 5.8.2

v7.51.1

Compare Source

Sat, 01 Mar 2025 05:00:09 GMT

Patches
  • Include triple-slash references marked with preserve="true" from files that only contain re-exports. There was a behavior change in TypeScript 5.5, where only triple-slash references that are explicitly marked with preserve="true" are emitted into declaration files. This change adds support for placing these references in files that only contain re-exports, like the API entrypoint file.

v7.51.0

Compare Source

Thu, 27 Feb 2025 01:10:39 GMT

Minor changes
  • Add a docModel.releaseTagsToTrim property to api-extractor.json to specify which release tags should be trimmed when the doc model is produced.

v7.50.1

Compare Source

Sat, 22 Feb 2025 01:11:11 GMT

Patches
  • Upgrade the bundled compiler engine to TypeScript 5.7.3

v7.50.0

Compare Source

Wed, 12 Feb 2025 01:10:52 GMT

Minor changes
  • Update merge behavior for derived configurations to allow overriding array properties

v7.49.2

Compare Source

Thu, 30 Jan 2025 01:11:42 GMT

Version update only

v7.49.1

Compare Source

Thu, 09 Jan 2025 01:10:10 GMT

Version update only

v7.49.0

Compare Source

Tue, 07 Jan 2025 22:17:32 GMT

Minor changes
  • Upgrade the bundled compiler engine to TypeScript 5.7.2

v7.48.1

Compare Source

Sat, 14 Dec 2024 01:11:07 GMT

Version update only

v7.48.0

Compare Source

Sat, 23 Nov 2024 01:18:55 GMT

Minor changes
  • Update TSDoc dependencies.

v7.47.12

Compare Source

Fri, 22 Nov 2024 01:10:43 GMT

Version update only

v7.47.11

Compare Source

Thu, 17 Oct 2024 08:35:06 GMT

Version update only

v7.47.10

Compare Source

Tue, 15 Oct 2024 00:12:31 GMT

Patches
  • Fix a compatibility issue with usage of getModeForUsageLocation in TypeScript 5.6

v7.47.9

Compare Source

Fri, 13 Sep 2024 00:11:42 GMT

Version update only

v7.47.8

Compare Source

Tue, 10 Sep 2024 20:08:11 GMT

Version update only

v7.47.7

Compare Source

Wed, 21 Aug 2024 05:43:04 GMT

Version update only

v7.47.6

Compare Source

Mon, 12 Aug 2024 22:16:04 GMT

Version update only

v7.47.5

Compare Source

Fri, 02 Aug 2024 17:26:42 GMT

Version update only

v7.47.4

Compare Source

Sat, 27 Jul 2024 00:10:27 GMT

Patches
  • Include CHANGELOG.md in published releases again

v7.47.3

Compare Source

Wed, 24 Jul 2024 00:12:14 GMT

Patches
  • Fix an edge case when discarding the file extension from the "reportFileName" setting and improve its documentation

v7.47.2

Compare Source

Wed, 17 Jul 2024 06:55:09 GMT

Version update only

v7.47.1

Compare Source

Fri, 22 Nov 2024 01:10:43 GMT

Version update only

v7.47.0

Compare Source

Mon, 03 Jun 2024 23:43:15 GMT

Minor changes
  • Add support for re-exporting modules using syntax such as export * as ns from './file' (GitHub #​2780)

v7.46.2

Compare Source

Thu, 30 May 2024 00:13:05 GMT

Patches
  • Include missing type modifiers on type-only exports.

v7.46.1

Compare Source

Wed, 29 May 2024 02:03:50 GMT

Version update only

v7.46.0

Compare Source

Wed, 29 May 2024 00:10:52 GMT

Minor changes
  • Bump TSDoc dependencies.

v7.45.1

Compare Source

Tue, 28 May 2024 15:10:09 GMT

Version update only

v7.45.0

Compare Source

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.

v7.44.1

Compare Source

Sat, 25 May 2024 04:54:07 GMT

Version update only

v7.44.0

Compare Source

Fri, 24 May 2024 00:15:08 GMT

Minor changes
  • Add support for "variants" of API reports which include or exclude items by release tag

v7.43.8

Compare Source

Thu, 23 May 2024 02:26:56 GMT

Version update only

v7.43.7

Compare Source

Thu, 16 May 2024 15:10:22 GMT

Version update only

v7.43.6

Compare Source

Wed, 15 May 2024 23:42:58 GMT

Version update only

v7.43.5

Compare Source

Wed, 15 May 2024 06:04:17 GMT

Version update only

v7.43.4

Compare Source

Fri, 10 May 2024 05:33:33 GMT

Version update only

v7.43.3

Compare Source

Wed, 08 May 2024 22:23:50 GMT

Version update only

v7.43.2

Compare Source

Mon, 06 May 2024 15:11:04 GMT

Version update only

v7.43.1

Compare Source

Wed, 10 Apr 2024 15:10:09 GMT

Version update only

v7.43.0

Compare Source

Tue, 19 Mar 2024 15:10:18 GMT

Minor changes
  • Upgrade the bundled compiler engine to TypeScript 5.4.2

v7.42.3

Compare Source

Sun, 03 Mar 2024 20:58:12 GMT

Version update only

v7.42.2

Compare Source

Sat, 02 Mar 2024 02:22:23 GMT

Version update only

v7.42.1

Compare Source

Fri, 01 Mar 2024 01:10:08 GMT

Version update only

v7.42.0

Compare Source

Thu, 29 Feb 2024 07:11:45 GMT

Minor changes
  • Add glob support in bundledPackages
Patches
  • Don't mark items documented with {@​inheritDoc} references to package-external items as "undocumented"

v7.41.1

Compare Source

Wed, 28 Feb 2024 16:09:27 GMT

Version update only

v7.41.0

Compare Source

Sat, 24 Feb 2024 23:02:51 GMT

Minor changes
  • Replace const enums with conventional enums to allow for compatibility with JavaScript consumers.

v7.40.6

Compare Source

Wed, 21 Feb 2024 21:45:28 GMT

Patches
  • Replace the dependency on the colors package with Colorize from @rushstack/terminal.

v7.40.5

Compare Source

Wed, 21 Feb 2024 08:55:47 GMT

Patches
  • Fix an issue where imports were trimmed from external packages based when generating .d.ts rollups

v7.40.4

Compare Source

Tue, 20 Feb 2024 21:45:10 GMT

Version update only

v7.40.3

Compare Source

Mon, 19 Feb 2024 21:54:27 GMT

Version update only

v7.40.2

Compare Source

Sat, 17 Feb 2024 06:24:34 GMT

Patches
  • Fix broken link to API documentation

v7.40.1

Compare Source

Thu, 08 Feb 2024 01:09:21 GMT

Version update only

v7.40.0

Compare Source

Wed, 07 Feb 2024 01:11:18 GMT

Minor changes
  • Classify arrow functions as function kind in the doc model export.

v7.39.5

Compare Source

Mon, 05 Feb 2024 23:46:52 GMT

Version update only

v7.39.4

Compare Source

Thu, 25 Jan 2024 01:09:30 GMT

Version update only

v7.39.3

Compare Source

Tue, 23 Jan 2024 20:12:57 GMT

Version update only

v7.39.2

Compare Source

Tue, 23 Jan 2024 16:15:05 GMT

Version update only

v7.39.1

Compare Source

Wed, 03 Jan 2024 00:31:18 GMT

Version update only


Configuration

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

🚦 Automerge: Enabled.

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 the 🤖 dependencies Dependency upgrade label Mar 8, 2025
@coveralls
Copy link

coveralls commented Mar 8, 2025

Coverage Status

coverage: 97.736%. remained the same
when pulling 100ebae on renovate/microsoft-api-extractor-7.x
into 549b2c7 on main.

@renovate renovate bot force-pushed the renovate/microsoft-api-extractor-7.x branch 6 times, most recently from 8eec8a9 to 695c54b Compare March 11, 2025 00:48
@renovate renovate bot changed the title chore(deps): update dependency @microsoft/api-extractor to v7.51.1 chore(deps): update dependency @microsoft/api-extractor to v7.52.0 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/microsoft-api-extractor-7.x branch from 695c54b to 7ab5d10 Compare March 11, 2025 04:57
@renovate renovate bot changed the title chore(deps): update dependency @microsoft/api-extractor to v7.52.0 chore(deps): update dependency @microsoft/api-extractor to v7.52.1 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/microsoft-api-extractor-7.x branch 12 times, most recently from 5d4ac60 to 309dc0e Compare March 18, 2025 07:25
@renovate renovate bot force-pushed the renovate/microsoft-api-extractor-7.x branch 3 times, most recently from 4f9202a to 55b34aa Compare March 20, 2025 08:56
@renovate renovate bot force-pushed the renovate/microsoft-api-extractor-7.x branch from 55b34aa to b0e291c Compare March 25, 2025 18:05
@renovate renovate bot changed the title chore(deps): update dependency @microsoft/api-extractor to v7.52.1 chore(deps): update dependency @microsoft/api-extractor to v7.52.2 Mar 25, 2025
@renovate renovate bot force-pushed the renovate/microsoft-api-extractor-7.x branch 2 times, most recently from d5cf716 to a2b3e9f Compare March 27, 2025 21:01
@renovate renovate bot force-pushed the renovate/microsoft-api-extractor-7.x branch 7 times, most recently from 68c017c to 60e8937 Compare March 31, 2025 19:36
@renovate renovate bot force-pushed the renovate/microsoft-api-extractor-7.x branch from 60e8937 to 2848044 Compare April 4, 2025 20:42
@renovate renovate bot changed the title chore(deps): update dependency @microsoft/api-extractor to v7.52.2 chore(deps): update dependency @microsoft/api-extractor to v7.52.3 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/microsoft-api-extractor-7.x branch from 2848044 to 514ae1f Compare April 17, 2025 01:29
@renovate renovate bot changed the title chore(deps): update dependency @microsoft/api-extractor to v7.52.3 chore(deps): update dependency @microsoft/api-extractor to v7.52.4 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/microsoft-api-extractor-7.x branch 2 times, most recently from 00cf742 to ba9bf09 Compare April 22, 2025 00:45
@renovate renovate bot changed the title chore(deps): update dependency @microsoft/api-extractor to v7.52.4 chore(deps): update dependency @microsoft/api-extractor to v7.52.5 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/microsoft-api-extractor-7.x branch 6 times, most recently from 24aad4d to b5f2ca8 Compare May 1, 2025 04:26
@renovate renovate bot changed the title chore(deps): update dependency @microsoft/api-extractor to v7.52.5 chore(deps): update dependency @microsoft/api-extractor to v7.52.6 May 1, 2025
@renovate renovate bot force-pushed the renovate/microsoft-api-extractor-7.x branch from b5f2ca8 to 100ebae Compare May 1, 2025 17:07
@renovate renovate bot changed the title chore(deps): update dependency @microsoft/api-extractor to v7.52.6 chore(deps): update dependency @microsoft/api-extractor to v7.52.7 May 1, 2025
@davidjgoss davidjgoss merged commit 6bc6d13 into main May 7, 2025
10 checks passed
@davidjgoss davidjgoss deleted the renovate/microsoft-api-extractor-7.x branch May 7, 2025 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 dependencies Dependency upgrade

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants