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

bugfix/axios-error #165

Merged
merged 7 commits into from Mar 21, 2024

Conversation

tohuynh
Copy link
Collaborator

@tohuynh tohuynh commented Mar 21, 2024

Pull request recommendations:

  • Name your pull request your-development-type/short-description. Ex: feature/read-tiff-files
  • Link to any relevant issue in the PR description. Ex: Resolves [admin/update-packpage-dependencies #12], adds tiff file format support
  • All interactions with Hypothesis fail #164
  • Provide context of changes.
  • The axios upgrade from 0.21.1 to 0.21.2 introduced breaking changes as detailed here. Version 0.21.2 will stringify the pre-stringified request body with extra quotations " around it, which Hypothesis server will not accept. Hence the is not type object error. For example, if pre-stringified object is {}, version 0.21.2 will send "{}".
  • The fixed version is 0.21.4, which is this PR. 0.21.4 won't stringify the already pre-stringified request body.
  • Provide relevant tests for your feature or bug fix.
  • Provide or update documentation for any feature added by your pull request.

Thanks for contributing!

stahs and others added 7 commits December 3, 2023 13:14
…Repository/stage

Add Slack messaging to the Jenkins pipeline
…DataRepository#151)

* Allow only high or critical security upgrades to production deps with widen strategy

* Security and severity are not valid schema

* Ignore dev deps

* Disable version updates
Add comments
Use auto strategy

* Use npm ci in workflows

* Revert to lint-staged@10.5.4

* Add back comments

---------

Co-authored-by: Sebastian Ostrowski <s.k.ostrowski+github@gmail.com>
* admin/upgrade-dependabot (QualitativeDataRepository#150)

* Allow only high or critical security upgrades to production deps with widen strategy

* Security and severity are not valid schema

* Ignore dev deps

* Disable version updates
Add comments
Use auto strategy

* Use npm ci in workflows

* Revert to lint-staged@10.5.4

* Add back comments

---------

Co-authored-by: Sebastian Ostrowski <s.k.ostrowski+github@gmail.com>

* admin/upgrade-axios-deps (QualitativeDataRepository#153)

* admin/upgrade-dependabot (QualitativeDataRepository#150) (QualitativeDataRepository#151)

* Allow only high or critical security upgrades to production deps with widen strategy

* Security and severity are not valid schema

* Ignore dev deps

* Disable version updates
Add comments
Use auto strategy

* Use npm ci in workflows

* Revert to lint-staged@10.5.4

* Add back comments

---------

Co-authored-by: Sebastian Ostrowski <s.k.ostrowski+github@gmail.com>

* Resolve axios and follow-redirects security issues

---------

Co-authored-by: Sebastian Ostrowski <s.k.ostrowski+github@gmail.com>

* Upgrade next-auth (QualitativeDataRepository#154)

* Upgrade a few transitive deps (QualitativeDataRepository#155)

---------

Co-authored-by: Sebastian Ostrowski <s.k.ostrowski+github@gmail.com>
@tohuynh tohuynh merged commit 4fe4910 into QualitativeDataRepository:stage Mar 21, 2024
5 checks passed
This was referenced Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants