Skip to content

Conversation

@dependabot
Copy link

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

Bumps informed from 3.27.0 to 4.14.0.

Changelog

Sourced from informed's changelog.

4.14.0 (May 26th, 2022)

Added

  • validateModified prop to form so lib will only perform validation on modified fields

4.13.1 (May 25th, 2022)

Fixed

  • issue where decimal was getting added when formatter explicitly was told not to add
utils.createIntlNumberFormatter('en-US', {
  style: 'decimal',
  signDisplay: 'never',
  minimumFractionDigits: 0,
  maximumFractionDigits: 0
});

4.12.1 (May 12th, 2022)

Fixed

  • issue with missing types Debug and Schema Fields

4.12.0 (May 12th, 2022)

Fixed

  • issue with isChild

Added

  • hidden field back to default exported components

4.11.4 (May 4th, 2022)

Fixed

  • issue where Relevance inside of Relevance might prevent cleanup on form state

4.11.3 (May 2nd, 2022)

Fixed

  • issue where nested array fields removal would break

4.11.2 (April 29th, 2022)

... (truncated)

Commits
  • c750d83 4.14.0
  • 5fc5cb2 added validateModifiedn prop to form so lib will only perform validation on ...
  • e3116c1 Merge branch 'validate-modified'
  • 89328ff added validate modified
  • cf59176 updated docs
  • b780810 added validate modified
  • f012f92 Merge pull request #406 from mayerm94/update-form-state-table
  • 5745a9d Add data,gathering and modified to form state table
  • b48a550 updated changelog
  • cb905d2 4.13.1
  • Additional commits viewable in compare view

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)

Bumps [informed](https://github.com/teslamotors/informed) from 3.27.0 to 4.14.0.
- [Release notes](https://github.com/teslamotors/informed/releases)
- [Changelog](https://github.com/teslamotors/informed/blob/master/CHANGELOG.md)
- [Commits](teslamotors/informed@v3.27.0...v4.14.0)

---
updated-dependencies:
- dependency-name: informed
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 1, 2022

Superseded by #33.

@dependabot dependabot bot closed this Jul 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/informed-4.14.0 branch July 1, 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