Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 1, 2020

Bumps redux-firestore from 0.8.0 to 0.13.0.

Release notes

Sourced from redux-firestore's releases.

v0.13.0

  • feat(query): support multiple field cursors - @rscotten (#268)
  • build(deps-dev): bump codecov from 3.6.4 to 3.6.5 (#267)

v0.12.0

  • feat(query): support collectionGroup for listeners - #264 - @rscotten
  • fix(query): use correct value in snapshot cache - #258 - @illuminist
  • feat(query): support storeAs property in populates objects in queries - #261 - @jfrumar-infinitusai
  • chore(deps): update immer from 3.2.0 to v5.0.0
  • chore(deps): update dev dependencies including babel, eslint and crossenv
  • chore(ci): switch from TravisCI to Github Actions
  • chore(deps): switch to yarn in place of npm
  • chore(deps): update dev deps including babel

v0.11.0

  • feat(core): add snapshot cache - #203 - @illuminist
  • fix(query): fix uncaught error when using populates - #250
  • chore(test): start tests for populate - #250
  • fix(orderedReducer): preserve id on document for DOCUMENT_MODIFIED action - #252
  • fix(test): add a test to cover preserving of id for DOCUMENT_MODIFIED action - #252
  • build(deps): bump mixin-deep from 1.3.1 to 1.3.2 - @dependabot

v0.10.0

  • fix(core): use native functionality in place of lodash methods
  • fix(core): add eslint-plugin-jsdoc to confirm that valid jsdoc comments are included
  • fix(orderedReducer): remove subcollection merging logic to fix removing of value for DOCUMENT_MODIFIED action type - #243, #140
  • feat(query): show console error if subcollections are passed without storeAs - subcollection merging support is being removed in preparation for v1 (which stores all subcollections at the top level)
  • fix(examples): update basic and complete examples - #242
  • chore(tests): add test for deleted values from arrays within documents - #140, #243
  • chore(tests): add test for collectionGroup

Note: If you are using subcollections you will need to use storeAs. Without the use of storeAs you will notice an error log. It is due to the fact that updates to a document in state will remove any subcollections which exist on that document. Using storeAs mirrors what the upcoming v1.0.0 release does by default.

v0.9.0

  • feat(query): support for collectionGroup query - #233 - @hiddenchemistry
  • fix(orderedReducer): DOCUMENT_MODIFIED action updates index in array - #230
  • fix(statusReducer): UNSET_LISTENER action type correctly updates status - @esbenvb
  • fix(query): support FieldPath within query config - 619 of react-redux-firebase
  • chore(deps): update immer, lodash, and reduce-reducers
  • chore(deps): update dev dependencies including babel and eslint
  • chore(core): drop node 6 support for development (due to newer eslint and other dev deps)
  • chore(ci): add node 12 and remove node 6 from CI version matrix
  • chore(eslint): switch eslintrc files to js format
  • chore(eslint): replace eslint-config-airbnb with eslint-config-airbnb-base
Commits

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)
  • @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:

  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 1, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #218.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/redux-firestore-0.13.0 branch October 11, 2020 17:42
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