Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

build: bump @capacitor/cli from 1.5.1 to 2.0.0#435

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/capacitor/cli-2.0.0
Closed

build: bump @capacitor/cli from 1.5.1 to 2.0.0#435
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/capacitor/cli-2.0.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps @capacitor/cli from 1.5.1 to 2.0.0.

Release notes

Sourced from @capacitor/cli's releases.

2.0.0

Change log https://github.com/ionic-team/capacitor/blob/master/CHANGELOG.md#200-2020-04-03

Breaking changes

Camera: Unify saveToGallery default value to false see Use Android X. Code changed to use Android X and new dependencies.
Only Xcode 11+ support. Camera: if getPhoto has allowEditing option and the edit is canceled, return the original image see PushNotifications/LocalNotifications: new method for requesting permissions, they won’t be automatically requested on register method see Toast: unify duration across platforms, short 2000ms, long 3500ms see Geolocation (android): use Fused Location Provider on Android. Remove requireAltitude from GeolocationOptions (was not really used) see Geolocation (ios): change native location accuracy values see Filesystem: createIntermediateDirectories was removed from MkdirOptions, was deprecated, use recursive instead see Filesystem: writeFile returns uri instead of nothing see Filesystem: add recursive option to writeFile, changes behaviour on Android and web see Filesystem: Removed Application directory because was broken see Android template: remove unused launch_splash.xml see Device: Remove batteryLevel and isCharging from getInfo, use getBatteryInfo see Modals: inputPlaceholder sets a placeholder instead of text see. Use inputText instead see LocalNotifications: schedule return proper LocalNotificationScheduleResult see App: AppRestoredResult is optional now, returned only if succeeded, return error otherwise see Clipboard: Removed ReadOptions see Camera: unify saveToGallery behavior see PushNotificationChannel renamed to NotificationChannel see

Template changes:

Android: target SDK 29 see Android: update gradle and dependencies see Android X changes also require template changes Android: use common variables see iOS: Update template to use Swift 5 (not mandatory) see Camera: unify saveToGallery behavior see

2.0.0-beta.1

Changelog: https://github.com/ionic-team/capacitor/blob/capacitor.2.0-beta.1/CHANGELOG.md#200-beta1-2020-03-24

Breaking changes in 2.0.0-beta.1

Camera: Unify saveToGallery default value to false see

Breaking changes in 2.0.0-beta.0

Use Android X. Code changed to use Android X and new dependencies.
Only Xcode 11+ support.

... (truncated)
Changelog

Sourced from @capacitor/cli's changelog.

2.0.0 (2020-04-03)

Bug Fixes

  • fix(android): allow Share plugin to provide text or url only (#2436) (b6328f0), closes #2436
  • fix(android): Avoid Accessibility.speak crash (#2554) (77b59f8), closes #2554
  • fix(android): don't return NO_CAMERA_ERROR if any camera is present (#2558) (4f6ca98), closes #2558
  • fix(android): maintain status bar color during splash (#2603) (59fcf9e), closes #2603
  • fix(android): make camera work on Android 10 (#2559) (4a1a7b8), closes #2559
  • fix(android): make LocalNotification not crash on showing when (#2677) (63ecd1c), closes #2677
  • fix(android): Make Modals.showActions non cancelable (#2504) (ffdd78c), closes #2504
  • fix(android): make sure scheduled time is shown in LocalNotifications (#2553) (448e7b7), closes #2553
  • fix(android): missing AndroidX changes (#2454) (10acf5c), closes #2454
  • fix(android): plugin retained events not being retained if listeners were empty (#2408) (b817e83), closes #2408
  • fix(android): put google() on top of jcenter() in gradle files (#2461) (3263dbc), closes #2461
  • fix(android): return original camera image if edition was canceled (#2358) (ce93ed3), closes #2358
  • fix(android): support for multi-line text in LocalNotifications (#2552) (59d02ab), closes #2552
  • fix(android): Use NotificationCompat constant for setting visibility (#2586) (62b11fd), closes #2586
  • fix(cli): Avoid AndroidManifest.xml not found error on add (#2400) (120969c), closes #2400
  • fix(cli): avoid error when config.xml has no preferences (#2627) (6c0dc4b), closes #2627
  • fix(cli): prevent cordova dependency loop if plugin contains @ (#2622) (9dcb2ff), closes #2622
  • fix(cli): properly merge non application config-file (#2478) (9c589a3), closes #2478
  • fix(cordova): Add lib prefix to .a library names (#2636) (2be4a92), closes #2636
  • fix(cordova): handle source-file with framework attribute (#2507) (f7cd4c0), closes #2507
  • fix(doctor): add electron checks (#2434) (d5efb05), closes #2434
  • fix(electron): correct implementation of Filesystem.appendFile (#2567) (c6a3b3b), closes #2567
  • fix(electron): Provide app version in Device.getInfo() (#2521) (0998ae8), closes #2521
  • fix(electron): various clipboard fixes (#2566) (2c809ab), closes #2566
  • fix(ios): avoid crash on registerPlugins on Xcode 11.4 (#2414) (ca8fa9e), closes #2414
  • fix(ios): implement statusTap for iOS 13 (#2376) (7cb77c8), closes #2376
  • fix(ios): make ActionSheetOptionStyle.Cancel show cancel button (#2496) (d120021), closes #2496
  • fix(ios): Make Camera.getPhoto return exif from gallery photos (#2595) (18f9d81), closes #2595
  • fix(ios): Make Clipboard plugin return errors (#2430) (6a2ee92), closes #2430
  • fix(ios): make Clipboard.read return text/plain (#2565) (078284d), closes #2565
  • fix(ios): return error if Cancel is selected from Camera.getPhoto() prompt (#2550) (a015f8f), closes #2550
  • fix(ios): writeFile failing on root folders (#2670) (f7a800c), closes #2670
  • fix(LocalNotifications): return proper LocalNotificationScheduleResult on schedule (#2490) (b89fb15), closes #2490
  • fix(modals): make inputPlaceholder set a placeholder and not text (#2474) (8002791), closes #2474
  • fix(modals): make showActions work on web and electron (#2501) (f1204b8), closes #2501
  • fix(toast): unify duration across platforms (#2340) (717dd0a), closes #2340

Features

  • feat: add requestPermission to PushNotifications and LocalNotifications (#2516) (82e38a4), closes #2516
  • feat: Allow plugins to reject with a string code (#2533) (f93c354), closes #2533
  • feat: implement removeAllListeners (#2609) (ac55d63), closes #2609
  • feat(android): add configurable icon color for local notifications (#2548) (0bfa0bf), closes #2548
  • feat(android): Add immersive configuration to Splash (#2425) (2605ad6), closes #2425
... (truncated)
Commits
  • 422096b Release v2.0.0
  • a37d1bf chore: update electron core dependency
  • 1480a6f chore(android): use AndroidX to build
  • d708cfd chore(dependencies): Update package dependencies to 2.0.0 (#2686)
  • 1ccc3c0 docs(permissions): Display permissions page on side menu (#2684)
  • 21fb8f2 chore: Add electron to lerna (#2685)
  • a8d9591 feat(android): implement BridgeFragment for easier embedding using Fragments ...
  • 4fcb725 docs(ce-plugins): Add capacitor-dark-mode plugin (#2681)
  • a4e5918 feat(LocalNotifications): Allow to create notifications without activity (#2648)
  • d72e25d feat(LocalNotifications): add createChannel, deleteChannel and listChannels m...
  • 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.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@capacitor/cli](https://github.com/ionic-team/capacitor) from 1.5.1 to 2.0.0.
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/master/CHANGELOG.md)
- [Commits](ionic-team/capacitor@1.5.1...2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #442.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/capacitor/cli-2.0.0 branch April 13, 2020 12:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants