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

chore(deps): bump redux-firestore from 0.13.0 to 1.0.0 in /packages/bowhead #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

Bumps redux-firestore from 0.13.0 to 1.0.0.

Release notes

Sourced from redux-firestore's releases.

v1.0.0

1.0.0 (2022-02-26)

Features

  • types: support firebase greater than v8 (#432) (7df99e3)

BREAKING CHANGES

  • types: Support for versions of firebase before v8 was dropped due to how types are imported

v1.0.0-alpha.2

  • fix(orderedReducer): fix issue where adding a document would break ordered structure - #151
  • fix(ci): add alpha to travis branches config so tests run for alpha version - #151
  • feat(query): support for populate using v1 state pattern (may have unexpected results, see note below) - #48
  • fix(examples): complete example updated with react-scripts and react@16.6

NOTE: The populate helper will need to work differently for v1.0.0 since things are stored differently in state. It will most likely not work when populating off of any root settings that are not at the base of the state tree.

v1.0.0-alpha

  • feat(reducers): ordered and data reducer using new v1 state pattern outlined in the v1.0.0 roadmap (full query path in ordered, sub-collections separate from doc in data)
  • feat(core): firestoreDataSelector andfirestoreOrderedSelector utilities for selecting values from state
  • fix(reducers): LISTENER_RESPONSE action not correctly updating state for sub-collections - #103
  • fix(reducers): ordered state not updated with added item in array - #116
  • fix(reducers): updates to arrays inside documents don't work as expected - #140

v0.15.2

0.15.2 (2022-01-17)

Bug Fixes

  • deps: bump immer from 9.0.6 to 9.0.12 (#396) (9ee298c)

v0.15.1

  • fix(deps): bump immer from 8.0.1 to 9.0.6 (#361)
  • fix(deps): bump lodash from 4.17.20 to 4.17.21 (#342)
  • fix(deps): bump tar from 4.4.13 to 4.4.19 (#360)
  • fix(deps): bump elliptic from 6.5.3 to 6.5.4 (#330)
  • fix(deps): bump y18n from 3.2.1 to 3.2.2 (#334)
  • fix(deps): bump ssri from 6.0.1 to 6.0.2 (#337)
  • fix(deps): bump hosted-git-info from 2.8.5 to 2.8.9 (#344)
  • fix(deps): bump browserslist from 4.16.3 to 4.16.6 (#347)
  • fix(deps): bump path-parse from 1.0.6 to 1.0.7 (#358)
  • fix(deps): bump tmpl from 1.0.4 to 1.0.5 in /examples/complete (#369)

v0.15.0

  • fix(getFirestore): correctly load extended firestore instance in getFirestore (#318) - @​aarajh

... (truncated)

Commits
  • 7df99e3 feat(types): support firebase greater than v8 (#432)
  • 119ea3c chore(deps-dev): bump eslint-plugin-babel from 5.3.0 to 5.3.1 (#402)
  • 25ab238 chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.2.3 to 6.5.1 (#401)
  • 8f3f82c chore(deps-dev): bump eslint-plugin-jsdoc from 21.0.0 to 36.1.1 (#403)
  • 9ee298c fix(deps): bump immer from 9.0.6 to 9.0.12 (#396)
  • 168098e chore(deps-dev): bump eslint-plugin-react from 7.18.3 to 7.28.0 (#400)
  • c9e7407 chore(deps-dev): bump rimraf from 3.0.1 to 3.0.2 (#397)
  • b2b60fe chore(deps-dev): bump chai from 4.3.0 to 4.3.4 (#398)
  • 0f07c6b chore(deps-dev): bump eslint-plugin-prettier from 3.1.2 to 3.4.1 (#395)
  • f858c84 chore(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.15.0 (#377)
  • 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 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)

Bumps [redux-firestore](https://github.com/prescottprue/redux-firestore) from 0.13.0 to 1.0.0.
- [Release notes](https://github.com/prescottprue/redux-firestore/releases)
- [Changelog](https://github.com/prescottprue/redux-firestore/blob/main/CHANGELOG.md)
- [Commits](prescottprue/redux-firestore@v0.13.0...v1.0.0)

---
updated-dependencies:
- dependency-name: redux-firestore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 28, 2022
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.

None yet

0 participants