Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps fastlane-plugin-wpmreleasetoolkit from 13.8.1 to 14.0.0.

Release notes

Sourced from fastlane-plugin-wpmreleasetoolkit's releases.

14.0.0

Breaking Changes

  • Generated PO files now have entries sorted alphabetically by msgctxt for deterministic output. This may affect tests or tooling that depend on a specific entry order. #684
  • Existing translator comments (#. lines) in PO files will be lost when regenerating unless explicitly added to the source_files parameter. See MIGRATION.md for instructions on preserving comments. #684

New Features

  • Add commit_changes option to gp_update_metadata_source to optionally commit changes after updating the PO file. #684
  • Add support for translator comments in gp_update_metadata_source via a new hash format for source_files entries: { path: 'file.txt', comment: 'translators: ...' }. Simple string paths are still supported for entries without comments. #684

Internal Changes

  • Consolidate PO file update logic on gp_update_metadata_source action. #684
  • Remove legacy MetadataBlock classes replaced by the new PoFileGenerator. #684
  • Improved efficiency and refined the logs of the promo_screenshots action. #685
  • Updated minimum Fastlane requirement to 2.231.0. #685

Deprecated

  • an_update_metadata_source action is deprecated; use gp_update_metadata_source instead. The API is unchanged, but generated PO files will have different ordering and comments will be lost unless migrated to use the new comment format. #684
  • ios_update_metadata_source action is deprecated; use gp_update_metadata_source with commit_changes: true instead. The API is unchanged, but generated PO files will have different ordering and comments will be lost unless migrated to use the new comment format. #684

Generated with the help of Claude Code

Changelog

Sourced from fastlane-plugin-wpmreleasetoolkit's changelog.

14.0.0

Breaking Changes

  • Generated PO files now have entries sorted alphabetically by msgctxt for deterministic output. This may affect tests or tooling that depend on a specific entry order. #684
  • Existing translator comments (#. lines) in PO files will be lost when regenerating unless explicitly added to the source_files parameter. See MIGRATION.md for instructions on preserving comments. #684

New Features

  • Add commit_changes option to gp_update_metadata_source to optionally commit changes after updating the PO file. #684
  • Add support for translator comments in gp_update_metadata_source via a new hash format for source_files entries: { path: 'file.txt', comment: 'translators: ...' }. Simple string paths are still supported for entries without comments. #684

Internal Changes

  • Consolidate PO file update logic on gp_update_metadata_source action. #684
  • Remove legacy MetadataBlock classes replaced by the new PoFileGenerator. #684
  • Improved efficiency and refined the logs of the promo_screenshots action. #685
  • Updated minimum Fastlane requirement to 2.231.0. #685

Deprecated

  • an_update_metadata_source action is deprecated; use gp_update_metadata_source instead. The API is unchanged, but generated PO files will have different ordering and comments will be lost unless migrated to use the new comment format. #684
  • ios_update_metadata_source action is deprecated; use gp_update_metadata_source with commit_changes: true instead. The API is unchanged, but generated PO files will have different ordering and comments will be lost unless migrated to use the new comment format. #684
Commits
  • 3bdede7 Release 14.0.0 into trunk (#686)
  • e6d01a2 Bumped to version 14.0.0
  • 984c8a5 Refactor metadata PO files generation (#684)
  • c3719f7 Commit only the updated PO file
  • 8ef452b Apply suggestion from @​mokagio
  • c7e5ed2 Merge remote-tracking branch 'origin/trunk' into iangmaia/refactor-po-generation
  • 7f6f5aa Promo screenshots action refinements (#685)
  • 17bf347 Add changelog entry for promo screenshots updates
  • 5d122f0 Add a verbose log with the details of the entry being processed
  • e8f1adf Replace a user_error! with abort_with_message!
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [fastlane-plugin-wpmreleasetoolkit](https://github.com/wordpress-mobile/release-toolkit) from 13.8.1 to 14.0.0.
- [Release notes](https://github.com/wordpress-mobile/release-toolkit/releases)
- [Changelog](https://github.com/wordpress-mobile/release-toolkit/blob/trunk/CHANGELOG.md)
- [Commits](wordpress-mobile/release-toolkit@13.8.1...14.0.0)

---
updated-dependencies:
- dependency-name: fastlane-plugin-wpmreleasetoolkit
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 26, 2026
@dangermattic
Copy link
Collaborator

1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant