Skip to content

Bump @ngx-formly/core from 6.3.12 to 7.1.0 in /test-app - #642

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/test-app/master/ngx-formly/core-7.1.0
Open

Bump @ngx-formly/core from 6.3.12 to 7.1.0 in /test-app#642
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/test-app/master/ngx-formly/core-7.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Bumps @ngx-formly/core from 6.3.12 to 7.1.0.

Release notes

Sourced from @​ngx-formly/core's releases.

v7.1.0

Highlights

  • JSON Schema Conditional Logic (if/then/else) The JSON Schema service matches standard compliance by supporting if, then, and else keywords. This enables defining complex conditional logic directly within schemas for dynamic field configurations.

  • CSP-Safe Expression Evaluation Added support for CSP-safe expression evaluation, allowing usages in strict security environments without eval().

    To enable CSP-safe expression evaluation, use the withFormlyFieldExpression configuration helper:

    import { provideFormlyConfig, withFormlyFieldExpression } from '@ngx-formly/core';
    providers: [
    provideFormlyConfig(
    withFormlyFieldExpression()
    ),
    ],

Features

  • core: export FormlyFieldConfigPresetProvider via public_api (#4161) (3976e09)
  • core: extend formly json schema service to support if/then/else (#4140) (f534999)
  • core: support CSP-safe expression evaluation (#4141) (ef839c1)

Bug Fixes

  • core: prevent cloning of Promise objects (3238bfb), closes #4159

Special Thanks

v7.0.1

Bug Fixes

v7.0.0

Highlights

This release add support of standalone components and requires Angular >=18

... (truncated)

Changelog

Sourced from @​ngx-formly/core's changelog.

7.1.0 (2026-01-31)

Features

  • core: export FormlyFieldConfigPresetProvider via public_api (#4161) (3976e09)
  • core: extend formly json schema service to support if/then/else (#4140) (f534999)
  • core: support CSP-safe expression evaluation (#4141) (ef839c1)

Bug Fixes

  • core: prevent cloning of Promise objects (3238bfb), closes #4159

7.0.1 (2025-11-16)

Bug Fixes

7.0.0 (2025-06-09)

Features

7.0.0-next.0 (2025-05-04)

⚠ BREAKING CHANGES

  • core: Deprecated FormlyFormOptions methods has been removed: _markForCheck, _buildForm and _markForCheck.

Features

Bug Fixes

  • core: clear component refs on FormlyForm destroy (#4085) (06ac47e), closes #4081
  • core: non-published preset provider (#4064) (8302480)
  • core: overwrite valueChanges without losing pipes when debounce (2ad0ec0)

... (truncated)

Commits
  • f2e082c build: enable npm provenance publishing
  • e2d4d9d chore(release): 7.1.0
  • 3238bfb fix(core): prevent cloning of Promise objects
  • 2669218 refactor(core): provide an opt-in for CSP-safe expression configuration
  • f534999 feat(core): extend formly json schema service to support if/then/else (#4140)
  • ef839c1 feat(core): support CSP-safe expression evaluation (#4141)
  • 3976e09 feat(core): export FormlyFieldConfigPresetProvider via public_api (#4161)
  • 45f9876 chore(release): 7.0.1
  • 13ab294 fix(core): merge config when using provideFormlyConfig (#4152)
  • 2d6f5cd fix(preset): clear preset tag after merge (#4151)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​ngx-formly/core since your current version.


Dependabot compatibility score

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 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)

Bumps [@ngx-formly/core](https://github.com/ngx-formly/ngx-formly) from 6.3.12 to 7.1.0.
- [Release notes](https://github.com/ngx-formly/ngx-formly/releases)
- [Changelog](https://github.com/ngx-formly/ngx-formly/blob/main/CHANGELOG.md)
- [Commits](ngx-formly/ngx-formly@v6.3.12...v7.1.0)

---
updated-dependencies:
- dependency-name: "@ngx-formly/core"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 27, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 27, 2026 16:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants