Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps the root-runtime-deps group with 4 updates: device_info_plus, flutter_hooks, js and location.

Updates device_info_plus from 11.5.0 to 12.1.0

Commits
  • 19138be chore(release): prepare for release (#3678)
  • 80eb981 feat(device_info_plus): add mapping for new iPhone 17 series models (#3676)
  • 1d29902 chore(release): prepare for release (#3675)
  • d0fdc58 refactor(device_info_plus)!: remove serialNumber property (#3663)
  • 32528e7 feat(device_info_plus)!: Change Android compile SDK, update Android build con...
  • 72b6234 docs(all): replace MacOS by macOS in package READMEs (#3658)
  • See full diff in compare view

Updates flutter_hooks from 0.20.5 to 0.21.3+1

Commits

Updates js from 0.6.7 to 0.7.2

Commits

Updates location from 5.0.3 to 8.0.1

Release notes

Sourced from location's releases.

location-v8.0.1

See changelog on pub.dev

location-v8.0.0

See changelog on pub.dev

location-v7.0.1

See changelog on pub.dev

location-v7.0.0

See changelog on pub.dev

location-v6.0.2

See changelog on pub.dev

location-v6.0.1

See changelog on pub.dev

location_platform_interface-v6.0.1

See changelog on pub.dev

location_web-v6.0.1

See changelog on pub.dev

location-v6.0.0

See changelog on pub.dev

location_platform_interface-v6.0.0

See changelog on pub.dev

location_web-v6.0.0

See changelog on pub.dev

location_web-v5.0.4

See changelog on pub.dev

Commits
  • cd1a398 [location] release v8.0.1
  • 5e14ae2 [location_platform_interface] release v6.0.1
  • 3d69b74 Updated coded example to reflect current code style conventions (#1018)
  • 0c2dc2d fix readme typo (#1028)
  • f1fa51b Configure pausesLocationUpdatesAutomatically in iOS (Fixes Issue#951, Superse...
  • 0e150d0 location: bump version to 8.0.0
  • e54b67b location_web: bump version to 6.0.0
  • 1f7e328 periodical cleanup (#952)
  • 1ea4c4c Merge pull request #1007 from Carapacik/master
  • 3e6bfe0 Merge pull request #972 from Leffe108/fix/notification-docs
  • Additional commits viewable in compare view

Updates location from 5.0.3 to 8.0.1

Release notes

Sourced from location's releases.

location-v8.0.1

See changelog on pub.dev

location-v8.0.0

See changelog on pub.dev

location-v7.0.1

See changelog on pub.dev

location-v7.0.0

See changelog on pub.dev

location-v6.0.2

See changelog on pub.dev

location-v6.0.1

See changelog on pub.dev

location_platform_interface-v6.0.1

See changelog on pub.dev

location_web-v6.0.1

See changelog on pub.dev

location-v6.0.0

See changelog on pub.dev

location_platform_interface-v6.0.0

See changelog on pub.dev

location_web-v6.0.0

See changelog on pub.dev

location_web-v5.0.4

See changelog on pub.dev

Commits
  • cd1a398 [location] release v8.0.1
  • 5e14ae2 [location_platform_interface] release v6.0.1
  • 3d69b74 Updated coded example to reflect current code style conventions (#1018)
  • 0c2dc2d fix readme typo (#1028)
  • f1fa51b Configure pausesLocationUpdatesAutomatically in iOS (Fixes Issue#951, Superse...
  • 0e150d0 location: bump version to 8.0.0
  • e54b67b location_web: bump version to 6.0.0
  • 1f7e328 periodical cleanup (#952)
  • 1ea4c4c Merge pull request #1007 from Carapacik/master
  • 3e6bfe0 Merge pull request #972 from Leffe108/fix/notification-docs
  • 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 root-runtime-deps group with 4 updates: [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus), [flutter_hooks](https://github.com/rrousselGit/flutter_hooks/tree/master/packages), [js](https://github.com/dart-lang/sdk/tree/main/pkg) and [location](https://github.com/Lyokone/flutterlocation).


Updates `device_info_plus` from 11.5.0 to 12.1.0
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/device_info_plus-v12.1.0/packages/device_info_plus)

Updates `flutter_hooks` from 0.20.5 to 0.21.3+1
- [Commits](https://github.com/rrousselGit/flutter_hooks/commits/flutter_hooks-v0.21.3/packages)

Updates `js` from 0.6.7 to 0.7.2
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/0.7.2.0/pkg)

Updates `location` from 5.0.3 to 8.0.1
- [Release notes](https://github.com/Lyokone/flutterlocation/releases)
- [Commits](Lyokone/flutterlocation@location-v5.0.3...location-v8.0.1)

Updates `location` from 5.0.3 to 8.0.1
- [Release notes](https://github.com/Lyokone/flutterlocation/releases)
- [Commits](Lyokone/flutterlocation@location-v5.0.3...location-v8.0.1)

---
updated-dependencies:
- dependency-name: device_info_plus
  dependency-version: 12.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-runtime-deps
- dependency-name: flutter_hooks
  dependency-version: 0.21.3+1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-runtime-deps
- dependency-name: js
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-runtime-deps
- dependency-name: location
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-runtime-deps
- dependency-name: location
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-runtime-deps
...

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 Sep 30, 2025
@gabbopalma gabbopalma changed the base branch from main to release-0.23.0 September 30, 2025 21:58
@gabbopalma gabbopalma changed the base branch from release-0.23.0 to main September 30, 2025 21:59
@gabbopalma gabbopalma changed the base branch from main to release-0.23.0 September 30, 2025 22:10
@gabbopalma gabbopalma merged commit ffee386 into release-0.23.0 Sep 30, 2025
17 checks passed
@gabbopalma gabbopalma deleted the dependabot/pub/root-runtime-deps-55ca6b1982 branch September 30, 2025 22:11
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.

2 participants