docs: add Capacitor 9 plugin upgrade guide - #590
Open
andredestro wants to merge 1 commit into
Open
Conversation
Covers plugin-author changes (Cordova-optional implications for plugins, Android/iOS breaking changes, gradle plugin variable bumps, using the plugin-migration-v8-to-v9 tool). Cross-links with the app upgrade guide added in the previous commit. RMET-5321
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
andredestro
requested review from
ItsChaceD,
OS-pedrogustavobilro,
OS-ruimoreiramendes,
alexgerardojacinto,
jcesarmobile,
markemer and
theproducer
and
a lite review from Copilot
and removed request for
Copilot
August 12, 2026 13:38
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds
docs/main/updating/plugins/9-0.md, the "Updating plugins to 9.0" guide for Capacitor plugin authors, and registers it in the Upgrade Guides sidebar. Also cross-links it with the app upgrade guide (main/updating/9-0.md) added in the base branch.Covers plugin-author changes:
@capacitor/plugin-migration-v8-to-v9CLI tool, and updatingpackage.jsondependencies manually (nextin devDependencies,>=9.0.0-alpha.1in peerDependencies)Cordovaproduct fromPackage.swifttargetSdkVersion, migratingcore-ktxtocorejcenter()android.uniquePackageNamestotrue)capacitor-swift-pmdependencyChange Type
Rationale / Problems Fixed
Plugin authors upgrading to Capacitor 9 need a single reference for what changed in their build/dependency setup, separate from the app-level guide, so the Capacitor CLI and other components can link to it.
Internal Jira reference: https://outsystemsrd.atlassian.net/browse/RMET-5321
Screenshots / Media
N/A
Platforms Affected