Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps @ngx-formly/schematics from 5.10.22 to 6.0.0.

Release notes

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

v6.0.0-rc.2

To upgrade from 5.0 to 6.0 see [UPGRADE-6.0](https://github.com/ngx-formly/ngx-formly/blob/HEAD/UPGRADE-6.0.md)

Bug Fixes

v6.0.0-rc.1

To upgrade from 5.0 to 6.0 see [UPGRADE-6.0](https://github.com/ngx-formly/ngx-formly/blob/HEAD/UPGRADE-6.0.md)

Bug Fixes

v6.0.0-rc.0

To upgrade from 5.0 to 6.0 see [UPGRADE-6.0](https://github.com/ngx-formly/ngx-formly/blob/HEAD/UPGRADE-6.0.md)

Features

  • kendo: update peerDependencies to Angular v13 ([735b8e5](https://github.com/ngx-formly/ngx-formly/commit/735b8e57829080501b24c22bee65ddf84f797f83))

Bug Fixes

v6.0.0-next.9

To upgrade from 5.0 to 6.0 see [UPGRADE-6.0](https://github.com/ngx-formly/ngx-formly/blob/HEAD/UPGRADE-6.0.md)

⚠ BREAKING CHANGES

  • core: minimal required version of @angular/forms is v13.2.

Features

Bug Fixes

... (truncated)

Changelog

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

[6.0.0](https://github.com/ngx-formly/ngx-formly/compare/v6.0.0-rc.2...v6.0.0) (2022-08-28)

[6.0.0-rc.2](https://github.com/ngx-formly/ngx-formly/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2022-07-24)

Bug Fixes

[6.0.0-rc.1](https://github.com/ngx-formly/ngx-formly/compare/v5.12.6...v6.0.0-rc.1) (2022-07-14)

Bug Fixes

[6.0.0-rc.0](https://github.com/ngx-formly/ngx-formly/compare/v6.0.0-beta.3...v6.0.0-rc.0) (2022-07-11)

Features

  • kendo: update peerDependencies to Angular v13 ([735b8e5](https://github.com/ngx-formly/ngx-formly/commit/735b8e57829080501b24c22bee65ddf84f797f83))

Bug Fixes

[6.0.0-beta.3](https://github.com/ngx-formly/ngx-formly/compare/v5.12.4...v6.0.0-beta.3) (2022-06-10)

⚠ BREAKING CHANGES

  • primeng: datepicker type has been removed from FormlyPrimeNGModule, use FormlyDatepickerModule instead.
import { FormlyDatepickerModule } from '@ngx-formly/primeng/datepicker';
@​NgModule({
imports: [
...
FormlyDatepickerModule,
],
})
export class AppModule {}

... (truncated)

Commits
  • 0b00624 chore(release): 6.0.0
  • 249894e build: remove @​swimlane/ngx-datatable
  • 71c7fba build: remove bundlesize deps
  • 1b86712 build: update package-lock.json to node 16
  • 440920f chore: update node version to 16
  • d33d8c6 docs: correct deprecation message ([#3394](https://github-redirect.dependabot.com/docs: correct deprecation message ngx-formly/ngx-formly#3394))
  • 15e1df4 chore(release): 6.0.0-rc.2
  • bd00fa1 fix(core): detect changes of formState
  • ccc500e docs: move main menu to json file
  • ae3f927 fix(nativescript): remove usage of deprecated module
  • Additional commits viewable in [compare view](https://github.com/ngx-formly/ngx-formly/compare/v5.10.22...v6.0.0)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

┆Issue is synchronized with this Asana task by Unito

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2022
Bumps [@ngx-formly/schematics](https://github.com/ngx-formly/ngx-formly) from 5.10.22 to 6.0.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@v5.10.22...v6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/ngx-formly/schematics-6.0.0 branch from dfcfdb0 to d12285a Compare September 6, 2022 07:37
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 25, 2022

Superseded by #2213.

@dependabot dependabot bot closed this Oct 25, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/ngx-formly/schematics-6.0.0 branch October 25, 2022 10:09
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant