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 redux-firestore from 0.8.0 to 0.14.0 #218

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps redux-firestore from 0.8.0 to 0.14.0.

Release notes

Sourced from redux-firestore's releases.

v0.14.0

  • fix: preserve id on document modified reordering (#308) - @puppybits
  • fix(types): de-dupe action types by reusing existing const (#290) - @msutkowski
  • fix(docs): enhanced example in README (#286) - @gregfenton
  • build(deps): update lodash to 4.17.20
  • build(deps): bump elliptic from 6.5.2 to 6.5.3 (#302)
  • build(deps): bump elliptic from 6.5.1 to 6.5.3 in /examples/basic (#301)
  • build(deps): bump http-proxy from 1.18.0 to 1.18.1 in /examples/basic (#306)
  • build(deps): bump handlebars from 4.5.1 to 4.7.6 in /examples/basic (#305)
  • build(deps-dev): bump codecov from 3.6.5 to 3.7.1 (#300)

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
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 Oct 11, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #254.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/redux-firestore-0.14.0 branch May 1, 2021 05:52
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.

0 participants