Bump the github-actions group with 3 updates (#1082)

Bumps the github-actions group with 3 updates: [flutter-actions/setup-flutter](https://github.com/flutter-actions/setup-flutter), [actions/stale](https://github.com/actions/stale) and [actions/labeler](https://github.com/actions/labeler).


Updates `flutter-actions/setup-flutter` from 18c66a64fb6f6d3338c63cabbc5cd6da395e7f1d to adb607ae976a9e00473569facfc69813c637a060
- [Release notes](https://github.com/flutter-actions/setup-flutter/releases)
- [Commits](https://github.com/flutter-actions/setup-flutter/compare/18c66a64fb6f6d3338c63cabbc5cd6da395e7f1d...adb607ae976a9e00473569facfc69813c637a060)

Updates `actions/stale` from 10.2.0 to 11.0.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/b5d41d4e1d5dceea10e7104786b73624c18a190f...4391f3da665fdf50b6810c1a66712fb9ba21aa93)

Updates `actions/labeler` from 6.1.0 to 7.0.0
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/f27b608878404679385c85cfa523b85ccb86e213...bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13)

---
updated-dependencies:
- dependency-name: flutter-actions/setup-flutter
  dependency-version: adb607ae976a9e00473569facfc69813c637a060
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: actions/stale
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/labeler
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 files changed
tree: 948022f3b47a62ebf07497736bba4a4763b653fe
  1. .gemini/
  2. .github/
  3. pkgs/
  4. .gitignore
  5. CONTRIBUTING.md
  6. LICENSE
  7. README.md
README.md

Overview

This repository is home to Dart internationalization (i18n) and localization (l10n) related packages.

Packages

PackageDescriptionIssuesVersion
intlContains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.issuespub package
intl4xA lightweight modular library for internationalization (i18n) functionality.issuespub package
intl_translationContains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.issuespub package
messagesA lightweight modular library for localization (l10n) functionality.issues
messages_builderBuild the messages for consumption by package:messagesissues
messages_serializerSerialization of messages for package:messages.issues
messages_shrinkerRemoving unneeded messages from message data files for package:messages.issuespub package

Contribute

Let us know about bugs and feature requests, file a pull request, or participate in the discussions!

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

For additional information about contributing, see our contributing page.