react-positioning-portal
react-positioning-portal copied to clipboard
Bump postcss and @storybook/react
Bumps postcss to 8.4.31 and updates ancestor dependency @storybook/react. These dependencies need to be updated together.
Updates postcss from 8.4.19 to 8.4.31
Release notes
Sourced from postcss's releases.
8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by
@romainmenke).8.4.29
8.4.28
- Fixed
Root.source.endfor better source map (by@romainmenke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by
@romainmenke).- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by@remcohaszing).8.4.21
- Fixed
Input#errortypes (by@hudochenkov).8.4.20
- Fixed source map generation for childless at-rules like
@layer.
Changelog
Sourced from postcss's changelog.
8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by Romain Menke).
8.4.29
- Fixed
Node#source.offset(by Ido Rosenthal).- Fixed docs (by Christian Oliff).
8.4.28
- Fixed
Root.source.endfor better source map (by Romain Menke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by Romain Menke).
- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by Remco Haszing).8.4.21
- Fixed
Input#errortypes (by Aleks Hudochenkov).8.4.20
- Fixed source map generation for childless at-rules like
@layer.
Commits
90208deRelease 8.4.31 version58cc860Fix carrier return parsing4fff8e4Improve pnpm test outputcd43ed1Update dependenciescaa916bUpdate dependencies8972f76Typo11a5286Typo45c5501Release 8.4.30 versionbc3c341Update linterb2be58aMerge pull request #1881 from romainmenke/improve-sourcemap-performance--phil...- Additional commits viewable in compare view
Updates @storybook/react from 6.5.14 to 7.4.6
Release notes
Sourced from @storybook/react's releases.
v7.4.6
7.4.6
- CLI: Fix Nextjs project detection - #24346, thanks
@yannbf!- Core: Fix missing favicon during dev - #24356, thanks
@ndelangen!v7.4.5
7.4.5
v7.4.4
7.4.4
- Core: Fix Promise cycle bug in useSharedState - #24268, thanks
@ndelangen!- Manager: Fix useAddonState when using a setter function - #24237, thanks
@ndelangen!v7.4.3
7.4.3
- CLI: Fix
sb addadding duplicative entries - #24229, thanks@ndelangen!- NextJS: Add compatibility with nextjs
13.5- #24239, thanks@ndelangen!- NextJS: Aliases
reactandreact-domlikenext.jsdoes - #23671, thanks@sookmax!- Types: Allow
nullin value ofexperimental_updateStatusto clear status - #24206, thanks@ndelangen!v7.4.2
7.4.2
- Addon API: Improve the updateStatus API - #24007, thanks
@ndelangen!- Nextjs: Migrate from config to previewAnnotations - #24178, thanks
@yannbf!- UI: Fix SVG override fill when path has a fill attribute - #24156, thanks
@ndelangen!- UI: Improve look and feel of status UI in sidebar - #24099, thanks
@ndelangen!v7.4.1
7.4.1
- CLI: Add uncaughtException handler - #24018, thanks
@yannbf!- CLI: Fix packageManager handling in
sb add- #24079, thanks@Integrayshaun!- Core: Add CJS entrypoints to errors in core events - #24038, thanks
@yannbf!- Docs: Fix TOC import - #24047, thanks
@shilman!- Telemetry: Filter addon options to protect sensitive info - #24000, thanks
@shilman!- Types: Remove
@types/reactdep from@storybook/types- #24042, thanks@JReinhold!- Vue3: Remove console.log in sourceDecorator - #24062, thanks
@oruman!v7.4.0
7.4.0
- Addon-docs: Resolve
mdx-react-shim&@storybook/globalcorrectly - #23941, thanks@ndelangen!- Addons: Fix key is not a prop warning - #23935, thanks
@kasperpeulen!- Build: Migrate
@storybook/scriptsto strict-ts - #23818, thanks@stilt0n!
... (truncated)
Changelog
Sourced from @storybook/react's changelog.
7.4.6
- CLI: Fix Nextjs project detection - #24346, thanks
@yannbf!- Core: Fix missing favicon during dev - #24356, thanks
@ndelangen!7.4.5
7.4.4
- Core: Fix Promise cycle bug in useSharedState - #24268, thanks
@ndelangen!- Manager: Fix useAddonState when using a setter function - #24237, thanks
@ndelangen!7.4.3
- CLI: Fix
sb addadding duplicative entries - #24229, thanks@ndelangen!- NextJS: Add compatibility with nextjs
13.5- #24239, thanks@ndelangen!- NextJS: Aliases
reactandreact-domlikenext.jsdoes - #23671, thanks@sookmax!- Types: Allow
nullin value ofexperimental_updateStatusto clear status - #24206, thanks@ndelangen!7.4.2
- Addon API: Improve the updateStatus API - #24007, thanks
@ndelangen!- Nextjs: Migrate from config to previewAnnotations - #24178, thanks
@yannbf!- UI: Fix SVG override fill when path has a fill attribute - #24156, thanks
@ndelangen!- UI: Improve look and feel of status UI in sidebar - #24099, thanks
@ndelangen!7.4.1
- CLI: Add uncaughtException handler - #24018, thanks
@yannbf!- CLI: Fix packageManager handling in
sb add- #24079, thanks@Integrayshaun!- Core: Add CJS entrypoints to errors in core events - #24038, thanks
@yannbf!- Docs: Fix TOC import - #24047, thanks
@shilman!- Telemetry: Filter addon options to protect sensitive info - #24000, thanks
@shilman!- Types: Remove
@types/reactdep from@storybook/types- #24042, thanks@JReinhold!- Vue3: Remove console.log in sourceDecorator - #24062, thanks
@oruman!7.4.0
- Addon-docs: Resolve
mdx-react-shim&@storybook/globalcorrectly - #23941, thanks@ndelangen!- Addons: Fix key is not a prop warning - #23935, thanks
@kasperpeulen!- Build: Migrate
@storybook/scriptsto strict-ts - #23818, thanks@stilt0n!- CLI: Exclude addon-styling from upgrade - #23841, thanks
@Integrayshaun!- CLI: Improve autotitle stories format handling in GFM automigration - #23964, thanks
@yannbf!- CLI: Install latest version of non-core addon - #23956, thanks
@Integrayshaun!- CLI: Pass package manager to postinstall - #23913, thanks
@Integrayshaun!- CLI: Provide guidance for users who try to initialize Storybook on an empty dir - #23874, thanks
@yannbf!- CLI: Set server init generator to use Webpack5 - #23971, thanks
@yannbf!- Core: Add error categorization framework - #23653, thanks
@yannbf!
... (truncated)
Commits
bd936bfBump version from "7.4.5" to "7.4.6" [skip ci]8b47f90Bump version from "7.4.4" to "7.4.5" [skip ci]639160fBump version from "7.4.3" to "7.4.4" [skip ci]ecc22abBump version from "7.4.2" to "7.4.3" [skip ci]d0dcf7dBump version from "7.4.1" to "7.4.2" [skip ci]c4cc4cdBump version from "7.4.0" to "7.4.1" [skip ci]e38d1abBump version from "7.4.0-alpha.2" to "7.4.0" [skip ci]7c6488cUpgrade escodegen to fix security issued5ca2f4Bump version from "7.4.0-alpha.1" to "7.4.0-alpha.2" [skip ci]cac080cBump version from "7.4.0-alpha.0" to "7.4.0-alpha.1" [skip ci]- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.