-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update dependency msw-storybook-addon to v2 #2375
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/msw-storybook-addon-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +10 B (0%) Total Size: 277 kB
ℹ️ View Unchanged
|
renovate
bot
force-pushed
the
renovate/msw-storybook-addon-2.x
branch
from
April 24, 2024 16:34
3471dc5
to
714c62c
Compare
renovate
bot
force-pushed
the
renovate/msw-storybook-addon-2.x
branch
from
April 25, 2024 15:18
714c62c
to
3264cc1
Compare
renovate
bot
force-pushed
the
renovate/msw-storybook-addon-2.x
branch
from
April 25, 2024 18:55
3264cc1
to
8f1ceba
Compare
renovate
bot
force-pushed
the
renovate/msw-storybook-addon-2.x
branch
from
April 26, 2024 14:36
8f1ceba
to
3797cf3
Compare
renovate
bot
force-pushed
the
renovate/msw-storybook-addon-2.x
branch
from
April 26, 2024 15:40
3797cf3
to
3f94d6e
Compare
renovate
bot
force-pushed
the
renovate/msw-storybook-addon-2.x
branch
from
April 26, 2024 18:59
3f94d6e
to
d94adfb
Compare
renovate
bot
force-pushed
the
renovate/msw-storybook-addon-2.x
branch
from
April 29, 2024 19:58
d94adfb
to
e6c58b7
Compare
renovate
bot
force-pushed
the
renovate/msw-storybook-addon-2.x
branch
from
April 30, 2024 18:25
e6c58b7
to
24b745d
Compare
renovate
bot
force-pushed
the
renovate/msw-storybook-addon-2.x
branch
from
May 1, 2024 17:49
24b745d
to
f661856
Compare
renovate
bot
force-pushed
the
renovate/msw-storybook-addon-2.x
branch
from
May 3, 2024 16:49
f661856
to
c8b866a
Compare
renovate
bot
force-pushed
the
renovate/msw-storybook-addon-2.x
branch
from
May 5, 2024 16:34
c8b866a
to
6cd9aa4
Compare
renovate
bot
force-pushed
the
renovate/msw-storybook-addon-2.x
branch
from
July 12, 2024 16:10
6cd9aa4
to
82ff879
Compare
renovate
bot
force-pushed
the
renovate/msw-storybook-addon-2.x
branch
from
November 5, 2024 14:46
82ff879
to
7aeb66e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.10.0
->^2.0.4
Release Notes
mswjs/msw-storybook-addon (msw-storybook-addon)
v2.0.4
Compare Source
🐛 Bug Fix
Authors: 1
v2.0.3
Compare Source
🐛 Bug Fix
Authors: 1
v2.0.2
Compare Source
🐛 Bug Fix
MswParameters
handlers type #146 (@jarojasm95)Authors: 1
v2.0.1
Compare Source
🐛 Bug Fix
Authors: 1
v2.0.0
Compare Source
Release Notes
BREAKING CHANGE: Support MSW 2.0 (#122)
MSW required version is now ^2.0.0
The addon now requires your MSW version to be 2.0.0 or higher. This means you will have to change the format of your handlers as well. More info on how to migrate to MSW 2.0.0: https://mswjs.io/docs/migrations/1.x-to-2.x/
mswDecorator is deprecated in favor of mswLoader
Using MSW in a decorator worked for most scenarios, but there's a slight chance the service worker will not get registered in time. As a result, a story that requests data might actually request real data. Since v1.7.0, this addon provided a
mswLoader
to use instead of themswDecorator
. Loaders get executed before a story renders, differently than decorators, which execute as the story renders.Please replace your
mswDecorator
withmswLoader
, as themswDecorator
will be removed in the next major release. It works the same, respecting the parameters you set, so there's no need to change anything else in your codebase.parameters.msw Array notation deprecated in favor of Object notation
Since v1.5.0, this addon started supporting the
parameters.msw.handlers
object format instead of usingparameters.msw
as an Array. This change was done to follow convention for Storybook addon parameters, but also allows for more advanced usage and make the addon more future proof for upcoming features. You can find more information here.Please migrate to this format, and the previous format will be removed in the next major release.
💥 Breaking Change
🐛 Bug Fix
main
Authors: 6
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.