Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

chore: bump parse_server_sdk_flutter, package_info_plus and shared_preferences#189

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/multi-8df98c3e59
Open

chore: bump parse_server_sdk_flutter, package_info_plus and shared_preferences#189
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/multi-8df98c3e59

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 17, 2024

Copy link
Copy Markdown
Contributor

Bumps parse_server_sdk_flutter, package_info_plus and shared_preferences. These dependencies needed to be updated together.
Updates parse_server_sdk_flutter from 8.0.0 to 9.0.0

Release notes

Sourced from parse_server_sdk_flutter's releases.

flutter-9.0.0

9.0.0 (2024-10-16)

BREAKING CHANGES

  • This release removes support for Flutter 3.10, 3.13 (#1014)

Features

  • Add support for Flutter 3.22, 3.24; remove support for Flutter 3.10, 3.13 (#1014)
Commits

Updates package_info_plus from 4.2.0 to 5.0.1

Commits
  • 749fa76 chore(package_info_plus): Update version to avoid collision with retracted ve...
  • f8f4579 chore(release): prepare for release (#2385)
  • 450aeb5 fix(package_info_plus): migrate to pkg:web from dart:html (#2316)
  • 32652b8 fix(package_info_plus)!: allow no page extension in versionJsonUrl on web (#2...
  • d6b0c1d chore(deps): bump flutter_lints from 2.0.3 to 3.0.1 in /packages/package_info...
  • 34ceb25 chore(deps): bump flutter_lints from 2.0.3 to 3.0.1 in /packages/package_info...
  • 7ec4253 chore(deps): bump flutter_lints from 2.0.3 to 3.0.0 in /packages/package_info...
  • See full diff in compare view

Updates shared_preferences from 2.3.2 to 2.2.3

Commits
  • 5aef49b [ci] Revert #5793 + Manual flutter roll to c6ddb73f971edd8210893db9f26ae66590...
  • 24a12a4 Enable prefer_mixin and bump plugin_platform_interface to 2.1.7 (#5793)
  • bb97da8 [various] Sync lints with flutter/flutter (#5717)
  • 2b53f72 [Android] Bump Gradle version to 7.6.3 (#5522)
  • deddb2c [shared_preferences_web] migrate to pkg:web (#5414)
  • 639c5f0 [ci] Roll minimum allowable Flutter to 3.10 (#5425)
  • 93c3f69 [shared_preferences] update file version constraints (#5121)
  • f89e408 [shared_preferences] fix documentation wording (#4986)
  • bd67bee [various] Remove obsolete symlinks (#4993)
  • b4985e2 [all] Add topics to pubspecs (#4771)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Oct 17, 2024
@xfqwdsj

xfqwdsj commented Jan 15, 2025

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/pub/multi-8df98c3e59 branch from 4163ac5 to e89a1eb Compare January 15, 2025 12:45
@xfqwdsj

xfqwdsj commented Apr 27, 2025

Copy link
Copy Markdown
Contributor

@dependabot rebase

…eferences

Bumps [parse_server_sdk_flutter](https://github.com/parse-community/Parse-SDK-Flutter), [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) and [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences). These dependencies needed to be updated together.

Updates `parse_server_sdk_flutter` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/parse-community/Parse-SDK-Flutter/releases)
- [Commits](parse-community/Parse-SDK-Flutter@flutter-8.0.0...flutter-9.0.0)

Updates `package_info_plus` from 4.2.0 to 5.0.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v5.0.1/packages/package_info_plus)

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

---
updated-dependencies:
- dependency-name: parse_server_sdk_flutter
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: shared_preferences
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pub/multi-8df98c3e59 branch from e89a1eb to 41af6f5 Compare April 27, 2025 10:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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