SebastianDarie / Twitter-Clone

The Odin Project
https://twitter-clone-c0b2e.web.app/
1 stars 0 forks source link

Bump immer and redux-firestore #75

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps immer to 9.0.15 and updates ancestor dependency redux-firestore. These dependencies need to be updated together.

Updates immer from 5.0.0 to 9.0.15

Release notes

Sourced from immer's releases.

v9.0.15

9.0.15 (2022-06-13)

Bug Fixes

  • Add "types" to exports for TypeScript 4.7 (#946) (85ce6b7)

v9.0.14

9.0.14 (2022-05-12)

Bug Fixes

  • Use .esm.js module for backwards compatibility with old build tools (#939) (d30d219)

v9.0.13

9.0.13 (2022-05-11)

Bug Fixes

  • consistent recipe return type in produceWithPatches (#934) (220d61d)
  • incorrect return type for async produceWithPatches (#933) (9f7623d)

v9.0.12

9.0.12 (2022-01-11)

Bug Fixes

  • produceWithPatches should not wrap result in Immutable, fixes #850, #881 (d8f2636)

v9.0.11

9.0.11 (2022-01-11)

Bug Fixes

  • incorrect patches for delete on arrays. Fixes #879 (d91a659)

v9.0.10

9.0.10 (2022-01-11)

Bug Fixes

  • No patches being generated for root primitive replacements. Fixes #888 (0f96270)

v9.0.9

... (truncated)

Commits
  • 85ce6b7 fix: Add "types" to exports for TypeScript 4.7 (#946)
  • 8571fe0 docs: Update performance.mdx (#942)
  • d30d219 fix: Use .esm.js module for backwards compatibility with old build tools (#939)
  • 220d61d fix: consistent recipe return type in produceWithPatches (#934)
  • 9f7623d fix: incorrect return type for async produceWithPatches (#933)
  • 285fff9 docs: add immerhin to built with (#929)
  • 442b6a0 docs: Add article that explains how immerhin is built on top of immer (#930)
  • fcb7a55 docs: Update produce/mdx (#926)
  • 0a47a40 docs: Fix link to return on produce doc page (#927)
  • b2db62b feature: support importing ES module from Node.js (#901) (#921)
  • Additional commits viewable in compare view


Updates redux-firestore from 0.14.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 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/SebastianDarie/Twitter-Clone/network/alerts).