-
Notifications
You must be signed in to change notification settings - Fork 161
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
feat (msw) add withSuffix param #385
Conversation
🦋 Changeset detectedLatest commit: 5ccbb7e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
can you create a changeset?
Added, thx for remiding |
hey @neil585456525 can you try rebasing this PR with |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: add addTransformResponse to config * docs: add changeset * fix: changeset from path to minor * fix: move subscription block before generation * fix: prettier issue --------- Co-authored-by: Dominic <dominic@nomanini.com>
* Revert "Revert "fix(preset/near-operation-file): accept skipDocumentsValidation config parameter. Closes #214 (#383)" (#413)" This reverts commit 5739a0e. * fix(preset/near-operation-file): read skipDocumentsValidation from config (#409) * fix(preset/near-operation-file): add skipDocumentsValidation presetConfig types * Create brave-bulldogs-explode.md * fix(preset/near-operation-file): read skipDocumentsValidation from config * Update brave-bulldogs-explode.md * Delete .changeset/brave-bulldogs-explode.md --------- Co-authored-by: Herman Bilous <herman.belous@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(graphql-request): return errors in return type when rawRequest is true * add changeset * generate examples
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@saihaj Done |
Description
Add a
withSuffix
param to allow user use typescript-msw link feature without forcing to use it with suffixRelated # (issue)
Type of change
Please delete options that are not relevant.
expected)
Screenshots/Sandbox (if appropriate/relevant):
Adding links to sandbox or providing screenshots can help us understand more about this PR and take
action on it as appropriate
How Has This Been Tested?
Add
withSuffix:false
in the msw pludin link configuration.Checklist:
CONTRIBUTING doc and the
style guidelines of this project