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

fix(deps): update dependency flutter_hooks to ^0.20.0 - autoclosed #9

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
flutter_hooks (source) dependencies minor ^0.18.2+1 -> ^0.20.0

Release Notes

rrousselGit/flutter_hooks (flutter_hooks)

v0.20.5

Compare Source

  • Deprecate the useIsMounted hook as you should use BuildContext.mounted instead if you're on Flutter 3.7.0 or greater

v0.20.4

Compare Source

  • Added useDebounced (thanks to @​itisnajim)
  • Removed @visibleForTesting on HookMixin

v0.20.3

Compare Source

v0.20.2

Compare Source

  • Fixed key matching algorithm incorrectly not checking all keys if a 0 or a NaN is present (thanks to @​AlexDochioiu)

v0.20.1

Compare Source

  • useListenableSelector now supports null listeners (thanks to @​JWo1F)

v0.20.0

Compare Source

  • Breaking: keys comparison has changed under the following conditions:
    • Change from double.nan to double.nan preserves the state.
    • Change from 0.0 to -0.0 or vice versa does NOT preserve the state.
  • Added useOnStreamChange (thanks to @​jezsung)

v0.19.0

Compare Source

  • Added useSearchController (thanks to @​snapsl)
  • Keys on useCallback are now optional, to match useMemoized (thanks to @​jezsung)
  • Update usePlatformBrightness to stop relying on deprecated code

Configuration

📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Africa/Johannesburg, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies renovate bot related dependency upgrades label Jul 14, 2023
@renovate renovate bot enabled auto-merge (squash) July 14, 2023 02:46
@renovate renovate bot changed the title fix(deps): update dependency flutter_hooks to ^0.19.0 fix(deps): update dependency flutter_hooks to ^0.20.0 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/flutter_hooks-0.x branch from 8a8a484 to a61a43b Compare July 25, 2023 11:52
@renovate renovate bot force-pushed the renovate/flutter_hooks-0.x branch from a61a43b to c3f6032 Compare March 23, 2024 17:54
@renovate renovate bot changed the title fix(deps): update dependency flutter_hooks to ^0.20.0 fix(deps): update dependency flutter_hooks to ^0.21.0 Mar 23, 2024
@renovate renovate bot changed the title fix(deps): update dependency flutter_hooks to ^0.21.0 fix(deps): update dependency flutter_hooks to ^0.20.0 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/flutter_hooks-0.x branch from c3f6032 to b909f14 Compare March 25, 2024 23:44
@renovate renovate bot force-pushed the renovate/flutter_hooks-0.x branch from b909f14 to a2f87f3 Compare April 2, 2024 10:42
@renovate renovate bot changed the title fix(deps): update dependency flutter_hooks to ^0.20.0 fix(deps): update dependency flutter_hooks to ^0.20.0 - autoclosed Apr 2, 2024
@renovate renovate bot closed this Apr 2, 2024
auto-merge was automatically disabled April 2, 2024 10:47

Pull request was closed

@renovate renovate bot deleted the renovate/flutter_hooks-0.x branch April 2, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies renovate bot related dependency upgrades
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants