Bump the npm-frontend-webcoder-ui-patch-minor group across 1 directory with 7 updates#90
Conversation
…y with 7 updates Bumps the npm-frontend-webcoder-ui-patch-minor group with 7 updates in the /frontend/webcoder_ui directory: | Package | From | To | | --- | --- | --- | | [@emotion/styled](https://github.com/emotion-js/emotion) | `11.14.0` | `11.14.1` | | [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.17.1` | `5.18.0` | | [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.17.1` | `5.18.0` | | [react-hot-toast](https://github.com/timolins/react-hot-toast) | `2.5.2` | `2.6.0` | | [@chromatic-com/playwright](https://github.com/chromaui/chromatic-e2e/tree/HEAD/packages/playwright) | `0.12.8` | `0.14.10` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.61.0` | | [chromatic](https://github.com/chromaui/chromatic-cli) | `16.0.0` | `16.10.1` | Updates `@emotion/styled` from 11.14.0 to 11.14.1 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.14.0...@emotion/styled@11.14.1) Updates `@mui/icons-material` from 5.17.1 to 5.18.0 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v5.18.0/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.18.0/packages/mui-icons-material) Updates `@mui/material` from 5.17.1 to 5.18.0 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v5.18.0/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.18.0/packages/mui-material) Updates `react-hot-toast` from 2.5.2 to 2.6.0 - [Release notes](https://github.com/timolins/react-hot-toast/releases) - [Commits](timolins/react-hot-toast@v2.5.2...v2.6.0) Updates `@chromatic-com/playwright` from 0.12.8 to 0.14.10 - [Release notes](https://github.com/chromaui/chromatic-e2e/releases) - [Changelog](https://github.com/chromaui/chromatic-e2e/blob/main/packages/playwright/CHANGELOG.md) - [Commits](https://github.com/chromaui/chromatic-e2e/commits/@chromatic-com/playwright@0.14.10/packages/playwright) Updates `@playwright/test` from 1.58.2 to 1.61.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.58.2...v1.61.0) Updates `chromatic` from 16.0.0 to 16.10.1 - [Release notes](https://github.com/chromaui/chromatic-cli/releases) - [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md) - [Commits](chromaui/chromatic-cli@v16.0.0...v16.10.1) --- updated-dependencies: - dependency-name: "@emotion/styled" dependency-version: 11.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend-webcoder-ui-patch-minor - dependency-name: "@mui/icons-material" dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-frontend-webcoder-ui-patch-minor - dependency-name: "@mui/material" dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-frontend-webcoder-ui-patch-minor - dependency-name: react-hot-toast dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-frontend-webcoder-ui-patch-minor - dependency-name: "@chromatic-com/playwright" dependency-version: 0.14.10 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-frontend-webcoder-ui-patch-minor - dependency-name: "@playwright/test" dependency-version: 1.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-frontend-webcoder-ui-patch-minor - dependency-name: chromatic dependency-version: 16.10.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-frontend-webcoder-ui-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cf4288bd09
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@storybook/server-webpack5": "~8.5.8", | ||
| "storybook": "~8.5.8", | ||
| "ts-dedent": "^2.2.0" | ||
| "storybook": "10.2.13" |
There was a problem hiding this comment.
Remove the Storybook override before this Chromatic bump
In the Chromatic Playwright workflow (checked .github/workflows/chromatic-playwright.yml), npm run e2e:chromatic uses @chromatic-com/playwright before uploading with playwright: true. This new package version declares storybook 10.2.13, but the existing overrides.storybook in package.json still forces the install to 8.6.x (the lock resolves node_modules/storybook to 8.6.18), which Chromatic documents as an incompatible Playwright dependency conflict that makes the archive Storybook build fail; whenever CHROMATIC_PROJECT_TOKEN is present this CI check will fail. Remove/relax the override or use a compatible Chromatic package.
Useful? React with 👍 / 👎.
…/npm-frontend-webcoder-ui-patch-minor-8857ea5210
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Bumps the npm-frontend-webcoder-ui-patch-minor group with 7 updates in the /frontend/webcoder_ui directory:
11.14.011.14.15.17.15.18.05.17.15.18.02.5.22.6.00.12.80.14.101.58.21.61.016.0.016.10.1Updates
@emotion/styledfrom 11.14.0 to 11.14.1Release notes
Sourced from @emotion/styled's releases.
Commits
4922955Version Packages (#3335)0facbe4Renamed default-exported variable in@emotion/styledto aid inferred import...cce67ecBump parcel (#3258)Updates
@mui/icons-materialfrom 5.17.1 to 5.18.0Release notes
Sourced from @mui/icons-material's releases.
Changelog
Sourced from @mui/icons-material's changelog.
Commits
6b501435.18.0 (#46432)Updates
@mui/materialfrom 5.17.1 to 5.18.0Release notes
Sourced from @mui/material's releases.
Changelog
Sourced from @mui/material's changelog.
Commits
6b501435.18.0 (#46432)f233c5b[material-nextjs][system] Backport CSS layers to v5 (#46320)Updates
react-hot-toastfrom 2.5.2 to 2.6.0Release notes
Sourced from react-hot-toast's releases.
Commits
3a870ed2.6.085d4b21Merge pull request #383 from timolins/multi-toaster15605eeRemove example2bf1aaaImprove multi toaster docsb53bdb3Merge branch 'main' into multi-toaster4607412Slight bump size limite1bfeafMerge branch 'main' into multi-toaster35f5efeMerge pull request #407 from timolins/minify-inline-css6dca025Remove not working option5f27b51Remove fragile css minifier for nowUpdates
@chromatic-com/playwrightfrom 0.12.8 to 0.14.10Release notes
Sourced from @chromatic-com/playwright's releases.
... (truncated)
Changelog
Sourced from @chromatic-com/playwright's changelog.
... (truncated)
Commits
688fc10Version Packages (#406)161a994fix: preserve asset extension when handling query params (#405)45000feVersion Packages (#402)6837593fix(playwright): prevent duplicate story ids by allowing multiple projects to...ebbb5bcVersion Packages (#393)f1ba7f9fix(playwright): snapshot script fails injavaScriptEnabled: false(#392)7351f43Version Packages (#390)f95b82afix: hide unrelevant Storybook options (#389)6dc4db9Version Packages (#385)daa3ffefix(playwright): wait for browser module before takeSnapshot (#387)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@chromatic-com/playwrightsince your current version.Updates
@playwright/testfrom 1.58.2 to 1.61.0Release notes
Sourced from @playwright/test's releases.
... (truncated)
Commits
1cc5a90cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...a6772bdcherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...8133dcfcherry-pick(#41283): docs: add Ubuntu 26.04 and Node.js 26.x to system requir...812432echore: mark v1.61.0 (#41277)ac05145fix(fetch): report serverAddr and securityDetails for reused sockets (#41267)056efc9fix(trace-viewer): add keyboard navigation toNetworkFilterscomponent (#41...41f7b9achore: fixes uncovered by the .NET 1.61 roll (#41266)ba50778fix(mcp): assign caps as array for legacy --vision flag (#41253)b8ee5aedocs: release notes for v1.61 (#41261)49c1f69fix(trace viewer): load trace from a local file (#41263)Updates
chromaticfrom 16.0.0 to 16.10.1Release notes
Sourced from chromatic's releases.
... (truncated)
Changelog
Sourced from chromatic's changelog.
... (truncated)
Commits
3a6f612Bump version to: 16.10.1 [skip ci]e0e9ce9Update CHANGELOG.md [skip ci]8ece961Merge pull request #1332 from chromaui/CAP-44005087fb8Supportall: false7b1c005Fix getUncommittedHash in Windows environments1a8c8ceMerge pull request #1326 from chromaui/cody/flaky-test7e9321eRemove duplicate skipped tested870e5Increase flaky test timeout9ed03ecMerge pull request #1323 from chromaui/CAP-438566af1d1Bump version to: 16.10.0 [skip ci]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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions