Skip to content
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

fix(deps): update capacitor monorepo to v5.7.8 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@capacitor/android (source) 5.0.4 -> 5.7.8 age adoption passing confidence
@capacitor/ios (source) 5.0.4 -> 5.7.8 age adoption passing confidence

Release Notes

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

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

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 Fixes

5.2.1 (2023-07-13)

Bug Fixes

v5.2.3

Compare Source

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)

v5.2.2

Compare Source

Bug Fixes

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Bug Fixes
  • cli: make migrate not error if there are no dependencies (#​6707) (25ca83a)
  • cookies: sanitize url before retrieving/setting cookies (ca40634)
  • http: fire events in correct order when using xhr (5ed3617)
Features

5.1.1 (2023-07-05)

Bug Fixes

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Bug Fixes
  • android: Move bridge localUrl initialization to initWebView (#​6685) (7f5f0ca)
  • android: revert cookie manager initialization to plugin load (53a2d47)
  • ios: Return proper MIME Type for local WASM files (#​6675) (d7856de)
  • ios: set cors headers in asset handler for live reload (e5a1c81)
Features
  • android: add check for excluded domains before ssl request (7906d36)
  • cli: add apksigner as a build option (#​6442) (9818a76)
  • export buildRequestInit function so we can use for downloadFile (95b0575)

5.0.5 (2023-06-09)

Bug Fixes
  • http: don't throw errors when content-type is null on response (#​6627) (538821f)

5.0.4 (2023-05-23)

Bug Fixes
  • cicd: removed set -eo pipefail to allow job to continue (#​6596) (caeeb09)
  • cli: correct migration of package from AndroidManifest.xml to build.gradle (#​6607) (1c26a3e)
  • cli: Don't succeed migration if npm install failed (#​6595) (6843d96)
  • cli: proper plugin module patch in monorepos (#​6589) (d49e632)

5.0.3 (2023-05-10)

Note: Version bump only for package capacitor

5.0.2 (2023-05-09)

Bug Fixes

5.0.1 (2023-05-05)

Bug Fixes

v5.0.5

Compare Source

Bug Fixes
  • http: don't throw errors when content-type is null on response (#​6627) (538821f)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 renovate bot force-pushed the renovate/capacitor-monorepo branch 4 times, most recently from 7691a9e to 671bc92 Compare July 19, 2023 16:18
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.2.1 chore(deps): update capacitor monorepo to v5.2.2 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 671bc92 to 086a96d Compare July 19, 2023 16:28
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch 2 times, most recently from 6644797 to bd44e9b Compare August 1, 2023 15:55
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.2.2 fix(deps): update capacitor monorepo to v5.2.2 Aug 6, 2023
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch 2 times, most recently from a619787 to 8fcc8c8 Compare August 9, 2023 14:24
@renovate renovate bot changed the title fix(deps): update capacitor monorepo to v5.2.2 chore(deps): update capacitor monorepo to v5.2.3 Aug 10, 2023
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 8fcc8c8 to 621ec57 Compare August 10, 2023 17:19
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 621ec57 to 6545ca4 Compare August 22, 2023 17:07
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.2.3 chore(deps): update capacitor monorepo to v5.3.0 Aug 23, 2023
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch 2 times, most recently from 43e8c3e to 5dfdaea Compare August 27, 2023 11:22
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 5dfdaea to ff3eb19 Compare September 7, 2023 17:23
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.3.0 fix(deps): update capacitor monorepo to v5.3.0 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from ff3eb19 to 5f0db99 Compare September 14, 2023 21:47
@renovate renovate bot changed the title fix(deps): update capacitor monorepo to v5.3.0 chore(deps): update capacitor monorepo to v5.4.0 Sep 14, 2023
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.4.0 chore(deps): update capacitor monorepo to v5.4.1 Sep 21, 2023
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 5f0db99 to c4a3404 Compare September 21, 2023 21:32
@socket-security
Copy link

socket-security bot commented Sep 21, 2023

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@capacitor/[email protected] None 0 427 kB ionicjs
npm/@capacitor/[email protected] network 0 291 kB ionicjs
npm/@capacitor/[email protected] None 0 348 kB ionicjs

View full report↗︎

@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.4.1 chore(deps): update capacitor monorepo to v5.4.2 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from c4a3404 to 677f098 Compare October 4, 2023 18:19
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 677f098 to 0d8be3c Compare October 11, 2023 19:08
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.4.2 chore(deps): update capacitor monorepo to v5.5.0 Oct 11, 2023
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 0d8be3c to c10f3c1 Compare October 25, 2023 20:03
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.5.0 chore(deps): update capacitor monorepo to v5.5.1 Oct 25, 2023
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from dfe2da1 to 06e042b Compare February 7, 2024 22:15
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 06e042b to 6bb9789 Compare February 25, 2024 12:29
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.7.0 chore(deps): update capacitor monorepo to v5.7.1 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch 2 times, most recently from 261416d to 1808021 Compare March 6, 2024 18:38
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.7.1 chore(deps): update capacitor monorepo to v5.7.2 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 1808021 to 99edd7a Compare March 15, 2024 19:32
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.7.2 chore(deps): update capacitor monorepo to v5.7.3 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 99edd7a to 21fc8fc Compare March 20, 2024 19:17
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.7.3 chore(deps): update capacitor monorepo to v5.7.4 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 21fc8fc to cfe48a9 Compare April 15, 2024 17:06
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.7.4 chore(deps): update capacitor monorepo Apr 15, 2024
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from cfe48a9 to 94e1fd1 Compare April 15, 2024 19:47
@renovate renovate bot changed the title chore(deps): update capacitor monorepo chore(deps): update capacitor monorepo to v5.7.5 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 94e1fd1 to e82681e Compare April 30, 2024 02:25
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v5.7.5 fix(deps): update capacitor monorepo to v5.7.5 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from e82681e to 08d8872 Compare May 30, 2024 15:33
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 08d8872 to 3f97c8a Compare June 11, 2024 17:14
@renovate renovate bot changed the title fix(deps): update capacitor monorepo to v5.7.5 chore(deps): update capacitor monorepo Jun 11, 2024
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 3f97c8a to c1dd574 Compare July 17, 2024 20:33
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from c1dd574 to 345821f Compare August 7, 2024 19:32
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 345821f to 54257ea Compare August 28, 2024 12:08
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 54257ea to 3534808 Compare October 9, 2024 10:43
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 3534808 to 40442df Compare November 19, 2024 18:10
@renovate renovate bot changed the title chore(deps): update capacitor monorepo fix(deps): update capacitor monorepo Dec 10, 2024
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 40442df to a2334f2 Compare February 9, 2025 04:46
@renovate renovate bot changed the title fix(deps): update capacitor monorepo fix(deps): update capacitor monorepo to v5.7.8 Feb 9, 2025
Copy link

coderabbitai bot commented Feb 9, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from a2334f2 to cc2f437 Compare February 9, 2025 10:54
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