Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump active_model_serializers from 0.10.9 to 0.10.10 #11311

Merged
merged 2 commits into from
Jul 23, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 15, 2019

Bumps active_model_serializers from 0.10.9 to 0.10.10.

Changelog

Sourced from active_model_serializers's changelog.

v0.10.10 (2019-07-13)

Fixes:

  • #2319 Fixes #2316. (@​kylekeesling)
    • Fix Rails 6.0 deprication warnings
    • update test fixture schema to use timestamps instead of timestamp
  • #2223 Support Fieldset in Attributes/JSON adapters documented in docs/general/fields.md that worked partially before (@​bf4)
  • #2337 fix incorrect belongs_to serialization when foreign_key on object and belongs_to is blank (@​InteNs)
    • Fixes incorrect json-api generation when jsonapi_use_foreign_key_on_belongs_to_relationship is true and the relationship is blank
  • #2172 Preserve the namespace when falling back to a superclass serializer

Misc:

Commits
  • 433c0c6 Bump version to 0.10.10
  • 2224cc8 Merge pull request #2172 from AyogoHealth/superclass_namespace
  • beffbb2 Follows inheritance with a namespace
  • 777fab0 Merge pull request #2337 from InteNs/fix-json-api-belongs-to-fk-on-object
  • 22849c0 fix include in failing test
  • 4022337 Revert "lock jsonapi renderer to < 0.2.1"
  • cee0ad4 update changelog
  • 58f4f98 lock jsonapi renderer to < 0.2.1
  • 28a172e return nil if id is nil
  • 4b0c230 add failing test and suggestion
  • 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 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 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 the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 15, 2019
@ykzts
Copy link
Member

ykzts commented Jul 15, 2019

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/active_model_serializers-0.10.10 branch from ee751bb to a2f16ff Compare July 15, 2019 14:41
@Gargron
Copy link
Member

Gargron commented Jul 22, 2019

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/active_model_serializers-0.10.10 branch from a2f16ff to 74771b9 Compare July 22, 2019 02:24
@ykzts ykzts requested a review from Gargron July 22, 2019 10:25
@Gargron Gargron merged commit 1955aa9 into master Jul 23, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/active_model_serializers-0.10.10 branch July 23, 2019 09:11
hiyuki2578 pushed a commit to ProjectMyosotis/mastodon that referenced this pull request Oct 2, 2019
* Bump active_model_serializers from 0.10.9 to 0.10.10

Bumps [active_model_serializers](https://github.com/rails-api/active_model_serializers) from 0.10.9 to 0.10.10.
- [Release notes](https://github.com/rails-api/active_model_serializers/releases)
- [Changelog](https://github.com/rails-api/active_model_serializers/blob/v0.10.10/CHANGELOG.md)
- [Commits](rails-api/active_model_serializers@v0.10.9...v0.10.10)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Add root option to render method
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants