The GitHub Actions job "Required Checks" on 
texera.git/gh-readonly-queue/main/pr-6235-ca2fa1c0acec9ef4d3166b9f367e8919a61b75af
 has succeeded.
Run started by GitHub user aglinxinyuan (triggered by aglinxinyuan).

Head commit for run:
50454c2bf568dd4b0dc160da970676fd1f8dedb8 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
fix(deps, frontend): bump @ngx-formly/core from 6.3.12 to 7.1.0 in /frontend 
(#6235)

Bumps [@ngx-formly/core](https://github.com/ngx-formly/ngx-formly) from
6.3.12 to 7.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ngx-formly/ngx-formly/releases";>@​ngx-formly/core's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.0</h2>
<h3>Highlights</h3>
<ul>
<li>
<p><strong>JSON Schema Conditional Logic
(<code>if/then/else</code>)</strong>
The JSON Schema service matches standard compliance by supporting
<code>if</code>, <code>then</code>, and <code>else</code> keywords. This
enables defining complex conditional logic directly within schemas for
dynamic field configurations.</p>
</li>
<li>
<p><strong>CSP-Safe Expression Evaluation</strong>
Added support for CSP-safe expression evaluation, allowing usages in
strict security environments without <code>eval()</code>.</p>
<p>To enable CSP-safe expression evaluation, use the
<code>withFormlyFieldExpression</code> configuration helper:</p>
<pre lang="typescript"><code>import { provideFormlyConfig,
withFormlyFieldExpression } from '@ngx-formly/core';
<p>providers: [<br />
provideFormlyConfig(<br />
withFormlyFieldExpression()<br />
),<br />
],<br />
</code></pre></p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>core:</strong> export FormlyFieldConfigPresetProvider via
public_api (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4161";>#4161</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/3976e0931d27f7267d92edecbed2292f93b9c4c8";>3976e09</a>)</li>
<li><strong>core:</strong> extend formly json schema service to support
if/then/else (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4140";>#4140</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/f534999bdceb0b56c155446ae00b24a61b4a98bb";>f534999</a>)</li>
<li><strong>core:</strong> support CSP-safe expression evaluation (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4141";>#4141</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/ef839c151a0d9672a200dc26547f9f128a693c92";>ef839c1</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>core:</strong> prevent cloning of Promise objects (<a
href="https://github.com/ngx-formly/ngx-formly/commit/3238bfb6d6252e2951acb46cfe791c52a9a2fcc7";>3238bfb</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4159";>#4159</a></li>
</ul>
<h2>Special Thanks</h2>
<ul>
<li><a
href="https://github.com/jamie-perkins-sp";><code>@​jamie-perkins-sp</code></a>
<a href="https://github.com/agonper";><code>@​agonper</code></a></li>
</ul>
<h2>v7.0.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>core:</strong> export FormlyTemplate for standalone use (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4149";>#4149</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/6c34e325c23d4f4d171337f5b2e10db1bf72898b";>6c34e32</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4124";>#4124</a></li>
<li><strong>core:</strong> merge config when using provideFormlyConfig
(<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4152";>#4152</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/13ab294452bba2cd9f2feb0d019ccf5f988bd03d";>13ab294</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4107";>#4107</a>
<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4111";>#4111</a>
<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4110";>#4110</a></li>
<li><strong>material:</strong> remove extra whitespace for hint text (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4150";>#4150</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/4154dae982a58bec1ab7dbda9df62f5114ef062e";>4154dae</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4106";>#4106</a></li>
<li>optional chain for validity.badInput (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4134";>#4134</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/34e50a9e13498d7446dadf2481d2e0c2fa50d682";>34e50a9</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4131";>#4131</a></li>
<li><strong>preset:</strong> clear preset tag after merge (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4151";>#4151</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/2d6f5cdc4f887b4b1b46df6e9bedc7a4af560ae1";>2d6f5cd</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4110";>#4110</a></li>
<li><strong>primeng:</strong> add config options to datepicker (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4143";>#4143</a>)
(<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4144";>#4144</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/6cf8f158ab461111df7f792f14b5a862d6e87562";>6cf8f15</a>)</li>
</ul>
<h2>v7.0.0</h2>
<h3>Highlights</h3>
<p>This release add support of standalone components and requires
Angular &gt;=18</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ngx-formly/ngx-formly/blob/main/CHANGELOG.md";>@​ngx-formly/core's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/ngx-formly/ngx-formly/compare/v7.0.1...v7.1.0";>7.1.0</a>
(2026-01-31)</h2>
<h3>Features</h3>
<ul>
<li><strong>core:</strong> export FormlyFieldConfigPresetProvider via
public_api (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4161";>#4161</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/3976e0931d27f7267d92edecbed2292f93b9c4c8";>3976e09</a>)</li>
<li><strong>core:</strong> extend formly json schema service to support
if/then/else (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4140";>#4140</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/f534999bdceb0b56c155446ae00b24a61b4a98bb";>f534999</a>)</li>
<li><strong>core:</strong> support CSP-safe expression evaluation (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4141";>#4141</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/ef839c151a0d9672a200dc26547f9f128a693c92";>ef839c1</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>core:</strong> prevent cloning of Promise objects (<a
href="https://github.com/ngx-formly/ngx-formly/commit/3238bfb6d6252e2951acb46cfe791c52a9a2fcc7";>3238bfb</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4159";>#4159</a></li>
</ul>
<h3><a
href="https://github.com/ngx-formly/ngx-formly/compare/v7.0.0...v7.0.1";>7.0.1</a>
(2025-11-16)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>core:</strong> export FormlyTemplate for standalone use (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4149";>#4149</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/6c34e325c23d4f4d171337f5b2e10db1bf72898b";>6c34e32</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4124";>#4124</a></li>
<li><strong>core:</strong> merge config when using provideFormlyConfig
(<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4152";>#4152</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/13ab294452bba2cd9f2feb0d019ccf5f988bd03d";>13ab294</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4107";>#4107</a>
<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4111";>#4111</a>
<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4110";>#4110</a></li>
<li><strong>material:</strong> remove extra whitespace for hint text (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4150";>#4150</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/4154dae982a58bec1ab7dbda9df62f5114ef062e";>4154dae</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4106";>#4106</a></li>
<li>optional chain for validity.badInput (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4134";>#4134</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/34e50a9e13498d7446dadf2481d2e0c2fa50d682";>34e50a9</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4131";>#4131</a></li>
<li><strong>preset:</strong> clear preset tag after merge (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4151";>#4151</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/2d6f5cdc4f887b4b1b46df6e9bedc7a4af560ae1";>2d6f5cd</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4110";>#4110</a></li>
<li><strong>primeng:</strong> add config options to datepicker (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4143";>#4143</a>)
(<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4144";>#4144</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/6cf8f158ab461111df7f792f14b5a862d6e87562";>6cf8f15</a>)</li>
</ul>
<h2><a
href="https://github.com/ngx-formly/ngx-formly/compare/v7.0.0-next.0...v7.0.0";>7.0.0</a>
(2025-06-09)</h2>
<h3>Features</h3>
<ul>
<li><strong>ionic:</strong> implement ionic labelPlacement prop (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4090";>#4090</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/55cf0880222869a27c52a364b7123ef4e4dd04b6";>55cf088</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4089";>#4089</a></li>
</ul>
<h2><a
href="https://github.com/ngx-formly/ngx-formly/compare/v7.0.0-alpha.1...v7.0.0-next.0";>7.0.0-next.0</a>
(2025-05-04)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>core:</strong> Deprecated <code>FormlyFormOptions</code>
methods has been removed: <code>_markForCheck</code>,
<code>_buildForm</code> and <code>_markForCheck</code>.</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>core:</strong> remove deprecated options methods (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4086";>#4086</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/1cbd47c1fe9bf91c3bfbff7add6a8215b2bc19c8";>1cbd47c</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>core:</strong> clear component refs on FormlyForm destroy
(<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4085";>#4085</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/06ac47e651d76c72b469803f7887f054e0a9b61a";>06ac47e</a>),
closes <a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4081";>#4081</a></li>
<li><strong>core:</strong> non-published preset provider (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4064";>#4064</a>)
(<a
href="https://github.com/ngx-formly/ngx-formly/commit/830248065f739d8b0a0a2e8a008215d63e4f07aa";>8302480</a>)</li>
<li><strong>core:</strong> overwrite valueChanges without losing pipes
when debounce (<a
href="https://github.com/ngx-formly/ngx-formly/commit/2ad0ec08bb06894b0f22c251ed9c257c75b3c0ac";>2ad0ec0</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ngx-formly/ngx-formly/commit/f2e082ced91d696f1ce71e8adf3268b3eeef3ae9";><code>f2e082c</code></a>
build: enable npm provenance publishing</li>
<li><a
href="https://github.com/ngx-formly/ngx-formly/commit/e2d4d9d1d8e0ee051e35b33bea81e781cb13b51b";><code>e2d4d9d</code></a>
chore(release): 7.1.0</li>
<li><a
href="https://github.com/ngx-formly/ngx-formly/commit/3238bfb6d6252e2951acb46cfe791c52a9a2fcc7";><code>3238bfb</code></a>
fix(core): prevent cloning of Promise objects</li>
<li><a
href="https://github.com/ngx-formly/ngx-formly/commit/26692189ffbc0e6a9b14a57dddd9cfce12380451";><code>2669218</code></a>
refactor(core): provide an opt-in for CSP-safe expression
configuration</li>
<li><a
href="https://github.com/ngx-formly/ngx-formly/commit/f534999bdceb0b56c155446ae00b24a61b4a98bb";><code>f534999</code></a>
feat(core): extend formly json schema service to support if/then/else
(<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4140";>#4140</a>)</li>
<li><a
href="https://github.com/ngx-formly/ngx-formly/commit/ef839c151a0d9672a200dc26547f9f128a693c92";><code>ef839c1</code></a>
feat(core): support CSP-safe expression evaluation (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4141";>#4141</a>)</li>
<li><a
href="https://github.com/ngx-formly/ngx-formly/commit/3976e0931d27f7267d92edecbed2292f93b9c4c8";><code>3976e09</code></a>
feat(core): export FormlyFieldConfigPresetProvider via public_api (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4161";>#4161</a>)</li>
<li><a
href="https://github.com/ngx-formly/ngx-formly/commit/45f9876f6b2ad2c267cfadd078d3ff574c145a41";><code>45f9876</code></a>
chore(release): 7.0.1</li>
<li><a
href="https://github.com/ngx-formly/ngx-formly/commit/13ab294452bba2cd9f2feb0d019ccf5f988bd03d";><code>13ab294</code></a>
fix(core): merge config when using provideFormlyConfig (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4152";>#4152</a>)</li>
<li><a
href="https://github.com/ngx-formly/ngx-formly/commit/2d6f5cdc4f887b4b1b46df6e9bedc7a4af560ae1";><code>2d6f5cd</code></a>
fix(preset): clear preset tag after merge (<a
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4151";>#4151</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ngx-formly/ngx-formly/compare/v6.3.12...v7.1.0";>compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~GitHub%20Actions";>GitHub Actions</a>, a new
releaser for <code>@​ngx-formly/core</code> since your current
version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@ngx-formly/core&package-manager=npm_and_yarn&previous-version=6.3.12&new-version=7.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: probe <probe@x>

Report URL: https://github.com/apache/texera/actions/runs/28920438535

With regards,
GitHub Actions via GitBox

Reply via email to