Bumps loader-utils to 2.0.4 and updates ancestor dependency @storybook/react. These dependencies need to be updated together.
Updates loader-utils
from 1.1.0 to 2.0.4
Release notes
Sourced from loader-utils's releases.
v2.0.4
2.0.4 (2022年11月11日)
Bug Fixes
v2.0.3
2.0.3 (2022年10月20日)
Bug Fixes
v2.0.2
2.0.2 (2021年11月04日)
Bug Fixes
- base64 generation and unicode characters (#197) (8c2d24e)
v2.0.1
2.0.1 (2021年10月29日)
Bug Fixes
v2.0.0
2.0.0 (2020年03月17日)
⚠ BREAKING CHANGES
- minimum required
Node.js
version is 8.9.0
(#166) (c937e8c)
- the
getOptions
method returns empty object on empty query (#167) (b595cfb)
- Use
md4
by default
v1.4.2
1.4.2 (2022年11月11日)
Bug Fixes
... (truncated)
Changelog
Sourced from loader-utils's changelog.
2.0.4 (2022年11月11日)
Bug Fixes
2.0.3 (2022年10月20日)
Bug Fixes
2.0.2 (2021年11月04日)
Bug Fixes
- base64 generation and unicode characters (#197) (8c2d24e)
2.0.1 (2021年10月29日)
Bug Fixes
2.0.0 (2020年03月17日)
⚠ BREAKING CHANGES
- minimum required
Node.js
version is 8.9.0
(#166) (c937e8c)
- the
getOptions
method returns empty object on empty query (#167) (b595cfb)
- Use
md4
by default
1.4.0 (2020年02月19日)
Features
- the
resourceQuery
is passed to the interpolateName
method (#163) (cd0e428)
1.3.0 (2020年02月19日)
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.
Updates @storybook/react
from 5.0.10 to 6.5.13
Release notes
Sourced from @storybook/react
's releases.
v6.5.13
Bug Fixes
- Telemetry: Send start/build events even when there is no generator #19507
- Telemetry: Fix inconsistent debug #19509
- Addon-docs: Pass remarks plugins to mdx loader #18740
- Angular: Alias decorateStory as applyDecorators #19189
v6.5.13-alpha.1
Bug Fixes
- Telemetry: Send start/build events even when there is no generator #19507
- Telemetry: Fix inconsistent debug #19509
v6.5.13-alpha.0
Bug Fixes
- Addon-docs: Pass remarks plugins to mdx loader #18740
- Angular: Alias decorateStory as applyDecorators #19189
v6.5.12
Bug Fixes
- React: Fix issue with react 18 implementation #19125
v6.5.11
Bug Fixes
- CLI: Fix race condition in sb init #19083
- Core: Fix WebProjectAnnotations export in preview-web for back-compat #19048
- Addon-interactions: Fix IE support by replacing array includes #18993
- Vue: Fix enum check in extractArgTypes #18959
- React: Fix callback behavior in
react@18
#18737
- Store: always call composeConfigs in setProjectAnnotations #18916
- Telemetry: improve addon extraction logic #18868
- Addon-docs: Check for undefined before reading property in extractArgTypes.ts #18710nance
v6.5.11-alpha.2
Bug Fixes
- CLI: Fix race condition in sb init #19083
- Core: Fix WebProjectAnnotations export in preview-web for back-compat #19048
- Addon-interactions: Fix IE support by replacing array includes #18993
v6.5.11-alpha.1
Bug Fixes
- Vue: Fix enum check in extractArgTypes #18959
v6.5.11-alpha.0
... (truncated)
Changelog
Sourced from @storybook/react
's changelog.
6.5.13 (October 24, 2022)
Bug Fixes
- Telemetry: Send start/build events even when there is no generator #19507
- Telemetry: Fix inconsistent debug #19509
- Addon-docs: Pass remarks plugins to mdx loader #18740
- Angular: Alias decorateStory as applyDecorators #19189
6.5.13-alpha.1 (October 24, 2022)
Bug Fixes
- Telemetry: Send start/build events even when there is no generator #19507
- Telemetry: Fix inconsistent debug #19509
6.5.13-alpha.0 (September 28, 2022)
Bug Fixes
- Addon-docs: Pass remarks plugins to mdx loader #18740
- Angular: Alias decorateStory as applyDecorators #19189
6.5.12 (September 14, 2022)
Bug Fixes
- React: Fix issue with react 18 implementation #19125
6.5.11 (September 13, 2022)
Bug Fixes
- CLI: Fix race condition in sb init #19083
- Core: Fix WebProjectAnnotations export in preview-web for back-compat #19048
- Addon-interactions: Fix IE support by replacing array includes #18993
- Vue: Fix enum check in extractArgTypes #18959
- React: Fix callback behavior in
react@18
#18737
- Store: always call composeConfigs in setProjectAnnotations #18916
- Telemetry: improve addon extraction logic #18868
- Addon-docs: Check for undefined before reading property in extractArgTypes.ts #18710nance
6.5.11-alpha.2 (September 7, 2022)
Bug Fixes
- CLI: Fix race condition in sb init #19083
- Core: Fix WebProjectAnnotations export in preview-web for back-compat #19048
- Addon-interactions: Fix IE support by replacing array includes #18993
... (truncated)
Commits
9bc627d
v6.5.13
ef45ce7
Update git head to 6.5.13-alpha.1, update yarn.lock [ci skip]
03f5ebe
v6.5.13-alpha.1
fc66892
Update git head to 6.5.13-alpha.0, update yarn.lock [ci skip]
1423ff5
v6.5.13-alpha.0
ad38b6b
Update git head to 6.5.12, update yarn.lock [ci skip]
e3991cb
v6.5.12
6b2bd0a
Merge pull request #19125 from storybookjs/react-18-followup
5be644b
Update git head to 6.5.11, update yarn.lock [ci skip]
db56a25
v6.5.11
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
@dependabot merge
will merge this PR after your CI passes on it
@dependabot squash and merge
will squash and merge this PR after your CI passes on it
@dependabot cancel merge
will cancel a previously requested merge and block automerging
@dependabot reopen
will reopen this PR if it is closed
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps loader-utils to 2.0.4 and updates ancestor dependency @storybook/react. These dependencies need to be updated together.
Updates
loader-utils
from 1.1.0 to 2.0.4Release notes
Sourced from loader-utils's releases.
... (truncated)
Changelog
Sourced from loader-utils's changelog.
... (truncated)
Commits
6688b50
chore(release): 2.0.4ac09944
fix: ReDoS problem (#225)7162619
chore(release): 2.0.3a93cf6f
fix(security): prototype polution exploit (#217)90c7c4b
chore(release): 2.0.28c2d24e
fix: base64 generation and unicode characters (#197)5fb5562
chore(release): 2.0.11069f61
fix: md4 support on Node.js v17 (#193)d9f4e23
chore(release): 2.0.0865dc03
refactor: switch tomd4
by default (#168)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.
Updates
@storybook/react
from 5.0.10 to 6.5.13Release notes
Sourced from
@storybook/react
's releases.... (truncated)
Changelog
Sourced from
@storybook/react
's changelog.... (truncated)
Commits
9bc627d
v6.5.13ef45ce7
Update git head to 6.5.13-alpha.1, update yarn.lock [ci skip]03f5ebe
v6.5.13-alpha.1fc66892
Update git head to 6.5.13-alpha.0, update yarn.lock [ci skip]1423ff5
v6.5.13-alpha.0ad38b6b
Update git head to 6.5.12, update yarn.lock [ci skip]e3991cb
v6.5.126b2bd0a
Merge pull request #19125 from storybookjs/react-18-followup5be644b
Update git head to 6.5.11, update yarn.lock [ci skip]db56a25
v6.5.11Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.