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 the flutter-dependencies group across 1 directory with 2 updates #124

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

Bumps the flutter-dependencies group with 2 updates in the / directory: flutter_mobx and shared_preferences.

Updates flutter_mobx from 2.2.2 to 2.3.0

Changelog

Sourced from flutter_mobx's changelog.

flutter_mobx - v2.3.0

  • REFACTOR: export MultiReactionBuilder from flutter_mobx.dart (#946).
  • FIX: package upgrades, analysis issue fixes.
  • FIX: stacktrace in computed (#988).
  • FIX: If builder of Observer errors, further error LateInitializationError: Local 'built' has not been initialized. will happen in addition to the actual error, reducing developer experience #780.
  • FIX: Disable button Remove Completed, when the completed task is occult on screen. (#73).
  • FEAT: add MultiReactionBuilder widget (#917).

mobx - v2.5.0

  • FIX: package upgrades, analysis issue fixes.
  • FIX: Observable.value setter (covariant) (#993).
  • FIX: stacktrace in computed (#988).
  • FIX: observableset and observablemap notify all listeners when one is added with fireimmediately true (#962).
  • FIX: revert #784 (#842).
  • FIX: ObservableStream.listen() should also keep observable values updated (#708).
  • FIX: Widgets failed to call super.dispose() (#334).
  • FIX: issue 62 (#64).
  • FEAT: add scheduler option to autorun and reaction (#979).
  • FEAT: add keepAlive to Computed (#976).
  • FEAT: Adds useEquatable for creating observables (#971).
  • FEAT: Adds custom equals for creating observables. (#907).
  • FEAT: Adds support for annotations (#904).
  • FEAT: Allow a custom equals parameter for ObservableStream (#771).
  • FEAT: Allow use custom context (#770).

mobx_codegen - v2.7.0

  • FIX: package upgrades, analysis issue fixes.
  • FIX: error with code generation when file has unnamed extension (#1020).
  • FIX: make readonly work with computed (#710).
  • FIX: ObservableStream.listen() should also keep observable values updated (#708).
  • FEAT: add keepAlive to Computed (#976).
  • FEAT: support late observables (#973).
  • FEAT: Adds useEquatable for creating observables (#971).
  • FEAT: require analyzer: ^5.12.0 (#934).
  • FEAT: Adds custom equals for creating observables. (#907).
  • FEAT: Adds support for annotations (#904).
  • FEAT: Allow use custom context (#770).

mobx_examples - v1.1.0

  • FEAT: Adds support for annotations (#904).

mobx_lint - v1.1.0

  • FIX: package upgrades, analysis issue fixes.
  • FEAT: add wrap with observer assist (#949).
Commits

Updates shared_preferences from 2.3.3 to 2.3.4

Commits
  • 9a435dd [shared_preferences] Increase minimum android endorsed version (#8318)
  • 7632d2c Revert "[shared_preferences] Add shared preferences devtools" (#8314)
  • 2fc3390 [shared_preferences] Add shared preferences devtools (#6749)
  • eb73582 [dependabot]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.7.10 to 2...
  • 563dd2c [shared_preferences] Adds Shared preferences as option in shared preferences ...
  • a77fb81 [ci] Update for 3.27 stable release (#8284)
  • bd8dafa [various] Add Swift Package Manager integration to example apps (#8219)
  • 15501ec [shared_preferences] Limit Android decoding (#8187)
  • e2e55cf [various] Migrate example apps' AppDelegate.swift (#8155)
  • d91f138 [various] Update example apps' .gitignore (#8156)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the flutter-dependencies group with 2 updates in the / directory: [flutter_mobx](https://github.com/mobxjs/mobx.dart) and [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences).


Updates `flutter_mobx` from 2.2.2 to 2.3.0
- [Release notes](https://github.com/mobxjs/mobx.dart/releases)
- [Changelog](https://github.com/mobxjs/mobx.dart/blob/main/CHANGELOG.md)
- [Commits](mobxjs/mobx.dart@flutter_mobx-2.2.2...flutter_mobx-2.3.0)

Updates `shared_preferences` from 2.3.3 to 2.3.4
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.3.4/packages/shared_preferences)

---
updated-dependencies:
- dependency-name: flutter_mobx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: shared_preferences
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Dec 18, 2024
@h3x4d3c1m4l h3x4d3c1m4l merged commit c54a12b into main Dec 18, 2024
1 check passed
@h3x4d3c1m4l h3x4d3c1m4l deleted the dependabot/pub/flutter-dependencies-e20c31807f branch December 18, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant