Skip to content

Bump fastlane-plugin-wpmreleasetoolkit from 13.8.1 to 14.6.0#1813

Open
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/bundler/fastlane-plugin-wpmreleasetoolkit-14.6.0
Open

Bump fastlane-plugin-wpmreleasetoolkit from 13.8.1 to 14.6.0#1813
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/bundler/fastlane-plugin-wpmreleasetoolkit-14.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Bumps fastlane-plugin-wpmreleasetoolkit from 13.8.1 to 14.6.0.

Release notes

Sourced from fastlane-plugin-wpmreleasetoolkit's releases.

14.6.0

New Features

  • upload_build_to_apps_cdn: Update the list of valid values for platform to add support for Linux - x64 and Linux - ARM64. #720

14.5.0

New Features

  • openai_ask: support OpenAI tool-use (function calling) and model overrides. New optional parameters: tools, tool_handlers, and max_tool_iterations enable a multi-turn loop where the model invokes locally-defined tools and receives role: tool results until it produces a plain text response or hits the iteration cap; model overrides the previously hardcoded gpt-4o. Exceptions raised inside a handler are surfaced back to the model as structured { error:, exception: } tool results rather than crashing the lane. #716

14.4.1

Bug Fixes

  • Bump the floor of the nokogiri dependency to >= 1.19.3 to pull in the fix for GHSA-c4rq-3m3g-8wgx (CSS selector ReDoS). #714

14.4.0

New Features

  • Add Fastlane::Wpmreleasetoolkit::EnvManager for loading .env files and accessing required environment variables with user-friendly error messages. Repos that maintain their own EnvManager can switch to this centralized implementation. #578

14.3.1

Internal Changes

  • Remove activesupport as a runtime dependency — replace the only production usage (deep_dup) with Marshal deep copy — and move it to a dev-only dependency for specs. #709
  • Update RuboCop configuration: fix obsolete Naming/PredicateName cop rename, move permanent style choices from .rubocop_todo.yml to .rubocop.yml, and fix a Style/FileOpen violation. #709

14.3.0

New Features

  • Added optional next_version parameter to android_update_release_notes and ios_update_release_notes actions, allowing callers to provide the next version directly instead of relying on the built-in calculator that assumes minor version caps at 9. This fixes incorrect version bumps (e.g., 8.9 → 9.0 instead of 8.10) for apps using semantic versioning. #706

14.2.0

New Features

  • Added optional name parameter to create_github_release action, allowing a custom release title independent of the git tag. Defaults to version for backward compatibility. #703

14.1.0

New Features

  • Added optional exclude parameter to find_previous_tag action, mapping to git's --exclude flag. This allows skipping beta/pre-release tags when searching for the previous stable release tag #696

Internal Changes

  • Enhance AGENTS.md with project guidance for AI agents. #692
  • Bumped faraday to address security vulnerability. #689
  • Bumped nokogiri to address security vulnerability. #693

14.0.0

... (truncated)

Changelog

Sourced from fastlane-plugin-wpmreleasetoolkit's changelog.

14.6.0

New Features

  • upload_build_to_apps_cdn: Update the list of valid values for platform to add support for Linux - x64 and Linux - ARM64. #720

14.5.0

New Features

  • openai_ask: support OpenAI tool-use (function calling) and model overrides. New optional parameters: tools, tool_handlers, and max_tool_iterations enable a multi-turn loop where the model invokes locally-defined tools and receives role: tool results until it produces a plain text response or hits the iteration cap; model overrides the previously hardcoded gpt-4o. Exceptions raised inside a handler are surfaced back to the model as structured { error:, exception: } tool results rather than crashing the lane. #716

14.4.1

Bug Fixes

  • Bump the floor of the nokogiri dependency to >= 1.19.3 to pull in the fix for GHSA-c4rq-3m3g-8wgx (CSS selector ReDoS). #714

14.4.0

New Features

  • Add Fastlane::Wpmreleasetoolkit::EnvManager for loading .env files and accessing required environment variables with user-friendly error messages. Repos that maintain their own EnvManager can switch to this centralized implementation. #578

14.3.1

Internal Changes

  • Remove activesupport as a runtime dependency — replace the only production usage (deep_dup) with Marshal deep copy — and move it to a dev-only dependency for specs. #709
  • Update RuboCop configuration: fix obsolete Naming/PredicateName cop rename, move permanent style choices from .rubocop_todo.yml to .rubocop.yml, and fix a Style/FileOpen violation. #709

14.3.0

New Features

  • Added optional next_version parameter to android_update_release_notes and ios_update_release_notes actions, allowing callers to provide the next version directly instead of relying on the built-in calculator that assumes minor version caps at 9. This fixes incorrect version bumps (e.g., 8.9 → 9.0 instead of 8.10) for apps using semantic versioning. #706

14.2.0

New Features

  • Added optional name parameter to create_github_release action, allowing a custom release title independent of the git tag. Defaults to version for backward compatibility. #703

14.1.0

New Features

  • Added optional exclude parameter to find_previous_tag action, mapping to git's --exclude flag. This allows skipping beta/pre-release tags when searching for the previous stable release tag #696

Internal Changes

... (truncated)

Commits
  • b17a415 Release 14.6.0 into trunk (#722)
  • 72de7f2 Bumped to version 14.6.0
  • 2877f4d Add Linux platforms to upload_build_to_apps_cdn allowlist (#720)
  • b752d35 CHANGELOG: reference PR number
  • 5fc14d5 Add Linux platforms to upload_build_to_apps_cdn allowlist
  • ce311d1 Release 14.5.0 into trunk (#718)
  • a922e08 Update changelog to be more concise.
  • baecc02 Bumped to version 14.5.0
  • 058c998 Add tool-use (function calling) support to openai_ask (#716)
  • 35bc38a Gracefully handle non-JSON-serializable tool handler results
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 27, 2026
@dangermattic
Copy link
Copy Markdown
Collaborator

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

Generated by 🚫 Danger

@wpmobilebot
Copy link
Copy Markdown
Collaborator

wpmobilebot commented May 28, 2026

📲 You can test the changes from this Pull Request in Simplenote Android by scanning the QR code below to install the corresponding build.

App NameSimplenote Android
Build TypeDebug
Commitc6ce265
Direct Downloadsimplenote-android-prototype-build-pr1813-c6ce265-019e6d13-57bb-495a-b8d0-fbca06417952.apk

Bumps [fastlane-plugin-wpmreleasetoolkit](https://github.com/wordpress-mobile/release-toolkit) from 13.8.1 to 14.6.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.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/fastlane-plugin-wpmreleasetoolkit-14.6.0 branch from 06b189a to c6ce265 Compare May 28, 2026 05:33
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.

2 participants