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

build(deps-dev): bump @storybook/react-webpack5 from 7.6.17 to 8.0.0 #343

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps-dev): bump @storybook/react-webpack5 from 7.6.17 to 8.0.0
Bumps [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) from 7.6.17 to 8.0.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.0.0/code/frameworks/react-webpack5)

---
updated-dependencies:
- dependency-name: "@storybook/react-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Mar 18, 2024
commit f94756129aff6e9b1fda8057ae81b3cd4eefc49a
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@
"@storybook/addon-interactions": "7",
"@storybook/blocks": "7",
"@storybook/react": "7",
"@storybook/react-webpack5": "7",
"@storybook/react-webpack5": "8",
"@storybook/test": "7",
"ava": "latest",
"babel-plugin-transform-react-pure-class-to-function": "latest",

Unchanged files with check annotations Beta

function microlink (selector, opts, rootNode) {
return toArray(selector).forEach(function (el) {
ReactDOM.render(

Check failure on line 39 in packages/hover-vanilla/src/index.js

GitHub Actions / test

ReactDOM.render is deprecated since React 18.0.0, use createRoot instead, see https://reactjs.org/link/switch-to-createroot
React.createElement(
MicrolinkHover.withHover,
Object.assign(
}
}, [apiUrlProps, fetchData, apiUrl, mergeData, canFetchData])
useEffect(toFetchData, [url, setData, hasIntersected])

Check warning on line 159 in packages/react/src/index.js

GitHub Actions / test

React Hook useEffect has a missing dependency: 'toFetchData'. Either include it or remove the dependency array
const isLoading = isLoadingUndefined ? loadingState : loading
return toArray(selector).forEach(function (el) {
el.classList.add('microlink_vanilla')
ReactDOM.render(

Check failure on line 32 in packages/vanilla/src/index.js

GitHub Actions / test

ReactDOM.render is deprecated since React 18.0.0, use createRoot instead, see https://reactjs.org/link/switch-to-createroot
React.createElement(
Microlink,
Object.assign(