Bump the fab-ui-package-updates group across 1 directory with 3 updates
Bumps the fab-ui-package-updates group with 3 updates in the /providers/fab/src/airflow/providers/fab/www directory: css-minimizer-webpack-plugin, prettier and terser-webpack-plugin.
Updates css-minimizer-webpack-plugin from 7.0.2 to 7.0.3
Release notes
Sourced from css-minimizer-webpack-plugin's releases.
v7.0.3
7.0.3 (2025-12-05)
Bug Fixes
- respect errors and warnings from minimizer without code (933fb49)
Changelog
Sourced from css-minimizer-webpack-plugin's changelog.
7.0.3 (2025-12-05)
Bug Fixes
- respect errors and warnings from minimizer without code (933fb49)
Commits
e1cdad5chore(release): 7.0.3933fb49fix: respect errors and warnings from minimizer without code95e5fa1chore(deps): bump js-yaml (#292)8fbaaaddocs: update contributing5e22fcechore: revist docs (#291)7c28a6echore: migrate from contrib (#290)219ce78chore: update github actions/checkout from v4 to v5 (#289)cc2bcddchore: update ESlint from v8 to v96f5b597chore: update jest from v29 to v30 (#286)a3e0e6ddocs: improving typos in ISSUE_TEMPLATE files (#285)- Additional commits viewable in compare view
Updates prettier from 3.7.1 to 3.7.4
Release notes
Sourced from prettier's releases.
3.7.4
What's Changed
- Fix comment in union type gets duplicated by
@fiskerin prettier/prettier#18393- Fix unstable comment print in union type by
@fiskerin prettier/prettier#18395- Avoid quote around LWC interpolations by
@kovsuin prettier/prettier#183833.7.3
What's Changed
- Fix
prettier.getFileInfo()change that breaks VSCode extension by@fiskerin prettier/prettier#183753.7.2
What's Changed
- Fix string print when switching quotes by
@fiskerin prettier/prettier#18351- Preserve quote for embedded HTML attribute values by
@kovsuin prettier/prettier#18352- Fix comment in empty type literal by
@fiskerin prettier/prettier#18364
Changelog
Sourced from prettier's changelog.
3.7.4
LWC: Avoid quote around interpolations (#18383 by
@kovsu)<!-- Input --> <div foo={bar}> </div><!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div><!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#18393 by
@fisker)// Input type Foo = (/** comment */ a | b) | c;// Prettier 3.7.3
type Foo = /** comment / (/* comment */ a | b) | c;// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#18395 by
@fisker)// Input type X = (A | B) & ( // comment A | B );// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);// Prettier 3.7.3 (second format)
type X = (
| A
</tr></table>
... (truncated)
Commits
7848357Release 3.7.47686c59Release@prettier/plugin-hermes&@prettier/plugin-oxcv0.1.3fe49434Remove dead code checking union/intersection types length (#18396)ca02b37Fix unstable comment print (#18395)7efb988Fix comment in union type get duplicated (#18393)cfa92c1Update dependency@angular/compilerto v21.0.2 (#18392)1de2737Update dependency yaml to v2.8.2 (#18391)706aa4eSwitch js parse postprocess toonEnter(#18382)d3eb2b2Reuse arrays in visitor keys (#18386)c45fef1Fix LWC attribute with--embedded-language-formatting off(#18383)- Additional commits viewable in compare view
Updates terser-webpack-plugin from 5.3.14 to 5.3.15
Commits
f337ceechore(release): 5.3.158607f79fix: respect errors and warnings from minimizer without code30182a3chore(deps): bump js-yaml (#640)db35463docs: update contributing586af0afix: catch error when loading minimizers (#639)15ccc60chore: migrate from contrib (#638)17bb741chore: update github actions/checkout from v4 to v5 (#637)00c75dcchore: eslint migration (#636)c46400achore(deps-dev): bump form-data from 3.0.1 to 3.0.4 (#635)b3c9d33docs: improving typos in ISSUE_TEMPLATE files (#633)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions