Cap-go / CLI

CLI to help you to manage your version in capgo cloud
https://capgo.app
GNU Affero General Public License v3.0
14 stars 35 forks source link

[Snyk] Upgrade @capacitor/cli from 5.2.2 to 5.4.0 #168

Closed riderx closed 9 months ago

riderx commented 10 months ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @capacitor/cli from 5.2.2 to 5.4.0.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **33 versions** ahead of your current version. - The recommended version was released **a month ago**, on 2023-09-14.
Release notes
Package name: @capacitor/cli
  • 5.4.0 - 2023-09-14

    5.4.0 (2023-09-14)

    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

  • 5.3.1-nightly-20230915T150505.0 - 2023-09-15
  • 5.3.1-nightly-20230914T150514.0 - 2023-09-14
  • 5.3.1-nightly-20230913T150501.0 - 2023-09-13
  • 5.3.1-nightly-20230912T150508.0 - 2023-09-12
  • 5.3.1-nightly-20230911T150532.0 - 2023-09-11
  • 5.3.1-nightly-20230908T150510.0 - 2023-09-08
  • 5.3.1-nightly-20230907T150505.0 - 2023-09-07
  • 5.3.1-nightly-20230906T150520.0 - 2023-09-06
  • 5.3.1-nightly-20230905T150723.0 - 2023-09-05
  • 5.3.1-nightly-20230904T150506.0 - 2023-09-04
  • 5.3.1-nightly-20230901T150525.0 - 2023-09-01
  • 5.3.1-nightly-20230831T150754.0 - 2023-08-31
  • 5.3.1-nightly-20230830T150507.0 - 2023-08-30
  • 5.3.1-nightly-20230829T150504.0 - 2023-08-29
  • 5.3.0 - 2023-08-23

    5.3.0 (2023-08-23)

    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.4-nightly-20230828T150506.0 - 2023-08-28
  • 5.2.4-nightly-20230825T150458.0 - 2023-08-25
  • 5.2.4-nightly-20230824T150445.0 - 2023-08-24
  • 5.2.4-nightly-20230823T151227.0 - 2023-08-23
  • 5.2.4-nightly-20230822T150500.0 - 2023-08-22
  • 5.2.4-nightly-20230821T150453.0 - 2023-08-21
  • 5.2.4-nightly-20230818T150504.0 - 2023-08-18
  • 5.2.4-nightly-20230817T150507.0 - 2023-08-17
  • 5.2.4-nightly-20230816T150451.0 - 2023-08-16
  • 5.2.4-nightly-20230815T150758.0 - 2023-08-15
  • 5.2.4-nightly-20230814T150457.0 - 2023-08-14
  • 5.2.4-nightly-20230811T150510.0 - 2023-08-11
  • 5.2.3 - 2023-08-10

    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.3-nightly-20230725T150507.0 - 2023-07-25
  • 5.2.3-nightly-20230724T150520.0 - 2023-07-24
  • 5.2.3-nightly-20230721T150502.0 - 2023-07-21
  • 5.2.3-nightly-20230720T150521.0 - 2023-07-20
  • 5.2.2 - 2023-07-19

    5.2.2 (2023-07-19)

    Bug Fixes

from @capacitor/cli GitHub release notes
Commit messages
Package name: @capacitor/cli
  • dfe5dc2 Release 5.4.0
  • 09bd040 fix(http): add support for defining xhr and angular http response types
  • 2fe4535 fix(http): add support for Request objects in fetch
  • 5cd3b2f fix(http): inherit object properties on window.XMLHttpRequest
  • 9048432 fix(cli): use helper in Podfile with correct path (#6888)
  • 54a63ae feat: add livereload to run command (#6831)
  • 599aae4 Release 5.3.0
  • 6887670 chore: update files and workflows for 5.x branch (#6834)
  • 03dd3f9 fix(http): return numbers and booleans as-is when application/json is the content type
  • ae35e29 feat: better support monorepos (#6811)
  • 037863b fix(cookies): remove session cookies when initializing the cookie manager
  • a1ed6cc fix(http): disconnect active connections if call or bridge is destroyed
  • 26f2ccd Release 5.2.3
  • 61d3ab8 chore: update workspaces entries (#6805)
  • bde6569 fix(http): return valid response for relative url xhr requests
  • 0cc927e fix(cookies): hide httpOnly cookies from client
  • 4583c57 chore(readme): add new contributor (#6788)
  • ee0f745 fix(cli): signing type option issue (#6716)
  • cc85df5 fix(android): avoid R8 optimizations remove plugin classes (#6783)
  • 3d57ecd fix(android): allow single input file selection from samsumg gallery (#6778)
  • 4499b6b fix(cli): remove package related checks on doctor command (#6773)
  • 88f03d9 chore: update lerna (#6731)
Compare

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/riderx/project/45403f8a-d4a1-47c6-abda-fbc814e18749?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/riderx/project/45403f8a-d4a1-47c6-abda-fbc814e18749/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/riderx/project/45403f8a-d4a1-47c6-abda-fbc814e18749/settings/integration?pkg=@capacitor/cli&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)
sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication