Skip to content

fix(build): rename api-extractor golden files to .api.md extension - #546

Merged
gund merged 1 commit into
masterfrom
fix/api-extractor-golden-files
Jul 17, 2026
Merged

fix(build): rename api-extractor golden files to .api.md extension#546
gund merged 1 commit into
masterfrom
fix/api-extractor-golden-files

Conversation

@gund

@gund gund commented Jul 17, 2026

Copy link
Copy Markdown
Owner

api-extractor expects golden files with .api.md extension (e.g. api.md.api.md), but the committed files only had .md. This caused the build step to fail with:

Warning: The API report file is missing. Please copy the file "tmp/api.md.api.md" to "goldens/ng-dynamic-component/api.md.api.md"

Renaming the golden files to match what api-extractor expects.

@gund
gund merged commit 88e545e into master Jul 17, 2026
12 checks passed
@gund
gund deleted the fix/api-extractor-golden-files branch July 17, 2026 17:00
github-actions Bot pushed a commit that referenced this pull request Jul 17, 2026
# [11.0.0](v10.8.2...v11.0.0) (2026-07-17)

### Bug Fixes

* **build:** rename api-extractor golden files to .api.md extension ([#546](#546)) ([88e545e](88e545e))
* **ci:** add npm overrides to force @semantic-release/npm@10 ([#541](#541)) ([56cd1d1](56cd1d1))
* **ci:** add registry-url to setup-node for OIDC trusted publishing ([#540](#540)) ([c84a87f](c84a87f))
* **ci:** regenerate package-lock.json with complete esbuild binaries ([#545](#545)) ([449fb86](449fb86))
* **ci:** upgrade @semantic-release/npm to v13 for OIDC trusted publishing support ([#544](#544)) ([f0cd6d7](f0cd6d7))
* **ci:** upgrade actions/setup-node to v4 for OIDC trusted publishing ([#543](#543)) ([bfa1cbc](bfa1cbc))

* fix(io)!: remove ComponentFactoryResolver for Angular 22 compatibility ([2727318](2727318)), closes [#528](#528)

### BREAKING CHANGES

* IoService constructor no longer accepts ComponentFactoryResolver. This removes a public constructor dependency reflected in the public API golden.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant