-
-
Notifications
You must be signed in to change notification settings - Fork 413
fix: docgen should not try to resolve files put of validExtends #1672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: docgen should not try to resolve files put of validExtends #1672
Conversation
🦋 Changeset detectedLatest commit: aecc277 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
PR Summary
These updates aim to improve the overall functionality and adaptability of our system, while maintaining the ease of use for developers. |
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/babel-helper-vue-jsx-merge-props@2.0.3 |
Passing run #662 ↗︎Details:
Review all test suite changes for PR #1672 ↗︎ |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated. # Releases ## vue-docgen-api@4.79.1 ### Patch Changes - [#1672](#1672) [`dd8bdd19`](dd8bdd1) Thanks [@elevatebart](https://github.com/elevatebart)! - - Failed to parse the Props passed to Macro function as Type alias reference, i had a bug on Storybook because of this and the problem it not throwing any exception so hard to detected the origin of bug. No breaking changes it will work properly once consumer update his version - [#1672](#1672) [`dd8bdd19`](dd8bdd1) Thanks [@elevatebart](https://github.com/elevatebart)! - export-all should not skip all extensions - [#1672](#1672) [`dd8bdd19`](dd8bdd1) Thanks [@elevatebart](https://github.com/elevatebart)! - take validExtends into account for typescript reolution too Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
closes #1653