Skip to content
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: resolve references in schema #605

Merged
merged 1 commit into from
Sep 23, 2018
Merged

fix: resolve references in schema #605

merged 1 commit into from
Sep 23, 2018

Conversation

sokra
Copy link
Member

@sokra sokra commented Sep 22, 2018

avoid accessing definitions directly

What kind of change does this PR introduce?
bugfix

Did you add tests for your changes?
existing test should be fine

If relevant, did you update the documentation?
not relevant

Summary
refactor the way of accessing webpack's schema to not create a internal dependency on the exact structure of the schema.

Does this PR introduce a breaking change?
No

Other information
see also webpack/webpack#7232

Copy link
Member

@evenstensberg evenstensberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks Tobias! 💙

@evenstensberg
Copy link
Member

@ematipico any reason for the fix prefix failing?

@webpack-bot
Copy link

@sokra Thanks for your update.

I labeled the Pull Request so reviewers will review it again.

@ev1stensberg Please review the new changes.

}
}
}
return schema;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this current?

Avoid to access definitions directly
@webpack-bot
Copy link

@sokra The most important CI builds failed. This way your PR can't be merged.

Please take a look at the CI results from travis (failure) and fix these issues.

@ematipico
Copy link
Contributor

ematipico commented Sep 22, 2018

@ematipico any reason for the fix prefix failing?

Still broken, will fix in another PR. There's some archived package to remove

@dhruvdutt
Copy link
Member

@ematipico Same CI issue is happening for #602 as well. Seems to be something related to conventional-changelog-lint-config-cz.

Could be happening because due to removal of cz-conventional-changelog-lint package.

@ematipico
Copy link
Contributor

Yes, let's discuss it here #584

PR looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants