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

build(deps-dev): bump @capacitor/cli from 3.3.1 to 4.2.0#807

Closed
dependabot[bot] wants to merge 1 commit intov3.xfrom
dependabot/npm_and_yarn/v3.x/capacitor/cli-4.2.0
Closed

build(deps-dev): bump @capacitor/cli from 3.3.1 to 4.2.0#807
dependabot[bot] wants to merge 1 commit intov3.xfrom
dependabot/npm_and_yarn/v3.x/capacitor/cli-4.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2022

Bumps @capacitor/cli from 3.3.1 to 4.2.0.

Release notes

Sourced from @​capacitor/cli's releases.

4.2.0

4.2.0 (2022-09-08)

Features

  • cli: add inline option to copy command (#5901) (17fbabb)
  • cli: add scheme and flavor options to run command (#5873) (e4c143d)
  • cli: copy signature when using secure live updates (#5896) (0f17177)

4.1.0

4.1.0 (2022-08-18)

Bug Fixes

  • cli: Also update preferences plugin if present (#5831) (b9d5954)
  • cli: Don't add google-services plugin if missing (#5825) (48ff9e6)
  • cli: make migrator also update plugin variables (#5871) (478d48c)
  • cli: Migrator put registerPlugin before super.onCreate (#5828) (8cd3373)
  • cli: prevent error on migrate when devDependencies is missing (#5863) (474ad1f)
  • cli: remove double space in cap 2 variables file (#5826) (7184097)
  • cli: Support of BoM dependencies on cordova plugins (#5827) (ea2d95b)
  • ios: Prevent Xcode 14 warning on CAPWebView (#5821) (66954ef)
  • ios: return proper mimeType on M1 x86_64 simulators (#5853) (325b6fe), closes #5793
  • update @​types/tar to prevent core build failure (#5822) (59e64b7)

Features

  • cli: Option to inline JS source maps during sync (#5843) (7ce6dd4)
  • ios: Add setServerBasePath(_:) to CAPBridgeProtocol (#5860) (76f28e7)

4.0.1

4.0.1 (2022-07-28)

Bug Fixes

4.0.0

4.0.0 (2022-07-27)

Bug Fixes

  • android: Publish proguard-rules.pro on npm (#5761) (df77103)

... (truncated)

Changelog

Sourced from @​capacitor/cli's changelog.

4.2.0 (2022-09-08)

Features

  • cli: add inline option to copy command (#5901) (17fbabb)
  • cli: add scheme and flavor options to run command (#5873) (e4c143d)
  • cli: copy signature when using secure live updates (#5896) (0f17177)

4.1.0 (2022-08-18)

Bug Fixes

  • cli: Also update preferences plugin if present (#5831) (b9d5954)
  • cli: Don't add google-services plugin if missing (#5825) (48ff9e6)
  • cli: make migrator also update plugin variables (#5871) (478d48c)
  • cli: Migrator put registerPlugin before super.onCreate (#5828) (8cd3373)
  • cli: prevent error on migrate when devDependencies is missing (#5863) (474ad1f)
  • cli: remove double space in cap 2 variables file (#5826) (7184097)
  • cli: Support of BoM dependencies on cordova plugins (#5827) (ea2d95b)
  • ios: Prevent Xcode 14 warning on CAPWebView (#5821) (66954ef)
  • ios: return proper mimeType on M1 x86_64 simulators (#5853) (325b6fe), closes #5793
  • update @​types/tar to prevent core build failure (#5822) (59e64b7)

Features

  • cli: Option to inline JS source maps during sync (#5843) (7ce6dd4)
  • ios: Add setServerBasePath(_:) to CAPBridgeProtocol (#5860) (76f28e7)

4.0.1 (2022-07-28)

Bug Fixes

... (truncated)

Commits
  • 101a568 Release 4.2.0
  • 17fbabb feat(cli): add inline option to copy command (#5901)
  • d84352d chore: use date instead of git rev nightly & dev (#5902)
  • e4c143d feat(cli): add scheme and flavor options to run command (#5873)
  • 0f17177 feat(cli): copy signature when using secure live updates (#5896)
  • 9658fe1 chore: format license files properly (#5887)
  • 22c2fb5 chore(cli): Change CocoaPods install link (#5876)
  • 29ccfca chore: fix publish-latest workflow skipping pkgs
  • fb51378 chore(readme): add new contributor (#5875)
  • 26d1d7d chore: bump android to 4.1.0
  • 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)

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

---
updated-dependencies:
- dependency-name: "@capacitor/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

dependabot bot commented on behalf of github Sep 21, 2022

Superseded by #815.

@dependabot dependabot bot closed this Sep 21, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/v3.x/capacitor/cli-4.2.0 branch September 21, 2022 23:43
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