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

Bump @capacitor/cli from 2.2.1 to 2.3.0 #1

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @capacitor/cli from 2.2.1 to 2.3.0.

Release notes

Sourced from @capacitor/cli's releases.

2.3.0

CHANGELOG: https://github.com/ionic-team/capacitor/blob/2.x/CHANGELOG.md#230-2020-07-16

Changelog

Sourced from @capacitor/cli's changelog.

2.3.0 (2020-07-16)

Bug Fixes

  • fix(android): restore local notifications after device reboot (#3027) (2a39a7d), closes #3027
  • fix(android): Splash.show not resolving if splash is visible (#3262) (bfd9884), closes #3262
  • fix(android): use notification sound for notifications, not alarm (#2743) (b2d50f9), closes #2743
  • fix(cli): Avoid duplicate usesCleartextTraffic attribute (#3245) (861874f), closes #3245
  • fix(cordova): patch usages of webView superview (#3177) (8241c81), closes #3177

Features

  • feat: add appId and appName to device info (#3244) (0d5e132), closes #3244
  • feat(android): add ability to share both text and file (#3233) (4e8b59e), closes #3233
  • feat(android): add option to make a notification ongoing (#3165) (1ee51cd), closes #3165
  • feat(android): start animatable layers when splash drawable is layered (#2733) (606b59f), closes #2733
  • feat(android): update to use androidx.exifinterface.media.ExifInterface (6196907)
  • feat(cli): add hooks to capacitor commands for custom platforms (#3091) (c2133c5), closes #3091
  • feat(ios): improve initial webview loading appearance (#2933) (49720a5), closes #2933
  • feat(web): add file input method for camera (#1856) (25505d2), closes #1856

Chores

  • chore: update ios and android peerDependencies (#3274) (d8ee77b), closes #3274
  • chore(android): improve error message when Filesystem.copy fails (#3148) (598d7dc), closes #3148
  • chore(android): make androidx.exifinterface version configurable (#3236) (3c64162), closes #3236
  • chore(cli): add deprecation notice for all electron commands (#3268) (5e84ce9), closes #3268
  • chore(cli): add deprecation notice for electron (#3263) (b7d5639), closes #3263
  • chore(cli): pin cli version instead of latest on plugin generation (#3201) (8651ef1), closes #3201
  • chore(cli): update plugin generation and plugin template (#3241) (97a5b9a), closes #3241
  • chore(cli): use real path to Capacitor iOS Pods (#3249) (618f9cf), closes #3249
Commits
  • 545c04c Release v2.3.0
  • d8ee77b chore: update ios and android peerDependencies (#3274)
  • 97a5b9a chore(cli): update plugin generation and plugin template (#3241)
  • 5e84ce9 chore(cli): add deprecation notice for all electron commands (#3268)
  • bfd9884 fix(android): Splash.show not resolving if splash is visible (#3262)
  • b7d5639 chore(cli): add deprecation notice for electron (#3263)
  • 618f9cf chore(cli): use real path to Capacitor iOS Pods (#3249)
  • d795fe6 chore(readme): add new contributor (#3248)
  • 49720a5 feat(ios): improve initial webview loading appearance (#2933)
  • 0d5e132 feat: add appId and appName to device info (#3244)
  • Additional commits viewable 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 20, 2020
@seanwu1105 seanwu1105 closed this Jul 21, 2020
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/capacitor/cli-2.3.0 branch July 21, 2020 03:35
This was referenced Dec 7, 2023
This was referenced Dec 26, 2023
@sync-by-unito sync-by-unito bot mentioned this pull request Mar 7, 2024
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