-
Notifications
You must be signed in to change notification settings - Fork 49
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
Bump Babel, PostCSS, and Vite to latest #210
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #210 +/- ##
=====================================
Coverage 9.99% 9.99%
=====================================
Files 406 406
Lines 30143 30143
Branches 654 654
=====================================
Hits 3014 3014
Misses 26795 26795
Partials 334 334
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @michaelnchin
LGTM
* Bump Babel and PostCSS versions * update changelog
* updating fetch for templated queries to be POST * fix linter and pre commit issues * fix linter SelectListBox node.value can be null * changelog * removed method get from fetch as it's defaults to get * Bump Babel, PostCSS, and Vite to latest (#210) * Bump Babel and PostCSS versions * update changelog * Bump crypto-js to 4.2.0 (#214) * Bump crypto-js to 4.2.0 * update changelog * merge * Bye abstract class hello React hooks, test passing * Fix error messages on schema fetch * server does post calls instead of gets calls to neptune * Fix type imports and update schema state * Fix headers in useGEFetch and useSPARQL, and add GET method to useOpenCypher and useGremlin * Add body-parser middleware, created middleware to sign headers * Refactor ConnectorProvider * Add new connection configuration options * Refactor useOpenCypher, useGremlin, useSPARQL, and useGEFetch This commit refactors the `useOpenCypher`, `useGremlin`, `useSPARQL`, and `useGEFetch` functions. It updates the imports to include the `useConfiguration` function from the `core` module. It also modifies the function signatures to remove the `connection` parameter and instead retrieves the connection configuration using `useConfiguration`. * Update fetch request timeout value * Remove unused import in ConnectorProvider.tsx * Add compression middleware to node-server.js * Refactor aws4SigningMiddleware to use async/await * adjusting header signature * update * IAM api call works for POST * GET call return undefined * Update IAM headers and fix query parameter in useGremlin --------- Co-authored-by: Michael Chin <chnmch@amazon.com> Co-authored-by: Michael Chin <mchin188@yahoo.com> Co-authored-by: Juan Cubeddu <vcubjuan@amzon.com>
* updating fetch for templated queries to be POST * fix linter and pre commit issues * fix linter SelectListBox node.value can be null * changelog * removed method get from fetch as it's defaults to get * Bump Babel, PostCSS, and Vite to latest (aws#210) * Bump Babel and PostCSS versions * update changelog * Bump crypto-js to 4.2.0 (aws#214) * Bump crypto-js to 4.2.0 * update changelog * merge * Bye abstract class hello React hooks, test passing * Fix error messages on schema fetch * server does post calls instead of gets calls to neptune * Fix type imports and update schema state * Fix headers in useGEFetch and useSPARQL, and add GET method to useOpenCypher and useGremlin * Add body-parser middleware, created middleware to sign headers * Refactor ConnectorProvider * Add new connection configuration options * Refactor useOpenCypher, useGremlin, useSPARQL, and useGEFetch This commit refactors the `useOpenCypher`, `useGremlin`, `useSPARQL`, and `useGEFetch` functions. It updates the imports to include the `useConfiguration` function from the `core` module. It also modifies the function signatures to remove the `connection` parameter and instead retrieves the connection configuration using `useConfiguration`. * Update fetch request timeout value * Remove unused import in ConnectorProvider.tsx * Add compression middleware to node-server.js * Refactor aws4SigningMiddleware to use async/await * adjusting header signature * update * IAM api call works for POST * GET call return undefined * Update IAM headers and fix query parameter in useGremlin --------- Co-authored-by: Michael Chin <chnmch@amazon.com> Co-authored-by: Michael Chin <mchin188@yahoo.com> Co-authored-by: Juan Cubeddu <vcubjuan@amzon.com>
Issue #, if available: CVE-2023-44270, CVE-2023-45133
Description of changes:
@babel/*
packages to latest version,postcss
to8.4.31
, andvite
to4.5.0
for security fixes.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.