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

fix(deps): bump http from 0.2.12 to 1.2.0 #401

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/amzn-codewhisperer-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ version = "1.4.0"
version = "2.0.0"

[dependencies.http]
version = "0.2.9"
version = "1.2.0"

[dependencies.tracing]
version = "0.1"
2 changes: 1 addition & 1 deletion crates/amzn-codewhisperer-streaming-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ version = "1.3.3"
version = "1.4.0"

[dependencies.http]
version = "0.2.9"
version = "1.2.0"

[dependencies.tracing]
version = "0.1"
2 changes: 1 addition & 1 deletion crates/amzn-consolas-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ version = "1.4.0"
version = "2.0.0"

[dependencies.http]
version = "0.2.9"
version = "1.2.0"

[dependencies.tracing]
version = "0.1"
2 changes: 1 addition & 1 deletion crates/amzn-qdeveloper-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ version = "1.4.0"
version = "2.0.0"

[dependencies.http]
version = "0.2.9"
version = "1.2.0"

[dependencies.tracing]
version = "0.1"
2 changes: 1 addition & 1 deletion crates/amzn-qdeveloper-streaming-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ version = "1.3.3"
version = "1.4.0"

[dependencies.http]
version = "0.2.9"
version = "1.2.0"

[dependencies.tracing]
version = "0.1"
2 changes: 1 addition & 1 deletion crates/amzn-toolkit-telemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ version = "1.1.3"
version = "1.0.0"

[dependencies.http]
version = "0.2.9"
version = "1.2.0"

[dependencies.tracing]
version = "0.1"
2 changes: 1 addition & 1 deletion crates/fig_aws_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ aws-runtime = "1.4.4"
aws-smithy-runtime-api = "1.6.1"
aws-smithy-types = "1.2.10"
aws-types = "1.3.0"
http = "0.2.12"
http = "1.2.0"
tracing.workspace = true

[dev-dependencies]

Unchanged files with check annotations Beta

if (unsubscribe) unsubscribe();
isStale = true;
};
}, deps);

Check warning on line 64 in packages/autocomplete/src/fig/hooks.ts

GitHub Actions / Lint

React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies

Check warning on line 64 in packages/autocomplete/src/fig/hooks.ts

GitHub Actions / Lint

React Hook useEffect has a missing dependency: 'getSubscription'. Either include it or remove the dependency array. If 'getSubscription' changes too often, find the parent component that defines it and wrap that definition in useCallback

Check warning on line 64 in packages/autocomplete/src/fig/hooks.ts

GitHub Actions / Lint

React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies

Check warning on line 64 in packages/autocomplete/src/fig/hooks.ts

GitHub Actions / Lint

React Hook useEffect has a missing dependency: 'getSubscription'. Either include it or remove the dependency array. If 'getSubscription' changes too often, find the parent component that defines it and wrap that definition in useCallback
};
export const useFigSettings = (
updateSettings(settings as SettingsMap);
updateSelectSuggestionKeybindings(settings as SettingsMap);
});
}, []);

Check warning on line 76 in packages/autocomplete/src/fig/hooks.ts

GitHub Actions / Lint

React Hook useEffect has a missing dependency: 'setSettings'. Either include it or remove the dependency array. If 'setSettings' changes too often, find the parent component that defines it and wrap that definition in useCallback

Check warning on line 76 in packages/autocomplete/src/fig/hooks.ts

GitHub Actions / Lint

React Hook useEffect has a missing dependency: 'setSettings'. Either include it or remove the dependency array. If 'setSettings' changes too often, find the parent component that defines it and wrap that definition in useCallback
useFigSubscriptionEffect(
() =>
}
scrollToIndex(newIndex, newVisibleState);
},
[

Check warning on line 74 in packages/autocomplete/src/hooks/keypress.ts

GitHub Actions / Lint

React Hook useCallback has a missing dependency: 'scrollToIndex'. Either include it or remove the dependency array

Check warning on line 74 in packages/autocomplete/src/hooks/keypress.ts

GitHub Actions / Lint

React Hook useCallback has a missing dependency: 'scrollToIndex'. Either include it or remove the dependency array
selectedIndex,
visibleState,
suggestions.length,
return () => {
isMostRecentEffect = false;
};
}, [command, setParserResult, onError, context, setVisibleState]);

Check warning on line 78 in packages/autocomplete-app/src/parser/hooks.ts

GitHub Actions / Lint

React Hook useEffect has missing dependencies: 'oldCommand?.originalTree.text', 'oldCommand?.tokens', and 'setLoading'. Either include them or remove the dependency array. If 'setLoading' changes too often, find the parent component that defines it and wrap that definition in useCallback

Check warning on line 78 in packages/autocomplete-app/src/parser/hooks.ts

GitHub Actions / Lint

React Hook useEffect has missing dependencies: 'oldCommand?.originalTree.text', 'oldCommand?.tokens', and 'setLoading'. Either include them or remove the dependency array. If 'setLoading' changes too often, find the parent component that defines it and wrap that definition in useCallback
};
if (unsubscribe) unsubscribe();
isStale = true;
};
}, deps);

Check warning on line 64 in packages/autocomplete/src/fig/hooks.ts

GitHub Actions / Lint

React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies

Check warning on line 64 in packages/autocomplete/src/fig/hooks.ts

GitHub Actions / Lint

React Hook useEffect has a missing dependency: 'getSubscription'. Either include it or remove the dependency array. If 'getSubscription' changes too often, find the parent component that defines it and wrap that definition in useCallback

Check warning on line 64 in packages/autocomplete/src/fig/hooks.ts

GitHub Actions / Lint

React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies

Check warning on line 64 in packages/autocomplete/src/fig/hooks.ts

GitHub Actions / Lint

React Hook useEffect has a missing dependency: 'getSubscription'. Either include it or remove the dependency array. If 'getSubscription' changes too often, find the parent component that defines it and wrap that definition in useCallback
};
export const useFigSettings = (
updateSettings(settings as SettingsMap);
updateSelectSuggestionKeybindings(settings as SettingsMap);
});
}, []);

Check warning on line 76 in packages/autocomplete/src/fig/hooks.ts

GitHub Actions / Lint

React Hook useEffect has a missing dependency: 'setSettings'. Either include it or remove the dependency array. If 'setSettings' changes too often, find the parent component that defines it and wrap that definition in useCallback

Check warning on line 76 in packages/autocomplete/src/fig/hooks.ts

GitHub Actions / Lint

React Hook useEffect has a missing dependency: 'setSettings'. Either include it or remove the dependency array. If 'setSettings' changes too often, find the parent component that defines it and wrap that definition in useCallback
useFigSubscriptionEffect(
() =>
}
scrollToIndex(newIndex, newVisibleState);
},
[

Check warning on line 74 in packages/autocomplete/src/hooks/keypress.ts

GitHub Actions / Lint

React Hook useCallback has a missing dependency: 'scrollToIndex'. Either include it or remove the dependency array

Check warning on line 74 in packages/autocomplete/src/hooks/keypress.ts

GitHub Actions / Lint

React Hook useCallback has a missing dependency: 'scrollToIndex'. Either include it or remove the dependency array
selectedIndex,
visibleState,
suggestions.length,