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

build(deps-dev): bump the appium-deps group in /appium with 4 updates #2610

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ updates:
versions: ["2.0.0", "2.0.1"]
- dependency-name: "eslint"
update-types: ["version-update:semver-major"]
- dependency-name: "@typescript-eslint/eslint-plugin"
update-types: ["version-update:semver-major"]
- dependency-name: "@typescript-eslint/parser"
update-types: ["version-update:semver-major"]

- package-ecosystem: "npm"
directory: "/Core/"
Expand Down
158 changes: 71 additions & 87 deletions Core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ struct SetupImapViewDecorator {
case .title:
placeholder = nil
}

case .connect:
return nil
}
Expand Down
2 changes: 1 addition & 1 deletion FlowCrypt/Resources/generated/flowcrypt-ios-prod.js.txt

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions FlowCryptCommon/TapTicFeedback.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public enum TapTicFeedback {
case .error:
let generator = UINotificationFeedbackGenerator()
generator.notificationOccurred(.error)

case .success:
let generator = UINotificationFeedbackGenerator()
generator.notificationOccurred(.success)
Expand All @@ -33,6 +34,7 @@ public enum TapTicFeedback {
case .heavy:
let generator = UIImpactFeedbackGenerator(style: .heavy)
generator.impactOccurred()

case .changed:
let generator = UISelectionFeedbackGenerator()
generator.selectionChanged()
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem "fastlane", "2.221.1"
gem "fastlane", "2.222.0"
Loading
Loading