chore(deps): update dependency @microsoft/api-extractor to v7.47.6
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @microsoft/api-extractor (source) | resolutions | minor | 7.36.4 -> 7.47.6 |
Release Notes
microsoft/rushstack (@microsoft/api-extractor)
v7.47.6
Mon, 12 Aug 2024 22:16:04 GMT
Version update only
v7.47.5
Fri, 02 Aug 2024 17:26:42 GMT
Version update only
v7.47.4
Sat, 27 Jul 2024 00:10:27 GMT
Patches
- Include CHANGELOG.md in published releases again
v7.47.3
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
Wed, 17 Jul 2024 06:55:09 GMT
Version update only
v7.47.1
Tue, 16 Jul 2024 00:36:22 GMT
Version update only
v7.47.0
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
Thu, 30 May 2024 00:13:05 GMT
Patches
- Include missing
typemodifiers on type-only exports.
v7.46.1
Wed, 29 May 2024 02:03:50 GMT
Version update only
v7.46.0
Wed, 29 May 2024 00:10:52 GMT
Minor changes
- Bump TSDoc dependencies.
v7.45.1
Tue, 28 May 2024 15:10:09 GMT
Version update only
v7.45.0
Tue, 28 May 2024 00:09:47 GMT
Minor changes
- Improve support for resolving the
tsdoc-metadata.jsonto include the folder referenced by atypesfield in an"exports"field and an"typesVersions"field in addition to"types","typings", and"tsdocMetadata"fields.
v7.44.1
Sat, 25 May 2024 04:54:07 GMT
Version update only
v7.44.0
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
Thu, 23 May 2024 02:26:56 GMT
Version update only
v7.43.7
Thu, 16 May 2024 15:10:22 GMT
Version update only
v7.43.6
Wed, 15 May 2024 23:42:58 GMT
Version update only
v7.43.5
Wed, 15 May 2024 06:04:17 GMT
Version update only
v7.43.4
Fri, 10 May 2024 05:33:33 GMT
Version update only
v7.43.3
Wed, 08 May 2024 22:23:50 GMT
Version update only
v7.43.2
Mon, 06 May 2024 15:11:04 GMT
Version update only
v7.43.1
Wed, 10 Apr 2024 15:10:09 GMT
Version update only
v7.43.0
Tue, 19 Mar 2024 15:10:18 GMT
Minor changes
- Upgrade the bundled compiler engine to TypeScript 5.4.2
v7.42.3
Sun, 03 Mar 2024 20:58:12 GMT
Version update only
v7.42.2
Sat, 02 Mar 2024 02:22:23 GMT
Version update only
v7.42.1
Fri, 01 Mar 2024 01:10:08 GMT
Version update only
v7.42.0
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
Wed, 28 Feb 2024 16:09:27 GMT
Version update only
v7.41.0
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
Wed, 21 Feb 2024 21:45:28 GMT
Patches
- Replace the dependency on the
colorspackage withColorizefrom@rushstack/terminal.
v7.40.5
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
Tue, 20 Feb 2024 21:45:10 GMT
Version update only
v7.40.3
Mon, 19 Feb 2024 21:54:27 GMT
Version update only
v7.40.2
Sat, 17 Feb 2024 06:24:34 GMT
Patches
- Fix broken link to API documentation
v7.40.1
Thu, 08 Feb 2024 01:09:21 GMT
Version update only
v7.40.0
Wed, 07 Feb 2024 01:11:18 GMT
Minor changes
- Classify arrow functions as
functionkind in the doc model export.
v7.39.5
Mon, 05 Feb 2024 23:46:52 GMT
Version update only
v7.39.4
Thu, 25 Jan 2024 01:09:30 GMT
Version update only
v7.39.3
Tue, 23 Jan 2024 20:12:57 GMT
Version update only
v7.39.2
Tue, 23 Jan 2024 16:15:05 GMT
Version update only
v7.39.1
Wed, 03 Jan 2024 00:31:18 GMT
Version update only
v7.39.0
Wed, 20 Dec 2023 01:09:45 GMT
Minor changes
- Update API Extractor to support TypeScript 5.3.3
v7.38.5
Thu, 07 Dec 2023 03:44:13 GMT
Version update only
v7.38.4
Tue, 05 Dec 2023 01:10:16 GMT
Patches
- Don't export trimmed namespace members during rollup (#2791)
v7.38.3
Fri, 10 Nov 2023 18:02:04 GMT
Patches
- Fix an issue where "ae-undocumented" was incorrectly reported for private members
v7.38.2
Wed, 01 Nov 2023 23:11:35 GMT
Patches
- Fix line endings in published package.
v7.38.1
Mon, 30 Oct 2023 23:36:38 GMT
Version update only
v7.38.0
Sun, 01 Oct 2023 02:56:29 GMT
Minor changes
- Add a new message "ae-undocumented" to support logging of undocumented API items
v7.37.3
Sat, 30 Sep 2023 00:20:51 GMT
Patches
- Don't strip out @alpha items when generating API reports.
v7.37.2
Thu, 28 Sep 2023 20:53:16 GMT
Version update only
v7.37.1
Tue, 26 Sep 2023 09:30:33 GMT
Patches
- Update type-only imports to include the type modifier.
v7.37.0
Fri, 15 Sep 2023 00:36:58 GMT
Minor changes
- Update @types/node from 14 to 18
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 has been generated by Renovate Bot.
This is blocked by https://github.com/backstage/backstage/pull/25671
Missing Changesets
The following package(s) are changed by this PR but do not have a changeset:
- @backstage-community/plugin-sentry
- @backstage-community/plugin-sonarqube
See CONTRIBUTING.md for more information about how to add changesets.
Changed Packages
| Package Name | Package Path | Changeset Bump | Current Version |
|---|---|---|---|
| @backstage-community/plugin-sentry | workspaces/sentry/plugins/sentry | none | v1.0.0 |
| @backstage-community/plugin-sonarqube | workspaces/sonarqube/plugins/sonarqube | none | v0.8.2 |
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!