akabiru / todos-api

🍻 🍾 @scotch-io tutorial "Build a RESTful JSON API with Rails 5" codebase.
https://scotch.io/tutorials/build-a-restful-json-api-with-rails-5-part-one
MIT License
188 stars 101 forks source link

Bump active_model_serializers from 0.10.7 to 0.10.10 #44

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps active_model_serializers from 0.10.7 to 0.10.10.

Changelog *Sourced from [active_model_serializers's changelog](https://github.com/rails-api/active_model_serializers/blob/v0.10.10/CHANGELOG.md).* > ### [v0.10.10 (2019-07-13)](https://github.com/rails-api/active_model_serializers/compare/v0.10.9...v0.10.10) > > Fixes: > > - [#2319](https://github-redirect.dependabot.com/rails-api/active_model_serializers/pull/2319) Fixes [#2316](https://github-redirect.dependabot.com/rails-api/active_model_serializers/issues/2316). ([@​kylekeesling](https://github.com/kylekeesling)) > - Fix Rails 6.0 deprication warnings > - update test fixture schema to use `timestamps` instead of `timestamp` > - [#2223](https://github-redirect.dependabot.com/rails-api/active_model_serializers/pull/2223) Support Fieldset in Attributes/JSON adapters documented in [docs/general/fields.md](https://github.com/rails-api/active_model_serializers/blob/0-10-stable/docs/general/fields.md) that worked partially before ([@​bf4](https://github.com/bf4)) > - [#2337](https://github-redirect.dependabot.com/rails-api/active_model_serializers/pull/2337) fix incorrect belongs_to serialization when foreign_key on object and belongs_to is blank ([@​InteNs](https://github.com/InteNs)) > - Fixes incorrect json-api generation when `jsonapi_use_foreign_key_on_belongs_to_relationship` is `true` and the relationship is blank > - [#2172](https://github-redirect.dependabot.com/rails-api/active_model_serializers/pull/2172) Preserve the namespace when falling back to a superclass serializer > > Misc: > > - [#2327](https://github-redirect.dependabot.com/rails-api/active_model_serializers/pull/2327) Add support for Ruby 2.6 on Travis CI ([@​wasifhossain](https://github.com/wasifhossain)) > - [#2304](https://github-redirect.dependabot.com/rails-api/active_model_serializers/pull/2304) Slim down bundled gem by excluding test files and docs ([@​greysteil](https://github.com/greysteil)) > > ### [v0.10.9 (2019-02-08)](https://github.com/rails-api/active_model_serializers/compare/v0.10.8...v0.10.9) > > Fixes: > > - [#2288](https://github-redirect.dependabot.com/rails-api/active_model_serializers/pull/2288) > Change the fetch method to deal with recyclable key cache strategy. > Fixes [#2287](https://github-redirect.dependabot.com/rails-api/active_model_serializers/issues/2287). ([@​cintamani](https://github.com/cintamani), [@​wasifhossain](https://github.com/wasifhossain)) > - [#2307](https://github-redirect.dependabot.com/rails-api/active_model_serializers/pull/2307) Falsey attribute values should not be reevaluated. > > Misc: > > - [#2309](https://github-redirect.dependabot.com/rails-api/active_model_serializers/pull/2309) Performance and memory usage fixes > > ### [v0.10.8 (2018-11-01)](https://github.com/rails-api/active_model_serializers/compare/v0.10.7...v0.10.8) > > Features: > - [#2279](https://github-redirect.dependabot.com/rails-api/active_model_serializers/pull/2279) Support condition options in serializer link statements > > Fixes: > > - [#2296](https://github-redirect.dependabot.com/rails-api/active_model_serializers/pull/2296) Fixes [#2295](https://github-redirect.dependabot.com/rails-api/active_model_serializers/issues/2295) ([@​Hirurg103](https://github.com/Hirurg103)) > - Fix finding of namespaced serializer and non-namespaced model. > - [#2289](https://github-redirect.dependabot.com/rails-api/active_model_serializers/pull/2289) Fixes [#2255](https://github-redirect.dependabot.com/rails-api/active_model_serializers/issues/2255) ([@​f](https://github.com/f)-mer) > - Fix autoloading race condition, especially in Rails 5. > - [#2299](https://github-redirect.dependabot.com/rails-api/active_model_serializers/pull/2299) Fixes [#2270](https://github-redirect.dependabot.com/rails-api/active_model_serializers/issues/2270) ([@​chau](https://github.com/chau)-bao-long via [#2276](https://github-redirect.dependabot.com/rails-api/active_model_serializers/issues/2276)) > - Fix reflection thread-safety bug
Commits - [`433c0c6`](https://github.com/rails-api/active_model_serializers/commit/433c0c646f7ad9d330343526f6b2c2bee5dcc295) Bump version to 0.10.10 - [`2224cc8`](https://github.com/rails-api/active_model_serializers/commit/2224cc8b506b52ab7d1a79af72d89fdd7e107e16) Merge pull request [#2172](https://github-redirect.dependabot.com/rails-api/active_model_serializers/issues/2172) from AyogoHealth/superclass_namespace - [`beffbb2`](https://github.com/rails-api/active_model_serializers/commit/beffbb2bd3c0c41a106e3bc95cc148987b29e647) Follows inheritance with a namespace - [`777fab0`](https://github.com/rails-api/active_model_serializers/commit/777fab04aef66869e52a3a8611a09b69002e5c9d) Merge pull request [#2337](https://github-redirect.dependabot.com/rails-api/active_model_serializers/issues/2337) from InteNs/fix-json-api-belongs-to-fk-on-object - [`22849c0`](https://github.com/rails-api/active_model_serializers/commit/22849c0399bce1c5481e829f5386d15a163eb05d) fix include in failing test - [`4022337`](https://github.com/rails-api/active_model_serializers/commit/4022337966a13ef78a5bee0347cd5a3d295c8af1) Revert "lock jsonapi renderer to < 0.2.1" - [`cee0ad4`](https://github.com/rails-api/active_model_serializers/commit/cee0ad4494f62748246ed375ac5718c860c86fdd) update changelog - [`58f4f98`](https://github.com/rails-api/active_model_serializers/commit/58f4f98e41200662f5f899b96dfbd84d7aa003ef) lock jsonapi renderer to < 0.2.1 - [`28a172e`](https://github.com/rails-api/active_model_serializers/commit/28a172e66a4473fe49cd66e7574ca6c01b4e5362) return nil if id is nil - [`4b0c230`](https://github.com/rails-api/active_model_serializers/commit/4b0c230d76deff599ad203d59159158f60c15e79) add failing test and suggestion - Additional commits viewable in [compare view](https://github.com/rails-api/active_model_serializers/compare/v0.10.7...v0.10.10)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 99.004% when pulling ec320bad4db70c9510fd5c0bec91ce4c2648906d on dependabot/bundler/active_model_serializers-0.10.10 into d8c70937e621989b22dfd74dd520bce8f3c1799b on master.

dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.