Skip to content

Update capacitor monorepo to v8 (major)#131

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-capacitor-monorepo
Open

Update capacitor monorepo to v8 (major)#131
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-capacitor-monorepo

Conversation

@renovate
Copy link

@renovate renovate bot commented May 21, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@capacitor/cli (source) 2.4.78.2.0 age confidence
@capacitor/core (source) 2.4.78.2.0 age confidence

Release Notes

ionic-team/capacitor (@​capacitor/cli)

v8.2.0

Compare Source

Bug Fixes
Features

v8.1.0

Compare Source

Bug Fixes
  • cookies: only send expires param on web if a date is set (b10cd7f)
Features
Reverts

8.0.2 (2026-01-27)

Bug Fixes

8.0.1 (2026-01-13)

Bug Fixes

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

Bug Fixes
Features

v7.6.0

Compare Source

Bug Fixes
Features

v7.5.0

Compare Source

Bug Fixes
Features

v7.4.5

Compare Source

Bug Fixes

v7.4.4

Compare Source

Bug Fixes

v7.4.3

Compare Source

Bug Fixes

v7.4.2

Compare Source

Bug Fixes
  • android: consider display cutout area for insets (#​8042) (b478211)
  • http: Properly URL-encode key and values during x-www-form-urlencoded POSTs (#​8037) (87b4641)

v7.4.1

Compare Source

Note: Version bump only for package capacitor

v7.4.0

Compare Source

Features

v7.3.0

Compare Source

Bug Fixes
Features

v7.2.0

Compare Source

Bug Fixes
Features

v7.1.0

Compare Source

Bug Fixes
Features
  • Add function to inject external JS into WebView before document load (#​7864) (ec0954c)
  • android: add adjustMarginsForEdgeToEdge configuration option (#​7885) (1ea86d1)
  • cli: add more configurations to build command (#​7769) (90f95d1)

7.0.1 (2025-01-21)

Bug Fixes

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Note: Version bump only for package capacitor

v6.2.1

Compare Source

Bug Fixes

v6.2.0

Compare Source

Bug Fixes
Features
  • core: cherrypick: expose methodName via CAPPluginCall (#​7641) (#​7684) (bf6ef8e)
  • ios: cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder (#​7657) (ce30924)

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Bug Fixes
Features

v6.0.0

Compare Source

Bug Fixes
Features

v5.7.8

Compare Source

Bug Fixes

v5.7.7

Compare Source

Bug Fixes

v5.7.6

Compare Source

Bug Fixes
  • http: don't override readyState for non POST requests (#​7510) (a56f9b9)
  • ios: check if urlSchemeTask is stopped before calling its methods (#​7483) (7bf365c)

v5.7.5

Compare Source

Bug Fixes

v5.7.4

Compare Source

Bug Fixes
  • http: change proxy url generation (30a32f4)

v5.7.3

Compare Source

Bug Fixes

v5.7.2

Compare Source

Bug Fixes
  • android: prevent crash on script injection if the script is too long (#​7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#​7310) (#​7313) (28e7f08)

v5.7.1

Compare Source

Bug Fixes

v5.7.0

Compare Source

Bug Fixes
  • cli: correctly build and sign Android apps using Flavors (#​7211) (af97904)
  • http: better handling of active requests and shutting down gracefully (a56e845)
Features
  • webview: add setServerAssetPath method (4e8449c)

v5.6.0

Compare Source

Bug Fixes
  • cli: Use latest native-run (#​7030) (1d948d4)
  • http: properly write form-urlencoded data on android request body (#​7130) (a745a89)
  • http: set formdata boundary and body when content-type not explicitly set (#​7133) (3862d6e)
  • ios: add some new cordova-ios classes used by Cordova plugins (#​7115) (5fb902b)
Features

5.5.1 (2023-10-25)

Bug Fixes

v5.5.1

Compare Source

Bug Fixes

v5.5.0

Compare Source

Features
  • android: allow developers to provide logic for onRenderProcessGone in WebViewListener (#​6946) (34b724a)

5.4.2 (2023-10-04)

Bug Fixes

5.4.1 (2023-09-21)

Bug Fixes
  • android: handle webview version for developer builds (#​6911) (b5b0398)
  • android: Use Logger class instead of Log in CapacitorCookieManager (#​6925) (b6901e0)
  • cli: force latest native-run version for iOS 17 support (#​6928) (f9be9f5)
  • cookies: retrieve cookies when using a custom android scheme (6b5ddad)
  • http: parse readablestream data on fetch request objects (3fe0642)
  • http: return xhr response headers case insensitive (687b6b1)
  • ios: Add workaround for CocoaPods problem on Xcode 15 (#​6921) (1ffa244)

v5.4.2

Compare Source

Bug Fixes

v5.4.1

Compare Source

Bug Fixes
  • android: handle webview version for developer builds (#​6911) (b5b0398)
  • android: Use Logger class instead of Log in CapacitorCookieManager (#​6925) (b6901e0)
  • cli: force latest native-run version for iOS 17 support (#​6928) (f9be9f5)
  • cookies: retrieve cookies when using a custom android scheme (6b5ddad)
  • http: parse readablestream data on fetch request objects (3fe0642)
  • http: return xhr response headers case insensitive (687b6b1)
  • ios: Add workaround for CocoaPods problem on Xcode 15 (#​6921) (1ffa244)

v5.4.0

Compare Source

Bug Fixes
  • cli: use helper in Podfile with correct path (#​6888) (9048432)
  • http: add support for defining xhr and angular http response types (09bd040)
  • http: add support for Request objects in fetch (2fe4535)
  • http: inherit object properties on window.XMLHttpRequest (5cd3b2f)
Features

v5.3.0

Compare Source

Bug Fixes
  • cookies: remove session cookies when initializing the cookie manager (037863b)
  • http: disconnect active connections if call or bridge is destroyed (a1ed6cc)
  • http: return numbers and booleans as-is when application/json is the content type (03dd3f9)
Features

5.2.3 (2023-08-10)

Bug Fixes
  • android: allow single input file selection from samsumg gallery (#​6778) (3d57ecd)
  • android: avoid R8 optimizations remove plugin classes (#​6783) (cc85df5)
  • cli: remove package related checks on doctor command (#​6773) (4499b6b)
  • cli: signing type option issue (#​6716) (ee0f745)
  • cookies: hide httpOnly cookies from client (0cc927e)
  • http: return valid response for relative url xhr requests (bde6569)

5.2.2 (2023-07-19)

Bug

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Author

renovate bot commented May 21, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: ionic-react-wordpress@0.0.1
npm WARN Found: @capacitor/core@2.4.7
npm WARN node_modules/@capacitor/core
npm WARN   @capacitor/core@"8.2.0" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @capacitor/core@"~1.3.0" from @ionic/react-hooks@0.0.8
npm WARN node_modules/@ionic/react-hooks
npm WARN   @ionic/react-hooks@"0.0.8" from the root project
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @ionic/react-hooks@0.0.8
npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR!   react@"17.0.1" from the root project
npm ERR!   peer react@">=16.8.6" from @ionic/react@5.5.4
npm ERR!   node_modules/@ionic/react
npm ERR!     @ionic/react@"5.5.4" from the root project
npm ERR!     peer @ionic/react@"5.5.4" from @ionic/react-router@5.5.4
npm ERR!     node_modules/@ionic/react-router
npm ERR!       @ionic/react-router@"5.5.4" from the root project
npm ERR!   8 more (@ionic/react-router, @testing-library/react, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.6" from @ionic/react-hooks@0.0.8
npm ERR! node_modules/@ionic/react-hooks
npm ERR!   @ionic/react-hooks@"0.0.8" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: react@16.14.0
npm ERR! node_modules/react
npm ERR!   peer react@"^16.8.6" from @ionic/react-hooks@0.0.8
npm ERR!   node_modules/@ionic/react-hooks
npm ERR!     @ionic/react-hooks@"0.0.8" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2026-03-06T13_02_35_246Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch 4 times, most recently from 1556f86 to 5e1fdd4 Compare May 28, 2021 18:25
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch 4 times, most recently from 63c6494 to 261faa9 Compare June 4, 2021 18:18
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch 5 times, most recently from c08d5c7 to 1d2ceab Compare June 11, 2021 19:05
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch 3 times, most recently from 0029248 to 965d563 Compare June 25, 2021 16:15
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch 3 times, most recently from 3d96229 to b48a559 Compare July 7, 2021 17:26
@renovate renovate bot changed the title Update capacitor monorepo to v3 (major) Update capacitor monorepo (major) Jul 7, 2021
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from b48a559 to 0e6fa1d Compare July 7, 2021 20:19
@renovate renovate bot changed the title Update capacitor monorepo (major) Update capacitor monorepo to v3 (major) Jul 7, 2021
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch 7 times, most recently from 049ba8d to f7f4a4e Compare July 9, 2021 22:32
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch 3 times, most recently from 827d785 to 36ac025 Compare August 28, 2021 00:56
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch 2 times, most recently from f114847 to 6f3618c Compare September 2, 2021 13:19
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 6f3618c to 4786bca Compare September 15, 2021 18:27
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 4786bca to 2aefbbe Compare September 27, 2021 20:39
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 2aefbbe to 8c8ff8f Compare October 13, 2021 18:38
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 8c8ff8f to 89fbd9e Compare March 7, 2022 12:35
@renovate
Copy link
Author

renovate bot commented Mar 7, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: ionic-react-wordpress@0.0.1
npm WARN Found: @capacitor/core@2.4.7
npm WARN node_modules/@capacitor/core
npm WARN   @capacitor/core@"6.0.0" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @capacitor/core@"~1.3.0" from @ionic/react-hooks@0.0.8
npm WARN node_modules/@ionic/react-hooks
npm WARN   @ionic/react-hooks@"0.0.8" from the root project
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @ionic/react-hooks@0.0.8
npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR!   react@"17.0.1" from the root project
npm ERR!   peer react@">=16.8.6" from @ionic/react@5.5.4
npm ERR!   node_modules/@ionic/react
npm ERR!     @ionic/react@"5.5.4" from the root project
npm ERR!     peer @ionic/react@"5.5.4" from @ionic/react-router@5.5.4
npm ERR!     node_modules/@ionic/react-router
npm ERR!       @ionic/react-router@"5.5.4" from the root project
npm ERR!   8 more (@ionic/react-router, @testing-library/react, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.6" from @ionic/react-hooks@0.0.8
npm ERR! node_modules/@ionic/react-hooks
npm ERR!   @ionic/react-hooks@"0.0.8" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: react@16.14.0
npm ERR! node_modules/react
npm ERR!   peer react@"^16.8.6" from @ionic/react-hooks@0.0.8
npm ERR!   node_modules/@ionic/react-hooks
npm ERR!     @ionic/react-hooks@"0.0.8" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-04-15T20_30_56_149Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 89fbd9e to f16aacb Compare April 25, 2022 00:43
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from f16aacb to 19b0b6f Compare May 16, 2022 03:35
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 19b0b6f to 82f4e44 Compare June 18, 2022 17:52
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 82f4e44 to 6223870 Compare September 25, 2022 21:19
@renovate renovate bot changed the title Update capacitor monorepo to v3 (major) Update capacitor monorepo to v4 (major) Sep 25, 2022
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 6223870 to 150d9fc Compare November 20, 2022 16:19
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 150d9fc to 2426b22 Compare March 17, 2023 01:56
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch 2 times, most recently from e72b3be to c6a485e Compare March 31, 2023 20:42
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from c6a485e to 8e2c0b5 Compare May 28, 2023 11:56
@renovate renovate bot changed the title Update capacitor monorepo to v4 (major) Update capacitor monorepo to v5 (major) May 28, 2023
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 8e2c0b5 to 839a5f5 Compare June 9, 2023 16:44
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch 2 times, most recently from f0685b6 to fbed54f Compare July 5, 2023 17:41
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch 3 times, most recently from a74a2b4 to 5ef950d Compare July 19, 2023 17:25
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 5ef950d to 3c0d3d5 Compare August 10, 2023 16:58
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 3c0d3d5 to 86b21fe Compare August 23, 2023 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants