active-model-adapter icon indicating copy to clipboard operation
active-model-adapter copied to clipboard

Adapters and Serializers for Rails's ActiveModel::Serializers

Results 11 active-model-adapter issues
Sort by recently updated
recently updated
newest added

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](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...

dependencies

Hi! I'm trying to upgrade to the latest v5 version of this addon and I'm getting the following error while compiling ```zsh Duplicate plugin/preset detected. If you'd like to use...

Building an application with ember-data 5 and this addon results in this warning; ``` WARNING in ../rewritten-packages/active-model-adapter.621d47ca/active-model-adapter.js 172:21-38 export 'errorsHashToArray' (imported as 'errorsHashToArray') was not found in '@ember-data/adapter/error' (possible exports:...

Importing from @ember/string without the @ember/string package as a dependency is deprecated. https://deprecations.emberjs.com/v4.x#toc_ember-string-add-package

Bumps [minimist](https://github.com/minimistjs/minimist) from 0.2.1 to 0.2.4. Changelog Sourced from minimist's changelog. v0.2.4 - 2023-02-24 Commits [Tests] check side-effects of pollution protection 3dbebff [Robustness] rework isConstructorOrProto 34e20b8 [Dev Deps] update tape...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

This PR updates ember-cli to 5.8.1 and adds `@ember-data/adapter` and `@ember-data/serializer` to `peerDependencies` to make this library compatible with ember-data 5.3.8 Fixes #189

`errorsHashToArray` has been removed from ember-data in 5.x. This PR adds the method to this project so that it doesn't throw errors when trying to call it Fixes #191

When using this library with ember-data v5.x I'm seeing errors thrown because the `errorsHashToArray` function has been removed from ember-data