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

chore(deps): bump @capgo/capacitor-updater from 5.3.34 to 5.3.38 #135

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps @capgo/capacitor-updater from 5.3.34 to 5.3.38.

Changelog

Sourced from @​capgo/capacitor-updater's changelog.

5.3.38 (2023-12-11)

5.3.37 (2023-12-11)

5.3.36 (2023-12-07)

Bug Fixes

  • missing error when network fail (ae71a69)

5.3.35 (2023-11-27)

Commits
  • 6bd5470 chore(release): 5.3.38
  • bec95c8 chore(deps): update pnpm to v8.12.0
  • 7b84665 chore(release): 5.3.37
  • 14279f3 chore(deps): update dependency gradle to v8.5
  • 60d3577 chore(release): 5.3.36
  • ae71a69 fix: missing error when network fail
  • 8eebcd2 chore(release): 5.3.35
  • 549fede chore(deps): update pnpm to v8.11.0
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@capgo/capacitor-updater](https://github.com/Cap-go/capacitor-updater) from 5.3.34 to 5.3.38.
- [Changelog](https://github.com/Cap-go/capacitor-updater/blob/main/CHANGELOG.md)
- [Commits](Cap-go/capacitor-updater@5.3.34...5.3.38)

---
updated-dependencies:
- dependency-name: "@capgo/capacitor-updater"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
Copy link

stackblitz bot commented Dec 11, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

Pull Request Review - Summary

Hey there! 👋 Here's a summary of the previous tasks and their results. Let's dive in!

Changes

  1. Updated @capgo/capacitor-updater version from 5.3.34 to 5.3.38 in package.json. (Commit)
  2. No other major changes found.

Suggestions

  1. In package.json, consider using a specific version instead of a caret (^) for dependencies to ensure consistent behavior across different environments.
  2. In src-capacitor/package.json, consider using a specific version instead of a caret (^) for dependencies to ensure consistent behavior across different environments.

Bugs

  1. Potential bug found in package.json file.
  2. Potential bug found in src-capacitor/package.json file.

Improvements

  1. In package.json, the dependency @capgo/capacitor-updater can be refactored for better readability by using a variable to store the version number.
    const capacitorUpdaterVersion = "^5.3.38";
    Then, update the dependency using the variable:
    "@capgo/capacitor-updater": capacitorUpdaterVersion,
  2. In src-capacitor/package.json, the dependency @capgo/capacitor-updater can be refactored for better readability by using a variable to store the version number.
    const capacitorUpdaterVersion = "^5.3.38";
    Then, update the dependency using the variable:
    "@capgo/capacitor-updater": capacitorUpdaterVersion,

Rating

Code Rating: 7.5/10

  • Readability: The code is generally readable, but there are some areas that could be improved.
  • Performance: Seems to be fine.
  • Security: Also seems to be fine.

That's it for the summary! If you have any questions or need further clarification, feel free to ask. Good luck with the pull request! 🚀

Copy link

sonarcloud bot commented Dec 11, 2023

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

@ghost
Copy link

ghost commented Dec 11, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@tachibana-shin tachibana-shin merged commit 99b325b into main Dec 12, 2023
33 checks passed
@tachibana-shin tachibana-shin deleted the dependabot/npm_and_yarn/capgo/capacitor-updater-5.3.38 branch December 12, 2023 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant