-
Notifications
You must be signed in to change notification settings - Fork 885
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
Upgrade JSON11 from 1.1.2 to 2.0.0 #8603
Conversation
Signed-off-by: Miki <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8603 +/- ##
=======================================
Coverage 60.95% 60.95%
=======================================
Files 3790 3790
Lines 90296 90296
Branches 14151 14151
=======================================
Hits 55036 55036
Misses 31804 31804
Partials 3456 3456
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 for this Miki!
* Upgrade JSON11 from 1.1.2 to 2.0.0 Signed-off-by: Miki <[email protected]> * Changeset file for PR #8603 created/updated --------- Signed-off-by: Miki <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 2f23e1e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Upgrade JSON11 from 1.1.2 to 2.0.0 * Changeset file for PR #8603 created/updated --------- (cherry picked from commit 2f23e1e) Signed-off-by: Miki <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
* Upgrade JSON11 from 1.1.2 to 2.0.0 Signed-off-by: Miki <[email protected]> * Changeset file for PR opensearch-project#8603 created/updated --------- Signed-off-by: Miki <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
* Upgrade JSON11 from 1.1.2 to 2.0.0 Signed-off-by: Miki <[email protected]> * Changeset file for PR opensearch-project#8603 created/updated --------- Signed-off-by: Miki <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Upgrade JSON11 from 1.1.2 to 2.0.0 to ensure UTF-8 safety when stringifying JSON data.
Issues Resolved
Fixes #7367
Changelog
Check List
yarn test:jest
yarn test:jest_integration