codeprinter
codeprinter copied to clipboard
Bump webpack-dev-middleware, react-scripts and @storybook/react
Bumps webpack-dev-middleware to 5.3.4 and updates ancestor dependencies webpack-dev-middleware, react-scripts and @storybook/react. These dependencies need to be updated together.
Updates webpack-dev-middleware
from 3.7.2 to 5.3.4
Release notes
Sourced from webpack-dev-middleware's releases.
v5.3.4
5.3.4 (2024-03-20)
Bug Fixes
v5.3.3
5.3.3 (2022-05-18)
Bug Fixes
v5.3.2
5.3.2 (2022-05-17)
Bug Fixes
v5.3.1
5.3.1 (2022-02-01)
Bug Fixes
v5.3.0
5.3.0 (2021-12-16)
Features
v5.2.2
5.2.2 (2021-11-17)
Chore
- update
schema-utils
package to4.0.0
version
... (truncated)
Changelog
Sourced from webpack-dev-middleware's changelog.
5.3.4 (2024-03-20)
Bug Fixes
5.3.3 (2022-05-18)
Bug Fixes
5.3.2 (2022-05-17)
Bug Fixes
5.3.1 (2022-02-01)
Bug Fixes
5.3.0 (2021-12-16)
Features
5.2.2 (2021-11-17)
Chore
- update
schema-utils
package to4.0.0
version5.2.1 (2021-09-25)
- internal release, no visible changes and features
5.2.0 (2021-09-24)
... (truncated)
Commits
86071ea
chore(release): 5.3.4189c4ac
fix(security): do not allow to read files above (#1779)f3c62b8
chore(release): 5.3.3eeb8aa8
fix: types forRequest
andResponse
(#1271)1a45388
chore(release): 5.3.2b8fb945
chore(deps): memfs force update (#1269)f88067d
chore: update deps and ci (#1260)7186318
chore(deps-dev): bump@​commitlint/cli
57c50ef
ci: updatecheckout
,setup-node
, andcodecov
actions (#1267)840146a
chore(deps-dev): bump@​babel/preset-env
- Additional commits viewable in compare view
Updates react-scripts
from 3.3.0 to 5.0.1
Changelog
Sourced from react-scripts's changelog.
3.4.4 (2020-10-20)
v3.4.4 release bumps
resolve-url-loader
to a version for whichnpm audit
does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.3 to 3.4.4
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
3.4.3 (2020-08-12)
v3.4.3 release bumps
terser-webpack-plugin
to a version for whichnpm audit
does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.2 to 3.4.3
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
3.4.2 (2020-08-11)
v3.4.2 release bumps
webpack-dev-server
to a version for whichnpm audit
does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.1 to 3.4.2
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
... (truncated)
Commits
19fa58d
Publish9802941
fix: webpack noise printed only if error or warning (#12245)2eef1d0
Update templates to use React 18createRoot
(#12220)221e511
Publish5614c87
Add support for Tailwind (#11717)20edab4
fix(webpackDevServer): disable overlay for warnings (#11413)3afbbc0
Update all dependencies (#11624)f5467d5
feat(eslint-config-react-app): support ESLint 8.x (#11375)c7627ce
Update webpack and dev server (#11646)544befe
Update package.json (#11597)- Additional commits viewable in compare view
Updates @storybook/react
from 5.2.8 to 8.0.4
Release notes
Sourced from @​storybook/react
's releases.
v8.0.4
8.0.4
- Addon Docs: Support Stencil based display names in source snippets - #26592, thanks
@​yannbf
!- CLI: Instruct the correct auto-migration command - #26515, thanks
@​ndelangen
!- CLI: Throw an error when running upgrade command in incorrect cwd - #26585, thanks
@​yannbf
!v8.0.3
8.0.3
- Bug: Remove redundant component check, as we auto-generate titles from the file system - #26516, thanks
@​kasperpeulen
!- UI: Replace the icon prop in the Manager API - #26477, thanks
@​cdedreuille
!v8.0.2
8.0.2
- Addon Docs: Fix [Object object] displayName in some JSX components - #26566, thanks
@​yannbf
!- CLI: Add yarn1 package manager fallback for init in empty directory - #26500, thanks
@​valentinpalkovic
!- CSF: Make sure loaders/decorators can be used as array - #26514, thanks
@​kasperpeulen
!- Controls: Fix disable condition in ArgControl component - #26567, thanks
@​valentinpalkovic
!- UI: Add key property to list children in Highlight component - #26471, thanks
@​valentinpalkovic
!- UI: Fix theming of elements inside bars - #26527, thanks
@​valentinpalkovic
!- UI: Improve empty state of addon panel - #26481, thanks
@​yannbf
!v8.0.1
8.0.1
- Controls: Fix type summary when table.type unset - #26283, thanks
@​shilman
!- Core: Fix addon bundling script - #26145, thanks
@​ndelangen
!- Core: Fix fail to load
main.ts
error message - #26035, thanks@​ndelangen
!- Maintenance: Fix performance regressions - #26411, thanks
@​kasperpeulen
!v8.0.0
8.0.0
Storybook 8.0 is here
It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.
- đź©» Built-in visual testing
- ⚛️ React Server Component support
- 🎛️ Improved controls for React and Vue projects
- ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
- 🧪 2-4x faster Storybooks for testing
- ✨ Refreshed desktop UI
- 📲 Rebuilt mobile UX
- 🙅‍♀️ No more React requirement in non-React projects
Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.
... (truncated)
Changelog
Sourced from @​storybook/react
's changelog.
8.0.4
- Addon Docs: Support Stencil based display names in source snippets - #26592, thanks
@​yannbf
!- CLI: Instruct the correct auto-migration command - #26515, thanks
@​ndelangen
!- CLI: Throw an error when running upgrade command in incorrect cwd - #26585, thanks
@​yannbf
!8.0.3
- Bug: Remove redundant component check, as we auto-generate titles from the file system - #26516, thanks
@​kasperpeulen
!- UI: Replace the icon prop in the Manager API - #26477, thanks
@​cdedreuille
!8.0.2
- Addon Docs: Fix [Object object] displayName in some JSX components - #26566, thanks
@​yannbf
!- CLI: Add yarn1 package manager fallback for init in empty directory - #26500, thanks
@​valentinpalkovic
!- CSF: Make sure loaders/decorators can be used as array - #26514, thanks
@​kasperpeulen
!- Controls: Fix disable condition in ArgControl component - #26567, thanks
@​valentinpalkovic
!- UI: Add key property to list children in Highlight component - #26471, thanks
@​valentinpalkovic
!- UI: Fix theming of elements inside bars - #26527, thanks
@​valentinpalkovic
!- UI: Improve empty state of addon panel - #26481, thanks
@​yannbf
!8.0.1
- Controls: Fix type summary when table.type unset - #26283, thanks
@​shilman
!- Core: Fix addon bundling script - #26145, thanks
@​ndelangen
!- Core: Fix fail to load
main.ts
error message - #26035, thanks@​ndelangen
!- Maintenance: Fix performance regressions - #26411, thanks
@​kasperpeulen
!8.0.0
Storybook 8.0 is here
It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.
- đź©» Built-in visual testing
- ⚛️ React Server Component support
- 🎛️ Improved controls for React and Vue projects
- ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
- 🧪 2-4x faster Storybooks for testing
- ✨ Refreshed desktop UI
- 📲 Rebuilt mobile UX
- 🙅‍♀️ No more React requirement in non-React projects
Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.
7.6.17
- Addon-docs: Fix Table of Contents heading leak - #23677, thanks
@​vmizg
!- Core: Update ip version to fix CVE-2023-42282 - #26086, thanks
@​drik98
!
... (truncated)
Commits
b66dfe0
Bump version from "8.0.3" to "8.0.4" [skip ci]eac115d
Merge pull request #26592 from storybookjs/yann/fix-forward-ref-docgen-usecasef30d120
Bump version from "8.0.2" to "8.0.3" [skip ci]01c44fb
Bump version from "8.0.1" to "8.0.2" [skip ci]7b5d84c
Merge pull request #26566 from storybookjs/yann/fix-docs-jsx-decorator9975199
Bump version from "8.0.0" to "8.0.1" [skip ci]49f18e8
Bump version from "8.0.0-rc.5" to "8.0.0" [skip ci]9050c69
Bump version from "8.0.0-rc.4" to "8.0.0-rc.5" [skip ci]bfa0570
Bump version from "8.0.0-rc.3" to "8.0.0-rc.4" [skip ci]a6b04dc
Merge pull request #26382 from storybookjs/yann/fix-docs-jsx-in-react- 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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) You can disable automated security fix PRs for this repo from the Security Alerts page.