Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps intl, shared_preferences, dependency_validator and test. These dependencies needed to be updated together.
Updates intl from 0.19.0 to 0.20.2

Release notes

Sourced from intl's releases.

package:intl v0.20.2

  • Remove the dependency on package:http.
  • Remove the dependency on package:web.

package:intl v0.20.1

  • Upgrade package:web dependency constraint to 1.1.0, fixes issue #916.
  • Update to CLDR v46.

package:intl v0.20.0

  • Fix caching of messages in CompositeMessageLookup.
  • Type numberFormatSymbols as a Map<String, NumberSymbols>.
  • Type dateTimeSymbolMap as a Map<String, DateSymbols>.
  • Add example for pub.dev.
  • Fix issues with AM/PM markers.
  • Update to CLDR v44.1.
  • Require Dart ^3.3
  • Require package:web ^0.5.0.
  • Support compiling to WASM.
  • Update to and account for package:lints ^4.0.0.
  • rtl Detection fix in bidi.dart for Kordi Sorani "ckb".
  • Update to CLDR v45.

package:intl_translation v0.20.1

  • Add topics to pubspec.yaml
  • Update to dart_style 2.3.7. bin/make_examples_const.dartandrewrite_intl_messages.dartwill now look for a surrounding.dart_tool/package_config.json` file to infer the language version of the files updated by the script.
  • Upgrade dep on package:intl.

package:intl_translation v0.20.0

  • Throw if the Intl.select arg is not in the list of args.
  • Support package:intl 0.19.0.
  • Require Dart 3.0.
Commits

Updates shared_preferences from 2.5.3 to 2.5.4

Commits
  • 338ecd3 [shared_preferences_tool] Update dependencies and fix deprecation (#10560)
  • 33a9a81 [dependabot]: Bump the test-dependencies group across 2 directories with 1 up...
  • 2d9ddab [dependabot]: Bump the kotlin-gradle-plugin group across 7 directories with 1...
  • 8168d9c [various] Update READMEs to reflect current OS support (#10470)
  • cc3dca6 [all] Omit obvious local types (#10511)
  • 061eedc [dependabot]: Bump the gradle-plugin group across 19 directories with 1 updat...
  • 41df27d [dependabot]: Bump the test-dependencies group across 10 directories with 3 u...
  • 18b9cc5 [various] Update all packages to Pigeon 26 (#10450)
  • ae20377 Update repo for 3.38 (#10405)
  • 2f25693 [shared_preferences] Remove use of Pigeon's Dart test generator (#10325)
  • Additional commits viewable in compare view

Updates dependency_validator from 4.1.3 to 5.0.3

Release notes

Sourced from dependency_validator's releases.

5.0.3

Info

Build: (waiting for build to complete) Skynet Results: (waiting for Skynet results) Pipeline: (waiting for pipeline to start) This patch release includes the following changes:

Miscellaneous

  • #151 FEDX-2777: Fixed formatting

    • FEDX-2777 Fixed formatting
  • #152 FEDX-2723: correctly ignore unused deps

    • FEDX-2723 Correctly ignore unused deps
  • #154 Bump Workiva/gha-dart-oss from 0.1.7 to 0.1.9 in the gha group

  • #157 Bump analyzer from 7.7.1 to 8.1.1 in the major group

  • #162 Reformat with correct dependencies

  • #164 Bump Workiva/gha-dart-oss from 0.1.12 to 0.1.13 in the gha group

  • #166 RM-307870 Release dependency_validator 5.0.3

    • RM-307870 RELEASE dependency_validator 5.0.3

Notes created on Friday, October 17 06:04 PM UTC

5.0.2

Info

Build: (waiting for build to complete) Skynet Results: (waiting for Skynet results) Pipeline: (waiting for pipeline to start) This patch release includes the following changes:

Miscellaneous

  • #146 Updated changelog to fix release

  • #147 RM-307841 Release dependency_validator 5.0.2

    • RM-307841 RELEASE dependency_validator 5.0.2

Notes created on Friday, January 10 05:45 PM UTC

5.0.1

Info

Build: (waiting for build to complete) Skynet Results: (waiting for Skynet results) Pipeline: (waiting for pipeline to start) This patch release includes the following changes:

Miscellaneous

  • #144 Latest analyzer version

... (truncated)

Changelog

Sourced from dependency_validator's changelog.

5.0.3

  • Widened dependency bounds to accept analyzer v8

5.0.2

  • Fixed changelog entries caused from mis-configured auto-release

5.0.1

  • Fixed analyzer version constraint which was no longer compatable with the specified dart sdk

5.0.0

  • Breaking change: Requires Dart 3.0 or above
  • Added support for Pub Workspaces (monorepos)

4.1.1

  • Update the output of parse failures to include the path to the file which failed to parse

4.1.0

  • Update specified analyzer range to support v6.0.0+. This supports dependency_validator running on dart 3 better

4.0.0

  • Breaking Change: Added "non-dev packages that are only used within bin/" check to cover this edge case. This is enabled by default, and will break the execution of dependency_validator if it occurs within the codebase. Resolution is to either ignore the dependency, or demote the dependency to a dev_dep
  • Fixed bug where uris declared within comments and strings would register as dependency "usages"

3.2.2

  • Raise dependency minimums to ensure all dependencies are null-safe.

3.2.0

  • Feature: Added option allow_pins for disabling/enabling checks for pins. Pins not allowed by default.

3.1.2

  • Return non-zero exit code from executable when incorrect args are used

3.1.0

  • Deprecate static configuration in pubspec.yaml (because pub publish warns about unrecognized keys) and instead read it from a dart_dependency_validator.yaml file when possible.

... (truncated)

Commits

Updates test from 1.25.8 to 1.26.3

Release notes

Sourced from test's releases.

package:test v1.26.3

  • Expand pub constraint to allow the latest analyzer.

package:test v1.26.1

  • Set a debug name for test isolates.
  • Fix an assertion failure when using setUpAll or tearDownAll and running with asserts enabled.

package:test v1.26.0

  • test() and group() functions now take an optional TestLocation that will be used as the location of the test in JSON reporters instead of being parsed from the call stack.

package:test v1.25.15

  • Allow the latest version of package:shelf_web_socket.

package:test v1.25.14

  • Use secure random for url secrets.

package:test v1.25.13

  • Allow the latest version of package:matcher.

package:test v1.25.12

  • Fix hang when running multiple precompiled browser tests.

package:test v1.25.11

  • Update to be forward compatible with package:shelf_web_socket version 3.x.

package:test v1.25.10

  • Update the package:vm_service constraint to allow version 15.x.

package:test v1.25.9

  • Allow analyzer: '>=6.0.0 <8.0.0'
  • Fix dart2wasm tests on windows.
  • Increase SDK constraint to ^3.5.0.
  • Support running Node.js tests compiled with dart2wasm.
  • Allow firefox or firefox-bin executable name on macOS.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs), [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences), [dependency_validator](https://github.com/Workiva/dependency_validator) and [test](https://github.com/dart-lang/test/tree/master/pkgs). These dependencies needed to be updated together.

Updates `intl` from 0.19.0 to 0.20.2
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.2/pkgs)

Updates `shared_preferences` from 2.5.3 to 2.5.4
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.5.4/packages/shared_preferences)

Updates `dependency_validator` from 4.1.3 to 5.0.3
- [Release notes](https://github.com/Workiva/dependency_validator/releases)
- [Changelog](https://github.com/Workiva/dependency_validator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Workiva/dependency_validator/commits/5.0.3)

Updates `test` from 1.25.8 to 1.26.3
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.26.3/pkgs)

---
updated-dependencies:
- dependency-name: intl
  dependency-version: 0.20.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: shared_preferences
  dependency-version: 2.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: dependency_validator
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: test
  dependency-version: 1.26.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jan 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant