Cap-go / CLI

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

[Snyk] Upgrade @capacitor/cli from 5.0.4 to 5.1.1 #112

Closed riderx closed 1 year ago

riderx commented 1 year 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.0.4 to 5.1.1.

: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 **35 versions** ahead of your current version. - The recommended version was released **21 days ago**, on 2023-07-05.
Release notes
Package name: @capacitor/cli
  • 5.1.1 - 2023-07-05

    5.1.1 (2023-07-05)

    Bug Fixes

    • ios: Revert server url addition for CAPWebView. (#6705) (1b8352d)
  • 5.1.1-nightly-20230705T150536.0 - 2023-07-05
  • 5.1.1-nightly-20230704T150544.0 - 2023-07-04
  • 5.1.1-nightly-20230703T150537.0 - 2023-07-03
  • 5.1.1-nightly-20230630T150536.0 - 2023-06-30
  • 5.1.0 - 2023-06-29

    5.1.0 (2023-06-29)

    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.6-nightly-20230629T150513.0 - 2023-06-29
  • 5.0.6-nightly-20230628T150515.0 - 2023-06-28
  • 5.0.6-nightly-20230627T150701.0 - 2023-06-27
  • 5.0.6-nightly-20230626T150504.0 - 2023-06-26
  • 5.0.6-nightly-20230623T150512.0 - 2023-06-23
  • 5.0.6-nightly-20230622T150449.0 - 2023-06-22
  • 5.0.6-nightly-20230621T151145.0 - 2023-06-21
  • 5.0.6-nightly-20230620T150457.0 - 2023-06-20
  • 5.0.6-nightly-20230619T150539.0 - 2023-06-19
  • 5.0.6-nightly-20230616T150508.0 - 2023-06-16
  • 5.0.6-nightly-20230615T150656.0 - 2023-06-15
  • 5.0.6-nightly-20230614T150508.0 - 2023-06-14
  • 5.0.6-nightly-20230613T150525.0 - 2023-06-13
  • 5.0.6-nightly-20230612T150506.0 - 2023-06-12
  • 5.0.6-nightly-20230609T150537.0 - 2023-06-09
  • 5.0.5 - 2023-06-09

    5.0.5 (2023-06-09)

    Bug Fixes

    • http: don't throw errors when content-type is null on response (#6627) (538821f)
  • 5.0.5-nightly-20230608T150518.0 - 2023-06-08
  • 5.0.5-nightly-20230607T150532.0 - 2023-06-07
  • 5.0.5-nightly-20230606T150600.0 - 2023-06-06
  • 5.0.5-nightly-20230605T150518.0 - 2023-06-05
  • 5.0.5-nightly-20230602T150515.0 - 2023-06-02
  • 5.0.5-nightly-20230601T150600.0 - 2023-06-01
  • 5.0.5-nightly-20230531T151030.0 - 2023-05-31
  • 5.0.5-nightly-20230530T150535.0 - 2023-05-30
  • 5.0.5-nightly-20230529T150518.0 - 2023-05-29
  • 5.0.5-nightly-20230526T150529.0 - 2023-05-26
  • 5.0.5-nightly-20230525T150520.0 - 2023-05-25
  • 5.0.5-nightly-20230524T150510.0 - 2023-05-24
  • 5.0.5-nightly-20230523T150527.0 - 2023-05-23
  • 5.0.4 - 2023-05-23

    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)
from @capacitor/cli GitHub release notes
Commit messages
Package name: @capacitor/cli
  • 06fc5f1 Release 5.1.1
  • 1b8352d fix(ios): Revert server url addition for CAPWebView. (#6705)
  • d0ab34f chore: format ionic-issue-bot yml (#6701)
  • c5d966a chore: Move needs reproduction bot comment to ionic bot (#6700)
  • 4321f54 chore: Add bot comment on triaged issues (#6693)
  • d9a8b1c Release 5.1.0
  • 908678c chore: grant packages-write to workflows (#6695)
  • 53a2d47 fix(android): revert cookie manager initialization to plugin load
  • 7906d36 feat(android): add check for excluded domains before ssl request
  • 7f5f0ca fix(android): Move bridge localUrl initialization to initWebView (#6685)
  • 2ab6c7d chore(readme): add new contributor (#6677)
  • 9818a76 feat(cli): add apksigner as a build option (#6442)
  • d7856de fix(ios): Return proper MIME Type for local WASM files (#6675)
  • e5a1c81 fix(ios): set cors headers in asset handler for live reload
  • 95b0575 feat: export buildRequestInit function so we can use for downloadFile
  • def3bcb chore(cli): Add note about dimensions not supported on flavors (#6651)
  • 0cebe55 Release 5.0.5
  • 538821f fix(http): don't throw errors when content-type is null on response (#6627)
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 1 year 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