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

[WC-2383] Force close rollup process hanging #87

Merged

Conversation

leonardomendix
Copy link
Contributor

Checklist

  • Contains unit tests ❌
  • Contains breaking changes ❌
  • Did you update version and changelog? ❌
  • PR title properly formatted ([XX-000]: description)? ✅

This PR contains

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Other (describe)

What is the purpose of this PR?

Sometimes when running the pluggable widget tools script for release or build a widget, the rollup doesn’t finish the process. That happens in the editorConfig step.

Relevant changes

To resolve that for now I have followed one suggestion from the rollup repository PR to force close the process because we’re still using rollup v3 in the pluggable widget tools.

That was fixed in v4, it was created one new parameter to pass to rollup to force exit. If so, then this fix can be removed and starts to use the new parameter mentioned above.

rollup/rollup#4213 (comment)

@jeffersonRibeiro
Copy link
Contributor

@leonardomendix Could you please bump the pwt package.json and lock file version to 10.7.2?

And also write release notes in the changelog?

@leonardomendix
Copy link
Contributor Author

@leonardomendix Could you please bump the pwt package.json and lock file version to 10.7.2?

And also write release notes in the changelog?

Done! ✅

@jeffersonRibeiro jeffersonRibeiro merged commit 7d65211 into mendix:master Mar 6, 2024
7 checks passed
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

4 participants