tidev / titanium-identity

A collection of API's to authenticate with your device: Keychain/Keystore, Touch ID and Face ID
Other
39 stars 28 forks source link

build(deps-dev): bump clang-format from 1.5.0 to 1.6.0 #222

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps clang-format from 1.5.0 to 1.6.0.

Commits
  • 02ecb76 rel: 1.6.0
  • 3541fe6 feat: new binaries from 2021-11-05 (7af584ed87cc6eddb6adbc451c90fb8867469e06).
  • 6ac990d Adjust to master -> main renaming in upstream llvm.
  • 2026be6 rel: 1.5.0
  • 2541066 doc: fix build script for linux
  • e9075b5 Remove CircleCI leftovers.
  • 0e04d88 Set up Github Actions CI
  • eca4ddc build(deps): bump path-parse from 1.0.6 to 1.0.7
  • 00e71e4 Add package-lock.json for repeatable builds.
  • 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 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)
build commented 2 years ago
Fails
:no_entry_sign: `npm run lint` failed, please check messages below for output.
Warnings
:warning: guid is inconsistent across platforms. It is c3d987a8-8bd4-42cd-a3e4-2a75952d1ea0 in android/manifest and ae6ffc93-6e6e-4251-8373-b0cb263a1662 in ios/manifest
:warning: :mag: Can't find junit reports at `./TESTS-*.xml`, skipping generating JUnit Report.
Messages
:book: :bomb: Here's the output of `npm run lint`: ``` > @titanium-sdk/ti.identity@6.0.1 lint > npm run lint:android && npm run lint:ios && npm run lint:js && npm run lint:docs > @titanium-sdk/ti.identity@6.0.1 lint:android > clang-format-lint android/src/ti/**/*.java > @titanium-sdk/ti.identity@6.0.1 lint:ios > clang-format-lint ios/**/*.m ios/**/*.h Error: Formatting incorrect on "ios/Classes/TiIdentityKeychainItemProxy.h", proposed changes: ```

Generated by :no_entry_sign: dangerJS against 3bebbf096aff4da223d50d2abe20ef3bcfbd6547

dependabot[bot] commented 2 years ago

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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