Skip to content

chore(deps): bump ap_common_firebase and intl - #451

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/multi-83b4af87a1
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/multi-83b4af87a1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 12, 2026

Copy link
Copy Markdown
Contributor

Bumps ap_common_firebase and intl. These dependencies needed to be updated together.
Updates ap_common_firebase from 1.0.1-dev.13 to 1.0.1-dev.15

Changelog

Sourced from ap_common_firebase's changelog.

ap_common_announcement_ui - v1.0.1-dev.15

  • REFACTOR: fix lint warnings and replace debugPrint with log. (67cec8cc)
  • REFACTOR(announcement): extract AnnouncementEditForm and add widget tests. (f8907ad0)
  • REFACTOR(announcement): move thumbnail to right side of card. (e51e4f3a)
  • REFACTOR(announcement): improve home page UX with card preview and tab navigation. (ed4f8387)
  • REFACTOR(announcement): redesign UI with DataState and Material Design 3. (4a6689d5)
  • REFACTOR(announcement): add showErrorToast extension and simplify UI error handling. (dc46221d)
  • REFACTOR(announcement): migrate UI pages to async/await with ApiResult. (31902f52)
  • REFACTOR(announcement): rewrite API helpers with ApiResult, remove GeneralCallback. (715803a4)
  • REFACTOR(l10n): use context-based translation access for reactive locale switching. (e9429aa1)
  • REFACTOR(l10n): restore original i18n variable naming conventions. (c21ed521)
  • REFACTOR(l10n): update UI packages to use slang translation API. (697e1e15)
  • FIX(core,announcement): address PR review comments. (858e4a5d)
  • FIX(announcement): add final to local variable. (4eb1de84)
  • FIX(announcement): correct HTTP method and path for ban API. (f3073b1a)
  • FIX: reject and add to ban error. (80734bed)
  • FIX(announcement): handle nested API errors in _announcementSubmit. (819636e4)
  • FIX: resolve analyze-ci lint issues in changed files. (ea86b935)
  • FIX: pub publish requirement. (1dc81f7d)
  • FIX: packages version constraint. (8231a423)
  • FEAT(firebase,announcement): wire FCM token for review push notifications. (f3569aa7)
  • FEAT(announcement): add review status filter chips for applications. (9129d115)
  • FEAT(announcement): show application rules on edit page. (2cd76010)
  • FEAT(announcement): add editor management page and tag filter. (6ebe38e8)
  • FEAT(announcement): add auto re-login on 401 for all login types. (b9aa2dea)
  • FEAT(announcement): add applicant copy and blacklist indicator. (6cedddaf)
  • FEAT(announcement): add full CRUD and M3 UI for black list page. (a68d5224)
  • FEAT(announcement): display applicant email on edit application page. (f898b3e7)
  • FEAT: improve model generate by freezed. (43bef51c)
  • FEAT: align image upload naming. (ab2f2492)
  • FEAT: revert imgur implement. (30bbf5ea)
  • FEAT: move UI implement to ap_common_flutter_ui. (803b2dcb)

ap_common_core - v1.0.1-dev.12

  • REFACTOR(core): convert static methods to factory constructors in CustomCourseData. (9b67706e)
  • REFACTOR(l10n): address code review feedback. (7c7b84e0)
  • REFACTOR(l10n): clean up intl remnants after slang migration. (ea893e6d)
  • REFACTOR(core): introduce ApiResult sealed class for typed API responses. (8538398e)
  • FIX(core,announcement): address PR review comments. (858e4a5d)
  • FIX: resolve analyze errors and lint issues in simplified UI integration. (d0f2e45e)
  • FIX: resolve all pre-existing lint issues across packages. (13d260b3)
  • FIX: resolve analyze-ci lint issues in changed files. (ea86b935)
  • FIX: resolve all pre-existing lint issues across packages. (84db9998)
  • FIX(firebase): upgrade firebase deps and adapt to new API. (7540d9db)
  • FIX: model test error. (dfaa2cc8)
  • FIX: pub publish requirement. (1dc81f7d)
  • FIX: ap_common_core separate static error. (177a00fd)
  • FEAT(i18n): add Japanese to language selector and example app. (164ccfc4)

... (truncated)

Commits

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

@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Sep 12, 2026
Bumps [ap_common_firebase](https://github.com/abc873693/ap_common/tree/master/packages) and [intl](https://github.com/dart-lang/i18n/tree/main/pkgs). These dependencies needed to be updated together.

Updates `ap_common_firebase` from 1.0.1-dev.13 to 1.0.1-dev.15
- [Release notes](https://github.com/abc873693/ap_common/releases)
- [Changelog](https://github.com/nsysu-code-club/ap_common/blob/master/CHANGELOG.md)
- [Commits](https://github.com/abc873693/ap_common/commits/HEAD/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)

---
updated-dependencies:
- dependency-name: ap_common_firebase
  dependency-version: 1.0.1-dev.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: intl
  dependency-version: 0.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pub/multi-83b4af87a1 branch from e754a94 to 9dd4fa6 Compare September 15, 2026 08:53
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.

0 participants