ember-validated-form-buffer icon indicating copy to clipboard operation
ember-validated-form-buffer copied to clipboard

A validated form buffer that wraps Ember Data models for use in forms.

Results 20 ember-validated-form-buffer issues
Sort by recently updated
recently updated
newest added

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.** Vulnerabilities fixed *Sourced from The GitHub Security Advisory Database.* > **High severity vulnerability that affects mixin-deep** > mixin-deep...

dependencies
security

Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. **This update includes a security fix.** Vulnerabilities fixed *Sourced from The GitHub Security Advisory Database.* > **High severity vulnerability that affects merge** > The...

dependencies
security

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes a security fix.** Vulnerabilities fixed *Sourced from The GitHub Security Advisory Database.* > **High severity vulnerability that affects lodash, lodash-es, lodash-amd,...

dependencies
security

Bumps [lodash.defaultsdeep](https://github.com/lodash/lodash) from 4.6.0 to 4.6.1. **This update includes a security fix.** Vulnerabilities fixed *Sourced from The GitHub Security Advisory Database.* > **High severity vulnerability that affects lodash, lodash-es, lodash-amd,...

dependencies
security

Bumps [ember-cli-babel](https://github.com/babel/ember-cli-babel) from 6.12.0 to 6.18.0. Changelog *Sourced from [ember-cli-babel's changelog](https://github.com/babel/ember-cli-babel/blob/master/CHANGELOG.md).* > ## v6.18.0 (2018-12-12) > > #### :rocket: Enhancement > * [#257](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/257) Update babel-plugin-ember-modules-api-polyfill to 2.6.0. ([@​rwjblue](https://github.com/rwjblue)) > >...

dependencies

Bumps [broccoli-asset-rev](https://github.com/rickharrison/broccoli-asset-rev) from 2.7.0 to 3.0.0. Commits - See full diff in [compare view](https://github.com/rickharrison/broccoli-asset-rev/commits) [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=broccoli-asset-rev&package-manager=npm_and_yarn&previous-version=2.7.0&new-version=3.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=broccoli-asset-rev&package-manager=npm_and_yarn&previous-version=2.7.0&new-version=3.0.0) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. **This update includes a security fix.** Vulnerabilities fixed *Sourced from The GitHub Security Advisory Database.* > **Low severity vulnerability that affects extend** > A...

dependencies
security

### Problem Since `Ember 3.8` I see a deprecation warning: ``` Using `Ember.NAME_KEY` is deprecated, override `.toString` instead [deprecation id: ember-name-key-usage] ``` The warning comes from `[email protected]` that is [in...

Maybe it isn't a big problem, but just let you know. If you create validator with Computed Options, it is sensitive to imports order and "ember-validated-form-buffer" should be above the...

triage

Great addon, many thanks! When using it and attempting to use the `v-get` helper that is part of `ember-cp-validations`, I get the following error: ``` Assertion Failed: A helper named...