heylinda / heylinda-app

The open source and free meditation app alternative for everyone. Built with React Native and Expo.
https://heylinda.netlify.app
GNU Affero General Public License v3.0
672 stars 164 forks source link

Bump @react-native-async-storage/async-storage from 1.15.5 to 1.15.9 #89

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @react-native-async-storage/async-storage from 1.15.5 to 1.15.9.

Release notes

Sourced from @​react-native-async-storage/async-storage's releases.

v1.15.9

1.15.9 (2021-10-05)

Bug Fixes

  • declare support for react-native 0.66 (#683) (e547e8d)

v1.15.8

1.15.8 (2021-09-14)

Bug Fixes

  • android: prefer downloading dependencies from Maven Central (#672) (56d1146)

v1.15.7

1.15.7 (2021-08-23)

Bug Fixes

  • mock: cannot use import statement outside a module (#661) (6f7b459)
  • declare support for react-native 0.65 (#659) (5847d46)

v1.15.6

1.15.6 (2021-08-16)

Bug Fixes

  • web : replace deprecated deep-assign with merge-options. Also, jest-mock uses now merge-options instead own implementation of deep merge (#657) (6fec1db)

Potential breaking change

With change of deep-assign with merge-options and it usage in jest-mock, there's a potential breaking change due to how deep-assign merged values. Previously, if value overriding was null or undefined, the previous value would stay the same. With current change, null value will override the original value, while undefined will not.

This might be a breaking change on web and tests, if you previously relied on this behavior.

Commits
  • e547e8d fix: declare support for react-native 0.66 (#683)
  • e99edf0 docs(website): update auto-linking info for macOS (#678)
  • 29c1a28 docs(website): add debugging section with community packages (#675)
  • bb9e3ec chore(deps): bump tmpl from 1.0.4 to 1.0.5 (#677)
  • d153dc9 chore(deps): bump prismjs from 1.24.1 to 1.25.0 in /website (#676)
  • 56d1146 fix(android): prefer downloading dependencies from Maven Central (#672)
  • 6f7b459 fix(mock): cannot use import statement outside a module (#661)
  • 5847d46 fix: declare support for react-native 0.65 (#659)
  • 6fec1db fix(web): replace deprecated deep-assign with merge-options (#657)
  • a5f3e12 chore(deps): bump dns-packet from 1.3.1 to 1.3.4 in /website (#650)
  • 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)
dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.