Skip to content

Fix/misc#2234

Merged
r0b1n merged 2 commits into
mainfrom
fix/misc
May 27, 2026
Merged

Fix/misc#2234
r0b1n merged 2 commits into
mainfrom
fix/misc

Conversation

@r0b1n
Copy link
Copy Markdown
Collaborator

@r0b1n r0b1n commented May 27, 2026

  • Actualize filter builder mock, it is lowercase string in real world.
  • Patch PWT to remove warnings.
    • collectCoverage IS misplaced, it can be used with configs loaded via --projects.
    • Suppress The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

@r0b1n r0b1n requested a review from a team as a code owner May 27, 2026 10:53
@github-actions

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

@r0b1n r0b1n merged commit 9347dc1 into main May 27, 2026
22 checks passed
@r0b1n r0b1n deleted the fix/misc branch May 27, 2026 12:29
mlaponder added a commit to mendix/widgets-tools that referenced this pull request May 29, 2026
## Summary

- Suppress the "The legacy JS API is deprecated and will be removed in
Dart Sass 2.0.0" warning by configuring rollup-plugin-postcss to silence
the `legacy-js-api` deprecation

## Changes

Updated `rollup.config.mjs` to pass `silenceDeprecations:
['legacy-js-api']` to the sass preprocessor in two places:
1. In the preview entry postcss plugin configuration (line 161)
2. In the `postCssPlugin` function (line 361)

This change ports the fix from
mendix/web-widgets#2234 to the widgets-tools
repository.

## Test plan

- [ ] Build passes without sass deprecation warnings
- [ ] Widget builds work correctly with the updated configuration
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.

4 participants