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(extensions-cwp): update interface #1052

Merged
merged 3 commits into from
Jan 30, 2022
Merged

fix(extensions-cwp): update interface #1052

merged 3 commits into from
Jan 30, 2022

Conversation

QWp6t
Copy link
Member

@QWp6t QWp6t commented Jan 29, 2022

Overview

Builds are failing because copy-webpack-plugin options type is outdated.

https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/types/index.d.ts#L196-L199

I also removed @types/copy-webpack-plugin since builds were still failing even after updating the interface.

image

I replaced @types/copy-webpack-plugin with copy-webpack-plugin. I'm pretty sure this is the correct approach. cc @kellymears

refers: none
closes: none

Type of change

  • PATCH: Backwards compatible bug fix

This PR includes breaking changes to the following core packages:

  • none

This PR includes breaking changes to the follow extensions:

  • none

Proposed changes

  • fix(extensions-cwp): update interface
  • fix(deps-dev): remove @types/copy-webpack-plugin

Dependency changes

  • 🚮 @types/copy-webpack-plugin

Todo

@github-actions github-actions bot added @roots/bud-api @roots/bud-support dependencies Pull requests that update a dependency file labels Jan 29, 2022
@QWp6t QWp6t marked this pull request as ready for review January 29, 2022 23:33
Copy link
Contributor

@kellymears kellymears left a comment

Choose a reason for hiding this comment

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

perfect

@QWp6t QWp6t merged commit 4dd08c8 into main Jan 30, 2022
@QWp6t QWp6t deleted the fix-build branch January 30, 2022 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants