chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates - #30

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d
Open

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the pub-minor-patch group with 10 updates in the / directory:

PackageFromTo
archive4.0.94.2.0
build_runner2.15.12.16.0
freezed3.2.54.0.1
file_picker12.0.0-beta.712.1.2
flutter_map8.3.18.3.2
flutter_web_auth_25.0.35.1.0
google_fonts8.2.08.2.1
json_serializable6.14.06.14.1
sentry_flutter9.25.010.0.0-alpha.3
upgrader13.6.013.7.0

Updates archive from 4.0.9 to 4.2.0

Changelog

Sourced from archive's changelog.

4.2.0

  • Optimize performance and issues with large files with XZDecoder.

4.1.0

  • Fix: RangeError when parsing ZIP extra fields with trailing bytes.
  • Optimize LZ77 decode
  • Fix: issue with file_buffer preventing last value
  • Fix: invalid path separator in zip content compression
Commits
  • 179ba02 4.2.0
  • 3133d6d dart format
  • 27ee9c2 Merge pull request #413 from krll-kov/main
  • 32f7b37 Refactor CRC-64 calculation by removing shiftDown64 (x1.75 times faster)
  • c3176ff Introduce dictionaryCap for LZMA decoder
  • 04c1170 Implement CRC64 check in xz_decoder
  • 508b4fd Fix logical conditions in xz_decoder.dart
  • 1a7b488 Modify return logic for XZ stream validation
  • ca7f803 Fixed curly_braces_in_flow_control_structures warning
  • 3e3d227 Fix trimDictionary to improve dictionary management and masks
  • Additional commits viewable in compare view

Updates build_runner from 2.15.1 to 2.16.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.0

  • New default output behavior: always fix incorrect generated files. For example: if you "dart run build_runner build", modify a generated file, then build again, it will be fixed, undoing your modifications.
  • New option, --keep-modified-outputs. Use this to get the old output behavior: manual modifications to generated files are kept. They will be overwritten if a build is triggered due to an input file change, a configuration change or dart run build_runner clean.
  • New option, --only-check, for use in continuous builds and tests. With this option build_runner writes nothing, but builds and compares with the files already on disk. If there is any difference between disk and expected output then the differences are logged and the build fails.
  • Allow package_config 3.0.0.

package:build_runner v2.15.3

  • Simplify deletion of stale outputs: don't try to handle package renames.
  • The daemon asset server now rejects various non-local connections.
  • Bug fix: in incremental builds, when an input was deleted, its output was deleted at the start of the build. Make it consistent with other output deletions: wait until the end of the build.
  • Bug fix: post process builders with build_to: source can only write to output packages.
  • Bug fix: post process builders with build_to: cache can only write output corresponding to known packages.
  • Bug fix: reject incorrect builder config that has duplicate builder keys.
  • Bug fix: reject invalid builder factories in build.yaml.
  • Bug fix: correctly filter served or --output post process output.
  • Bug fix: serve mode only serves the specified package subdirectories.
  • Bug fix: serve live reload websocket checks for localhost origin.
  • Bug fix: don't follow symlinks when cleaning up output folders.
  • Bug fix: catch Windows-specific absolute paths.

package:build_runner v2.15.2

  • Allow analyzer 14.x, require 13.3.0.
  • Require Dart 3.11.0.
Commits

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates file_picker from 12.0.0-beta.7 to 12.1.2

Release notes

Sourced from file_picker's releases.

12.0.0

What's Changed

... (truncated)

Commits
  • fdbaee5 Merge remote-tracking branch 'origin/master' into docs/darwin-asset-represent...
  • 2db354f style(linux): use a block body for resolveOptions
  • 440940d test(linux): test the real narrowing instead of a copy of it
  • b349f5c Revert "docs(linux): replace the placeholder example with a runnable app"
  • 22fa4c9 fix(linux): resolve the parent window by pid, not by focus
  • fa0bafd docs(linux): replace the placeholder example with a runnable app
  • d1fcb6b docs(linux): demonstrate resolving parentWindow in the package example
  • dcad46e docs(linux): show the parentWindow route that actually works
  • d558a35 docs(linux): spell out the X11 and Wayland difference for lockParentWindow
  • 5987135 docs(linux): document the Linux specific options
  • Additional commits viewable in compare view

Updates flutter_map from 8.3.1 to 8.3.2

Release notes

Sourced from flutter_map's releases.

v8.3.2

What's Changed

New Contributors

Full Changelog: fleaflet/flutter_map@v8.3.1...v8.3.2

Changelog

Sourced from flutter_map's changelog.

[8.3.2] - 2026/08/27

Contains the following user-affecting bug fixes:

  • Prevent NaN fling direction when tracked pointer offsets are zero - #2220 for #2221
  • Don't apply initialCameraFit on a zero-sized camera - #2223 for #2222
  • Load tiles during double-tap-drag zoom gesture - #2217

Many thanks to these contributors (in no particular order):

Commits
  • 9c86ddc chore: prepare for v8.3.2 release (#2245)
  • cbb6eb7 fix: load tiles during double-tap-drag zoom gesture (#2217)
  • 63732f3 fix: don't apply initialCameraFit on a zero-sized camera (#2223)
  • f779fae fix: prevent NaN fling direction when tracked pointer offsets are zero (#2220)
  • See full diff in compare view

Updates flutter_web_auth_2 from 5.0.3 to 5.1.0

Release notes

Sourced from flutter_web_auth_2's releases.

5.1.0: Bugfixes

5.1.0

Commits
  • d268372 Bump version and add changelog
  • 170b2fe Add 6.x changelogs
  • 2c0bb2d Add 6.x reference for built-in KGP and AGP 9+
  • 8746b67 Exclude analyser entries
  • b6c8ad6 fix(android): handle missing authUri/callbackScheme in AuthenticationManageme...
  • 1d1a2ce Update CI
  • 8eb49de Remove compatibility issue template
  • 90c4e72 fix(android): catch SecurityException when launching the auth tab (#212)
  • See full diff in compare view

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates google_fonts from 8.2.0 to 8.2.1

Commits
  • ac87e65 [google_fonts] Remove failed loads from pendingFonts (#12240)
  • a5beb57 [google_sign_in_android] Keep default_web_client_id resource from being str...
  • caddb39 [vector_graphics] Provide textDirection for semantics label to avoid crash wi...
  • a404e4c [camera_android_camerax] Update AGENTS.md to improve video recording integr...
  • 5351d8c [material_ui, cupertino_ui] Add migration bridge utilities (#12314)
  • 44a984d Enforce scoped validation tools in AGENTS.md with file-based trap evals (#12297)
  • 43dcfe5 [camera_android_camerax] Prefer higher resolution for max preset (#11956)
  • dd11626 [pigeon] Clean up legacy registrant code (#12205)
  • 1448f08 [go_router] Add BlockedInitialNavigationException for blocked initial deep li...
  • b0d355f [file_selector] Switch to Swift Testing (#12235)
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates json_serializable from 6.14.0 to 6.14.1

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.14.1

  • Require analyzer: '>=10.0.0 <15.0.0'
Commits

Updates meta from 1.18.0 to 1.19.0

Changelog

Sourced from meta's changelog.

1.19.0 - 2016-08-26

Language changes

  • The language now allows a trailing comma after the last argument of a call and the last parameter of a function declaration. This can make long argument or parameter lists easier to maintain, as commas can be left as-is when reordering lines. For details, see SDK issue 26644.

Tool Changes

  • dartfmt - upgraded to v0.2.9+1

    • Support trailing commas in argument and parameter lists.
    • Gracefully handle read-only files.
    • About a dozen other bug fixes.
  • Pub

    • Added a --no-packages-dir flag to pub get, pub upgrade, and pub downgrade. When this flag is passed, pub will not generate a packages/ directory, and will remove that directory and any symlinks to it if they exist. Note that this replaces the unsupported --no-package-symlinks flag.

    • Added the ability for packages to declare a constraint on the [Flutter][] SDK:

      environment:
      flutter: ^0.1.2sdk: >=1.19.0 <2.0.0

      A Flutter constraint will only be satisfiable when pub is running in the context of the flutter executable, and when the Flutter SDK version matches the constraint.

    • Added sdk as a new package source that fetches packages from a hard-coded SDK. Currently only the flutter SDK is supported:

      dependencies:
      flutter_driver:
      sdk: flutterversion: ^0.0.1

      A Flutter sdk dependency will only be satisfiable when pub is running in

... (truncated)

Commits
  • c38a8d1 Extend Future.then inference to subclasses
  • 0e12dbf fixes #27113, future.then shouldn't disable upwards block inference
  • 47f1415 Type check field initializers in the correct context.
  • 1c81fe7 Fix calling object methods and properties on function types
  • 3f95c3e Ignore any missing dependencies while linking in PubSummaryManager.
  • 5bfd6e6 Add PubSummaryManager.computeUnlinkedForFolder() for Flutter.
  • efb961c Create a way to find SDK extensions and integrate it
  • e31e775 Move summary inspection code out of pkg/analyzer/lib.
  • b7a0a42 Add --bazel-paths option to dart2js entrypoint.
  • b3a38bd fix #27088, future then upwards inference
  • Additional commits viewable in compare view

Updates sentry_flutter from 9.25.0 to 10.0.0-alpha.3

Release notes

Sourced from sentry_flutter's releases.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Commits
  • 100bab1 release: 10.0.0-alpha.3
  • 89de5db Changelog for next release
  • 6e3f6a6 Merge tag '9.26.0' into v10-branch
  • ada11bc ref: Apply new linter rules and graduate experimental APIs (#3940)
  • 2547cf7 docs: Consolidate standalone app start changelog entries (#3939)
  • ff8b33d release: 9.26.0
  • 32eacd5 chore: update packages/flutter/scripts/update-native.sh to 0.16.1 (#3937)
  • 93e6f05 chore: update packages/flutter/scripts/update-android.sh to 8.51.0 (#3938)
  • 6f0d13e ci: bump actions/setup-java from 5.5.0 to 5.6.0 (#3915)
  • 98581ac chore: Align Dart and Flutter SDK constraints
  • Additional commits viewable in compare view

Updates upgrader from 13.6.0 to 13.7.0

Changelog

Sourced from upgrader's changelog.

13.7.0

  • [457][553] Fixed barrierDismissible being ignored in UpgradeAlert. (thanks to @​mem-5514-tahara)
Commits
  • 1ec99f3 Bumped version to 13.7.0 for release and reformatted a file.
  • 2cb3d04 Merge pull request #553 from mem-5514-tahara/fix/barrier-dismissible-457
  • 227761e CI: Added Flutter version 3.47.0
  • 40f0d1d docs: fix Dartdoc reference for barrierDismissible
  • fd92671 Fixed barrierDismissible being ignored in UpgradeAlert (#457)
  • See full diff 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 ...

Description has been truncated

…2 updates
Bumps the pub-minor-patch group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [archive](https://github.com/brendan-duncan/archive) | `4.0.9` | `4.2.0` |
| [build_runner](https://github.com/dart-lang/build) | `2.15.1` | `2.16.0` |
| [freezed](https://github.com/rrousselGit/freezed) | `3.2.5` | `4.0.1` |
| [file_picker](https://github.com/miguelpruivo/flutter_file_picker/tree/master/packages) | `12.0.0-beta.7` | `12.1.2` |
| [flutter_map](https://github.com/fleaflet/flutter_map) | `8.3.1` | `8.3.2` |
| [flutter_web_auth_2](https://github.com/ThexXTURBOXx/flutter_web_auth_2) | `5.0.3` | `5.1.0` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `8.2.0` | `8.2.1` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.14.0` | `6.14.1` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `9.25.0` | `10.0.0-alpha.3` |
| [upgrader](https://github.com/larryaasen/upgrader) | `13.6.0` | `13.7.0` |
Updates `archive` from 4.0.9 to 4.2.0
- [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/archive@v4.0.9...4.2.0)
Updates `build_runner` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `file_picker` from 12.0.0-beta.7 to 12.1.2
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits/file_picker-v12.1.2/packages)
Updates `flutter_map` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](fleaflet/flutter_map@v8.3.1...v8.3.2)
Updates `flutter_web_auth_2` from 5.0.3 to 5.1.0
- [Release notes](https://github.com/ThexXTURBOXx/flutter_web_auth_2/releases)
- [Commits](ThexXTURBOXx/flutter_web_auth_2@5.0.3...5.1.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `google_fonts` from 8.2.0 to 8.2.1
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.2.1/packages)
Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)
Updates `json_serializable` from 6.14.0 to 6.14.1
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.14.0...json_serializable-v6.14.1)
Updates `meta` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.19.0/pkg)
Updates `sentry_flutter` from 9.25.0 to 10.0.0-alpha.3
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/10.0.0-alpha.3/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@9.25.0...10.0.0-alpha.3)
Updates `upgrader` from 13.6.0 to 13.7.0
- [Changelog](https://github.com/larryaasen/upgrader/blob/main/CHANGELOG.md)
- [Commits](larryaasen/upgrader@13.6.0...13.7.0)
---
updated-dependencies:
- dependency-name: archive
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: build_runner
dependency-version: 2.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: file_picker
dependency-version: 12.1.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: flutter_map
dependency-version: 8.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: flutter_web_auth_2
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: google_fonts
dependency-version: 8.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: intl
dependency-version: 0.20.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: json_serializable
dependency-version: 6.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: meta
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: sentry_flutter
dependency-version: 10.0.0-alpha.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: upgrader
dependency-version: 13.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Aug 31, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dartPull requests that update dart codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates - #30

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d
Open

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the pub-minor-patch group with 10 updates in the / directory:

PackageFromTo
archive4.0.94.2.0
build_runner2.15.12.16.0
freezed3.2.54.0.1
file_picker12.0.0-beta.712.1.2
flutter_map8.3.18.3.2
flutter_web_auth_25.0.35.1.0
google_fonts8.2.08.2.1
json_serializable6.14.06.14.1
sentry_flutter9.25.010.0.0-alpha.3
upgrader13.6.013.7.0

Updates archive from 4.0.9 to 4.2.0

Changelog

Sourced from archive's changelog.

4.2.0

  • Optimize performance and issues with large files with XZDecoder.

4.1.0

  • Fix: RangeError when parsing ZIP extra fields with trailing bytes.
  • Optimize LZ77 decode
  • Fix: issue with file_buffer preventing last value
  • Fix: invalid path separator in zip content compression
Commits
  • 179ba02 4.2.0
  • 3133d6d dart format
  • 27ee9c2 Merge pull request #413 from krll-kov/main
  • 32f7b37 Refactor CRC-64 calculation by removing shiftDown64 (x1.75 times faster)
  • c3176ff Introduce dictionaryCap for LZMA decoder
  • 04c1170 Implement CRC64 check in xz_decoder
  • 508b4fd Fix logical conditions in xz_decoder.dart
  • 1a7b488 Modify return logic for XZ stream validation
  • ca7f803 Fixed curly_braces_in_flow_control_structures warning
  • 3e3d227 Fix trimDictionary to improve dictionary management and masks
  • Additional commits viewable in compare view

Updates build_runner from 2.15.1 to 2.16.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.0

  • New default output behavior: always fix incorrect generated files. For example: if you "dart run build_runner build", modify a generated file, then build again, it will be fixed, undoing your modifications.
  • New option, --keep-modified-outputs. Use this to get the old output behavior: manual modifications to generated files are kept. They will be overwritten if a build is triggered due to an input file change, a configuration change or dart run build_runner clean.
  • New option, --only-check, for use in continuous builds and tests. With this option build_runner writes nothing, but builds and compares with the files already on disk. If there is any difference between disk and expected output then the differences are logged and the build fails.
  • Allow package_config 3.0.0.

package:build_runner v2.15.3

  • Simplify deletion of stale outputs: don't try to handle package renames.
  • The daemon asset server now rejects various non-local connections.
  • Bug fix: in incremental builds, when an input was deleted, its output was deleted at the start of the build. Make it consistent with other output deletions: wait until the end of the build.
  • Bug fix: post process builders with build_to: source can only write to output packages.
  • Bug fix: post process builders with build_to: cache can only write output corresponding to known packages.
  • Bug fix: reject incorrect builder config that has duplicate builder keys.
  • Bug fix: reject invalid builder factories in build.yaml.
  • Bug fix: correctly filter served or --output post process output.
  • Bug fix: serve mode only serves the specified package subdirectories.
  • Bug fix: serve live reload websocket checks for localhost origin.
  • Bug fix: don't follow symlinks when cleaning up output folders.
  • Bug fix: catch Windows-specific absolute paths.

package:build_runner v2.15.2

  • Allow analyzer 14.x, require 13.3.0.
  • Require Dart 3.11.0.
Commits

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates file_picker from 12.0.0-beta.7 to 12.1.2

Release notes

Sourced from file_picker's releases.

12.0.0

What's Changed

... (truncated)

Commits
  • fdbaee5 Merge remote-tracking branch 'origin/master' into docs/darwin-asset-represent...
  • 2db354f style(linux): use a block body for resolveOptions
  • 440940d test(linux): test the real narrowing instead of a copy of it
  • b349f5c Revert "docs(linux): replace the placeholder example with a runnable app"
  • 22fa4c9 fix(linux): resolve the parent window by pid, not by focus
  • fa0bafd docs(linux): replace the placeholder example with a runnable app
  • d1fcb6b docs(linux): demonstrate resolving parentWindow in the package example
  • dcad46e docs(linux): show the parentWindow route that actually works
  • d558a35 docs(linux): spell out the X11 and Wayland difference for lockParentWindow
  • 5987135 docs(linux): document the Linux specific options
  • Additional commits viewable in compare view

Updates flutter_map from 8.3.1 to 8.3.2

Release notes

Sourced from flutter_map's releases.

v8.3.2

What's Changed

New Contributors

Full Changelog: fleaflet/flutter_map@v8.3.1...v8.3.2

Changelog

Sourced from flutter_map's changelog.

[8.3.2] - 2026/08/27

Contains the following user-affecting bug fixes:

  • Prevent NaN fling direction when tracked pointer offsets are zero - #2220 for #2221
  • Don't apply initialCameraFit on a zero-sized camera - #2223 for #2222
  • Load tiles during double-tap-drag zoom gesture - #2217

Many thanks to these contributors (in no particular order):

Commits
  • 9c86ddc chore: prepare for v8.3.2 release (#2245)
  • cbb6eb7 fix: load tiles during double-tap-drag zoom gesture (#2217)
  • 63732f3 fix: don't apply initialCameraFit on a zero-sized camera (#2223)
  • f779fae fix: prevent NaN fling direction when tracked pointer offsets are zero (#2220)
  • See full diff in compare view

Updates flutter_web_auth_2 from 5.0.3 to 5.1.0

Release notes

Sourced from flutter_web_auth_2's releases.

5.1.0: Bugfixes

5.1.0

Commits
  • d268372 Bump version and add changelog
  • 170b2fe Add 6.x changelogs
  • 2c0bb2d Add 6.x reference for built-in KGP and AGP 9+
  • 8746b67 Exclude analyser entries
  • b6c8ad6 fix(android): handle missing authUri/callbackScheme in AuthenticationManageme...
  • 1d1a2ce Update CI
  • 8eb49de Remove compatibility issue template
  • 90c4e72 fix(android): catch SecurityException when launching the auth tab (#212)
  • See full diff in compare view

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates google_fonts from 8.2.0 to 8.2.1

Commits
  • ac87e65 [google_fonts] Remove failed loads from pendingFonts (#12240)
  • a5beb57 [google_sign_in_android] Keep default_web_client_id resource from being str...
  • caddb39 [vector_graphics] Provide textDirection for semantics label to avoid crash wi...
  • a404e4c [camera_android_camerax] Update AGENTS.md to improve video recording integr...
  • 5351d8c [material_ui, cupertino_ui] Add migration bridge utilities (#12314)
  • 44a984d Enforce scoped validation tools in AGENTS.md with file-based trap evals (#12297)
  • 43dcfe5 [camera_android_camerax] Prefer higher resolution for max preset (#11956)
  • dd11626 [pigeon] Clean up legacy registrant code (#12205)
  • 1448f08 [go_router] Add BlockedInitialNavigationException for blocked initial deep li...
  • b0d355f [file_selector] Switch to Swift Testing (#12235)
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates json_serializable from 6.14.0 to 6.14.1

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.14.1

  • Require analyzer: '>=10.0.0 <15.0.0'
Commits

Updates meta from 1.18.0 to 1.19.0

Changelog

Sourced from meta's changelog.

1.19.0 - 2016-08-26

Language changes

  • The language now allows a trailing comma after the last argument of a call and the last parameter of a function declaration. This can make long argument or parameter lists easier to maintain, as commas can be left as-is when reordering lines. For details, see SDK issue 26644.

Tool Changes

  • dartfmt - upgraded to v0.2.9+1

    • Support trailing commas in argument and parameter lists.
    • Gracefully handle read-only files.
    • About a dozen other bug fixes.
  • Pub

    • Added a --no-packages-dir flag to pub get, pub upgrade, and pub downgrade. When this flag is passed, pub will not generate a packages/ directory, and will remove that directory and any symlinks to it if they exist. Note that this replaces the unsupported --no-package-symlinks flag.

    • Added the ability for packages to declare a constraint on the [Flutter][] SDK:

      environment:
      flutter: ^0.1.2sdk: >=1.19.0 <2.0.0

      A Flutter constraint will only be satisfiable when pub is running in the context of the flutter executable, and when the Flutter SDK version matches the constraint.

    • Added sdk as a new package source that fetches packages from a hard-coded SDK. Currently only the flutter SDK is supported:

      dependencies:
      flutter_driver:
      sdk: flutterversion: ^0.0.1

      A Flutter sdk dependency will only be satisfiable when pub is running in

... (truncated)

Commits
  • c38a8d1 Extend Future.then inference to subclasses
  • 0e12dbf fixes #27113, future.then shouldn't disable upwards block inference
  • 47f1415 Type check field initializers in the correct context.
  • 1c81fe7 Fix calling object methods and properties on function types
  • 3f95c3e Ignore any missing dependencies while linking in PubSummaryManager.
  • 5bfd6e6 Add PubSummaryManager.computeUnlinkedForFolder() for Flutter.
  • efb961c Create a way to find SDK extensions and integrate it
  • e31e775 Move summary inspection code out of pkg/analyzer/lib.
  • b7a0a42 Add --bazel-paths option to dart2js entrypoint.
  • b3a38bd fix #27088, future then upwards inference
  • Additional commits viewable in compare view

Updates sentry_flutter from 9.25.0 to 10.0.0-alpha.3

Release notes

Sourced from sentry_flutter's releases.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Commits
  • 100bab1 release: 10.0.0-alpha.3
  • 89de5db Changelog for next release
  • 6e3f6a6 Merge tag '9.26.0' into v10-branch
  • ada11bc ref: Apply new linter rules and graduate experimental APIs (#3940)
  • 2547cf7 docs: Consolidate standalone app start changelog entries (#3939)
  • ff8b33d release: 9.26.0
  • 32eacd5 chore: update packages/flutter/scripts/update-native.sh to 0.16.1 (#3937)
  • 93e6f05 chore: update packages/flutter/scripts/update-android.sh to 8.51.0 (#3938)
  • 6f0d13e ci: bump actions/setup-java from 5.5.0 to 5.6.0 (#3915)
  • 98581ac chore: Align Dart and Flutter SDK constraints
  • Additional commits viewable in compare view

Updates upgrader from 13.6.0 to 13.7.0

Changelog

Sourced from upgrader's changelog.

13.7.0

  • [457][553] Fixed barrierDismissible being ignored in UpgradeAlert. (thanks to @​mem-5514-tahara)
Commits
  • 1ec99f3 Bumped version to 13.7.0 for release and reformatted a file.
  • 2cb3d04 Merge pull request #553 from mem-5514-tahara/fix/barrier-dismissible-457
  • 227761e CI: Added Flutter version 3.47.0
  • 40f0d1d docs: fix Dartdoc reference for barrierDismissible
  • fd92671 Fixed barrierDismissible being ignored in UpgradeAlert (#457)
  • See full diff 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 ...

Description has been truncated

…2 updates
Bumps the pub-minor-patch group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [archive](https://github.com/brendan-duncan/archive) | `4.0.9` | `4.2.0` |
| [build_runner](https://github.com/dart-lang/build) | `2.15.1` | `2.16.0` |
| [freezed](https://github.com/rrousselGit/freezed) | `3.2.5` | `4.0.1` |
| [file_picker](https://github.com/miguelpruivo/flutter_file_picker/tree/master/packages) | `12.0.0-beta.7` | `12.1.2` |
| [flutter_map](https://github.com/fleaflet/flutter_map) | `8.3.1` | `8.3.2` |
| [flutter_web_auth_2](https://github.com/ThexXTURBOXx/flutter_web_auth_2) | `5.0.3` | `5.1.0` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `8.2.0` | `8.2.1` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.14.0` | `6.14.1` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `9.25.0` | `10.0.0-alpha.3` |
| [upgrader](https://github.com/larryaasen/upgrader) | `13.6.0` | `13.7.0` |
Updates `archive` from 4.0.9 to 4.2.0
- [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/archive@v4.0.9...4.2.0)
Updates `build_runner` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `file_picker` from 12.0.0-beta.7 to 12.1.2
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits/file_picker-v12.1.2/packages)
Updates `flutter_map` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](fleaflet/flutter_map@v8.3.1...v8.3.2)
Updates `flutter_web_auth_2` from 5.0.3 to 5.1.0
- [Release notes](https://github.com/ThexXTURBOXx/flutter_web_auth_2/releases)
- [Commits](ThexXTURBOXx/flutter_web_auth_2@5.0.3...5.1.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `google_fonts` from 8.2.0 to 8.2.1
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.2.1/packages)
Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)
Updates `json_serializable` from 6.14.0 to 6.14.1
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.14.0...json_serializable-v6.14.1)
Updates `meta` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.19.0/pkg)
Updates `sentry_flutter` from 9.25.0 to 10.0.0-alpha.3
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/10.0.0-alpha.3/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@9.25.0...10.0.0-alpha.3)
Updates `upgrader` from 13.6.0 to 13.7.0
- [Changelog](https://github.com/larryaasen/upgrader/blob/main/CHANGELOG.md)
- [Commits](larryaasen/upgrader@13.6.0...13.7.0)
---
updated-dependencies:
- dependency-name: archive
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: build_runner
dependency-version: 2.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: file_picker
dependency-version: 12.1.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: flutter_map
dependency-version: 8.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: flutter_web_auth_2
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: google_fonts
dependency-version: 8.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: intl
dependency-version: 0.20.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: json_serializable
dependency-version: 6.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: meta
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: sentry_flutter
dependency-version: 10.0.0-alpha.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: upgrader
dependency-version: 13.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Aug 31, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dartPull requests that update dart codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates - #30

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d
Open

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the pub-minor-patch group with 10 updates in the / directory:

PackageFromTo
archive4.0.94.2.0
build_runner2.15.12.16.0
freezed3.2.54.0.1
file_picker12.0.0-beta.712.1.2
flutter_map8.3.18.3.2
flutter_web_auth_25.0.35.1.0
google_fonts8.2.08.2.1
json_serializable6.14.06.14.1
sentry_flutter9.25.010.0.0-alpha.3
upgrader13.6.013.7.0

Updates archive from 4.0.9 to 4.2.0

Changelog

Sourced from archive's changelog.

4.2.0

  • Optimize performance and issues with large files with XZDecoder.

4.1.0

  • Fix: RangeError when parsing ZIP extra fields with trailing bytes.
  • Optimize LZ77 decode
  • Fix: issue with file_buffer preventing last value
  • Fix: invalid path separator in zip content compression
Commits
  • 179ba02 4.2.0
  • 3133d6d dart format
  • 27ee9c2 Merge pull request #413 from krll-kov/main
  • 32f7b37 Refactor CRC-64 calculation by removing shiftDown64 (x1.75 times faster)
  • c3176ff Introduce dictionaryCap for LZMA decoder
  • 04c1170 Implement CRC64 check in xz_decoder
  • 508b4fd Fix logical conditions in xz_decoder.dart
  • 1a7b488 Modify return logic for XZ stream validation
  • ca7f803 Fixed curly_braces_in_flow_control_structures warning
  • 3e3d227 Fix trimDictionary to improve dictionary management and masks
  • Additional commits viewable in compare view

Updates build_runner from 2.15.1 to 2.16.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.0

  • New default output behavior: always fix incorrect generated files. For example: if you "dart run build_runner build", modify a generated file, then build again, it will be fixed, undoing your modifications.
  • New option, --keep-modified-outputs. Use this to get the old output behavior: manual modifications to generated files are kept. They will be overwritten if a build is triggered due to an input file change, a configuration change or dart run build_runner clean.
  • New option, --only-check, for use in continuous builds and tests. With this option build_runner writes nothing, but builds and compares with the files already on disk. If there is any difference between disk and expected output then the differences are logged and the build fails.
  • Allow package_config 3.0.0.

package:build_runner v2.15.3

  • Simplify deletion of stale outputs: don't try to handle package renames.
  • The daemon asset server now rejects various non-local connections.
  • Bug fix: in incremental builds, when an input was deleted, its output was deleted at the start of the build. Make it consistent with other output deletions: wait until the end of the build.
  • Bug fix: post process builders with build_to: source can only write to output packages.
  • Bug fix: post process builders with build_to: cache can only write output corresponding to known packages.
  • Bug fix: reject incorrect builder config that has duplicate builder keys.
  • Bug fix: reject invalid builder factories in build.yaml.
  • Bug fix: correctly filter served or --output post process output.
  • Bug fix: serve mode only serves the specified package subdirectories.
  • Bug fix: serve live reload websocket checks for localhost origin.
  • Bug fix: don't follow symlinks when cleaning up output folders.
  • Bug fix: catch Windows-specific absolute paths.

package:build_runner v2.15.2

  • Allow analyzer 14.x, require 13.3.0.
  • Require Dart 3.11.0.
Commits

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates file_picker from 12.0.0-beta.7 to 12.1.2

Release notes

Sourced from file_picker's releases.

12.0.0

What's Changed

... (truncated)

Commits
  • fdbaee5 Merge remote-tracking branch 'origin/master' into docs/darwin-asset-represent...
  • 2db354f style(linux): use a block body for resolveOptions
  • 440940d test(linux): test the real narrowing instead of a copy of it
  • b349f5c Revert "docs(linux): replace the placeholder example with a runnable app"
  • 22fa4c9 fix(linux): resolve the parent window by pid, not by focus
  • fa0bafd docs(linux): replace the placeholder example with a runnable app
  • d1fcb6b docs(linux): demonstrate resolving parentWindow in the package example
  • dcad46e docs(linux): show the parentWindow route that actually works
  • d558a35 docs(linux): spell out the X11 and Wayland difference for lockParentWindow
  • 5987135 docs(linux): document the Linux specific options
  • Additional commits viewable in compare view

Updates flutter_map from 8.3.1 to 8.3.2

Release notes

Sourced from flutter_map's releases.

v8.3.2

What's Changed

New Contributors

Full Changelog: fleaflet/flutter_map@v8.3.1...v8.3.2

Changelog

Sourced from flutter_map's changelog.

[8.3.2] - 2026/08/27

Contains the following user-affecting bug fixes:

  • Prevent NaN fling direction when tracked pointer offsets are zero - #2220 for #2221
  • Don't apply initialCameraFit on a zero-sized camera - #2223 for #2222
  • Load tiles during double-tap-drag zoom gesture - #2217

Many thanks to these contributors (in no particular order):

Commits
  • 9c86ddc chore: prepare for v8.3.2 release (#2245)
  • cbb6eb7 fix: load tiles during double-tap-drag zoom gesture (#2217)
  • 63732f3 fix: don't apply initialCameraFit on a zero-sized camera (#2223)
  • f779fae fix: prevent NaN fling direction when tracked pointer offsets are zero (#2220)
  • See full diff in compare view

Updates flutter_web_auth_2 from 5.0.3 to 5.1.0

Release notes

Sourced from flutter_web_auth_2's releases.

5.1.0: Bugfixes

5.1.0

Commits
  • d268372 Bump version and add changelog
  • 170b2fe Add 6.x changelogs
  • 2c0bb2d Add 6.x reference for built-in KGP and AGP 9+
  • 8746b67 Exclude analyser entries
  • b6c8ad6 fix(android): handle missing authUri/callbackScheme in AuthenticationManageme...
  • 1d1a2ce Update CI
  • 8eb49de Remove compatibility issue template
  • 90c4e72 fix(android): catch SecurityException when launching the auth tab (#212)
  • See full diff in compare view

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates google_fonts from 8.2.0 to 8.2.1

Commits
  • ac87e65 [google_fonts] Remove failed loads from pendingFonts (#12240)
  • a5beb57 [google_sign_in_android] Keep default_web_client_id resource from being str...
  • caddb39 [vector_graphics] Provide textDirection for semantics label to avoid crash wi...
  • a404e4c [camera_android_camerax] Update AGENTS.md to improve video recording integr...
  • 5351d8c [material_ui, cupertino_ui] Add migration bridge utilities (#12314)
  • 44a984d Enforce scoped validation tools in AGENTS.md with file-based trap evals (#12297)
  • 43dcfe5 [camera_android_camerax] Prefer higher resolution for max preset (#11956)
  • dd11626 [pigeon] Clean up legacy registrant code (#12205)
  • 1448f08 [go_router] Add BlockedInitialNavigationException for blocked initial deep li...
  • b0d355f [file_selector] Switch to Swift Testing (#12235)
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates json_serializable from 6.14.0 to 6.14.1

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.14.1

  • Require analyzer: '>=10.0.0 <15.0.0'
Commits

Updates meta from 1.18.0 to 1.19.0

Changelog

Sourced from meta's changelog.

1.19.0 - 2016-08-26

Language changes

  • The language now allows a trailing comma after the last argument of a call and the last parameter of a function declaration. This can make long argument or parameter lists easier to maintain, as commas can be left as-is when reordering lines. For details, see SDK issue 26644.

Tool Changes

  • dartfmt - upgraded to v0.2.9+1

    • Support trailing commas in argument and parameter lists.
    • Gracefully handle read-only files.
    • About a dozen other bug fixes.
  • Pub

    • Added a --no-packages-dir flag to pub get, pub upgrade, and pub downgrade. When this flag is passed, pub will not generate a packages/ directory, and will remove that directory and any symlinks to it if they exist. Note that this replaces the unsupported --no-package-symlinks flag.

    • Added the ability for packages to declare a constraint on the [Flutter][] SDK:

      environment:
      flutter: ^0.1.2sdk: >=1.19.0 <2.0.0

      A Flutter constraint will only be satisfiable when pub is running in the context of the flutter executable, and when the Flutter SDK version matches the constraint.

    • Added sdk as a new package source that fetches packages from a hard-coded SDK. Currently only the flutter SDK is supported:

      dependencies:
      flutter_driver:
      sdk: flutterversion: ^0.0.1

      A Flutter sdk dependency will only be satisfiable when pub is running in

... (truncated)

Commits
  • c38a8d1 Extend Future.then inference to subclasses
  • 0e12dbf fixes #27113, future.then shouldn't disable upwards block inference
  • 47f1415 Type check field initializers in the correct context.
  • 1c81fe7 Fix calling object methods and properties on function types
  • 3f95c3e Ignore any missing dependencies while linking in PubSummaryManager.
  • 5bfd6e6 Add PubSummaryManager.computeUnlinkedForFolder() for Flutter.
  • efb961c Create a way to find SDK extensions and integrate it
  • e31e775 Move summary inspection code out of pkg/analyzer/lib.
  • b7a0a42 Add --bazel-paths option to dart2js entrypoint.
  • b3a38bd fix #27088, future then upwards inference
  • Additional commits viewable in compare view

Updates sentry_flutter from 9.25.0 to 10.0.0-alpha.3

Release notes

Sourced from sentry_flutter's releases.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Commits
  • 100bab1 release: 10.0.0-alpha.3
  • 89de5db Changelog for next release
  • 6e3f6a6 Merge tag '9.26.0' into v10-branch
  • ada11bc ref: Apply new linter rules and graduate experimental APIs (#3940)
  • 2547cf7 docs: Consolidate standalone app start changelog entries (#3939)
  • ff8b33d release: 9.26.0
  • 32eacd5 chore: update packages/flutter/scripts/update-native.sh to 0.16.1 (#3937)
  • 93e6f05 chore: update packages/flutter/scripts/update-android.sh to 8.51.0 (#3938)
  • 6f0d13e ci: bump actions/setup-java from 5.5.0 to 5.6.0 (#3915)
  • 98581ac chore: Align Dart and Flutter SDK constraints
  • Additional commits viewable in compare view

Updates upgrader from 13.6.0 to 13.7.0

Changelog

Sourced from upgrader's changelog.

13.7.0

  • [457][553] Fixed barrierDismissible being ignored in UpgradeAlert. (thanks to @​mem-5514-tahara)
Commits
  • 1ec99f3 Bumped version to 13.7.0 for release and reformatted a file.
  • 2cb3d04 Merge pull request #553 from mem-5514-tahara/fix/barrier-dismissible-457
  • 227761e CI: Added Flutter version 3.47.0
  • 40f0d1d docs: fix Dartdoc reference for barrierDismissible
  • fd92671 Fixed barrierDismissible being ignored in UpgradeAlert (#457)
  • See full diff 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 ...

Description has been truncated

…2 updates
Bumps the pub-minor-patch group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [archive](https://github.com/brendan-duncan/archive) | `4.0.9` | `4.2.0` |
| [build_runner](https://github.com/dart-lang/build) | `2.15.1` | `2.16.0` |
| [freezed](https://github.com/rrousselGit/freezed) | `3.2.5` | `4.0.1` |
| [file_picker](https://github.com/miguelpruivo/flutter_file_picker/tree/master/packages) | `12.0.0-beta.7` | `12.1.2` |
| [flutter_map](https://github.com/fleaflet/flutter_map) | `8.3.1` | `8.3.2` |
| [flutter_web_auth_2](https://github.com/ThexXTURBOXx/flutter_web_auth_2) | `5.0.3` | `5.1.0` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `8.2.0` | `8.2.1` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.14.0` | `6.14.1` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `9.25.0` | `10.0.0-alpha.3` |
| [upgrader](https://github.com/larryaasen/upgrader) | `13.6.0` | `13.7.0` |
Updates `archive` from 4.0.9 to 4.2.0
- [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/archive@v4.0.9...4.2.0)
Updates `build_runner` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `file_picker` from 12.0.0-beta.7 to 12.1.2
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits/file_picker-v12.1.2/packages)
Updates `flutter_map` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](fleaflet/flutter_map@v8.3.1...v8.3.2)
Updates `flutter_web_auth_2` from 5.0.3 to 5.1.0
- [Release notes](https://github.com/ThexXTURBOXx/flutter_web_auth_2/releases)
- [Commits](ThexXTURBOXx/flutter_web_auth_2@5.0.3...5.1.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `google_fonts` from 8.2.0 to 8.2.1
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.2.1/packages)
Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)
Updates `json_serializable` from 6.14.0 to 6.14.1
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.14.0...json_serializable-v6.14.1)
Updates `meta` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.19.0/pkg)
Updates `sentry_flutter` from 9.25.0 to 10.0.0-alpha.3
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/10.0.0-alpha.3/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@9.25.0...10.0.0-alpha.3)
Updates `upgrader` from 13.6.0 to 13.7.0
- [Changelog](https://github.com/larryaasen/upgrader/blob/main/CHANGELOG.md)
- [Commits](larryaasen/upgrader@13.6.0...13.7.0)
---
updated-dependencies:
- dependency-name: archive
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: build_runner
dependency-version: 2.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: file_picker
dependency-version: 12.1.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: flutter_map
dependency-version: 8.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: flutter_web_auth_2
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: google_fonts
dependency-version: 8.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: intl
dependency-version: 0.20.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: json_serializable
dependency-version: 6.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: meta
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: sentry_flutter
dependency-version: 10.0.0-alpha.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: upgrader
dependency-version: 13.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Aug 31, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dartPull requests that update dart codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates - #30

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d
Open

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the pub-minor-patch group with 10 updates in the / directory:

PackageFromTo
archive4.0.94.2.0
build_runner2.15.12.16.0
freezed3.2.54.0.1
file_picker12.0.0-beta.712.1.2
flutter_map8.3.18.3.2
flutter_web_auth_25.0.35.1.0
google_fonts8.2.08.2.1
json_serializable6.14.06.14.1
sentry_flutter9.25.010.0.0-alpha.3
upgrader13.6.013.7.0

Updates archive from 4.0.9 to 4.2.0

Changelog

Sourced from archive's changelog.

4.2.0

  • Optimize performance and issues with large files with XZDecoder.

4.1.0

  • Fix: RangeError when parsing ZIP extra fields with trailing bytes.
  • Optimize LZ77 decode
  • Fix: issue with file_buffer preventing last value
  • Fix: invalid path separator in zip content compression
Commits
  • 179ba02 4.2.0
  • 3133d6d dart format
  • 27ee9c2 Merge pull request #413 from krll-kov/main
  • 32f7b37 Refactor CRC-64 calculation by removing shiftDown64 (x1.75 times faster)
  • c3176ff Introduce dictionaryCap for LZMA decoder
  • 04c1170 Implement CRC64 check in xz_decoder
  • 508b4fd Fix logical conditions in xz_decoder.dart
  • 1a7b488 Modify return logic for XZ stream validation
  • ca7f803 Fixed curly_braces_in_flow_control_structures warning
  • 3e3d227 Fix trimDictionary to improve dictionary management and masks
  • Additional commits viewable in compare view

Updates build_runner from 2.15.1 to 2.16.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.0

  • New default output behavior: always fix incorrect generated files. For example: if you "dart run build_runner build", modify a generated file, then build again, it will be fixed, undoing your modifications.
  • New option, --keep-modified-outputs. Use this to get the old output behavior: manual modifications to generated files are kept. They will be overwritten if a build is triggered due to an input file change, a configuration change or dart run build_runner clean.
  • New option, --only-check, for use in continuous builds and tests. With this option build_runner writes nothing, but builds and compares with the files already on disk. If there is any difference between disk and expected output then the differences are logged and the build fails.
  • Allow package_config 3.0.0.

package:build_runner v2.15.3

  • Simplify deletion of stale outputs: don't try to handle package renames.
  • The daemon asset server now rejects various non-local connections.
  • Bug fix: in incremental builds, when an input was deleted, its output was deleted at the start of the build. Make it consistent with other output deletions: wait until the end of the build.
  • Bug fix: post process builders with build_to: source can only write to output packages.
  • Bug fix: post process builders with build_to: cache can only write output corresponding to known packages.
  • Bug fix: reject incorrect builder config that has duplicate builder keys.
  • Bug fix: reject invalid builder factories in build.yaml.
  • Bug fix: correctly filter served or --output post process output.
  • Bug fix: serve mode only serves the specified package subdirectories.
  • Bug fix: serve live reload websocket checks for localhost origin.
  • Bug fix: don't follow symlinks when cleaning up output folders.
  • Bug fix: catch Windows-specific absolute paths.

package:build_runner v2.15.2

  • Allow analyzer 14.x, require 13.3.0.
  • Require Dart 3.11.0.
Commits

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates file_picker from 12.0.0-beta.7 to 12.1.2

Release notes

Sourced from file_picker's releases.

12.0.0

What's Changed

... (truncated)

Commits
  • fdbaee5 Merge remote-tracking branch 'origin/master' into docs/darwin-asset-represent...
  • 2db354f style(linux): use a block body for resolveOptions
  • 440940d test(linux): test the real narrowing instead of a copy of it
  • b349f5c Revert "docs(linux): replace the placeholder example with a runnable app"
  • 22fa4c9 fix(linux): resolve the parent window by pid, not by focus
  • fa0bafd docs(linux): replace the placeholder example with a runnable app
  • d1fcb6b docs(linux): demonstrate resolving parentWindow in the package example
  • dcad46e docs(linux): show the parentWindow route that actually works
  • d558a35 docs(linux): spell out the X11 and Wayland difference for lockParentWindow
  • 5987135 docs(linux): document the Linux specific options
  • Additional commits viewable in compare view

Updates flutter_map from 8.3.1 to 8.3.2

Release notes

Sourced from flutter_map's releases.

v8.3.2

What's Changed

New Contributors

Full Changelog: fleaflet/flutter_map@v8.3.1...v8.3.2

Changelog

Sourced from flutter_map's changelog.

[8.3.2] - 2026/08/27

Contains the following user-affecting bug fixes:

  • Prevent NaN fling direction when tracked pointer offsets are zero - #2220 for #2221
  • Don't apply initialCameraFit on a zero-sized camera - #2223 for #2222
  • Load tiles during double-tap-drag zoom gesture - #2217

Many thanks to these contributors (in no particular order):

Commits
  • 9c86ddc chore: prepare for v8.3.2 release (#2245)
  • cbb6eb7 fix: load tiles during double-tap-drag zoom gesture (#2217)
  • 63732f3 fix: don't apply initialCameraFit on a zero-sized camera (#2223)
  • f779fae fix: prevent NaN fling direction when tracked pointer offsets are zero (#2220)
  • See full diff in compare view

Updates flutter_web_auth_2 from 5.0.3 to 5.1.0

Release notes

Sourced from flutter_web_auth_2's releases.

5.1.0: Bugfixes

5.1.0

Commits
  • d268372 Bump version and add changelog
  • 170b2fe Add 6.x changelogs
  • 2c0bb2d Add 6.x reference for built-in KGP and AGP 9+
  • 8746b67 Exclude analyser entries
  • b6c8ad6 fix(android): handle missing authUri/callbackScheme in AuthenticationManageme...
  • 1d1a2ce Update CI
  • 8eb49de Remove compatibility issue template
  • 90c4e72 fix(android): catch SecurityException when launching the auth tab (#212)
  • See full diff in compare view

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates google_fonts from 8.2.0 to 8.2.1

Commits
  • ac87e65 [google_fonts] Remove failed loads from pendingFonts (#12240)
  • a5beb57 [google_sign_in_android] Keep default_web_client_id resource from being str...
  • caddb39 [vector_graphics] Provide textDirection for semantics label to avoid crash wi...
  • a404e4c [camera_android_camerax] Update AGENTS.md to improve video recording integr...
  • 5351d8c [material_ui, cupertino_ui] Add migration bridge utilities (#12314)
  • 44a984d Enforce scoped validation tools in AGENTS.md with file-based trap evals (#12297)
  • 43dcfe5 [camera_android_camerax] Prefer higher resolution for max preset (#11956)
  • dd11626 [pigeon] Clean up legacy registrant code (#12205)
  • 1448f08 [go_router] Add BlockedInitialNavigationException for blocked initial deep li...
  • b0d355f [file_selector] Switch to Swift Testing (#12235)
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates json_serializable from 6.14.0 to 6.14.1

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.14.1

  • Require analyzer: '>=10.0.0 <15.0.0'
Commits

Updates meta from 1.18.0 to 1.19.0

Changelog

Sourced from meta's changelog.

1.19.0 - 2016-08-26

Language changes

  • The language now allows a trailing comma after the last argument of a call and the last parameter of a function declaration. This can make long argument or parameter lists easier to maintain, as commas can be left as-is when reordering lines. For details, see SDK issue 26644.

Tool Changes

  • dartfmt - upgraded to v0.2.9+1

    • Support trailing commas in argument and parameter lists.
    • Gracefully handle read-only files.
    • About a dozen other bug fixes.
  • Pub

    • Added a --no-packages-dir flag to pub get, pub upgrade, and pub downgrade. When this flag is passed, pub will not generate a packages/ directory, and will remove that directory and any symlinks to it if they exist. Note that this replaces the unsupported --no-package-symlinks flag.

    • Added the ability for packages to declare a constraint on the [Flutter][] SDK:

      environment:
      flutter: ^0.1.2sdk: >=1.19.0 <2.0.0

      A Flutter constraint will only be satisfiable when pub is running in the context of the flutter executable, and when the Flutter SDK version matches the constraint.

    • Added sdk as a new package source that fetches packages from a hard-coded SDK. Currently only the flutter SDK is supported:

      dependencies:
      flutter_driver:
      sdk: flutterversion: ^0.0.1

      A Flutter sdk dependency will only be satisfiable when pub is running in

... (truncated)

Commits
  • c38a8d1 Extend Future.then inference to subclasses
  • 0e12dbf fixes #27113, future.then shouldn't disable upwards block inference
  • 47f1415 Type check field initializers in the correct context.
  • 1c81fe7 Fix calling object methods and properties on function types
  • 3f95c3e Ignore any missing dependencies while linking in PubSummaryManager.
  • 5bfd6e6 Add PubSummaryManager.computeUnlinkedForFolder() for Flutter.
  • efb961c Create a way to find SDK extensions and integrate it
  • e31e775 Move summary inspection code out of pkg/analyzer/lib.
  • b7a0a42 Add --bazel-paths option to dart2js entrypoint.
  • b3a38bd fix #27088, future then upwards inference
  • Additional commits viewable in compare view

Updates sentry_flutter from 9.25.0 to 10.0.0-alpha.3

Release notes

Sourced from sentry_flutter's releases.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Commits
  • 100bab1 release: 10.0.0-alpha.3
  • 89de5db Changelog for next release
  • 6e3f6a6 Merge tag '9.26.0' into v10-branch
  • ada11bc ref: Apply new linter rules and graduate experimental APIs (#3940)
  • 2547cf7 docs: Consolidate standalone app start changelog entries (#3939)
  • ff8b33d release: 9.26.0
  • 32eacd5 chore: update packages/flutter/scripts/update-native.sh to 0.16.1 (#3937)
  • 93e6f05 chore: update packages/flutter/scripts/update-android.sh to 8.51.0 (#3938)
  • 6f0d13e ci: bump actions/setup-java from 5.5.0 to 5.6.0 (#3915)
  • 98581ac chore: Align Dart and Flutter SDK constraints
  • Additional commits viewable in compare view

Updates upgrader from 13.6.0 to 13.7.0

Changelog

Sourced from upgrader's changelog.

13.7.0

  • [457][553] Fixed barrierDismissible being ignored in UpgradeAlert. (thanks to @​mem-5514-tahara)
Commits
  • 1ec99f3 Bumped version to 13.7.0 for release and reformatted a file.
  • 2cb3d04 Merge pull request #553 from mem-5514-tahara/fix/barrier-dismissible-457
  • 227761e CI: Added Flutter version 3.47.0
  • 40f0d1d docs: fix Dartdoc reference for barrierDismissible
  • fd92671 Fixed barrierDismissible being ignored in UpgradeAlert (#457)
  • See full diff 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 ...

Description has been truncated

…2 updates
Bumps the pub-minor-patch group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [archive](https://github.com/brendan-duncan/archive) | `4.0.9` | `4.2.0` |
| [build_runner](https://github.com/dart-lang/build) | `2.15.1` | `2.16.0` |
| [freezed](https://github.com/rrousselGit/freezed) | `3.2.5` | `4.0.1` |
| [file_picker](https://github.com/miguelpruivo/flutter_file_picker/tree/master/packages) | `12.0.0-beta.7` | `12.1.2` |
| [flutter_map](https://github.com/fleaflet/flutter_map) | `8.3.1` | `8.3.2` |
| [flutter_web_auth_2](https://github.com/ThexXTURBOXx/flutter_web_auth_2) | `5.0.3` | `5.1.0` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `8.2.0` | `8.2.1` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.14.0` | `6.14.1` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `9.25.0` | `10.0.0-alpha.3` |
| [upgrader](https://github.com/larryaasen/upgrader) | `13.6.0` | `13.7.0` |
Updates `archive` from 4.0.9 to 4.2.0
- [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/archive@v4.0.9...4.2.0)
Updates `build_runner` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `file_picker` from 12.0.0-beta.7 to 12.1.2
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits/file_picker-v12.1.2/packages)
Updates `flutter_map` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](fleaflet/flutter_map@v8.3.1...v8.3.2)
Updates `flutter_web_auth_2` from 5.0.3 to 5.1.0
- [Release notes](https://github.com/ThexXTURBOXx/flutter_web_auth_2/releases)
- [Commits](ThexXTURBOXx/flutter_web_auth_2@5.0.3...5.1.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `google_fonts` from 8.2.0 to 8.2.1
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.2.1/packages)
Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)
Updates `json_serializable` from 6.14.0 to 6.14.1
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.14.0...json_serializable-v6.14.1)
Updates `meta` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.19.0/pkg)
Updates `sentry_flutter` from 9.25.0 to 10.0.0-alpha.3
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/10.0.0-alpha.3/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@9.25.0...10.0.0-alpha.3)
Updates `upgrader` from 13.6.0 to 13.7.0
- [Changelog](https://github.com/larryaasen/upgrader/blob/main/CHANGELOG.md)
- [Commits](larryaasen/upgrader@13.6.0...13.7.0)
---
updated-dependencies:
- dependency-name: archive
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: build_runner
dependency-version: 2.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: file_picker
dependency-version: 12.1.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: flutter_map
dependency-version: 8.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: flutter_web_auth_2
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: google_fonts
dependency-version: 8.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: intl
dependency-version: 0.20.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: json_serializable
dependency-version: 6.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: meta
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: sentry_flutter
dependency-version: 10.0.0-alpha.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: upgrader
dependency-version: 13.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Aug 31, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dartPull requests that update dart codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates - #30

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d
Open

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the pub-minor-patch group with 10 updates in the / directory:

PackageFromTo
archive4.0.94.2.0
build_runner2.15.12.16.0
freezed3.2.54.0.1
file_picker12.0.0-beta.712.1.2
flutter_map8.3.18.3.2
flutter_web_auth_25.0.35.1.0
google_fonts8.2.08.2.1
json_serializable6.14.06.14.1
sentry_flutter9.25.010.0.0-alpha.3
upgrader13.6.013.7.0

Updates archive from 4.0.9 to 4.2.0

Changelog

Sourced from archive's changelog.

4.2.0

  • Optimize performance and issues with large files with XZDecoder.

4.1.0

  • Fix: RangeError when parsing ZIP extra fields with trailing bytes.
  • Optimize LZ77 decode
  • Fix: issue with file_buffer preventing last value
  • Fix: invalid path separator in zip content compression
Commits
  • 179ba02 4.2.0
  • 3133d6d dart format
  • 27ee9c2 Merge pull request #413 from krll-kov/main
  • 32f7b37 Refactor CRC-64 calculation by removing shiftDown64 (x1.75 times faster)
  • c3176ff Introduce dictionaryCap for LZMA decoder
  • 04c1170 Implement CRC64 check in xz_decoder
  • 508b4fd Fix logical conditions in xz_decoder.dart
  • 1a7b488 Modify return logic for XZ stream validation
  • ca7f803 Fixed curly_braces_in_flow_control_structures warning
  • 3e3d227 Fix trimDictionary to improve dictionary management and masks
  • Additional commits viewable in compare view

Updates build_runner from 2.15.1 to 2.16.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.0

  • New default output behavior: always fix incorrect generated files. For example: if you "dart run build_runner build", modify a generated file, then build again, it will be fixed, undoing your modifications.
  • New option, --keep-modified-outputs. Use this to get the old output behavior: manual modifications to generated files are kept. They will be overwritten if a build is triggered due to an input file change, a configuration change or dart run build_runner clean.
  • New option, --only-check, for use in continuous builds and tests. With this option build_runner writes nothing, but builds and compares with the files already on disk. If there is any difference between disk and expected output then the differences are logged and the build fails.
  • Allow package_config 3.0.0.

package:build_runner v2.15.3

  • Simplify deletion of stale outputs: don't try to handle package renames.
  • The daemon asset server now rejects various non-local connections.
  • Bug fix: in incremental builds, when an input was deleted, its output was deleted at the start of the build. Make it consistent with other output deletions: wait until the end of the build.
  • Bug fix: post process builders with build_to: source can only write to output packages.
  • Bug fix: post process builders with build_to: cache can only write output corresponding to known packages.
  • Bug fix: reject incorrect builder config that has duplicate builder keys.
  • Bug fix: reject invalid builder factories in build.yaml.
  • Bug fix: correctly filter served or --output post process output.
  • Bug fix: serve mode only serves the specified package subdirectories.
  • Bug fix: serve live reload websocket checks for localhost origin.
  • Bug fix: don't follow symlinks when cleaning up output folders.
  • Bug fix: catch Windows-specific absolute paths.

package:build_runner v2.15.2

  • Allow analyzer 14.x, require 13.3.0.
  • Require Dart 3.11.0.
Commits

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates file_picker from 12.0.0-beta.7 to 12.1.2

Release notes

Sourced from file_picker's releases.

12.0.0

What's Changed

... (truncated)

Commits
  • fdbaee5 Merge remote-tracking branch 'origin/master' into docs/darwin-asset-represent...
  • 2db354f style(linux): use a block body for resolveOptions
  • 440940d test(linux): test the real narrowing instead of a copy of it
  • b349f5c Revert "docs(linux): replace the placeholder example with a runnable app"
  • 22fa4c9 fix(linux): resolve the parent window by pid, not by focus
  • fa0bafd docs(linux): replace the placeholder example with a runnable app
  • d1fcb6b docs(linux): demonstrate resolving parentWindow in the package example
  • dcad46e docs(linux): show the parentWindow route that actually works
  • d558a35 docs(linux): spell out the X11 and Wayland difference for lockParentWindow
  • 5987135 docs(linux): document the Linux specific options
  • Additional commits viewable in compare view

Updates flutter_map from 8.3.1 to 8.3.2

Release notes

Sourced from flutter_map's releases.

v8.3.2

What's Changed

New Contributors

Full Changelog: fleaflet/flutter_map@v8.3.1...v8.3.2

Changelog

Sourced from flutter_map's changelog.

[8.3.2] - 2026/08/27

Contains the following user-affecting bug fixes:

  • Prevent NaN fling direction when tracked pointer offsets are zero - #2220 for #2221
  • Don't apply initialCameraFit on a zero-sized camera - #2223 for #2222
  • Load tiles during double-tap-drag zoom gesture - #2217

Many thanks to these contributors (in no particular order):

Commits
  • 9c86ddc chore: prepare for v8.3.2 release (#2245)
  • cbb6eb7 fix: load tiles during double-tap-drag zoom gesture (#2217)
  • 63732f3 fix: don't apply initialCameraFit on a zero-sized camera (#2223)
  • f779fae fix: prevent NaN fling direction when tracked pointer offsets are zero (#2220)
  • See full diff in compare view

Updates flutter_web_auth_2 from 5.0.3 to 5.1.0

Release notes

Sourced from flutter_web_auth_2's releases.

5.1.0: Bugfixes

5.1.0

Commits
  • d268372 Bump version and add changelog
  • 170b2fe Add 6.x changelogs
  • 2c0bb2d Add 6.x reference for built-in KGP and AGP 9+
  • 8746b67 Exclude analyser entries
  • b6c8ad6 fix(android): handle missing authUri/callbackScheme in AuthenticationManageme...
  • 1d1a2ce Update CI
  • 8eb49de Remove compatibility issue template
  • 90c4e72 fix(android): catch SecurityException when launching the auth tab (#212)
  • See full diff in compare view

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates google_fonts from 8.2.0 to 8.2.1

Commits
  • ac87e65 [google_fonts] Remove failed loads from pendingFonts (#12240)
  • a5beb57 [google_sign_in_android] Keep default_web_client_id resource from being str...
  • caddb39 [vector_graphics] Provide textDirection for semantics label to avoid crash wi...
  • a404e4c [camera_android_camerax] Update AGENTS.md to improve video recording integr...
  • 5351d8c [material_ui, cupertino_ui] Add migration bridge utilities (#12314)
  • 44a984d Enforce scoped validation tools in AGENTS.md with file-based trap evals (#12297)
  • 43dcfe5 [camera_android_camerax] Prefer higher resolution for max preset (#11956)
  • dd11626 [pigeon] Clean up legacy registrant code (#12205)
  • 1448f08 [go_router] Add BlockedInitialNavigationException for blocked initial deep li...
  • b0d355f [file_selector] Switch to Swift Testing (#12235)
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates json_serializable from 6.14.0 to 6.14.1

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.14.1

  • Require analyzer: '>=10.0.0 <15.0.0'
Commits

Updates meta from 1.18.0 to 1.19.0

Changelog

Sourced from meta's changelog.

1.19.0 - 2016-08-26

Language changes

  • The language now allows a trailing comma after the last argument of a call and the last parameter of a function declaration. This can make long argument or parameter lists easier to maintain, as commas can be left as-is when reordering lines. For details, see SDK issue 26644.

Tool Changes

  • dartfmt - upgraded to v0.2.9+1

    • Support trailing commas in argument and parameter lists.
    • Gracefully handle read-only files.
    • About a dozen other bug fixes.
  • Pub

    • Added a --no-packages-dir flag to pub get, pub upgrade, and pub downgrade. When this flag is passed, pub will not generate a packages/ directory, and will remove that directory and any symlinks to it if they exist. Note that this replaces the unsupported --no-package-symlinks flag.

    • Added the ability for packages to declare a constraint on the [Flutter][] SDK:

      environment:
      flutter: ^0.1.2sdk: >=1.19.0 <2.0.0

      A Flutter constraint will only be satisfiable when pub is running in the context of the flutter executable, and when the Flutter SDK version matches the constraint.

    • Added sdk as a new package source that fetches packages from a hard-coded SDK. Currently only the flutter SDK is supported:

      dependencies:
      flutter_driver:
      sdk: flutterversion: ^0.0.1

      A Flutter sdk dependency will only be satisfiable when pub is running in

... (truncated)

Commits
  • c38a8d1 Extend Future.then inference to subclasses
  • 0e12dbf fixes #27113, future.then shouldn't disable upwards block inference
  • 47f1415 Type check field initializers in the correct context.
  • 1c81fe7 Fix calling object methods and properties on function types
  • 3f95c3e Ignore any missing dependencies while linking in PubSummaryManager.
  • 5bfd6e6 Add PubSummaryManager.computeUnlinkedForFolder() for Flutter.
  • efb961c Create a way to find SDK extensions and integrate it
  • e31e775 Move summary inspection code out of pkg/analyzer/lib.
  • b7a0a42 Add --bazel-paths option to dart2js entrypoint.
  • b3a38bd fix #27088, future then upwards inference
  • Additional commits viewable in compare view

Updates sentry_flutter from 9.25.0 to 10.0.0-alpha.3

Release notes

Sourced from sentry_flutter's releases.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Commits
  • 100bab1 release: 10.0.0-alpha.3
  • 89de5db Changelog for next release
  • 6e3f6a6 Merge tag '9.26.0' into v10-branch
  • ada11bc ref: Apply new linter rules and graduate experimental APIs (#3940)
  • 2547cf7 docs: Consolidate standalone app start changelog entries (#3939)
  • ff8b33d release: 9.26.0
  • 32eacd5 chore: update packages/flutter/scripts/update-native.sh to 0.16.1 (#3937)
  • 93e6f05 chore: update packages/flutter/scripts/update-android.sh to 8.51.0 (#3938)
  • 6f0d13e ci: bump actions/setup-java from 5.5.0 to 5.6.0 (#3915)
  • 98581ac chore: Align Dart and Flutter SDK constraints
  • Additional commits viewable in compare view

Updates upgrader from 13.6.0 to 13.7.0

Changelog

Sourced from upgrader's changelog.

13.7.0

  • [457][553] Fixed barrierDismissible being ignored in UpgradeAlert. (thanks to @​mem-5514-tahara)
Commits
  • 1ec99f3 Bumped version to 13.7.0 for release and reformatted a file.
  • 2cb3d04 Merge pull request #553 from mem-5514-tahara/fix/barrier-dismissible-457
  • 227761e CI: Added Flutter version 3.47.0
  • 40f0d1d docs: fix Dartdoc reference for barrierDismissible
  • fd92671 Fixed barrierDismissible being ignored in UpgradeAlert (#457)
  • See full diff 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 ...

Description has been truncated

…2 updates
Bumps the pub-minor-patch group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [archive](https://github.com/brendan-duncan/archive) | `4.0.9` | `4.2.0` |
| [build_runner](https://github.com/dart-lang/build) | `2.15.1` | `2.16.0` |
| [freezed](https://github.com/rrousselGit/freezed) | `3.2.5` | `4.0.1` |
| [file_picker](https://github.com/miguelpruivo/flutter_file_picker/tree/master/packages) | `12.0.0-beta.7` | `12.1.2` |
| [flutter_map](https://github.com/fleaflet/flutter_map) | `8.3.1` | `8.3.2` |
| [flutter_web_auth_2](https://github.com/ThexXTURBOXx/flutter_web_auth_2) | `5.0.3` | `5.1.0` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `8.2.0` | `8.2.1` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.14.0` | `6.14.1` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `9.25.0` | `10.0.0-alpha.3` |
| [upgrader](https://github.com/larryaasen/upgrader) | `13.6.0` | `13.7.0` |
Updates `archive` from 4.0.9 to 4.2.0
- [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/archive@v4.0.9...4.2.0)
Updates `build_runner` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `file_picker` from 12.0.0-beta.7 to 12.1.2
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits/file_picker-v12.1.2/packages)
Updates `flutter_map` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](fleaflet/flutter_map@v8.3.1...v8.3.2)
Updates `flutter_web_auth_2` from 5.0.3 to 5.1.0
- [Release notes](https://github.com/ThexXTURBOXx/flutter_web_auth_2/releases)
- [Commits](ThexXTURBOXx/flutter_web_auth_2@5.0.3...5.1.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `google_fonts` from 8.2.0 to 8.2.1
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.2.1/packages)
Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)
Updates `json_serializable` from 6.14.0 to 6.14.1
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.14.0...json_serializable-v6.14.1)
Updates `meta` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.19.0/pkg)
Updates `sentry_flutter` from 9.25.0 to 10.0.0-alpha.3
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/10.0.0-alpha.3/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@9.25.0...10.0.0-alpha.3)
Updates `upgrader` from 13.6.0 to 13.7.0
- [Changelog](https://github.com/larryaasen/upgrader/blob/main/CHANGELOG.md)
- [Commits](larryaasen/upgrader@13.6.0...13.7.0)
---
updated-dependencies:
- dependency-name: archive
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: build_runner
dependency-version: 2.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: file_picker
dependency-version: 12.1.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: flutter_map
dependency-version: 8.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: flutter_web_auth_2
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: google_fonts
dependency-version: 8.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: intl
dependency-version: 0.20.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: json_serializable
dependency-version: 6.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: meta
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: sentry_flutter
dependency-version: 10.0.0-alpha.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: upgrader
dependency-version: 13.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Aug 31, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dartPull requests that update dart codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates - #30

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d
Open

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the pub-minor-patch group with 10 updates in the / directory:

PackageFromTo
archive4.0.94.2.0
build_runner2.15.12.16.0
freezed3.2.54.0.1
file_picker12.0.0-beta.712.1.2
flutter_map8.3.18.3.2
flutter_web_auth_25.0.35.1.0
google_fonts8.2.08.2.1
json_serializable6.14.06.14.1
sentry_flutter9.25.010.0.0-alpha.3
upgrader13.6.013.7.0

Updates archive from 4.0.9 to 4.2.0

Changelog

Sourced from archive's changelog.

4.2.0

  • Optimize performance and issues with large files with XZDecoder.

4.1.0

  • Fix: RangeError when parsing ZIP extra fields with trailing bytes.
  • Optimize LZ77 decode
  • Fix: issue with file_buffer preventing last value
  • Fix: invalid path separator in zip content compression
Commits
  • 179ba02 4.2.0
  • 3133d6d dart format
  • 27ee9c2 Merge pull request #413 from krll-kov/main
  • 32f7b37 Refactor CRC-64 calculation by removing shiftDown64 (x1.75 times faster)
  • c3176ff Introduce dictionaryCap for LZMA decoder
  • 04c1170 Implement CRC64 check in xz_decoder
  • 508b4fd Fix logical conditions in xz_decoder.dart
  • 1a7b488 Modify return logic for XZ stream validation
  • ca7f803 Fixed curly_braces_in_flow_control_structures warning
  • 3e3d227 Fix trimDictionary to improve dictionary management and masks
  • Additional commits viewable in compare view

Updates build_runner from 2.15.1 to 2.16.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.0

  • New default output behavior: always fix incorrect generated files. For example: if you "dart run build_runner build", modify a generated file, then build again, it will be fixed, undoing your modifications.
  • New option, --keep-modified-outputs. Use this to get the old output behavior: manual modifications to generated files are kept. They will be overwritten if a build is triggered due to an input file change, a configuration change or dart run build_runner clean.
  • New option, --only-check, for use in continuous builds and tests. With this option build_runner writes nothing, but builds and compares with the files already on disk. If there is any difference between disk and expected output then the differences are logged and the build fails.
  • Allow package_config 3.0.0.

package:build_runner v2.15.3

  • Simplify deletion of stale outputs: don't try to handle package renames.
  • The daemon asset server now rejects various non-local connections.
  • Bug fix: in incremental builds, when an input was deleted, its output was deleted at the start of the build. Make it consistent with other output deletions: wait until the end of the build.
  • Bug fix: post process builders with build_to: source can only write to output packages.
  • Bug fix: post process builders with build_to: cache can only write output corresponding to known packages.
  • Bug fix: reject incorrect builder config that has duplicate builder keys.
  • Bug fix: reject invalid builder factories in build.yaml.
  • Bug fix: correctly filter served or --output post process output.
  • Bug fix: serve mode only serves the specified package subdirectories.
  • Bug fix: serve live reload websocket checks for localhost origin.
  • Bug fix: don't follow symlinks when cleaning up output folders.
  • Bug fix: catch Windows-specific absolute paths.

package:build_runner v2.15.2

  • Allow analyzer 14.x, require 13.3.0.
  • Require Dart 3.11.0.
Commits

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates file_picker from 12.0.0-beta.7 to 12.1.2

Release notes

Sourced from file_picker's releases.

12.0.0

What's Changed

... (truncated)

Commits
  • fdbaee5 Merge remote-tracking branch 'origin/master' into docs/darwin-asset-represent...
  • 2db354f style(linux): use a block body for resolveOptions
  • 440940d test(linux): test the real narrowing instead of a copy of it
  • b349f5c Revert "docs(linux): replace the placeholder example with a runnable app"
  • 22fa4c9 fix(linux): resolve the parent window by pid, not by focus
  • fa0bafd docs(linux): replace the placeholder example with a runnable app
  • d1fcb6b docs(linux): demonstrate resolving parentWindow in the package example
  • dcad46e docs(linux): show the parentWindow route that actually works
  • d558a35 docs(linux): spell out the X11 and Wayland difference for lockParentWindow
  • 5987135 docs(linux): document the Linux specific options
  • Additional commits viewable in compare view

Updates flutter_map from 8.3.1 to 8.3.2

Release notes

Sourced from flutter_map's releases.

v8.3.2

What's Changed

New Contributors

Full Changelog: fleaflet/flutter_map@v8.3.1...v8.3.2

Changelog

Sourced from flutter_map's changelog.

[8.3.2] - 2026/08/27

Contains the following user-affecting bug fixes:

  • Prevent NaN fling direction when tracked pointer offsets are zero - #2220 for #2221
  • Don't apply initialCameraFit on a zero-sized camera - #2223 for #2222
  • Load tiles during double-tap-drag zoom gesture - #2217

Many thanks to these contributors (in no particular order):

Commits
  • 9c86ddc chore: prepare for v8.3.2 release (#2245)
  • cbb6eb7 fix: load tiles during double-tap-drag zoom gesture (#2217)
  • 63732f3 fix: don't apply initialCameraFit on a zero-sized camera (#2223)
  • f779fae fix: prevent NaN fling direction when tracked pointer offsets are zero (#2220)
  • See full diff in compare view

Updates flutter_web_auth_2 from 5.0.3 to 5.1.0

Release notes

Sourced from flutter_web_auth_2's releases.

5.1.0: Bugfixes

5.1.0

Commits
  • d268372 Bump version and add changelog
  • 170b2fe Add 6.x changelogs
  • 2c0bb2d Add 6.x reference for built-in KGP and AGP 9+
  • 8746b67 Exclude analyser entries
  • b6c8ad6 fix(android): handle missing authUri/callbackScheme in AuthenticationManageme...
  • 1d1a2ce Update CI
  • 8eb49de Remove compatibility issue template
  • 90c4e72 fix(android): catch SecurityException when launching the auth tab (#212)
  • See full diff in compare view

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates google_fonts from 8.2.0 to 8.2.1

Commits
  • ac87e65 [google_fonts] Remove failed loads from pendingFonts (#12240)
  • a5beb57 [google_sign_in_android] Keep default_web_client_id resource from being str...
  • caddb39 [vector_graphics] Provide textDirection for semantics label to avoid crash wi...
  • a404e4c [camera_android_camerax] Update AGENTS.md to improve video recording integr...
  • 5351d8c [material_ui, cupertino_ui] Add migration bridge utilities (#12314)
  • 44a984d Enforce scoped validation tools in AGENTS.md with file-based trap evals (#12297)
  • 43dcfe5 [camera_android_camerax] Prefer higher resolution for max preset (#11956)
  • dd11626 [pigeon] Clean up legacy registrant code (#12205)
  • 1448f08 [go_router] Add BlockedInitialNavigationException for blocked initial deep li...
  • b0d355f [file_selector] Switch to Swift Testing (#12235)
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates json_serializable from 6.14.0 to 6.14.1

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.14.1

  • Require analyzer: '>=10.0.0 <15.0.0'
Commits

Updates meta from 1.18.0 to 1.19.0

Changelog

Sourced from meta's changelog.

1.19.0 - 2016-08-26

Language changes

  • The language now allows a trailing comma after the last argument of a call and the last parameter of a function declaration. This can make long argument or parameter lists easier to maintain, as commas can be left as-is when reordering lines. For details, see SDK issue 26644.

Tool Changes

  • dartfmt - upgraded to v0.2.9+1

    • Support trailing commas in argument and parameter lists.
    • Gracefully handle read-only files.
    • About a dozen other bug fixes.
  • Pub

    • Added a --no-packages-dir flag to pub get, pub upgrade, and pub downgrade. When this flag is passed, pub will not generate a packages/ directory, and will remove that directory and any symlinks to it if they exist. Note that this replaces the unsupported --no-package-symlinks flag.

    • Added the ability for packages to declare a constraint on the [Flutter][] SDK:

      environment:
      flutter: ^0.1.2sdk: >=1.19.0 <2.0.0

      A Flutter constraint will only be satisfiable when pub is running in the context of the flutter executable, and when the Flutter SDK version matches the constraint.

    • Added sdk as a new package source that fetches packages from a hard-coded SDK. Currently only the flutter SDK is supported:

      dependencies:
      flutter_driver:
      sdk: flutterversion: ^0.0.1

      A Flutter sdk dependency will only be satisfiable when pub is running in

... (truncated)

Commits
  • c38a8d1 Extend Future.then inference to subclasses
  • 0e12dbf fixes #27113, future.then shouldn't disable upwards block inference
  • 47f1415 Type check field initializers in the correct context.
  • 1c81fe7 Fix calling object methods and properties on function types
  • 3f95c3e Ignore any missing dependencies while linking in PubSummaryManager.
  • 5bfd6e6 Add PubSummaryManager.computeUnlinkedForFolder() for Flutter.
  • efb961c Create a way to find SDK extensions and integrate it
  • e31e775 Move summary inspection code out of pkg/analyzer/lib.
  • b7a0a42 Add --bazel-paths option to dart2js entrypoint.
  • b3a38bd fix #27088, future then upwards inference
  • Additional commits viewable in compare view

Updates sentry_flutter from 9.25.0 to 10.0.0-alpha.3

Release notes

Sourced from sentry_flutter's releases.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Commits
  • 100bab1 release: 10.0.0-alpha.3
  • 89de5db Changelog for next release
  • 6e3f6a6 Merge tag '9.26.0' into v10-branch
  • ada11bc ref: Apply new linter rules and graduate experimental APIs (#3940)
  • 2547cf7 docs: Consolidate standalone app start changelog entries (#3939)
  • ff8b33d release: 9.26.0
  • 32eacd5 chore: update packages/flutter/scripts/update-native.sh to 0.16.1 (#3937)
  • 93e6f05 chore: update packages/flutter/scripts/update-android.sh to 8.51.0 (#3938)
  • 6f0d13e ci: bump actions/setup-java from 5.5.0 to 5.6.0 (#3915)
  • 98581ac chore: Align Dart and Flutter SDK constraints
  • Additional commits viewable in compare view

Updates upgrader from 13.6.0 to 13.7.0

Changelog

Sourced from upgrader's changelog.

13.7.0

  • [457][553] Fixed barrierDismissible being ignored in UpgradeAlert. (thanks to @​mem-5514-tahara)
Commits
  • 1ec99f3 Bumped version to 13.7.0 for release and reformatted a file.
  • 2cb3d04 Merge pull request #553 from mem-5514-tahara/fix/barrier-dismissible-457
  • 227761e CI: Added Flutter version 3.47.0
  • 40f0d1d docs: fix Dartdoc reference for barrierDismissible
  • fd92671 Fixed barrierDismissible being ignored in UpgradeAlert (#457)
  • See full diff 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 ...

Description has been truncated

…2 updates
Bumps the pub-minor-patch group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [archive](https://github.com/brendan-duncan/archive) | `4.0.9` | `4.2.0` |
| [build_runner](https://github.com/dart-lang/build) | `2.15.1` | `2.16.0` |
| [freezed](https://github.com/rrousselGit/freezed) | `3.2.5` | `4.0.1` |
| [file_picker](https://github.com/miguelpruivo/flutter_file_picker/tree/master/packages) | `12.0.0-beta.7` | `12.1.2` |
| [flutter_map](https://github.com/fleaflet/flutter_map) | `8.3.1` | `8.3.2` |
| [flutter_web_auth_2](https://github.com/ThexXTURBOXx/flutter_web_auth_2) | `5.0.3` | `5.1.0` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `8.2.0` | `8.2.1` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.14.0` | `6.14.1` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `9.25.0` | `10.0.0-alpha.3` |
| [upgrader](https://github.com/larryaasen/upgrader) | `13.6.0` | `13.7.0` |
Updates `archive` from 4.0.9 to 4.2.0
- [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/archive@v4.0.9...4.2.0)
Updates `build_runner` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `file_picker` from 12.0.0-beta.7 to 12.1.2
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits/file_picker-v12.1.2/packages)
Updates `flutter_map` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](fleaflet/flutter_map@v8.3.1...v8.3.2)
Updates `flutter_web_auth_2` from 5.0.3 to 5.1.0
- [Release notes](https://github.com/ThexXTURBOXx/flutter_web_auth_2/releases)
- [Commits](ThexXTURBOXx/flutter_web_auth_2@5.0.3...5.1.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `google_fonts` from 8.2.0 to 8.2.1
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.2.1/packages)
Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)
Updates `json_serializable` from 6.14.0 to 6.14.1
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.14.0...json_serializable-v6.14.1)
Updates `meta` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.19.0/pkg)
Updates `sentry_flutter` from 9.25.0 to 10.0.0-alpha.3
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/10.0.0-alpha.3/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@9.25.0...10.0.0-alpha.3)
Updates `upgrader` from 13.6.0 to 13.7.0
- [Changelog](https://github.com/larryaasen/upgrader/blob/main/CHANGELOG.md)
- [Commits](larryaasen/upgrader@13.6.0...13.7.0)
---
updated-dependencies:
- dependency-name: archive
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: build_runner
dependency-version: 2.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: file_picker
dependency-version: 12.1.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: flutter_map
dependency-version: 8.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: flutter_web_auth_2
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: google_fonts
dependency-version: 8.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: intl
dependency-version: 0.20.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: json_serializable
dependency-version: 6.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: meta
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: sentry_flutter
dependency-version: 10.0.0-alpha.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: upgrader
dependency-version: 13.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Aug 31, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dartPull requests that update dart codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates - #30

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d
Open

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the pub-minor-patch group with 10 updates in the / directory:

PackageFromTo
archive4.0.94.2.0
build_runner2.15.12.16.0
freezed3.2.54.0.1
file_picker12.0.0-beta.712.1.2
flutter_map8.3.18.3.2
flutter_web_auth_25.0.35.1.0
google_fonts8.2.08.2.1
json_serializable6.14.06.14.1
sentry_flutter9.25.010.0.0-alpha.3
upgrader13.6.013.7.0

Updates archive from 4.0.9 to 4.2.0

Changelog

Sourced from archive's changelog.

4.2.0

  • Optimize performance and issues with large files with XZDecoder.

4.1.0

  • Fix: RangeError when parsing ZIP extra fields with trailing bytes.
  • Optimize LZ77 decode
  • Fix: issue with file_buffer preventing last value
  • Fix: invalid path separator in zip content compression
Commits
  • 179ba02 4.2.0
  • 3133d6d dart format
  • 27ee9c2 Merge pull request #413 from krll-kov/main
  • 32f7b37 Refactor CRC-64 calculation by removing shiftDown64 (x1.75 times faster)
  • c3176ff Introduce dictionaryCap for LZMA decoder
  • 04c1170 Implement CRC64 check in xz_decoder
  • 508b4fd Fix logical conditions in xz_decoder.dart
  • 1a7b488 Modify return logic for XZ stream validation
  • ca7f803 Fixed curly_braces_in_flow_control_structures warning
  • 3e3d227 Fix trimDictionary to improve dictionary management and masks
  • Additional commits viewable in compare view

Updates build_runner from 2.15.1 to 2.16.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.0

  • New default output behavior: always fix incorrect generated files. For example: if you "dart run build_runner build", modify a generated file, then build again, it will be fixed, undoing your modifications.
  • New option, --keep-modified-outputs. Use this to get the old output behavior: manual modifications to generated files are kept. They will be overwritten if a build is triggered due to an input file change, a configuration change or dart run build_runner clean.
  • New option, --only-check, for use in continuous builds and tests. With this option build_runner writes nothing, but builds and compares with the files already on disk. If there is any difference between disk and expected output then the differences are logged and the build fails.
  • Allow package_config 3.0.0.

package:build_runner v2.15.3

  • Simplify deletion of stale outputs: don't try to handle package renames.
  • The daemon asset server now rejects various non-local connections.
  • Bug fix: in incremental builds, when an input was deleted, its output was deleted at the start of the build. Make it consistent with other output deletions: wait until the end of the build.
  • Bug fix: post process builders with build_to: source can only write to output packages.
  • Bug fix: post process builders with build_to: cache can only write output corresponding to known packages.
  • Bug fix: reject incorrect builder config that has duplicate builder keys.
  • Bug fix: reject invalid builder factories in build.yaml.
  • Bug fix: correctly filter served or --output post process output.
  • Bug fix: serve mode only serves the specified package subdirectories.
  • Bug fix: serve live reload websocket checks for localhost origin.
  • Bug fix: don't follow symlinks when cleaning up output folders.
  • Bug fix: catch Windows-specific absolute paths.

package:build_runner v2.15.2

  • Allow analyzer 14.x, require 13.3.0.
  • Require Dart 3.11.0.
Commits

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates file_picker from 12.0.0-beta.7 to 12.1.2

Release notes

Sourced from file_picker's releases.

12.0.0

What's Changed

... (truncated)

Commits
  • fdbaee5 Merge remote-tracking branch 'origin/master' into docs/darwin-asset-represent...
  • 2db354f style(linux): use a block body for resolveOptions
  • 440940d test(linux): test the real narrowing instead of a copy of it
  • b349f5c Revert "docs(linux): replace the placeholder example with a runnable app"
  • 22fa4c9 fix(linux): resolve the parent window by pid, not by focus
  • fa0bafd docs(linux): replace the placeholder example with a runnable app
  • d1fcb6b docs(linux): demonstrate resolving parentWindow in the package example
  • dcad46e docs(linux): show the parentWindow route that actually works
  • d558a35 docs(linux): spell out the X11 and Wayland difference for lockParentWindow
  • 5987135 docs(linux): document the Linux specific options
  • Additional commits viewable in compare view

Updates flutter_map from 8.3.1 to 8.3.2

Release notes

Sourced from flutter_map's releases.

v8.3.2

What's Changed

New Contributors

Full Changelog: fleaflet/flutter_map@v8.3.1...v8.3.2

Changelog

Sourced from flutter_map's changelog.

[8.3.2] - 2026/08/27

Contains the following user-affecting bug fixes:

  • Prevent NaN fling direction when tracked pointer offsets are zero - #2220 for #2221
  • Don't apply initialCameraFit on a zero-sized camera - #2223 for #2222
  • Load tiles during double-tap-drag zoom gesture - #2217

Many thanks to these contributors (in no particular order):

Commits
  • 9c86ddc chore: prepare for v8.3.2 release (#2245)
  • cbb6eb7 fix: load tiles during double-tap-drag zoom gesture (#2217)
  • 63732f3 fix: don't apply initialCameraFit on a zero-sized camera (#2223)
  • f779fae fix: prevent NaN fling direction when tracked pointer offsets are zero (#2220)
  • See full diff in compare view

Updates flutter_web_auth_2 from 5.0.3 to 5.1.0

Release notes

Sourced from flutter_web_auth_2's releases.

5.1.0: Bugfixes

5.1.0

Commits
  • d268372 Bump version and add changelog
  • 170b2fe Add 6.x changelogs
  • 2c0bb2d Add 6.x reference for built-in KGP and AGP 9+
  • 8746b67 Exclude analyser entries
  • b6c8ad6 fix(android): handle missing authUri/callbackScheme in AuthenticationManageme...
  • 1d1a2ce Update CI
  • 8eb49de Remove compatibility issue template
  • 90c4e72 fix(android): catch SecurityException when launching the auth tab (#212)
  • See full diff in compare view

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates google_fonts from 8.2.0 to 8.2.1

Commits
  • ac87e65 [google_fonts] Remove failed loads from pendingFonts (#12240)
  • a5beb57 [google_sign_in_android] Keep default_web_client_id resource from being str...
  • caddb39 [vector_graphics] Provide textDirection for semantics label to avoid crash wi...
  • a404e4c [camera_android_camerax] Update AGENTS.md to improve video recording integr...
  • 5351d8c [material_ui, cupertino_ui] Add migration bridge utilities (#12314)
  • 44a984d Enforce scoped validation tools in AGENTS.md with file-based trap evals (#12297)
  • 43dcfe5 [camera_android_camerax] Prefer higher resolution for max preset (#11956)
  • dd11626 [pigeon] Clean up legacy registrant code (#12205)
  • 1448f08 [go_router] Add BlockedInitialNavigationException for blocked initial deep li...
  • b0d355f [file_selector] Switch to Swift Testing (#12235)
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates json_serializable from 6.14.0 to 6.14.1

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.14.1

  • Require analyzer: '>=10.0.0 <15.0.0'
Commits

Updates meta from 1.18.0 to 1.19.0

Changelog

Sourced from meta's changelog.

1.19.0 - 2016-08-26

Language changes

  • The language now allows a trailing comma after the last argument of a call and the last parameter of a function declaration. This can make long argument or parameter lists easier to maintain, as commas can be left as-is when reordering lines. For details, see SDK issue 26644.

Tool Changes

  • dartfmt - upgraded to v0.2.9+1

    • Support trailing commas in argument and parameter lists.
    • Gracefully handle read-only files.
    • About a dozen other bug fixes.
  • Pub

    • Added a --no-packages-dir flag to pub get, pub upgrade, and pub downgrade. When this flag is passed, pub will not generate a packages/ directory, and will remove that directory and any symlinks to it if they exist. Note that this replaces the unsupported --no-package-symlinks flag.

    • Added the ability for packages to declare a constraint on the [Flutter][] SDK:

      environment:
      flutter: ^0.1.2sdk: >=1.19.0 <2.0.0

      A Flutter constraint will only be satisfiable when pub is running in the context of the flutter executable, and when the Flutter SDK version matches the constraint.

    • Added sdk as a new package source that fetches packages from a hard-coded SDK. Currently only the flutter SDK is supported:

      dependencies:
      flutter_driver:
      sdk: flutterversion: ^0.0.1

      A Flutter sdk dependency will only be satisfiable when pub is running in

... (truncated)

Commits
  • c38a8d1 Extend Future.then inference to subclasses
  • 0e12dbf fixes #27113, future.then shouldn't disable upwards block inference
  • 47f1415 Type check field initializers in the correct context.
  • 1c81fe7 Fix calling object methods and properties on function types
  • 3f95c3e Ignore any missing dependencies while linking in PubSummaryManager.
  • 5bfd6e6 Add PubSummaryManager.computeUnlinkedForFolder() for Flutter.
  • efb961c Create a way to find SDK extensions and integrate it
  • e31e775 Move summary inspection code out of pkg/analyzer/lib.
  • b7a0a42 Add --bazel-paths option to dart2js entrypoint.
  • b3a38bd fix #27088, future then upwards inference
  • Additional commits viewable in compare view

Updates sentry_flutter from 9.25.0 to 10.0.0-alpha.3

Release notes

Sourced from sentry_flutter's releases.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Commits
  • 100bab1 release: 10.0.0-alpha.3
  • 89de5db Changelog for next release
  • 6e3f6a6 Merge tag '9.26.0' into v10-branch
  • ada11bc ref: Apply new linter rules and graduate experimental APIs (#3940)
  • 2547cf7 docs: Consolidate standalone app start changelog entries (#3939)
  • ff8b33d release: 9.26.0
  • 32eacd5 chore: update packages/flutter/scripts/update-native.sh to 0.16.1 (#3937)
  • 93e6f05 chore: update packages/flutter/scripts/update-android.sh to 8.51.0 (#3938)
  • 6f0d13e ci: bump actions/setup-java from 5.5.0 to 5.6.0 (#3915)
  • 98581ac chore: Align Dart and Flutter SDK constraints
  • Additional commits viewable in compare view

Updates upgrader from 13.6.0 to 13.7.0

Changelog

Sourced from upgrader's changelog.

13.7.0

  • [457][553] Fixed barrierDismissible being ignored in UpgradeAlert. (thanks to @​mem-5514-tahara)
Commits
  • 1ec99f3 Bumped version to 13.7.0 for release and reformatted a file.
  • 2cb3d04 Merge pull request #553 from mem-5514-tahara/fix/barrier-dismissible-457
  • 227761e CI: Added Flutter version 3.47.0
  • 40f0d1d docs: fix Dartdoc reference for barrierDismissible
  • fd92671 Fixed barrierDismissible being ignored in UpgradeAlert (#457)
  • See full diff 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 ...

Description has been truncated

…2 updates
Bumps the pub-minor-patch group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [archive](https://github.com/brendan-duncan/archive) | `4.0.9` | `4.2.0` |
| [build_runner](https://github.com/dart-lang/build) | `2.15.1` | `2.16.0` |
| [freezed](https://github.com/rrousselGit/freezed) | `3.2.5` | `4.0.1` |
| [file_picker](https://github.com/miguelpruivo/flutter_file_picker/tree/master/packages) | `12.0.0-beta.7` | `12.1.2` |
| [flutter_map](https://github.com/fleaflet/flutter_map) | `8.3.1` | `8.3.2` |
| [flutter_web_auth_2](https://github.com/ThexXTURBOXx/flutter_web_auth_2) | `5.0.3` | `5.1.0` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `8.2.0` | `8.2.1` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.14.0` | `6.14.1` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `9.25.0` | `10.0.0-alpha.3` |
| [upgrader](https://github.com/larryaasen/upgrader) | `13.6.0` | `13.7.0` |
Updates `archive` from 4.0.9 to 4.2.0
- [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/archive@v4.0.9...4.2.0)
Updates `build_runner` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `file_picker` from 12.0.0-beta.7 to 12.1.2
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits/file_picker-v12.1.2/packages)
Updates `flutter_map` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](fleaflet/flutter_map@v8.3.1...v8.3.2)
Updates `flutter_web_auth_2` from 5.0.3 to 5.1.0
- [Release notes](https://github.com/ThexXTURBOXx/flutter_web_auth_2/releases)
- [Commits](ThexXTURBOXx/flutter_web_auth_2@5.0.3...5.1.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `google_fonts` from 8.2.0 to 8.2.1
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.2.1/packages)
Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)
Updates `json_serializable` from 6.14.0 to 6.14.1
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.14.0...json_serializable-v6.14.1)
Updates `meta` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.19.0/pkg)
Updates `sentry_flutter` from 9.25.0 to 10.0.0-alpha.3
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/10.0.0-alpha.3/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@9.25.0...10.0.0-alpha.3)
Updates `upgrader` from 13.6.0 to 13.7.0
- [Changelog](https://github.com/larryaasen/upgrader/blob/main/CHANGELOG.md)
- [Commits](larryaasen/upgrader@13.6.0...13.7.0)
---
updated-dependencies:
- dependency-name: archive
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: build_runner
dependency-version: 2.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: file_picker
dependency-version: 12.1.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: flutter_map
dependency-version: 8.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: flutter_web_auth_2
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: google_fonts
dependency-version: 8.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: intl
dependency-version: 0.20.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: json_serializable
dependency-version: 6.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: meta
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: sentry_flutter
dependency-version: 10.0.0-alpha.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: upgrader
dependency-version: 13.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Aug 31, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dartPull requests that update dart codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates - #30

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d
Open

chore(deps): Bump the pub-minor-patch group across 1 directory with 12 updates#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4954a25f9d

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the pub-minor-patch group with 10 updates in the / directory:

PackageFromTo
archive4.0.94.2.0
build_runner2.15.12.16.0
freezed3.2.54.0.1
file_picker12.0.0-beta.712.1.2
flutter_map8.3.18.3.2
flutter_web_auth_25.0.35.1.0
google_fonts8.2.08.2.1
json_serializable6.14.06.14.1
sentry_flutter9.25.010.0.0-alpha.3
upgrader13.6.013.7.0

Updates archive from 4.0.9 to 4.2.0

Changelog

Sourced from archive's changelog.

4.2.0

  • Optimize performance and issues with large files with XZDecoder.

4.1.0

  • Fix: RangeError when parsing ZIP extra fields with trailing bytes.
  • Optimize LZ77 decode
  • Fix: issue with file_buffer preventing last value
  • Fix: invalid path separator in zip content compression
Commits
  • 179ba02 4.2.0
  • 3133d6d dart format
  • 27ee9c2 Merge pull request #413 from krll-kov/main
  • 32f7b37 Refactor CRC-64 calculation by removing shiftDown64 (x1.75 times faster)
  • c3176ff Introduce dictionaryCap for LZMA decoder
  • 04c1170 Implement CRC64 check in xz_decoder
  • 508b4fd Fix logical conditions in xz_decoder.dart
  • 1a7b488 Modify return logic for XZ stream validation
  • ca7f803 Fixed curly_braces_in_flow_control_structures warning
  • 3e3d227 Fix trimDictionary to improve dictionary management and masks
  • Additional commits viewable in compare view

Updates build_runner from 2.15.1 to 2.16.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.0

  • New default output behavior: always fix incorrect generated files. For example: if you "dart run build_runner build", modify a generated file, then build again, it will be fixed, undoing your modifications.
  • New option, --keep-modified-outputs. Use this to get the old output behavior: manual modifications to generated files are kept. They will be overwritten if a build is triggered due to an input file change, a configuration change or dart run build_runner clean.
  • New option, --only-check, for use in continuous builds and tests. With this option build_runner writes nothing, but builds and compares with the files already on disk. If there is any difference between disk and expected output then the differences are logged and the build fails.
  • Allow package_config 3.0.0.

package:build_runner v2.15.3

  • Simplify deletion of stale outputs: don't try to handle package renames.
  • The daemon asset server now rejects various non-local connections.
  • Bug fix: in incremental builds, when an input was deleted, its output was deleted at the start of the build. Make it consistent with other output deletions: wait until the end of the build.
  • Bug fix: post process builders with build_to: source can only write to output packages.
  • Bug fix: post process builders with build_to: cache can only write output corresponding to known packages.
  • Bug fix: reject incorrect builder config that has duplicate builder keys.
  • Bug fix: reject invalid builder factories in build.yaml.
  • Bug fix: correctly filter served or --output post process output.
  • Bug fix: serve mode only serves the specified package subdirectories.
  • Bug fix: serve live reload websocket checks for localhost origin.
  • Bug fix: don't follow symlinks when cleaning up output folders.
  • Bug fix: catch Windows-specific absolute paths.

package:build_runner v2.15.2

  • Allow analyzer 14.x, require 13.3.0.
  • Require Dart 3.11.0.
Commits

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates file_picker from 12.0.0-beta.7 to 12.1.2

Release notes

Sourced from file_picker's releases.

12.0.0

What's Changed

... (truncated)

Commits
  • fdbaee5 Merge remote-tracking branch 'origin/master' into docs/darwin-asset-represent...
  • 2db354f style(linux): use a block body for resolveOptions
  • 440940d test(linux): test the real narrowing instead of a copy of it
  • b349f5c Revert "docs(linux): replace the placeholder example with a runnable app"
  • 22fa4c9 fix(linux): resolve the parent window by pid, not by focus
  • fa0bafd docs(linux): replace the placeholder example with a runnable app
  • d1fcb6b docs(linux): demonstrate resolving parentWindow in the package example
  • dcad46e docs(linux): show the parentWindow route that actually works
  • d558a35 docs(linux): spell out the X11 and Wayland difference for lockParentWindow
  • 5987135 docs(linux): document the Linux specific options
  • Additional commits viewable in compare view

Updates flutter_map from 8.3.1 to 8.3.2

Release notes

Sourced from flutter_map's releases.

v8.3.2

What's Changed

New Contributors

Full Changelog: fleaflet/flutter_map@v8.3.1...v8.3.2

Changelog

Sourced from flutter_map's changelog.

[8.3.2] - 2026/08/27

Contains the following user-affecting bug fixes:

  • Prevent NaN fling direction when tracked pointer offsets are zero - #2220 for #2221
  • Don't apply initialCameraFit on a zero-sized camera - #2223 for #2222
  • Load tiles during double-tap-drag zoom gesture - #2217

Many thanks to these contributors (in no particular order):

Commits
  • 9c86ddc chore: prepare for v8.3.2 release (#2245)
  • cbb6eb7 fix: load tiles during double-tap-drag zoom gesture (#2217)
  • 63732f3 fix: don't apply initialCameraFit on a zero-sized camera (#2223)
  • f779fae fix: prevent NaN fling direction when tracked pointer offsets are zero (#2220)
  • See full diff in compare view

Updates flutter_web_auth_2 from 5.0.3 to 5.1.0

Release notes

Sourced from flutter_web_auth_2's releases.

5.1.0: Bugfixes

5.1.0

Commits
  • d268372 Bump version and add changelog
  • 170b2fe Add 6.x changelogs
  • 2c0bb2d Add 6.x reference for built-in KGP and AGP 9+
  • 8746b67 Exclude analyser entries
  • b6c8ad6 fix(android): handle missing authUri/callbackScheme in AuthenticationManageme...
  • 1d1a2ce Update CI
  • 8eb49de Remove compatibility issue template
  • 90c4e72 fix(android): catch SecurityException when launching the auth tab (#212)
  • See full diff in compare view

Updates freezed from 3.2.5 to 4.0.1

Commits

Updates google_fonts from 8.2.0 to 8.2.1

Commits
  • ac87e65 [google_fonts] Remove failed loads from pendingFonts (#12240)
  • a5beb57 [google_sign_in_android] Keep default_web_client_id resource from being str...
  • caddb39 [vector_graphics] Provide textDirection for semantics label to avoid crash wi...
  • a404e4c [camera_android_camerax] Update AGENTS.md to improve video recording integr...
  • 5351d8c [material_ui, cupertino_ui] Add migration bridge utilities (#12314)
  • 44a984d Enforce scoped validation tools in AGENTS.md with file-based trap evals (#12297)
  • 43dcfe5 [camera_android_camerax] Prefer higher resolution for max preset (#11956)
  • dd11626 [pigeon] Clean up legacy registrant code (#12205)
  • 1448f08 [go_router] Add BlockedInitialNavigationException for blocked initial deep li...
  • b0d355f [file_selector] Switch to Swift Testing (#12235)
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates json_serializable from 6.14.0 to 6.14.1

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.14.1

  • Require analyzer: '>=10.0.0 <15.0.0'
Commits

Updates meta from 1.18.0 to 1.19.0

Changelog

Sourced from meta's changelog.

1.19.0 - 2016-08-26

Language changes

  • The language now allows a trailing comma after the last argument of a call and the last parameter of a function declaration. This can make long argument or parameter lists easier to maintain, as commas can be left as-is when reordering lines. For details, see SDK issue 26644.

Tool Changes

  • dartfmt - upgraded to v0.2.9+1

    • Support trailing commas in argument and parameter lists.
    • Gracefully handle read-only files.
    • About a dozen other bug fixes.
  • Pub

    • Added a --no-packages-dir flag to pub get, pub upgrade, and pub downgrade. When this flag is passed, pub will not generate a packages/ directory, and will remove that directory and any symlinks to it if they exist. Note that this replaces the unsupported --no-package-symlinks flag.

    • Added the ability for packages to declare a constraint on the [Flutter][] SDK:

      environment:
      flutter: ^0.1.2sdk: >=1.19.0 <2.0.0

      A Flutter constraint will only be satisfiable when pub is running in the context of the flutter executable, and when the Flutter SDK version matches the constraint.

    • Added sdk as a new package source that fetches packages from a hard-coded SDK. Currently only the flutter SDK is supported:

      dependencies:
      flutter_driver:
      sdk: flutterversion: ^0.0.1

      A Flutter sdk dependency will only be satisfiable when pub is running in

... (truncated)

Commits
  • c38a8d1 Extend Future.then inference to subclasses
  • 0e12dbf fixes #27113, future.then shouldn't disable upwards block inference
  • 47f1415 Type check field initializers in the correct context.
  • 1c81fe7 Fix calling object methods and properties on function types
  • 3f95c3e Ignore any missing dependencies while linking in PubSummaryManager.
  • 5bfd6e6 Add PubSummaryManager.computeUnlinkedForFolder() for Flutter.
  • efb961c Create a way to find SDK extensions and integrate it
  • e31e775 Move summary inspection code out of pkg/analyzer/lib.
  • b7a0a42 Add --bazel-paths option to dart2js entrypoint.
  • b3a38bd fix #27088, future then upwards inference
  • Additional commits viewable in compare view

Updates sentry_flutter from 9.25.0 to 10.0.0-alpha.3

Release notes

Sourced from sentry_flutter's releases.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Commits
  • 100bab1 release: 10.0.0-alpha.3
  • 89de5db Changelog for next release
  • 6e3f6a6 Merge tag '9.26.0' into v10-branch
  • ada11bc ref: Apply new linter rules and graduate experimental APIs (#3940)
  • 2547cf7 docs: Consolidate standalone app start changelog entries (#3939)
  • ff8b33d release: 9.26.0
  • 32eacd5 chore: update packages/flutter/scripts/update-native.sh to 0.16.1 (#3937)
  • 93e6f05 chore: update packages/flutter/scripts/update-android.sh to 8.51.0 (#3938)
  • 6f0d13e ci: bump actions/setup-java from 5.5.0 to 5.6.0 (#3915)
  • 98581ac chore: Align Dart and Flutter SDK constraints
  • Additional commits viewable in compare view

Updates upgrader from 13.6.0 to 13.7.0

Changelog

Sourced from upgrader's changelog.

13.7.0

  • [457][553] Fixed barrierDismissible being ignored in UpgradeAlert. (thanks to @​mem-5514-tahara)
Commits
  • 1ec99f3 Bumped version to 13.7.0 for release and reformatted a file.
  • 2cb3d04 Merge pull request #553 from mem-5514-tahara/fix/barrier-dismissible-457
  • 227761e CI: Added Flutter version 3.47.0
  • 40f0d1d docs: fix Dartdoc reference for barrierDismissible
  • fd92671 Fixed barrierDismissible being ignored in UpgradeAlert (#457)
  • See full diff 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 ...

Description has been truncated

…2 updates
Bumps the pub-minor-patch group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [archive](https://github.com/brendan-duncan/archive) | `4.0.9` | `4.2.0` |
| [build_runner](https://github.com/dart-lang/build) | `2.15.1` | `2.16.0` |
| [freezed](https://github.com/rrousselGit/freezed) | `3.2.5` | `4.0.1` |
| [file_picker](https://github.com/miguelpruivo/flutter_file_picker/tree/master/packages) | `12.0.0-beta.7` | `12.1.2` |
| [flutter_map](https://github.com/fleaflet/flutter_map) | `8.3.1` | `8.3.2` |
| [flutter_web_auth_2](https://github.com/ThexXTURBOXx/flutter_web_auth_2) | `5.0.3` | `5.1.0` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `8.2.0` | `8.2.1` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.14.0` | `6.14.1` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `9.25.0` | `10.0.0-alpha.3` |
| [upgrader](https://github.com/larryaasen/upgrader) | `13.6.0` | `13.7.0` |
Updates `archive` from 4.0.9 to 4.2.0
- [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/archive@v4.0.9...4.2.0)
Updates `build_runner` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `file_picker` from 12.0.0-beta.7 to 12.1.2
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits/file_picker-v12.1.2/packages)
Updates `flutter_map` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](fleaflet/flutter_map@v8.3.1...v8.3.2)
Updates `flutter_web_auth_2` from 5.0.3 to 5.1.0
- [Release notes](https://github.com/ThexXTURBOXx/flutter_web_auth_2/releases)
- [Commits](ThexXTURBOXx/flutter_web_auth_2@5.0.3...5.1.0)
Updates `freezed` from 3.2.5 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.1)
Updates `google_fonts` from 8.2.0 to 8.2.1
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.2.1/packages)
Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)
Updates `json_serializable` from 6.14.0 to 6.14.1
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.14.0...json_serializable-v6.14.1)
Updates `meta` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.19.0/pkg)
Updates `sentry_flutter` from 9.25.0 to 10.0.0-alpha.3
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/10.0.0-alpha.3/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@9.25.0...10.0.0-alpha.3)
Updates `upgrader` from 13.6.0 to 13.7.0
- [Changelog](https://github.com/larryaasen/upgrader/blob/main/CHANGELOG.md)
- [Commits](larryaasen/upgrader@13.6.0...13.7.0)
---
updated-dependencies:
- dependency-name: archive
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: build_runner
dependency-version: 2.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: file_picker
dependency-version: 12.1.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: flutter_map
dependency-version: 8.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: flutter_web_auth_2
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: freezed
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: google_fonts
dependency-version: 8.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: intl
dependency-version: 0.20.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: json_serializable
dependency-version: 6.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pub-minor-patch
- dependency-name: meta
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
- dependency-name: sentry_flutter
dependency-version: 10.0.0-alpha.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: pub-minor-patch
- dependency-name: upgrader
dependency-version: 13.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pub-minor-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Aug 31, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dartPull requests that update dart codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants