forked from ionic-team/capacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
chore: sync plus with upstream main (upstream-preferred conflicts) #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
riderx
wants to merge
31
commits into
plus
Choose a base branch
from
sync/plus-upstream-20260828-073525
base: plus
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
23ad7f8
Release 8.3.2
b2d7719
fix(cli): copy plugin files in CocoaPods projects (#8467)
jcesarmobile 76ff70e
Release 8.3.3
b7e167b
chore(cli): update telemetry endpoint (#8464)
alexgerardojacinto de1e506
Release 8.3.4
731a82e
chore: format java code (#8475)
jcesarmobile bc74536
chore: format java code (#8477)
jcesarmobile 93c72de
feat: add method getDouble to plugin config (#7638)
robingenz e456de0
fix(SystemBars): make `safe-area-inset-x` available on API <= 34 (#8424)
theproducer 258867b
feat(cli): add experimental packageOptions (#8471)
jcesarmobile b4b297a
feat(cli): capture ios_package_manager in telemetry (#8482)
alexgerardojacinto 1d031a4
fix(cli): revert live reload config on failure (#8485)
jcesarmobile f1077ef
chore: fix typo in declarations.ts (#8488)
jcesarmobile d4ad7ff
fix(SystemBars): respect `insetsHandling` disable (#8481)
theproducer 4c6c321
fix(android): show only the requested system bar (#8480)
fallintoplace 36b729d
chore: Decrease timeout for CI jobs from 60 to 30 minutes (#8476)
markemer 41fd9de
Release 8.4.0
28bb2c6
fix(cli): patch Capacitor SPM dependency version in plugins (#8492)
jcesarmobile 6048e90
fix(cli): make SPM dependency patch work on prereleases (#8508)
jcesarmobile 7217b52
Release 8.4.1
b789b68
chore: run `npm run fmt` to fix lint errors (#8516)
markemer 6f2d328
fix(android): explicitly grant URI permissions for image capture inte…
alexgerardojacinto 1834b97
Release 8.4.2
f368a1b
chore(android): fix lint issues (#8542)
OS-pedrogustavobilro 4c1c870
fix(cli): support TypeScript 7 when loading capacitor.config.ts (#8534)
conbrad 3fa04a3
feat(ios): UIScene Support (#8536)
theproducer 984fa85
feat(cli): add migrator functionality for adopting UIScene (#8544)
theproducer 3ab4139
Release 8.5.0
5e5bb3b
fix(cli): use POSIX paths in CapApp-SPM Package.swift (#8549)
omriwil 5ac4dd6
fix(core): prevent removeListener from removing wrong listener (#8271)
maniktyagi04 4e85654
chore: sync plus with upstream main (upstream-preferred conflicts)
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Use one valid heading hierarchy across the changelogs.
The changed
###headings trigger MD001 heading-increment warnings. Use consistent release and subsection levels in each file.CHANGELOG.md#L8-L12: correct the 8.5.0 section hierarchy through the CI-managed generation path.CHANGELOG.md#L32-L39: correct the 8.4.0 section hierarchy through the CI-managed generation path.cli/CHANGELOG.md#L8-L12: correct the 8.5.0 section hierarchy.cli/CHANGELOG.md#L29-L33: correct the 8.4.0 section hierarchy.ios/CHANGELOG.md#L8-L8: correct the 8.5.0 section hierarchy.ios/CHANGELOG.md#L22-L22: correct the 8.4.0 section hierarchy.As per coding guidelines,
CHANGELOG.mdmust not be manually edited because CI/CD manages it.🧰 Tools
🪛 markdownlint-cli2 (0.23.2)
[warning] 8-8: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3
(MD001, heading-increment)
📍 Affects 3 files
CHANGELOG.md#L8-L12(this comment)CHANGELOG.md#L32-L39cli/CHANGELOG.md#L8-L12cli/CHANGELOG.md#L29-L33ios/CHANGELOG.md#L8-L8ios/CHANGELOG.md#L22-L22🤖 Prompt for AI Agents
Sources: Coding guidelines, Linters/SAST tools